Shopify回传订单

https://accounts.shopify.com/lookup?rid=2de5ccd0-3d54-4cdd-8fcd-a220c6ee454d

1、邮箱登录

继续访问 Shopify:1614516281@qq.com

密码:jiale654321

2、请选择此账户

3、成功进入此页面后就可以看到创建的正式订单

根据我的请求示例,请帮我看一下调用fulfillments接口为什么返回

Not Found错误信息
如下是两个接口的请求信息
1、https://8578cc2007111d6dff8ea7b92e6fd69f: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@redliuiot.myshopify.com/admin/api/2021-10/orders.json?limi=1
2、https://8578cc2007111d6dff8ea7b92e6fd69f:shppa1_fdda31fd9cf1f53a68675ce14ec0747f@redliuiot.myshopify.com/admin/api/2021-10/fulfillments.json

{
“fulfillment”: {
“message”: “The package was shipped this morning.”,
“notify_customer”: false,
“tracking_info”: {
“number”: 1562678,
“url”: “https://www.my-shipping-company.com”,
“company”: “my-shipping-company”
},
“line_items_by_fulfillment_order”: [{
“fulfillment_order_id”: 3897756385380,
“fulfillment_order_line_items”: [{
“id”: 10176485720164,
“quantity”: 1
}]
}]
}
}
万分感谢