Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Walmart's fulfillment network.

Request

This endpoint expects an object.
destinationMarketplaceslist of stringsRequired
Walmart Marketplace IDs where the items need to be shipped to. Currently only one marketplace can be selected.
itemslist of objectsRequired
Items included in this plan.
sourceAddressobjectRequired

Specific details to identify a place (input variant — phone required).

namestringOptional1-40 characters
Name for the Inbound Plan. If one isn't provided, a default name will be provided.

Response

Accepted — operation submitted asynchronously.

inboundPlanIdstringformat: "^[a-zA-Z0-9-]*$"=38 characters
Identifier of the newly created inbound plan.
operationIdstringformat: "^[a-zA-Z0-9-]*$"36-38 characters
UUID for the given operation.

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error