Cart Endpoints
Cart Data
Fetches the user’s cart and items, including any associated promotions, coupons, gifts, and referral codes.
POST
/
cart
/
get
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.