Skip to main content

Receive Walmart Webhook

POST 

/webhooks/walmart/:webhook_token

Receive a Walmart WFS webhook delivery. No Bearer auth — the secret path token is the credential. The body shape is whatever Walmart sends; the receiver classifies the delivery into a coarse bucket (inbound / inventory / return / order / unknown) by keyword-matching the eventType (or topic/type) field, persists it, and dispatches a resync. An unrecognised event type triggers a full WFS resync so nothing is missed. Always acks 2xx on success so Walmart does not retry; unknown tokens return 404.

Request

Responses

OK

Response Headers
    Content-Type