I'm trying the following:
async function createFullfill() {
await shopify.fulfillment.create(order_id, {
location_id: location_id,
tracking_number: tracking_number,
tracking_company: courier_service,
notify_customer: true,
});
}
And returns 404 error (Not found)
Thnaks