OrderCore Direct AI
Pilot-ready direct AI checkout

Sell through GPT without platform lock-in.

OrderCore is the checkout layer for GPT, Gemini, Grok, and API-native commerce. Shopify and WooCommerce stay optional connectors instead of being the product core.

Checkout layer first

Lead with UCP and API commerce, not plugin review queues.

Assisted pilot

7-day trial, guided onboarding, and go-live validation.

Optional connectors

Add Shopify, WooCommerce, or custom routing only when needed.

Where to focus your rollout

This page is for teams that want GPT-first selling. It keeps the current capability line honest while pushing traffic into the direct AI path.

Use cases

  • Loading direct AI checkout use cases...

Operational notes

  • Loading operational notes...

Current constraints

  • Loading current constraints...
Commercial path

Monthly pilot now, yearly if the direct flow holds.

Reference buyer flow

  • Issue short-lived checkout token from /v1/account/checkout-access-tokens
  • Or mint a ready-made branded link from /v1/account/buyer-checkout-links
  • Use merchant_reference_id to correlate lead, buyer link, checkout, and final order
  • Pass email when you want the buyer link locked to one recipient
  • Attach success_url and cancel_url so the buyer page can return to the merchant flow
  • Create public session and update buyer + fulfillment
  • Create payment-intent and confirm client_secret client-side
  • Complete checkout with payment_intent_id
  • Reopening the same branded buyer link resumes the original scoped session until completion; after that it returns 410 buyer_link_consumed
  • If the link is consumed, regenerate it from /v1/account/buyer-checkout-links/regenerate
  • Use /v1/orders/lookup?merchant_reference_id=... to trace the latest checkout session and order state

Reference shell flows in repo: scripts/public_checkout_flow.sh, scripts/create_buyer_checkout_link.sh, and scripts/regenerate_buyer_checkout_link.sh

What comes next

  • Catalog import path for non-platform merchants
  • Outbound delivery logs for ERP and fulfillment routing
  • Cleaner buyer-safe public checkout packaging

Support path

For direct AI pilots, include your API base URL, current checkout surface, and monthly order volume in the first message.