Hey All,
Having an issue with posting fulfillments. I can get the order data using GET but when I try and fulfill it gives me a 404 not found? If anyone can pinpoint what I am doing wrong here please let me know.
https://mydomain.myshopify.com/admin/api/2022-01/fulfillments.json
{
"fulfillment": {
"line_items_by_fulfillment_order": [
{
"fulfillment_order_id": 4895586779217,
"fulfillment_order_line_items": [
{
"id": 11674064978001,
"quantity": 1
}
]
}
],
"tracking_info": {
"company": "usps",
"number": 12345162567398,
"url": "www.usps.com"
},
"notify_customer": true,
"location_id": 23827284049
}
}