0
votes
1answer
87 views

How to add items to the cart using the Shopify API

I'm working on a custom web app using the Shopify API. The idea here is to use the app as the exclusive storefront and just make requests to the Shopify API. I've set up a private application in my ...
0
votes
1answer
62 views

Downloading all the products with all the variants and metafields from Shopify

Is there a way to download all the products with all the variants and metafields without having to perform 2 additional requests (1 for variant and 1 for metafields)? Maybe some sort of batch ...
1
vote
1answer
89 views

Getting a 403 Error with valid API key - Private App

I've created a Private App (got the API Key, Password, and Secret) but it's not allowing me access for some reason. I'm issuing the GET request without any parameters... should I be using something in ...
0
votes
0answers
70 views

Cannot Create Shopify Variant

I'm sending the following request to create a variant via the Shopify API. Can you see why we would be getting an HTTP status code 500 back? The error we are given back is “errors:Error”. ...
1
vote
1answer
206 views

Sort Order of Shopify REST Collections

Trying to nail down what the sort order is for Shopify's REST collections. Specifically I'm working with orders and customers at the moment. I found this closed thread discussing the ability to sort ...
1
vote
2answers
337 views

Shopify API: Importing a JSON formatted list of products through a private app

Essentially I have a file with a list of products I would like to add to my shopify store, I'm fairly certain it's formatted correctly although if it isn't please tell me what to fix. I was wondering ...