- Carts — managing shopping carts, items, coupon codes, checkout flow (addresses, delivery, payments, completion)
- Orders — retrieving completed orders
cartId as the first argument.
Carts
Create & Retrieve
Items
Discount Codes
Gift Cards
Checkout
Update Cart
Complete Checkout
Fulfillments
Fulfillments are included in the cart response — there is no separate list endpoint.Store Credits
store_credit_total/display_store_credit_total— total store credit appliedgift_card_total/display_gift_card_total— total gift card value appliedcovered_by_store_credit— boolean, whether the order is fully covered by store creditgift_card— associated gift card (if applicable)

