Operation HTTP Request Description
get
GET /api/v1/partner/store/cart/active
Get Active Cart
delete
DELETE /api/v1/partner/store/cart/cancelCart/{consumerCartId}
Cancel submitted order to the platform.
get
GET /api/v1/partner/store/cart/history
Get Consumer Order History
post
POST /api/v1/partner/store/cart/item/{orderItemId}/finalize
Finalize Item Cart
post
POST /api/v1/partner/store/cart/item/{orderItemId}/unfinalize
Unfinalize Item Cart
post
POST /api/v1/partner/store/cart/items/finalize
Finalize All Items in Cart
post
POST /api/v1/partner/store/cart/prepare
Prepare Active Cart
post
POST /api/v1/partner/store/cart/product/findCost
Find Product cost
get
GET /api/v1/partner/store/cart/public/{publicKey}
Find Cart by public key
post
POST /api/v1/partner/store/cart/submitCart/{consumerCartId}
Submit Cart to be completed.
post
POST /api/v1/partner/store/cart/updateCart/{consumerCartId}
Update Cart to the platform.
post
POST /api/v1/partner/store/cart/{consumerCartId}/setConsumerUser/{consumerUserId}
Update Consumer User
get
GET /api/v1/partner/store/cart/{consumerCartId}
Get Cart by id.