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