Request an item report

Use the Item report to audit core catalog attributes and listing readiness. This report provides field‑level data on items you have listed, including category mapping, compliance attributes, and discoverability signals.

Endpoint

POST https://marketplace.walmartapis.com/v3/reports/reportRequests

Sample request

POST https://marketplace.walmartapis.com/v3/reports/reportRequests
Authorization: Bearer <access_token>
WM_QOS.CORRELATION_ID: <guid>
WM_SVC.NAME: Walmart Marketplace
Content-Type: application/json { "reportType": "ITEM", "format": "CSV"
}

Sample response

{ "requestId": "f5d3a8b2-0000-1111-2222-333344445555", "reportType": "ITEM", "status": "RECEIVED", "createdTime": "2025-09-15T10:00:00Z"
}

Track report status with GET /v3/reports/reportRequests/{requestId}. When status is READY, download the file with GET /v3/reports/downloadReport?requestId={requestId}.

Report fields

Below is the full set of fields returned in the Item report.

Field nameDescription
SKUSeller’s unique identifier for the item.
ProductNameItem title shown to customers.
ProductIdGlobal identifier (UPC, EAN, ISBN).
ProductIdTypeType of product ID (UPC, GTIN, ISBN).
CategoryAssigned category for the item.
BrandBrand provided by the seller.
PriceCurrent price.
CurrencyCurrency code (for example, USD).
PublishedStatusWhether the item is published (PUBLISHED, UNPUBLISHED).
PublishedDateDate the item was published.
PrimaryImageUrlURL of the main product image.
AdditionalImageUrlsURLs of additional product images.
ShelfDescriptionShort description used in browse/search.
LongDescriptionLong description text.
ComplianceAttributesKey compliance flags (hazmat, age restricted, etc.).
ShippingWeightWeight of the item used in shipping calculations.
ShippingDimensionsDimensions of the item (L × W × H).
LagTimeSeller‑defined order handling time in days.
ShipsInOriginalPackagingBoolean flag indicating if the item ships in manufacturer packaging.
ProductConditionItem condition (New, Refurbished, Used).
BuyBoxEligibleWhether the item is eligible for Buy Box rotation.
LastUpdatedTimestamp when the item was last updated.
VersionSchema version for this report row.

Download: Item report fields (CSV)

Version history

  • v6 (2023‑10‑17): Added ProductCondition.
  • v5 (2023‑08-22): Added promotional price fields.
  • v4 (2022‑09-28): Added BuyBoxEligible.
  • v3 (2022‑04-12): Introduced ShipsInOriginalPackaging.
  • v2 (2021‑10-14): Initial schema available.

Next steps