A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi there,
I am getting an error when trying to fulfill an order:
{"data":{"fulfillmentCreateV2":{"fulfillment":null,"userErrors":[{"field":["fulfillment"],"message":"Fulfillment order does not exist."}]}}
The guid(s) are correct.
mutation { fulfillmentCreateV2(fulfillment: {lineItemsByFulfillmentOrder: {fulfillmentOrderId: "gid://shopify/FulfillmentOrder/4936770584814", fulfillmentOrderLineItems: [{id: "gid://shopify/FulfillmentOrderLineItem/12546686845166", quantity: 1}]}, notifyCustomer: true, originAddress: { address1: "11 The Business Street", address2: "", city: "Bournemouth", countryCode: "GB", provinceCode : "", zip : "BH3 7EB" }, trackingInfo: { company : "Royal Mail", number: "TT116970370GB", url: "https://www.royalmail.com/track-your-item#/tracking-results/TT116970370GB" } } ) { fulfillment { trackingInfo { company number url } } userErrors { field message } } }
Solved! Go to the solution
This is an accepted solution.
sorry indeed - a co-worker was deleting orders !
This is an accepted solution.
sorry indeed - a co-worker was deleting orders !