Skip to main content

Create shopping cart

POST 

/api/cart

Create cart.

Request

Body

required

    customer_session_id string

    Customer session id

    currency string

    Cart's currency

Responses

Successful cart creation

Schema

    any

Loading...