Delete a cart
documentedDeletes the current cart and cancels shipments/payments.
DELETE /api/v2/storefront/cartCartno implementation yet0 runsNo 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}}"