ConsoleCatalog
Sign in
Cytiva logo

Cytiva

cytivalifesciences.comLab Suppliescookie

Bioprocessing, cell culture, chromatography, filtration, and fluorescent dyes.

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

Variant product code to add (e.g. '28917298'). Use Get Product Details to discover variant codes

Quantity to add

ISO country code (lowercase, e.g. 'us')

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": "cytiva_add_to_cart",
    "params": {
      "product_code": "28917298",
      "quantity": 1,
      "country": "us"
    }
  }'