Cancel 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, while 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 cancel customer orders that were earlier placed.

The following is a sample successful response provided by the API on the successful creation of an order.

{ “status”: “ACCEPTED”, “payload”: { “requestId”: “1c1804ca-37d0-4084-8668-734f4369e3e3” } }

The following is a sample response provided by the API on Failures.

{ “status”: “FAIL”, “errors”: [ { “code”: “404.WSAAS.100", “description”: “Data not found in WSAAS”, “info”: “requested order not found”, “severity”: “ERROR”, “category”: “REQUEST” } ] }