Sign in

Delete a cart

documented

Deletes the current cart and cancels shipments/payments.

DELETE /api/v2/storefront/cartCartno 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 "{{SPREESTORE_BASE_URL}}/api/v2/storefront/cart" \
  -X DELETE \\
  -H "Accept: application/vnd.api+json" \\
  -H "Content-Type: application/vnd.api+json" \\
  -H "X-Spree-Order-Token: {{SPREECOMMERCE_ORDER_TOKEN}}"
Delete a cart · Spree Commerce · OpenIntegrations