No content to show
User Activity
A good long term solution for this is to create a job queue. Your web service would return 200 to requests as fast as possible, queue the job, then close the connection. Then you have a separate worker service that processes the job queue.
We have this same problem. One of our clients is using a plugin that generates shipping labels using the the location as the origination. There is no API call that we have found that will let us change the address on the location. If you happen to...
The urls look correct although your version is old. The request will still work as long as the endpoint action still exists. (shopify will bump up your 2021-07 version to 2022-10) You should try testing this in a tool such as postman first. That i...
07-14-2023
This is entirely dependent on what language you are using. For instance, C# uses async/await, node.js uses promises, etc. You will likely get the best response by asking in a language specific format or googling "asynchronous rest request {languag...
The orders created webhook does not contain the fulfillment orders because they may not be created at the same time the order is created depending on how the store is setup (auto fulfillment set to off). Secondly, you only want to be looking for or...
I am not sure with that, our policy is to not allow address changes. If it is not clear in the documentation, my suggestion is to subscribe to webhooks you think are relevant, make the address change, then see what hooks fire.
I believe you want to subscribe to fulfillment_orders/fulfillment_request_submitted. Depending on how a store is configured a fulfillment request may be submitted manually at a later point, or the fulfillment order may not be immediately available w...
I had trouble with this as well and unfortunately the documentation is lacking. Your app needs to return 200 OK and it needs to return it rather quickly. If there is any other status returned, or if it takes too long then shopify will not trigger t...
06-23-2023
There is no straight to EDI thing that shopify has, this needs to be coded or you need to find a company out there that has some sort of EDI app that they sell. This project could be relatively easy, or a whole bunch of work depending on what level o...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1316 | 07-05-2023 01:25 PM | |
1364 | 06-26-2023 01:13 PM |