checkout
query
Requires unauthenticated_read_checkouts_info access scope.
An access token is required to call this API. Refer to Authorization for more information about how to obtain the token.
checkout query
Arguments
Checkout id
Returns
The gift cards used on the checkout.
The available shipping rates for this Checkout.Should only be used when checkout requiresShipping is true and the shipping address is valid.
The identity of the customer associated with the checkout.
The date and time when the checkout was completed.
The date and time when the checkout was created.
The currency code for the checkout.
A list of extra information that is added to the checkout.
Discounts that have been applied on the checkout.
The email attached to this checkout.
A globally-unique identifier.
A list of line item objects, each one containing information about an item in the checkout.
The sum of all the prices of all the items in the checkout. Duties, taxes, shipping and discounts excluded.
The note associated with the checkout.
The amount left to be paid. This is equal to the cost of the line items, duties, taxes, and shipping, minus discounts and gift cards.
States whether or not the fulfillment requires shipping.
The shipping address to where the line items will be shipped.
The discounts that have been allocated onto the shipping line by discount applications.
Once a shipping rate is selected by the customer it is transitioned to a shipping_line object.
The price at checkout before duties, shipping, and taxes.
Whether taxes are included in the line item and shipping line prices.
The sum of all the prices of all the items in the checkout, including duties, taxes, and discounts.
The sum of all the taxes applied to the line items and shipping lines in the checkout.
The date and time when the checkout was last updated.
The url pointing to the checkout accessible from the web.
Error Code
For more information about common error codes, refer to Status and error codes.
Was this article helpful to you?