Skip to main content

Get Supplier WFS Turnaround Metrics

GET 

/api/walmart/wfs/suppliers/:supplier/3pl-metrics

3PL/supplier turnaround SLA metrics scoped to a single source supplier: per-partner turnaround gaps between sending a WFS-inbound fulfilment request and each milestone (sent -> box contents submitted, sent -> ready to ship), plus an overall summary. Spans every Walmart integration instance -- a supplier's turnaround is instance-agnostic.

Authentication: Requires Bearer token.

Path parameter:

  • supplier (integer): the source supplier ID to scope to.

Query parameters (both optional):

  • date_from (date, m/d/Y or Y-m-d): only include packets sent on/after this day (start of day).
  • date_to (date, m/d/Y or Y-m-d): only include packets sent on/before this day (end of day).

Response: { data: { summary, partners[] } }. summary is the 'All partners' aggregate; partners[] is one row per 3PL warehouse / supplier, sorted by shipments_sent desc. partner_type is 'all' (summary), '3pl', or 'supplier'. Median/avg hour fields are null when no packet has reached that milestone yet.

Request

Responses

OK

Response Headers
    Content-Type