Sign in

Create cart (customer)

documented

Create a new cart for the authenticated customer.

POST /rest/{store_code}/V1/carts/mineCartsno 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://{{$host}}/rest/{{$store_code}}/V1/carts/mine" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"