Save your wardrobe booking apis
  1. shoppingCart
Save your wardrobe booking apis
  • Customer booking
    • Getting Started
      • Introduction
      • Authentication
      • Attribute groups
    • Authentication
      • Customer login
      • Customer signup
    • categories
      • Get providers
      • Get clothes categories
    • services
      • Get services
    • Upload photos
      • Uplaod photos
    • shoppingCart
      • Create A New Shopping Cart
        GET
      • Add items to Shopping Cart
        POST
      • Add customer to Shopping Cart
        POST
      • Delete Item From Shopping Cart
        DELETE
      • Get Available Logistics Options
        GET
      • Add Logistic Option To Shopping Cart
        POST
    • order
      • Create the Order from the Shopping Cart
      • List Orders
  1. shoppingCart

Create A New Shopping Cart

Developing
GET
api/sip/shopping-cart
This endpoint initializes a new shopping cart for the customer journey. It should be called at the beginning of the process to generate a unique shopping cart ID.
Once created, the shopping cart can be updated by adding items and services selected by the user.

Request

None

Responses

🟢200Success
application/json
Body
id
string 
required
ID
Example
{
    "id": "string"
}
Previous
Uplaod photos
Next
Add items to Shopping Cart
Built with