Create a new cart
Creates a new shopping cart. Can be created by guests or authenticated customers.
Returns a token that must be used for guest access to the cart.
POST
Spree SDK
Authorizations
Publishable API key for store access
Headers
Bearer JWT token (optional - for authenticated customers)
Unique key for request idempotency.
Body
application/json
Response
201 - application/json
cart created
Spree SDK

