No content to show
User Activity
04-11-2023
Hi,No we needed to go GraphQL way on this.
Yes I got it working by creating a new api permisssion app. But as the post from @Appifiny states you can just add `read_merchant_managed_fulfillment_orders` and/or `write_merchant_managed_fulfillment_orders` access scopes worked for me (with read_a...
Glad to help
I'll answer the question, since Shopify api support (if there is such a thing) clearly does not give a damn. (A bitterness in this post - sorry, but disappointed about not getting any help from this community, shopify support, shopify partner support...
We seemed to get our head around it. First problem was that we got empty response on ..../orders/<orderid>/fulfillment_orders.json. We got this flow working now:GET ...orders/(ordreid)/fulfillment_orders.json to see fulfillmentorder to handle, copy ...
I'll answer my own question, which was sorted in collaboration with a Shopify Partner and no help what so ever from Shopify team. (A bit disappointed about the lack of support tbh). My problem was, that I got empty respons on ..../orders/<orderid>/fu...
@awwdam I have a similar case, where an empty array is returned. x-request-id is: cfb118b2-9416-4074-8da3-99cc220be3df Thanks!
Hi @mikewa33 Did you manage to find out what went wrong? I am having same issue as you.Thanks
06-28-2022
How do I use the new fulfillment_orders.json endpoint. When doing get request on GET /admin/api/2022-04/orders/<ordreid>/fulfillment_orders.json I get empty array. I've managed to set up a trial shop and get this process working:Order created on shop...
Hi @SpaceyLamb and @Ralph-HA ,I see you got your questions answered, but I'm not able to completely follow you.Which endpoint to use when creating and completing a complete or partial fulfillment on an order?Our scenario is really simple, we would li...
We are ERP system developers and made integration using the old fulfillment.json endpoint, where we only do complete fulfillments.Now we need to be able to handle partial fulfillments, and want to move to the new fulfillment_orders.json endpoint. I c...
Totally agree Alex. Seems strange. With REST api you can set value, but not with GraphQL, where we're only able to set deltas. Would like to being able to set quantity without the extra get current quantity first.
How do I bulk update item inventory using API?We can do both REST and Graph QL api, but I can't get bulk updating of inventory on variants to work?Thanks!
Hi,did you find a good solution to do this?We are in same situation needing to SET inventory. On some endpoints we have given up on REST and switched to REST (translations, pricelists). Now we are looking into update/syncing the inventory from ERP.
Hi, We're currently developing a solution connecting from ERP system to Shopify. We have come to the conclusion to switch to graphql on various tasks because of; endpoint not available in REST, lack of speed in REST. So we are facing some beginner qu...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
7525 | 04-11-2023 07:06 AM | |
6424 | 07-06-2022 02:41 AM |