I'm building a web store and have everything build with the exception of cart functionality using the APIs. My plan was to grab the cart contents using "format=json" but i'm getting a cross origin error. Is it possible to add the "Access-Control-Allow-Origin" header to my shopify site for a specific domain? If not, how can I get my cart contents from an external site?
↧