Create cart
To create a cart, you need to have a store and products already created. They are needed to populate the cart.
The jwtToken
is needed for further communication with Brink Commerce Cart and Order API.
Provide the jwtToken
as an Authorization header
.
sequenceDiagram
FrontEnd->>+Brink Commerce API: Create Cart
Note over FrontEnd,Brink API: POST orderv1/carts
Brink Commerce API-->> FrontEnd: Response
note over FrontEnd,Brink API: Link to response sample