Reagents, chemicals, equipment, and consumables marketplace.
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
Fisher Scientific part number to add, e.g. '11885076'
Units to add
Unit of measure
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": "fs_add_to_cart", "params": { "part_number": "11885076", "quantity": "1", "uom": "EA" } }'