New Shopify Certification now available: Liquid Storefronts for Theme Developers

Fulfillment order does not exist

Solved
bill_the_badger
Shopify Partner
5 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
5 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
5 1 0

This is an accepted solution.

sorry indeed - a co-worker was deleting orders !