Sign in

Complete checkout

documented

Completes the checkout flow and creates a completed order.

PATCH /api/v2/storefront/checkout/completeCheckoutno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl \"https://{{$store_base_url}}/api/v2/storefront/checkout/complete\" -X PATCH -H \"Content-Type: application/vnd.api+json\" -H \"Accept: application/vnd.api+json\" -H \"X-Spree-Order-Token: {{SPREECOMMERCE_ORDER_TOKEN}}\"
Complete checkout · Spree Commerce · OpenIntegrations