You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to consult with you about the process of API WFS LTL. The process of creating WFS Small Parcel using API is correct. But WFS LTL always fails. After successfully creating the inbound order, I proceeded to create a Carrier Rate Quote and selected WFS LTL Carrier Type. The creation was successful, and then I confirmed the Carrier Rate Quote. However, the Confirm Carrier Rate Quote failed with a response of 204. Is it a step that I am missing? Or is there a parameter error?
InboundShipmentErrorsResponseWrapper
The actual returned data is as follows
{
"headers": {
"limit": 10,
"offset": 0,
"totalCount": 4
},
"payload": [
{
"inboundOrderId": "1235113",
"shipmentId": "4846GDM",
"gtin": "00634482736852",
"sku": "ACDD-WZK73685",
"itemDesc": "Blue Jeans",
"itemQty": 10,
"vendorPackQty": 0,
"innerPackQty": 0,
"receivedQty": 0,
"damagedQty": 0,
"fillRate": 0,
"expectedDeliveryDate": "2020-09-24T00:00:00.000Z",
"updatedExpectedDeliveryDate": "2020-09-24T00:00:00.000Z"
},
{
"inboundOrderId": "1235113",
"shipmentId": "4846GDM",
"gtin": "00812040019191",
"sku": "KALA-WFS-KA-SWG-BL",
"itemDesc": "Google mini",
"itemQty": 16,
"vendorPackQty": 0,
"innerPackQty": 0,
"receivedQty": 0,
"damagedQty": 0,
"fillRate": 0,
"expectedDeliveryDate": "2020-09-24T00:00:00.000Z",
"updatedExpectedDeliveryDate": "2020-09-24T00:00:00.000Z"
},
{
"inboundOrderId": "1235113",
"shipmentId": "4846GDM",
"gtin": "00077540052578",
"sku": "NOTN-WFS-10480",
"itemDesc": "Blue Jeans",
"itemQty": 12,
"vendorPackQty": 0,
"innerPackQty": 0,
"receivedQty": 0,
"damagedQty": 0,
"fillRate": 0,
"expectedDeliveryDate": "2020-09-24T00:00:00.000Z",
"updatedExpectedDeliveryDate": "2020-09-24T00:00:00.000Z"
},
{
"inboundOrderId": "1235113",
"shipmentId": "4846GDM",
"gtin": "00636047311207",
"sku": "GLHF-GL1304WMST",
"itemDesc": "Blue Jeans",
"itemQty": 14,
"vendorPackQty": 0,
"innerPackQty": 0,
"receivedQty": 0,
"damagedQty": 0,
"fillRate": 0,
"expectedDeliveryDate": "2020-09-24T00:00:00.000Z",
"updatedExpectedDeliveryDate": "2020-09-24T00:00:00.000Z"
}
]
}
The text was updated successfully, but these errors were encountered: