Solved

POST API https://XXXXXXXX.myshopify.com/admin/api/2023-04/fulfillments.json NOT WORKING

ST1984
Visitor
2 1 0

I am using below JSON to create fulfillment and getting error 'Not Found'

{
    "fulfillment": {
        "line_items_by_fulfillment_order": [
            {
                "fulfillment_order_id": 11111111111
            }
        ],
        "tracking_info": {
            "company": "BORDER EXPRESS",
            "number": "XXXXXXXX",
        },
        "notify_customer": true
    }
}
 
Please help.
Thanks
Accepted Solution (1)
Reply 1 (1)

ST1984
Visitor
2 1 0