Get Raw Product from Walmart
GET//:domain/api/walmart/:integrationInstance/products/:product/raw
Fetch the raw Walmart Marketplace API response for a single item, live from /v3/items/{sku}. Powers the "Load Raw Data from Walmart" button on the listing detail page.
The data is not persisted — it reflects the live Walmart state. Uses the product's SKU for the upstream API call.
Returns 403 if the product doesn't belong to the given integration instance. Returns 500 if Walmart's API call fails (e.g. credentials missing or SKU not found on Walmart).
Authentication: Requires Bearer token.
Request
Responses
- 200
- 403
- 500
OK
Response Headers
Content-Type
Forbidden
Response Headers
Content-Type
Internal Server Error
Response Headers
Content-Type