Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Inbound Shipment Items Response Field error #15

Open
jsrgqinbin opened this issue Nov 3, 2023 · 1 comment
Open

Get Inbound Shipment Items Response Field error #15

jsrgqinbin opened this issue Nov 3, 2023 · 1 comment

Comments

@jsrgqinbin
Copy link

InboundShipmentErrorsResponseWrapper

protected static array $openAPITypes = [
    'inboundOrderId' => 'string',
    'createdDate' => '\DateTime',
    'returnAddress' => '\Walmart\Models\MP\US\Fulfillment\ReturnAddress',
    'orderItems' => '\Walmart\Models\MP\US\Fulfillment\OrderItem[]',
    'errors' => '\Walmart\Models\MP\US\Fulfillment\Error[]'
];

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"
}
]
}

@Qui2n
Copy link

Qui2n commented Apr 10, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants