ShopifySharp icon indicating copy to clipboard operation
ShopifySharp copied to clipboard

FulfillmentService throws ShopifyException: (404 Not Found) Not Found

Open adelmurad24 opened this issue 3 years ago • 0 comments

FulfillmentService throws ShopifyException: (404 Not Found) Not Found

`var service = new FulfillmentService(myShopifyUrl, shopAccessToken); var fulfillment = new Fulfillment() { TrackingCompany = "Jack Black's Pack, Stack and Track", TrackingUrl = "https://example.com/123456789", TrackingNumber = "123456789", }

fulfillment = await service.CreateAsync(orderId, fulfillment);`

but i tried calling the api via postman and it works normally, https://{{shopUrl}}/admin/api/2022-04/orders/{{orderId}}/fulfillments.json

adelmurad24 avatar Jun 14 '22 19:06 adelmurad24

Hey @lafasta, did you manage to get this working? I'm not able to reproduce the issue on my end so it may have been solved in a recent version.

nozzlegear avatar Aug 15 '22 19:08 nozzlegear