ConsoleCatalog
Sign in
BD Biosciences logo

BD Biosciences

bdbiosciences.comLab Suppliesauth

Flow cytometry antibodies, dyes, kits, and instruments.

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

BD Biosciences SKU / material number to add to the cart

Quantity to add. Must be >= 1

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": "bdb_add_to_cart",
    "params": {
      "sku": "573593",
      "quantity": "1"
    }
  }'