Mar 12, 2020
Hello All, I am working on a MERN stack Shopify app and I am trying to redirect to the app install link if the App Scopes have been updated. For some reason, the app is not being allowed to ...
Hello all, I am preparing to hand over a store to my client, but I have run into a weird issue in the final stage of development. Some of my code has stopped working after I switched to a paid sub...
No content to show
User Activity
07-25-2018
Thanks Nick, this solution worked! Even if a product doesn't have variants, the API still requires that you use the variant.id.
07-25-2018
Hello All,
Having trouble creating an order for an existing customer through the Shopify Api.
Using Postman I am sending a POST request to: {store with auth}.myshopify.com/admin/orders.json
My JSON formatted request is this:
{
"order": {
...