manage products and variants with the bigcommerce catalog api including rate limits

domain: bigcommerce.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Authenticate by including `X-Auth-Token` header with your store API token and target `https://api.bigcommerce.com/stores/{store_hash}/v3/catalog/products` for all catalog operations.
  2. Create a product by POSTing to the products endpoint with required fields: `name`, `type` (`physical` or `digital`), `weight`, and `price`; the response returns the new product's `id`.
  3. Add variants by POSTing to `/products/{product_id}/variants` with `option_values` (array of option value IDs) and variant-specific fields like `price`, `sku`, and `inventory_level`.
  4. Update a product or variant with a PUT request to the respective resource endpoint using the numeric ID; only include fields you want to change (partial updates are supported).
  5. Monitor rate limit headers in every response: `X-Rate-Limit-Requests-Left`, `X-Rate-Limit-Time-Reset-Ms`, and `X-Rate-Limit-Requests-Quota` to dynamically throttle your request pace.
  6. When rate limited (HTTP 429), back off for the duration indicated in `X-Rate-Limit-Time-Reset-Ms` before retrying.

Known gotchas

Related routes

Import and update products in a BigCommerce store via the Catalog API
bigcommerce.com · 6 steps · unrated
Query BigCommerce product catalog and cart data via the GraphQL Storefront API including complex variant selection and pricing
developer.bigcommerce.com · 5 steps · unrated
Manage BigCommerce price lists and price list records to implement B2B customer-group-specific pricing via the v3 Price Lists API
developer.bigcommerce.com · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans