How to enable crypto purchases of Shopify products using Headless Checkout
This guide explains how to integrate Shopify product purchases using the Headless Checkout API.
When creating an order for a Shopify product, use the productLocator
parameter with the Shopify product URL and variant ID:
The format for the product locator is shopify:<product-url>:<variant-id>
, where:
shopify:
is the prefix identifying this as a Shopify product<product-url>
is the full URL to the product page<variant-id>
is the unique variant ID for the specific product option (size, color, etc.)Create the order
For a full list of supported currencies, refer to the supported currencies page.
Check order status
With all required information provided, the order’s response will include payment preparation details, as shown below.
How to enable crypto purchases of Shopify products using Headless Checkout
This guide explains how to integrate Shopify product purchases using the Headless Checkout API.
When creating an order for a Shopify product, use the productLocator
parameter with the Shopify product URL and variant ID:
The format for the product locator is shopify:<product-url>:<variant-id>
, where:
shopify:
is the prefix identifying this as a Shopify product<product-url>
is the full URL to the product page<variant-id>
is the unique variant ID for the specific product option (size, color, etc.)Create the order
For a full list of supported currencies, refer to the supported currencies page.
Check order status
With all required information provided, the order’s response will include payment preparation details, as shown below.