If a private app is setup with all permissions allowed, can basic authentication be used to make post requests such as posting a new product? If not - how do I acquire an access_token?
I'm trying to build an integration with Shopify on AWS Lambda - I have managed to retrieve data from a mock shop, using basic http fetch requests. I'm now trying to add new products/orders - I found ...
No content to show

User Activity

Hi @csam I have now added the correct scope (`write_customers`), however, we just tried to upload a batch of new orders and received over 64 errors from the API. All of these errors were '500 Server Error' from the Shopify API, again if I resend the ...
Hi @csam Thank you for checking for us! I have looked at our customers access token to check what scopes they have enabled and you are right, they are missing the scope `write_customers`. However, they do have the scope `unauthenticated_write_custome...
HiWe have now been receiving 500 errors, whenever we post a batch of new orders, for the last month now. Apparently there aren't any issues with the API, so why do we keep getting 500's?We are making requests to this endpoint:/admin/orders.jsonUsuall...
Hi,  We are receiving 500 Internal Server Errors from the API again.I now have the response headers: {"reqStatus":500,"shopifyApiError":"Internal Server Error","shopify-headers":{"date":["Thu, 02 Dec 2021 15:08:03 GMT"],"content-type":["application/j...
Hi, I have been using the Shopify API to post new orders for about 5 months now - and have had no issues. However, in the last 2 weeks, I have started to receive lots of 500 errors when trying to upload orders to `/admin/orders.json` - are there curr...
I will try to reproduce this error, and provide you with headers - don't have logs of the headers.The endpoint is: `/admin/orders.json`The exact error is the same as stated above: `base - Internal error`This is the body that caused the error (removed...
When making requests to the API to upload a new order, occasionally we will upload two orders in a row that are using the same customer name, address ect. However, when the call to upload the second order is made the API returns an error - `base - In...
I would extract the order_id and then make another call to get the metafields, but this is not possible in my scenario.
I have a webhook on my shopify store that triggers when a fulfillment is created. I need to be able to see the metafields that are with this order when I receive the fulfillment. Is this possible?
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From