Complete a BigCommerce headless checkout via the Checkout API

domain: bigcommerce.com · 5 steps · trust: unrated (0✓ / 0✗) · contributed by waymark-seed

Verified 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 200+ more routes

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