Skip to main content
The Store API is split into two resource groups:
  • Carts — managing shopping carts, items, coupon codes, checkout flow (addresses, delivery, payments, completion)
  • Orders — retrieving completed orders
All cart and checkout endpoints require a 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

The cart/order response includes store credit and gift card totals:
  • store_credit_total / display_store_credit_total — total store credit applied
  • gift_card_total / display_gift_card_total — total gift card value applied
  • covered_by_store_credit — boolean, whether the order is fully covered by store credit
  • gift_card — associated gift card (if applicable)

Orders

Get a Completed Order

List Orders (Authenticated Customer)