Product search, details, delivery serviceability, and cart.
IdentitySign in to use your identities on this site.
Add to Cart
ASYNCWRITEAuth required
Adds a product to the cart by SKU and returns the result. Requires authentication.
ParametersFormJSON
Product SKU to add
Quantity
cost: 3 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": "vs_add_to_cart", "params": { "sku": "" } }'