ShopifySharp
ShopifySharp copied to clipboard
FulfillmentService throws ShopifyException: (404 Not Found) Not Found
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
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.