Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Fulfillment order does not exist

Solved

Fulfillment order does not exist

bill_the_badger
Shopify Partner
6 1 0

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 } } }
Accepted Solution (1)

bill_the_badger
Shopify Partner
6 1 0

This is an accepted solution.

sorry indeed - a co-worker was deleting orders !

View solution in original post

Reply 1 (1)

bill_the_badger
Shopify Partner
6 1 0

This is an accepted solution.

sorry indeed - a co-worker was deleting orders !