Sign in

Create guest cart

documented

Create a new cart for a guest customer.

POST /rest/{store_code}/V1/guest-cartsCartsno 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://{{$magento_base_url}}/rest/{{$store_code}}/V1/guest-carts" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"