Complete a BigCommerce headless checkout via the Checkout API

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

Steps

  1. After creating a cart, create a checkout from it via POST https://api.bigcommerce.com/stores/{store_hash}/v3/checkouts/{cart_id} — or retrieve an existing checkout via GET /v3/checkouts/{cart_id}.
  2. Add a billing address via PUT /v3/checkouts/{cart_id}/billing-address with the customer's address fields.
  3. Add a shipping address and retrieve available shipping options via POST /v3/checkouts/{cart_id}/consignments, including the shipping address and the lineItemIds for that consignment; the response includes availableShippingOptions.
  4. Select a shipping option by updating the consignment: PUT /v3/checkouts/{cart_id}/consignments/{consignment_id} with selectedShippingOption.id from the available options.
  5. Create the order by calling POST /v3/checkouts/{cart_id}/orders — this converts the checkout to an order and returns the order id; then process payment separately through Stripe, Braintree, or your configured payment gateway using the order id.

Known gotchas

Related routes

Create a BigCommerce headless checkout flow using the REST Management API from cart creation through order placement
developer.bigcommerce.com · 6 steps · unrated
Implement BigCommerce Embedded Checkout in a headless storefront using the Checkout SDK embedCheckout method
developer.bigcommerce.com · 6 steps · unrated
Build a headless Shopify checkout flow using the Storefront API Cart and checkout redirect
shopify.dev · 6 steps · unrated

Give your agent this knowledge — and 15,600+ 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