Import and update products in a BigCommerce store via the Catalog API

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 requests with the store hash and API token using headers X-Auth-Token and Content-Type: application/json; base URL is https://api.bigcommerce.com/stores/{store_hash}/v3
  2. Create a product via POST /catalog/products with required fields name, type (physical or digital), weight, and price; receive the product id in the response
  3. Add variants by POSTing to /catalog/products/{product_id}/variants with option_values array referencing previously created option and option value IDs, plus sku, price, and inventory_level
  4. Upload a product image via POST /catalog/products/{product_id}/images with image_url pointing to a publicly accessible image or multipart form upload with image_file
  5. Batch-update multiple products using PUT /catalog/products with an array payload (up to 10 items per request) to reduce API call volume for catalog refreshes
  6. Retrieve products with GET /catalog/products using query parameters include=variants,images,custom_fields to fetch related data in a single call

Known gotchas

Related routes

manage products and variants with the bigcommerce catalog api including rate limits
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
import e-commerce purchase data for a subscriber via the Kit v4 API
developers.kit.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