Product search, details, reviews, pricing, cart, and orders.
IdentitySign in to use your identities on this site.
Add to Cart
ASYNCWRITEAuth required
Adds a product to the cart by ASIN and returns the result. Requires an authenticated session.
ParametersFormJSON
Product ASIN to add
Quantity
cost: 5 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "am_add_to_cart", "params": { "asin": "" } }'