Returns WFS-managed inventory with fulfillment insights

Returns inventory for items managed by Walmart Fulfillment Services (WFS). Includes stock health, age buckets, and demand-intelligence fields not available on seller-fulfilled inventory. **Rate limit:** 300 items per page maximum. Requests retrieving more than 100 items per page will receive `X-RateLimit-Limit` and `X-RateLimit-Remaining` headers in the response.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

skusstringOptional

Comma-separated seller SKUs to filter (max 50). Omit to return all WFS items.

pageSizeintegerOptional1-300Defaults to 100
nextTokenstringOptional

Response

Success
paginationobjectOptional
itemslist of objectsOptional

Errors

400
Bad Request Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error