Get Checkout
Returns a *Checkout*.
The cart ID and checkout ID are the same.
> #### Note
> * Substitute your storefront domain for `yourstore.example.com`.
> * The Send a Test Request feature is not currently supported for this endpoint.
> * This endpoint requires using Stencil CLI, a local session, and a csrf token to work.
Path parameters
checkoutId
Query parameters
include
* `cart.lineItems.physicalItems.options` - physical options
* `cart.lineItems.digitalItems.options` - digital options
* `cart.lineItems.physicalItems.categoryNames` - physical categories
* `cart.lineItems.digitalItems.categoryNames` - digital categories
* `cart.lineItems.customItems.categoryNames` - custom categories
* `customer` - customer
* `customer.customerGroup` - customer group
* `payments` - payments
* `promotions` - promotions
* `consignments.availableShippingOptions` - shipping options
* `consignments.availablePickupOptions` - pickup options
Response
billingAddress
cart
A cart contains a collection of items, prices, discounts, etc. It does not contain customer-related data.
channelId
Channel ID.
consignments
coupons
Coupons applied at the checkout level.
fees
Fees applied at the checkout level.
createdTime
Time when the cart was created.
customer
Customer details.
customerMessage
Shopperʼs message provided as details for the order to be created from this cart
giftCertificates
Applied gift certificate (as a payment method).
giftWrappingCostTotal
Gift wrapping cost for all items, including or excluding tax.
grandTotal
The total payable amount, before applying any store credit or gift certificate.
handlingCostTotal
Handling cost for all consignments including or excluding tax.
id
isStoreCreditApplied
true value indicates StoreCredit has been applied.
orderId
outstandingBalance
grandTotal subtract the store-credit amount
payments
promotions
shippingCostBeforeDiscount
Total shipping cost for the checkout before discounts are applied.
comparisonShippingCost
Total shipping cost for the checkout after automatic promotions are applied.
shippingCostTotal
Shipping cost before any discounts are applied.
shouldExecuteSpamCheck
subtotal
Subtotal of the checkout before applying item-level discounts. Tax inclusive based on the store settings.
taxes
taxTotal
updatedTime
Time when the cart was last updated.
version
The current version of the checkout increments with each successful update. You can use it to enable optimistic concurrency control for subsequent updates.
Errors
400
Bad Request Error