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).

Authorization

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

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