你好,现在又遇到了一个新问题
Creates a fulfillment for one or many fulfillment orders 该接口返回:“errors”: “Not Found”
请问是这两个参数传的问题吗?
fulfillment_order_id,id 如果是,我该如何传才正确
下面示例截图中说明了我怎么传的
请帮我看一下,谢谢
下面展示的事请求示例
1、Retrieves a list of draft orders
2、Creates a fulfillment for one or many fulfillment orders
{
“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
}
]
}
]
}
}

