Walmart Product API (Async)
This endpoint will retrieve information about a Walmart product
Single query request:
Multiple query request:
REQUIRED
APIKEY
User account’s normal API key.
PRODUCTID
Walmart product id. Example: 65EDSZVED3NS
OPTIONAL
TLD
Top level domain. Valid values are com and ca
OUTPUT_FORMAT
For structured data methods we offer CSV and JSON output. JSON is default if parameter is not added. Options:
csv
json
Sample Response
For single query requests:
For multiple query requests:
After the job(s) finish, you will find the result under the response key in the response JSON object. The structure is the same as in the corresponding SYNC data endpoint.
Last updated