Create a new cart
POST/carts
Create a new universal cart that can hold items from multiple merchants. Optionally set shipping address during creation.
Request
Responses
- 200
- 400
- 401
- 500
Successfully created cart
Invalid request body or validation error
Unauthorized - invalid or missing API key
Internal server error