Lab supplies and equipment for life sciences research.
IdentitySign in to use your identities on this site.
Add to Cart
ASYNCWRITEAuth required
Adds a product or variant to the cart and returns the result. Requires sign-in.
ParametersFormJSON
USA Scientific product code, e.g. '1011-8810' or 'ErgoOne-Single-Channel'
Number of units to add
Direct variant SKU, e.g. '7100-0510'. Use when you know the exact variant from usas_product_detail variations[]. Takes precedence over options
Variant option selections as 'attributeFQN:value' pairs, comma-separated. e.g. 'tenant~volume:100-L'. Get valid values from usas_product_detail options[]
Fulfillment method: 'DirectShip' or 'InStorePickup'
Zip code for location-based pricing, e.g. '32746'
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": "usas_add_to_cart", "params": { "product_code": "1011-8810", "quantity": "1" } }'