Shopify / js-buy-sdk

The JS Buy SDK is a lightweight library that allows you to build ecommerce into any website. It is based on Shopify's API and provides the ability to retrieve products and collections from your shop, add products to a cart, and checkout.
https://shopify.github.io/js-buy-sdk
MIT License
987 stars 262 forks source link

Cart/Checkout baskets synchronization between different sites? #898

Open dmytro-kushnir opened 2 years ago

dmytro-kushnir commented 2 years ago

Hello guys, Is there a proper way to synchronize Checkout our Cart API between different shop domains or sites?

For example, if the Cart items were added in Site A, they should be seen automatically on Site B.

The only way I figured out is Cookie synchronization, but probably there is some Shopify built-in solution?