A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I have created a Dropshipping App that creates a third-party fulfillment service (Location) for the stores. All the inventories of the products that the app creates are managed from there.
There is a problem though. Merchants say that their order status shows as "Fulfillment in progress" and it says in the timeline that a "Fulfillment is requested from that third-party fulfillment service" after the order is delivered to the customer and my app hits the Create Fulfillment API.
I want to write a script that fixes this. But I am unaware as to what API I should call to properly update the AWB number on the order. Please help me out on this. Thank you!!