Skip to main content

Submit WFS Inbound Shipment Tracking

POST 

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

Submit the carrier and tracking numbers for an inbound shipment to Walmart and persist them locally. Scoped to the integration instance (404 if the shipment belongs to another instance).

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Request body:

  • carrier_name (required, string, max 255).
  • tracking_numbers (required, array, min 1) — each a required string (max 255).

Validation errors return 422; a Walmart-side failure also returns 422 with the reason. Requires a Bearer token.

Request

Responses

OK

Response Headers
    Content-Type