Walmart Item
Walmart Item is an API for managing product listings and item information on Walmart Marketplace.
- 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>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: v2getfeeditemstatus, v2getallitemsstatus, v3getfeeditemstatus, v3getallitemsstatus, v2dopostmultipart, v3dopostmultipart |
feedId |
string | no | — | Path parameter feedId (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |