调用Retail Procurement Shipments的/vendor/shipping/v1/shipments接口,对应在VC后台创建shipment并且设置箱标功能;但是调用完后,在后台显示shipment创建成功,但仍然显示需要设置箱标,我这边已传相关箱规信息,请求参数如下:
{
"shipments": [
{
"collectFreightPickupDetails": {
"requestedPickUp": "2026-01-14T12:00:00.000Z",
"scheduledPickUp": "2026-01-14T12:00:00.000Z"
},
"containers": [
{
"containerIdentifiers": [
{
"containerIdentificationNumber": "00005920333997",
"containerIdentificationType": "AMZNCC"
}
],
"containerSequenceNumber": "1",
"containerType": "carton",
"dimensions": {
"height": 10,
"length": 10,
"unitOfMeasure": "In",
"width": 10
},
"packedItems": [
{
"buyerProductIdentifier": "B07837W5NX",
"itemDetails": {
"purchaseOrderNumber": "8TWTXM8G"
},
"itemSequenceNumber": 1,
"packedQuantity": {
"amount": 1,
"unitOfMeasure": "Cases"
},
"vendorProductIdentifier": "B07837W5NX"
}
],
"weight": {
"unitOfMeasure": "Lb",
"value": 1
}
}
],
"purchaseOrders": [
{
"items": [
{
"buyerProductIdentifier": "B07837W5NX",
"itemSequenceNumber": "001",
"shippedQuantity": {
"amount": 1,
"unitOfMeasure": "Eaches",
"unitSize": 1
},
"vendorProductIdentifier": "B07837W5NX"
}
],
"purchaseOrderDate": "2026-01-12T00:00:00.000Z",
"purchaseOrderNumber": "8TWTXM8G",
"shipWindow": "2026-01-12T00:00:00.000Z--2026-01-29T00:00:00.000Z"
}
],
"sellingParty": {
"partyId": "UH681"
},
"shipFromParty": {
"address": {
"addressLine1": "14650 Meyer Canyon Drive",
"name": "LinkW Technology Logistics Inc."
},
"partyId": "0-188422721"
},
"shipmentFreightTerm": "Collect",
"shipmentMeasurements": {
"shipmentVolume": {
"unitOfMeasure": "CuFt",
"value": "2.682"
},
"shipmentWeight": {
"unitOfMeasure": "Lb",
"value": 3.6
},
"totalCartonCount": 1,
"totalPalletNonStackable": 0,
"totalPalletStackable": 0
},
"shipToParty": {
"partyId": "GEU5"
},
"transactionDate": "2026-01-20T12:00:00.000Z",
"transactionType": "Cancel",
"transportationDetails": {
"shipMode": "SmallParcel"
},
"vendorShipmentIdentifier": "AMAZON-SHIP20260113121254-000026"
}
]}
是参数哪里不对,导致没有成功设置箱标信息呢