get https://marketplace.walmartapis.com/v3/fulfillment/inbound-shipment-errors
After sellers request to create an inbound order, WFS may return error responses with error codes.
Types of errors include:
- SKUs not in WFS catalog: Ensure all SKUs are converted and added to the WFS catalog.
- Missing required information.
- Invalid Product ID (e.g., incorrect number of digits).
- Duplicated Inbound Order ID: The ID has already been used.
- Duplicated Product IDs.
Most of these errors can be avoided with a robust API integration that prevents invalid submissions.
Sellers should update the request based on the error message and re-submit.
Note: Once the inbound order is successfully created after re-submission, any historical errors under the same Inbound Order ID are removed and no longer accessible.