Create customer order for WFS item
The Walmart Multichannel Solution is an extension of Walmart Fulfillment Services (WFS), uniquely placed to ensure quality, scale, and efficiency for a seller to grow a successful business. Walmart centralizes and manages the entire assortment of inventory, supply chain management, and fulfillment capabilities. At the same time, sellers can list and sell their items on multiple online platforms and storefronts.
Sellers specifically onboarded on Walmart Multichannel Solution can use this API to create customer orders that WFS can fulfill.
The following is a sample successful response provided by the API on the successful creation of an order.
{ “status”: “ACCEPTED”, “payload”: { “requestId”: “2644c041-2c01-46df-80e3-3a7fb88790fa” }
}
The following is a sample response provided by the API when passing an incorrect OrderchannelID.
{ “status”: “FAIL”, “errors”: [ { “code”: “ERR_EXT_DATA_0021001", “description”: “The payload structure is not valid. Please correct the payload.“, “info”: “[Error [code=400.WSAAS.106, field=orderChannelId, description=orderChannelId is invalid, info=orderChannelId is invalid, severity=ERROR, category=DATA, causes=null]]“, “severity”: “ERROR”, “category”: “REQUEST” } ] }
Updated about 2 months ago