Dear Shopify Support Team,
The issue I am experiencing is that whenever I attempt to create a fulfillment for an order, I receive a “404 error” message.
POST to API (or use your method of choice)
API: https://xxx.myshopify.com/admin/api/2023-01/fulfillments.json
JSON:
{
“fulfillment”: {
“line_items_by_fulfillment_order”: [{
“fulfillment_order_id”: {api.fulfillment_orders id},
“fulfillment_order_line_items”: [{Line Items Fulfillment Array}]
}],
“tracking_info”: {
“company”: “{Fulfillments: Tracking Company}”,
“number”: {Fulfillments: Tracking Number},
“url”: “{Tracking URL}”
},
“notify_customer”: false,
“location_id”: {fulfillment_orders assigned_location_id}
}
}