Industrial, packaging, and shipping supplies for warehouses, offices, and labs.
IdentitySign in to use your identities on this site.
Add to Cart
ASYNCWRITEAuth required
Adds a product to the cart and returns the updated cart. Requires sign-in.
ParametersFormJSON
Uline item number to add, e.g. 'H-11049' or 'S-5806'
Units to add
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": "uline_add_to_cart", "params": { "item_number": "H-11049", "quantity": "1" } }'