Walmart Item
Connector for the walmart-item API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://developer.walmart.com/proxy/item-api-doc-app/rest - Auth:
bearer(pass your key via theapiKeyinput)
Operations
v2getfeeditemstatus— GET /v2/feeds — Get status of an item feedv2getallitemsstatus— GET /v2/feeds/{feedId} — Get status of an item within a feedv3getfeeditemstatus— GET /v3/feeds — Get status of an item feedv3getallitemsstatus— GET /v3/feeds/{feedId} — Get status of an item within a feedv2dopostmultipart— POST /v2/feeds — Upload an item feedv3dopostmultipart— POST /v3/feeds — Upload an item feed
Inputs
apiKey— your walmart-item API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: v2getfeeditemstatus
apiKey: <your key>