Multichannel solutions APIs in sandbox

The following Multichannel Solutions (MCS) APIs are available in the sandbox for testing. You can use these endpoints to simulate and validate sales channel setup, order fulfillment, and tracking flows.

Sales channel management

MCS APIDescriptionEndpointMethod
Create MCS Sales Channel detailsSet up a new test sales channel in MCS./v3/fulfillment/orders-fulfillments/channel-detailsPOST
Get MCS Sales Channel detailsRetrieve details for test sales channels you’ve already created for MCS./v3/fulfillment/orders-fulfillments/channel-detailsGET
Update MCS Sales Channel detailsUpdates MCS test sales channel details for existing sales channels./v3/fulfillment/orders-fulfillments/channel-detailsPUT

Item management

MCS APIDescriptionEndpointMethod
Create test itemCreate a mock MCS item for testing fulfillment and order flows./v3/fulfillment/mcs/itemPOST
Get test itemRetrieve mock MCS item details from the sandbox./v3/fulfillment/mcs/itemGET

Order management

MCS APIDescriptionEndpointMethod
Fetch delivery promiseAccess estimated delivery dates and shipping timelines based on fulfillment details./v3/fulfillment/orders-fulfillments/fetchOrderPromiseOptionsPOST
Create Customer OrderSubmit customer test orders for WFS items to initiate fulfillment through Walmart’s network./v3/fulfillment/orders-fulfillmentsPOST
Cancel Customer OrderSubmit cancellation requests for eligible customer test orders prior to shipment./v3/fulfillment/orders-fulfillments/cancelPOST

Order tracking

MCS APIDescriptionEndpointMethod
Get order tracking detailsView fulfillment status updates for test orders from submission through delivery./v3/fulfillment/orders-fulfillments/statusGET