Skip to main content

Get Inbound Shipment

GET 

/api/walmart/:integrationInstance/wfs/inbound-shipments/:shipment

Fetch a single WFS inbound shipment by its SKU.io row id. Eager-loads the source warehouse (with address) and source supplier, so ship_from_address carries the warehouse name and source_name is populated.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Authentication: Requires Bearer token.

Returns 404 when the shipment does not belong to the given integration instance.

Request

Responses

OK

Response Headers
    Content-Type