Request an item report
Sellers can use the on-request Item report to view their entire catalog.
Note: All example API calls shown assume the Walmart API endpoint: https://marketplace.walmartapis.com
Report support Spanish and English headers hence first two rows in .csv file are reserved for header columns.
rowFilters
such as enumFilter
and rangeFilter
can be used to get specific results.
enumFilter
This can be used to filter based on preset parameters and their associated values. Currently, the supported columnName value are
-
CATEGORIA DEL PRODUCTO
: Category in which the item was setup. Please use 4.x categories (for example: Accesorios Electrónicos, Adornos y Decoraciones, Alimentacion del bebé etc.). -
ESTATUS DE PUBLICACION
: Status of the item added to the catalog. Values can be as follows:-
IN_PROGRESS
-
PUBLISHED
-
STAGE
-
SYSTEM_PROBLEM
-
UNPUBLISHED
-
rangeFilter
This can be used to filter based on a range. You must pass a parameter with floor range value, ceiling range value, or both values. Currently, the supported columnName values are FECHA DE CREACION DEL ARTICULO
and FECHA DE ULTIMA ACTUALIZACION DEL ARTICULO
for the rangeFilter
.
Report Field Descriptions
The CSV report file contains the following fields. The identifiers can be specified by either the seller or Walmart.
Field | Description |
---|---|
SKU | The SKU you provided for this item |
Nombre del Producto | An ID used internally to track items. This ID can be found at the end of the Item Page URL for that item |
Categoria del Producto | General bucket that your item would fall into, which will soon be replaced with the categories you used when uploading your items |
Precio | The price you are currently charging for this item |
Moneda | The total item sales this year for that particular SKU for the selected date range |
Product Category | The category of this item. This may differ from what was suggested when the item was ingested |
Estatus de publicacion | Whether the item is currently live on Walmart |
Razon en Cambio de Estatus | The reason why your status has changed from Published to Unpublished. For more information, read Status Change Reasons in the Item Report |
Ciclo de la publicacion | Indicates whether your item is Retired or Active |
Identificador de producto en Walmart (WPID) | The Walmart Product ID, which is used internally to track items |
GTIN | An ID used internally to track items. This ID can be found at the end of the Item Page URL for that item |
UPC | The Universal Product Code associated with this item |
Url de Imagen Principal | The URL for the item’s main image |
Categoria principal | The navigation path a customer would follow to find your item on Walmart by browsing, which ends in the shelf name |
Fecha De Inicio De La Oferta | The date when this item became available to sell on Walmart |
Fecha De Finalizacion De La Oferta | The date when this item is scheduled to be taken off Walmart |
Fecha de Creacion del Articulo | The date you created this item |
Fecha de Ultima actualizacion del Articulo | The date you most recently updated this item’s content by resubmitting it |
Marca | Brand of the item |
Codigo fiscal del producto | Product Tax Code |
MSI elegible | Eligibility of offer for MSI |
ID Grupo Variante | Variant Group ID is a unique identifier that you create and use to find the items in a variant group |
Variante Principal | The Primary Variant is the item that appears when users search Walmart and is the default view on the Item Page |
Nombre Atributo Variantes | Variant Attribute Names indicate what attributes vary within the group |
Valores de Atributos Variantes | Variant Attribute Names indicate the corresponding vales for attributes that vary within the group |
Updated about 2 months ago