Create Cart
POST /api/cart/create
This endpoint allows to create cart
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
currency
string
Cart currency
Response
{
"cartId": "20251015-e42l-6uwy-cBdo-ULQuDL1sJmoo"
}{
"error": "Invalid request"
}Last updated