Research antibodies, ELISA kits, proteins, peptides, and biochemicals.
IdentitySign in to use your identities on this site.
Add To Cart
ASYNCWRITEAuth required
Adds a product variant to the basket and returns the updated basket.
ParametersFormJSON
Asset number - the size-specific SKU from abcam_product_detail's variants[].asset_number (e.g. AB18450-1001). Synonyms accepted: sku, assetId
Quantity to add. Must be >= 1
Two-letter ISO country code for regional pricing/availability
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": "abcam_add_to_cart", "params": { "asset_number": "AB18450-1001", "quantity": "1", "country": "US" } }'