Zohaib Khan Lodhi

Results 2 comments of Zohaib Khan Lodhi

I am having 404 error while executing the following code. var lineItems = fulfillment.LineItems.Select(x => new FulfillmentRequestOrderLineItem { Id = x.Id, Quantity = x.Quantity, }); var service = new FulfillmentService(acct.ShopifyURL,...

> @z0ha1b That looks correct I think. One thing I'd investigate is that `orderId` you have -- are you positive that's the fulfillment order's id, and not the full order's...