grantex.commerce exposes the Grantex Commerce V1 control plane used by the
approved Shopify live pilot and OACP flow.
Live Pilot Profile
Catalog Grounding
Checkout Flow
Commerce write paths that mutate carts, payment intents, or checkout links
require an idempotency key. The SDK sends idempotencyKey as the
Idempotency-Key header and does not include it in the JSON body.
AgenticOrg-compatible MCP calls can be made through commerce.mcp().
Ops And Webhooks
Plural provider webhook intake is deployed at
https://api.grantex.dev/v1/webhooks/providers/plural. Provider webhooks are
normally called by the provider dashboard, not application code. The SDK exposes
handleProviderWebhook() mainly for harnesses and controlled provider tests.
Production Plural settlement certification is not claimed while the available
Plural credentials authenticate against UAT-compatible rails.
Common Methods
Last modified on June 14, 2026