ConsoleCatalog
Sign in
VWR (Avantor) logo

VWR (Avantor)

vwr.comLab Suppliesauth

Lab supplies and life-science marketplace for research and clinical use.

IdentitySign in to use your identities on this site.

Add to Cart

ASYNCWRITEAuth required

Adds one or more products to the cart and returns the updated cart. Requires sign-in.

ParametersFormJSON

OCC product id to add (NA-prefixed, e.g. 'NA2586316'). Comes from vwr_search_products.products[].code or vwr_product_detail.variants[].code

Quantity to add (positive integer)

Unit of measure code - 'EA' (each), 'CS' (case), etc

Optional explicit cartId. When omitted, the action discovers the active cart via /users/current/carts

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": "vwr_add_to_cart",
    "params": {
      "product_id": "NA2586316",
      "quantity": "1",
      "uom": "EA"
    }
  }'