ConsoleCatalog
Sign in
McMaster-Carr logo

McMaster-Carr

mcmaster.comLab Suppliesauth

Fasteners, tools, motion components, hardware, and workplace materials.

IdentitySign in to use your identities on this site.

Add to Cart

ASYNCWRITEAuth required

Adds a part to the cart and returns the updated cart, requires sign-in.

ParametersFormJSON

McMaster part number to add, e.g. '4649T33'

Units to add

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": "mcmaster_add_to_cart",
    "params": {
      "part_number": "4649T33",
      "quantity": "1"
    }
  }'