Shopify回传订单

你好,现在又遇到了一个新问题

Creates a fulfillment for one or many fulfillment orders 该接口返回:“errors”: “Not Found”

请问是这两个参数传的问题吗?

fulfillment_order_id,id 如果是,我该如何传才正确
下面示例截图中说明了我怎么传的
请帮我看一下,谢谢

下面展示的事请求示例

1、Retrieves a list of draft orders

https://3ae227a45e2e8f939fac5e52c1a49eb0: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@3092237819.myshopify.com/admin/api/2021-07/draft_orders.json?limit=1

2、Creates a fulfillment for one or many fulfillment orders

https://3ae227a45e2e8f939fac5e52c1a49eb0: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@3092237819.myshopify.com/admin/api/2021-10/fulfillments.json

{

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