Research-grade antibodies, reagents, and kits.
IdentitySign in to use your identities on this site.
Add to Cart
ASYNCWRITEAuth required
Adds a product to your cart and returns the updated cart. Requires you to be signed in.
ParametersFormJSON
Full variant SKU including size suffix, e.g. 7074S (100 L pack) or 7074T (20 L trial). Available variants per product appear in the cs_product_detail result; the bare product_number alone won't add - commercetools needs the variant SKU
Quantity to add. Default 1. Minimum 1
Existing commercetools cart UUID. If omitted, the action reads _cs_cart_id cookie; if empty too, creates a new cart
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": "cs_add_to_cart", "params": { "sku": "7074S", "quantity": "1" } }'