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