product.liquid
18-feb
$0.00
The Checkout API makes it possible to purchase products from a Shopify store programmatically. A checkout
in Shopify is the object used to manage a customer’s cart
as it transitions to a paid checkout
. This includes calculating taxes, shipping rates, attaching the customer’s information, and finally completing a purchase by submitting a payment. Use this API if you want a fully customized checkout user experience, while taking full advantage of the commerce engine used to power every Shopify store.
Caution
The Checkout API is only for use with the Sales Channel SDK. It is not possible to use it to create a new checkout for an individual store — for that you can use our JavaScript, iOS, and Android Buy SDKs.