Skip to product information
1 of 1
Published:2023.07.23

How to create a link to directly go to checkout for a specific product in Shopify

How to create a link to directly go to checkout for a specific product in Shopify

Applications

  • URL manipulation
View full details

With Shopify, you can generate a link that allows you to specify a product and move directly to the checkout, and then easily share it on general sites and social media. By the way, if you want to move to the cart instead of the checkout, just add the parameter "?storefront=true".



Cart permalink with one product variant

 https://my-shop-name.myshopify.com/cart/36485954240671:1

Cart permalink with multiple product variations

 http://{shop}.myshopify.com/cart/70881412:1,70881382:1

Cart permalink containing coupon code

 http://{shop}.myshopify.com/cart/70881412:1?discount=500off

Cart permalink for the cart page

 http://{shop}.myshopify.com/cart/70881412:1?storefront=true
Related Post