lacla
May 30, 2023, 11:03pm
1
I have checked the forum on how to create fulfillments and followed but I am still getting not Found error.
https://adbmstore.myshopify.com/admin/api/2023-04/fulfillments.json
{
“fulfillment”: {
“notify_customer”: true,
“line_items_by_fulfillment_order”: [
{
“fulfillment_order_id”: 5631296274594
}
],
“tracking_info”: {
“number”: “test1”
}
}
}
{
“errors”: “Not Found”
}
Hi @lacla please ensure that you have all the required scopes enabled for your app. Depending on its functionality they can be different. This guide should explain whats required. https://shopify.dev/docs/apps/fulfillment
Hi,
I am also getting the same issue, I have all scopes selected. Any ideas on this please?
Thanks,
Alex
lacla
June 7, 2023, 10:41pm
4
Get orders/orderid/fulfillment_orders.json
{
“fulfillment”: {
“line_items_by_fulfillment_order”: [
{
“fulfillment_order_id”: put fulfillment order id here
}
],
“tracking_info”: {
“number”: “MS1562678”,
“url”: “https://www.my-shipping-company.com?tracking_number=MS1562678 ”
}
}
}