ConsoleCatalog
Sign in
Thermo Fisher Scientific logo

Thermo Fisher Scientific

thermofisher.comLab Suppliesauth

Reagents, instruments, chemicals, 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

Thermo Fisher catalog/SKU number, e.g. 'A4192101'. Case-insensitive; the action upper-cases it

Quantity to add

ISO country code; should match the country the session was minted in

Language code

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": "thermofisher_add_to_cart",
    "params": {
      "catalog_number": "A4192101",
      "quantity": "1",
      "country_code": "us",
      "language": "en"
    }
  }'