Mar 17, 2021
The unstable version of the Admin API introduces bulkOperationRunMutation: https://shopify.dev/docs/admin-api/graphql/reference/bulk-operations/bulkoperationrunmutation I want to use it for bu...
No content to show
User Activity
The Fulfillment REST API documentation states: "With the REST API, you can set only one tracking number and one tracking URL per fulfillment. If you send multiple shipments with one fulfillment, you may want to specify tracking numbers and tracking U...
01-12-2023
I did some playing around in Postman, and it looks like something like the following can maybe work:1. Load fulfillment orders. Ideally there's just one.2. Move it to a location which the ERP system has fulfillments from.3. Fulfill lines from that l...
01-11-2023
Currently our Shopify API uses the old Fulfillment API which is in the process of being removed. With the old API, our app's flow was:1. Import orders from Shopify into our ERP system.2. In our ERP system, users can assign each order line item to an...
My company has developed an integration between Shopify and our own system (SalesPad) which imports orders from Shopify into our system. One of our customers uses the Facebook & Instagram channel to take orders in Facebook and import them into Shopi...
We ran into this problem with our own C# integration. I tried some of the suggestions from this stack overflow and found that setting the Content Disposition on the stream content fixed the issue for us.https://stackoverflow.com/questions/56715217/m...
04-05-2022
Our integration is running into this too when querying for orders from Shopify. If a user adds a certain tag to an order we don't want to import the order into our system, but if the user adds the tag and runs our integration within a minute afterwa...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
997 | 10-31-2022 09:47 AM |