Creating Walmart Items via Unified
August 7, 2025
Unified allows you to create structured product listings on Walmart Marketplace via our Unified data model commerce_item
. This guide explains the critical fields you must understand and provide correctly:
🧩 Key Concepts
Field | Description |
---|---|
type | This specifies the Walmart subcategory your item belongs to. It determines what metadata is required. Must be one of the supported 76 categories (see below). |
global_code | This is your product's GTIN (Global Trade Item Number), a required identifier for Walmart. It must be a valid 12–14 digit string. |
metadata | A dynamic array of key-value attributes that depends on the selected type . This is how you provide structured product details like color, material, warranty, etc. |
🧠 How Metadata Works
Each type
(subcategory) has a corresponding schema of fields allowed by Walmart. For example:
animal_accessories
allows fields likeanimalType
,petSize
,isFoldable
,colorCategory
, etc.computers
allows fields likeprocessorType
,screenSize
,ramMemory
,operatingSystem
, etc.
List the metadata fields from Unified using this API
GET /metadata_metadata?type=commerce_item
[
{
"id": "shortDescription",
"name": "shortDescription",
"slug": "shortDescription",
"format": "TEXT",
"original_format": "string",
"object_type": "commerce_item"
},
{
"id": "minimumRecommendedAge",
"name": "minimumRecommendedAge",
"slug": "minimumRecommendedAge",
"format": "MEASUREMENT",
"original_format": "{\"measure\":\"number\",\"unit\":[\"months\",\"years\"]}",
"object_type": "commerce_item"
},
{
"id": "smallPartsWarnings",
"name": "Small Parts Warning Code",
"slug": "smallPartsWarnings",
"format": "MULTIPLE_SELECT",
"original_format": "string[]",
"options": [
"0 - No warning applicable",
"5 - Choking hazard is a marble",
"4 - Choking hazard balloon",
"6 - Choking hazard contains a marble",
"2 - Choking hazard contains small ball",
"3 - Choking hazard contains small parts",
"1 - Choking hazard is a small ball"
],
"object_type": "commerce_item"
},
]
You can filter these results by inspecting the supported pagination options.
Supported type
Values for Walmart Items (commerce_item)
cases_and_bags
building_supply
tires
computer_components
health_and_beauty_electronics
furniture_other
decorations_and_favors
hardware
child_car_seats
food_and_beverage_other
electronics_other
electronics_cables
plumbing_and_hvac
video_games
other_other
safety_and_emergency
jewelry_other
books_and_magazines
tools
sport_and_recreation_other
carriers_and_accessories_other
animal_food
baby_toys
cleaning_and_chemical
ceremonial_clothing_and_accessories
music_cases_and_bags
computers
grills_and_outdoor_cooking
personal_care
bedding
storage
animal_accessories
baby_food
electrical
medical_aids
music
art_and_craft_other
medicine_and_supplements
toys_other
wheels_and_wheel_components
footwear_other
tv_shows
animal_health_and_grooming
video_projectors
cameras_and_lenses
sound_and_recording
watercraft
funeral
watches_other
large_appliances
baby_furniture
costumes
instrument_accessories
optical
home_other
cycling
gift_supply_and_awards
fuels_and_lubricants
baby_other
vehicle_other
animal_other
optics
garden_and_patio_other
cell_phones
musical_instruments
printers_scanners_and_imaging
movies
office_other
tvs_and_video_displays
tools_and_hardware_other
electronics_accessories
vehicle_parts_and_accessories
land_vehicles
clothing_other
photo_accessories
software
Walmart Subcategory Metadata Field Mapping
Use this table to understand what metadata fields are allowed for each type
(subcategory) when creating items via Unified. Please note that these metadata fields are optional, while some categories do need specific metadata fields which are marked in blue
- animal_accessories:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,countryOfOriginTextiles
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,pieceCount
,count
,color
,colorCategory
,size
,animalType
,animalBreed
,petSize
,animalLifestage
,minimumWeight
,maximumWeight
,capacity
,shape
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,material
,fabricContent
,fabricCareInstructions
,globalBrandLicense
,instructions
,batteriesRequired
,batterySize
,isFoldable
,isReflective
,isRetractable
,maximumTemperature
,minimumTemperature
,numberOfSteps
,pattern
,character
,sportsLeague
,sportsTeam
,features
,warrantyText
,warrantyUrl
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- animal_food:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,ingredients
,labelImage
,keyFeatures
,msrp
,manufacturer
,countPerPack
,count
,animalType
,animalBreed
,animalLifestage
,minimumWeight
,maximumWeight
,petSize
,size
,petFoodForm
,flavor
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,shelfLife
,feedingInstructions
,instructions
,animalHealthConcern
,features
,globalBrandLicense
,warrantyText
,warrantyURL
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- animal_health_and_grooming:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,ingredients
,labelImage
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,animalType
,animalBreed
,animalLifestage
,minimumWeight
,maximumWeight
,color
,petSize
,size
,animalHealthConcern
,dosage
,assembledProductLength
,assembledProductWidth
,assembledProductWeight
,assembledProductHeight
,shelfLife
,drugDosageInstructionsImage
,drugActiveInactiveIngredientsImage
,globalBrandLicense
,activeIngredients
,inactiveIngredients
,stopUseIndications
,form
,flavor
,scent
,hairLength
,powerType
,isDisposable
,instructions
,isRetractable
,features
,warrantyText
,warrantyURL
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- animal_other:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,countryOfOriginTextiles
,inflexKitComponent
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,pieceCount
,modelNumber
,countPerPack
,count
,animalType
,animalBreed
,animalLifestage
,maximumWeight
,minimumWeight
,petSize
,material
,size
,color
,colorCategory
,pattern
,isFoldable
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,fabricCareInstructions
,fabricContent
,instructions
,isPortable
,sportsLeague
,sportsTeam
,globalBrandLicense
,autographedBy
,athlete
,warrantyText
,warrantyURL
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- art_and_craft_other:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,smallPartsWarnings
,compositeWoodCertificationCode
,inflexKitComponent
,keyFeatures
,manufacturer
,manufacturerPartNumber
,modelNumber
,msrp
,countPerPack
,count
,pieceCount
,color
,colorCategory
,material
,pattern
,size
,metal
,plating
,finish
,shape
,scent
,gender
,ageGroup
,minimumRecommendedAge
,maximumRecommendedAge
,artPaintType
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,ingredients
,fabricContent
,fabricCareInstructions
,diameter
,theme
,occasion
,isPowered
,powerType
,isBulk
,isSelfAdhesive
,isRefillable
,isDisposable
,isRecyclable
,recommendedUses
,recommendedSurfaces
,skillLevel
,features
,sweingMachineType
,sewingKitType
,boltLengthYardage
,maximumTemperature
,productLine
,fabricPurchaseForm
,precutFabricSpecialtySize
,globalBrandLicense
,character
,warrantyText
,warrantyURL
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- baby_other:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,ingredients
,keyFeatures
,manufacturer
,manufacturerPartNumber
,modelNumber
,msrp
,count
,countPerPack
,color
,colorCategory
,size
,shelfLife
,bedSize
,diaperSize
,diaposableBabyDiaperType
,material
,gender
,ageGroup
,minimumRecommendedAge
,maximumRecommendedAge
,minimumWeight
,maximumWeight
,scent
,labelImage
,character
,globalBrandLicense
,pattern
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,warrantyURL
,warrantyText
,fabricContent
,fabricCareInstructions
,sportsLeague
,sportsTeam
,athlete
,babyMonitorType
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- baby_food:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,ingredients
,labelImage
,keyFeatures
,manufacturer
,msrp
,countPerPack
,count
,flavor
,meal
,size
,ageGroup
,minimumRecommendedAge
,maximumRecommendedAge
,shelfLife
,character
,globalBrandLicense
,servingSize
,servingsPerContainer
,calories
,caloriesFromFat
,totalFat
,totalFatPercentageDailyValue
,totalCarbohydrate
,totalCarbohydratePercentageDailyValue
,nutrients
,nutrientFootnote
,totalProteinPercentageDailyValue
,totalProtein
,foodForm
,containerType
,fluidOuncesSupplying100Calories
,foodAllergenStatements
,babyFoodPackaging
,babyFormulaStage
,babyFoodStage
,instructions
,features
,safeHandlingInstructions
,cuisine
,foodPreparationTips
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- baby_furniture:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,countryOfOriginTextiles
,compositeWoodCertificationCode
,keyFeatures
,manufacturer
,modelNumber
,manufacturerPartNumber
,countPerPack
,count
,pieceCount
,color
,colorCategory
,gender
,size
,msrp
,ageGroup
,minimumRecommendedAge
,maximumRecommendedAge
,minimumWeight
,maximumWeight
,material
,pattern
,babyCribType
,collection
,bedSize
,mattressFirmness
,fillMaterial
,finish
,shape
,isFoldable
,isWheeled
,homeDecorStyle
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,character
,globalBrandLicense
,warrantyText
,warrantyURL
,isAssemblyRequired
,assemblyInstructions
,fabricContent
,fabricCareInstructions
,sportsLeague
,sportsTeam
,athlete
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- baby_toys:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,smallPartsWarnings
,compositeWoodCertificationCode
,keyFeatures
,manufacturer
,modelNumber
,manufacturerPartNumber
,countPerPack
,count
,pieceCount
,color
,colorCategory
,msrp
,material
,gender
,size
,minimumRecommendedAge
,maximumRecommendedAge
,minimumWeight
,maximumWeight
,season
,scent
,pattern
,educationalFocus
,theme
,makesNoise
,awardsWon
,animalType
,fabricContent
,fabricCareInstructions
,isAssemblyRequired
,assemblyInstructions
,isPowered
,powerType
,screenSize
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,globalBrandLicense
,sportsLeague
,character
,sportsTeam
,athlete
,warrantyText
,warrantyURL
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- child_car_seats:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,countryOfOriginTextiles
,color
,colorCategory
,gender
,keyFeatures
,manufacturer
,modelNumber
,manufacturerPartNumber
,countPerPack
,count
,pieceCount
,pattern
,material
,msrp
,size
,ageGroup
,minimumRecommendedAge
,maximumRecommendedAge
,minimumWeight
,maximumWeight
,isFoldable
,isWheeled
,strollerType
,seatingCapacity
,babyCarrierStyle
,babyCarrierPosition
,safetyHarnessStyle
,childWalkingHarnessStyle
,travelSystemCompatibility
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,character
,isAssemblyRequired
,assemblyInstructions
,fabricContent
,fabricCareInstructions
,childCarSeatType
,facingDirection
,forwardFacingMinimumWeight
,forwardFacingMaximumWeight
,rearFacingMinimumWeight
,rearFacingMaximumWeight
,hasLatchSystem
,carSeatBaseDepth
,carSeatBaseWidth
,carSeatMaxChildHeight
,globalBrandLicense
,warrantyText
,warrantyURL
,sportsLeague
,sportsTeam
,athlete
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- personal_care:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,ingredients
,labelImage
,keyFeatures
,manufacturer
,manufacturerPartNumber
,modelNumber
,msrp
,countPerPack
,count
,pieceCount
,color
,colorCategory
,gender
,size
,collection
,scent
,flavor
,drugActiveInactiveIngredientsImage
,drugDosageInstructionsImage
,isControlledSubstance
,bodyParts
,hairType
,hairColorCategory
,hairCareKeyBenefit
,hairProductForm
,wigCapStyle
,skinType
,skinTone
,skinCareConcern
,spfValue
,absorbency
,activeIngredients
,inactiveIngredients
,resultTime
,stopUseIndications
,form
,isNoncomodegenic
,isUnscented
,isAdultProduct
,isTinted
,isSelfTanning
,isReusable
,isSet
,isTravelSize
,isPortable
,isDisposable
,isPowered
,isWaterproof
,athlete
,makeupForm
,instructions
,recommendedUses
,powerType
,batteriesRequired
,cleaningCareAndMaintenance
,isHypoallergenic
,perfumeCologneType
,bodySprayType
,material
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,ageGroup
,compatibleBrands
,globalBrandLicense
,sportsTeam
,sportsLeague
,features
,medicineStrength
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- bedding:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,smallPartsWarnings
,countryOfOriginTextiles
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,color
,colorCategory
,size
,pattern
,material
,homeDecorStyle
,collection
,bedSize
,bedPillowSize
,bedStyle
,mattressFirmness
,threadCount
,theme
,monogramLetter
,fillMaterial
,fabricContent
,fabricCareInstructions
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,occasion
,isSet
,character
,sportsLeague
,sportsTeam
,athlete
,shape
,features
,globalBrandLicense
,gender
,ageGroup
,warrantyText
,warrantyURL
,additionalProductAttributes
,variantGroupId
,isPrimaryVariant
,variantAttributeNames
,swatchImages
- books_and_magazines:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,bookFormat
,msrp
,title
,author
,publisher
,publicationDate
,awardsWon
,seriesTitle
,numberInSeries
,issue
,edition
,numberOfDiscs
,originalLanguages
,numberOfPages
,isUnabridged
,isLargePrint
,editor
,translator
,translatedFrom
,illustrator
,bisacSubjectCodes
,additionalBISACSubjectCodes
,minimumRecommendedAge
,maximumRecommendedAge
,readingLevel
,alternateTitle
,ISBN-13
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- building_supply:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,compositeWoodCertificationCode
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,color
,colorCategory
,size
,material
,shape
,pattern
,coverageArea
,snowLoadRating
,paintFinish
,rollLength
,recommendedSurfaces
,dryTime
,doorStyle
,doorOpeningStyle
,carpetStyle
,ingredients
,vocLevel
,peiRating
,acRating
,pileHeight
,hasLowEmissivity
,grade
,form
,fineness
,isEnergyStarCertified
,isOdorless
,isMadeFromSustainableMaterials
,isMadeFromRecycledMaterial
,isMadeFromReclaimedMaterials
,isPrefinished
,isReadyToUse
,isFastSetting
,isCombustible
,isMoldResistant
,isFlammable
,isFireResistant
,isBiodegradable
,isWaterSoluble
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,recycledMaterialContent
,isWaterproof
,powerType
,accessoriesIncluded
,thickness
,warrantyText
,warrantyURL
,cleaningCareAndMaintenance
,globalBrandLicense
,recommendedUses
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- cameras_and_lenses:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,numberOfMegapixels
,digitalZoom
,opticalZoom
,magnification
,sensorResolution
,lensDiameter
,lensCoating
,lensFilterType
,cameraLensType
,hasFlash
,flashType
,minimumShutterSpeed
,maximumShutterSpeed
,focusType
,focalLength
,focalRatio
,minimumAperture
,maximumAperture
,exposureModes
,displayTechnology
,displayResolution
,screenSize
,diameter
,size
,color
,colorCategory
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,isAssemblyRequired
,assemblyInstructions
,accessoriesIncluded
,hasTouchscreen
,hasMemoryCardSlot
,memoryCardType
,recordableMediaFormats
,wirelessTechnologies
,connections
,isPortable
,isWaterproof
,hasSelfTimer
,selfTimerDelay
,standbyTime
,fieldOfView
,isParfocal
,shootingMode
,microphoneIncluded
,hasHandle
,isMulticoated
,hasRedEyeReduction
,hasNightVision
,isFogResistant
,attachmentStyle
,hasShoulderStrap
,compatibleBrands
,compatibleDevices
,material
,capacity
,cleaningCareAndMaintenance
,globalBrandLicense
,features
,warrantyText
,warrantyURL
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- carriers_and_accessories_other:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,countryOfOriginTextiles
,keyFeatures
,gender
,size
,colorCategory
,ageGroup
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,pieceCount
,msrp
,count
,color
,bagStyle
,pattern
,material
,dimensions
,capacity
,isWheeled
,numberOfWheels
,fabricContent
,fabricCareInstructions
,handleMaterial
,shape
,handleType
,zipperMaterial
,lockingMechanism
,leatherGrade
,bagCaseFeature
,isWeatherResistant
,isWaterproof
,autographedBy
,monogramLetter
,isMadeFromRecycledMaterial
,recycledMaterialContent
,isFairTrade
,luggageType
,scarfStyle
,designer
,luggageStyle
,isLined
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,warrantyText
,warrantyURL
,character
,features
,globalBrandLicense
,sportsLeague
,sportsTeam
,athlete
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
,seasonYear
,seasonCode
- cases_and_bags:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,countryOfOriginTextiles
,keyFeatures
,size
,colorCategory
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,msrp
,color
,pattern
,material
,gender
,ageGroup
,capacity
,numberOfWheels
,hardOrSoftCase
,isWheeled
,compatibleBrands
,compatibleDevices
,screenSize
,fabricContent
,fabricCareInstructions
,shape
,maximumWeight
,finish
,numberOfCompartments
,hasRemovableStrap
,designer
,handleMaterial
,handleType
,zipperMaterial
,lockingMechanism
,leatherGrade
,isWeatherResistant
,isWaterproof
,fastenerType
,sport
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,warrantyText
,warrantyURL
,character
,sportsLeague
,sportsTeam
,athlete
,autographedBy
,monogramLetter
,isReusable
,isFoldable
,isLined
,recommendedUses
,occasion
,isMadeFromRecycledMaterial
,recycledMaterialContent
,globalBrandLicense
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- cell_phones:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,keyFeatures
,manufacturerPartNumber
,modelNumber
,manufacturer
,mobileOperatingSystem
,cellPhoneServiceProvider
,cellPhoneType
,modelName
,screenSize
,countPerPack
,count
,color
,edition
,cellularNetworkTechnology
,msrp
,hardDriveCapacity
,frontFacingCameraMegapixels
,rearCameraMegapixels
,hasSignalBooster
,connections
,memoryCardType
,hasFlash
,batteryLife
,resolution
,ramMemory
,talkTime
,standbyTime
,wirelessTechnologies
,compatibleModels
,warrantyText
,warrantyURL
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- ceremonial_clothing_and_accessories:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,smallPartsWarnings
,countryOfOriginTextiles
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,material
,color
,colorCategory
,pattern
,size
,clothingSize
,clothingSizeGroup
,occasion
,gender
,theme
,fabricContent
,fabricCareInstructions
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,globalBrandLicense
,recommendedUses
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- clothing_other:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,smallPartsWarnings
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,material
,color
,colorCategory
,pattern
,size
,clothingSize
,clothingSizeGroup
,occasion
,gender
,theme
,fabricContent
,fabricCareInstructions
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,globalBrandLicense
,recommendedUses
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- computer_components:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,keyFeatures
,manufacturer
,manufacturerPartNumber
,modelNumber
,msrp
,count
,countPerPack
,pieceCount
,hardDriveCapacity
,ramMemory
,RAMSpeed
,maximumRamSupported
,internalExternal
,processorSpeed
,processorType
,connections
,isCordless
,memoryCardType
,cpuSocketType
,color
,motherboardFormFactor
,resolution
,cableLength
,screenSize
,wirelessTechnologies
,dataIntegrityCheck
,numberOfKeys
,numberOfSpeakers
,rackSize
,RAIDlevel
,mountType
,edition
,warrantyText
,warrantyURL
,features
,numberOfChannels
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- computers:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,keyFeatures
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,msrp
,color
,colorCategory
,screenSize
,resolution
,displayTechnology
,hardDriveCapacity
,ramMemory
,RAMSpeed
,maximumRamSupported
,internalExternal
,processorSpeed
,processorType
,computerStyle
,frontFacingCameraMegapixels
,rearCameraMegapixels
,operatingSystem
,hasTouchscreen
,connections
,memoryCardType
,opticalDrive
,graphicsInformation
,formFactor
,hasSignalBooster
,wirelessTechnologies
,batteryLife
,RAIDlevel
,numberOfKeys
,mountType
,dataIntegrityCheck
,isPortable
,edition
,features
,numberOfChannels
,globalBrandLicense
,warrantyText
,warrantyURL
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- costumes:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,smallPartsWarnings
,countryOfOriginTextiles
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,color
,colorCategory
,material
,pattern
,occasion
,size
,clothingSize
,clothingSizeGroup
,gender
,targetAudience
,animalType
,wigStyles
,theme
,fabricContent
,fabricCareInstructions
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,recommendedUses
,character
,globalBrandLicense
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- cycling:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,smallPartsWarnings
,countryOfOriginTextiles
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,color
,colorCategory
,gender
,size
,ageGroup
,minimumRecommendedAge
,maximumRecommendedAge
,sport
,bicycleFrameSize
,bicycleWheelDiameter
,bicycleTireSize
,numberOfSpeeds
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,clothingSize
,fabricContent
,fabricCareInstructions
,material
,pattern
,isWeatherResistant
,isFoldable
,season
,isWaterproof
,isPowered
,isAssemblyRequired
,assemblyInstructions
,dexterity
,finish
,shape
,capacity
,seatingCapacity
,maximumWeight
,wirelessTechnologies
,isPortable
,powerType
,lightBulbType
,horsepower
,tireDiameter
,cleaningCareAndMaintenance
,recommendedUses
,recommendedLocations
,lockType
,lockingMechanism
,sportsLeague
,sportsTeam
,features
,character
,globalBrandLicense
,warrantyText
,warrantyURL
,athlete
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- decorations_and_favors:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,smallPartsWarnings
,countryOfOriginTextiles
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,color
,colorCategory
,size
,diameter
,pattern
,shape
,material
,theme
,occasion
,character
,features
,recommendedUses
,recommendedLocations
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,isReusable
,isDisposable
,isInflatable
,inflationType
,isAnimated
,isLightUp
,lightBulbType
,lightColor
,maximumWeight
,finish
,globalBrandLicense
,warrantyText
,warrantyURL
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- electrical:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,voltage
,amperage
,wattage
,powerType
,wireGauge
,cableLength
,connectorType
,wirelessTechnologies
,maximumWeight
,material
,finish
,color
,colorCategory
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,isCordless
,isWeatherResistant
,isPortable
,features
,warrantyText
,warrantyURL
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- electronics_accessories:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,keyFeatures
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,msrp
,color
,colorCategory
,size
,screenSize
,compatibleBrands
,compatibleDevices
,compatibleModels
,connections
,memoryCardType
,opticalDrive
,tvAndMonitorMountType
,maximumLoadWeight
,minimumScreenSize
,maximumScreenSize
,recordableMediaFormats
,headphoneFeatures
,wirelessTechnologies
,audioFeatures
,peakAudioPowerCapacity
,audioPowerOutput
,hardDriveCapacity
,dataTransferRate
,microphoneTechnology
,numberOfKeys
,numberOfSpeakers
,resolution
,mountingPattern
,cableLength
,movementDetection
,headphoneStyle
,edition
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,warrantyText
,warrantyURL
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- electronics_cables:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,keyFeatures
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,cableLength
,color
,msrp
,compatibleDevices
,numberOfTwistedPairsPerCable
,connectorFinish
,connections
,dataTransferRate
,numberOfChannels
,warrantyText
,warrantyURL
,features
,globalBrandLicense
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- electronics_other:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,inflexKitComponent
,keyFeatures
,manufacturer
,modelNumber
,manufacturerPartNumber
,countPerPack
,count
,msrp
,pieceCount
,size
,platform
,color
,colorCategory
,ageGroup
,isSmart
,isCordless
,connections
,memoryCardType
,wirelessTechnologies
,audioFeatures
,peakAudioPowerCapacity
,audioPowerOutput
,resolution
,dataTransferRate
,streamingServices
,speakerDriver
,numberOfSpeakers
,impedance
,microphoneTechnology
,digitalAudioFileFormat
,babyMonitorType
,isPortable
,hardDriveCapacity
,numberOfChannels
,supportedMediaFormats
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,warrantyText
,warrantyURL
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- food_and_beverage_other:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,ingredients
,labelImage
,keyFeatures
,manufacturer
,countPerPack
,count
,msrp
,flavor
,size
,meal
,mealStyle
,dietType
,servingSize
,servingsPerContainer
,calories
,caloriesFromFat
,totalFat
,totalFatPercentageDailyValue
,totalCarbohydrate
,nutrients
,nutrientFootnote
,totalProteinPercentageDailyValue
,totalProtein
,totalCarbohydratePercentageDailyValue
,shelfLife
,foodForm
,containerType
,foodAllergenStatements
,instructions
,caffeineDesignation
,spiceLevel
,beefCut
,poultryCut
,releaseDate
,safeHandlingInstructions
,cuisine
,foodPreparationTips
,puffedSnackType
,nutrientContentClaims
,dietaryMethod
,character
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- footwear_other:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,smallPartsWarnings
,countryOfOriginTextiles
,gender
,shoeSize
,ageGroup
,shoeCategory
,colorCategory
,keyFeatures
,msrp
,manufacturer
,countPerPack
,count
,shoeWidth
,shoeSizeSystem
,color
,pattern
,material
,activity
,heelHeight
,shoeStyle
,casualAndDressShoeType
,shoeClosure
,collection
,secondaryMaterial
,shoeSoleMaterial
,insoleFeature
,fabricContent
,fabricCareInstructions
,heelDrop
,footwearHeelStyle
,toeStyle
,embellishmentType
,bootShaftHeight
,bootShaftCircumference
,bootShaftStyle
,bootShaftWidthStyle
,season
,occasion
,recommendedLocations
,isWaterResistant
,isOrthopedic
,healthConcerns
,size
,character
,sportsTeam
,sportsLeague
,athlete
,autographedBy
,globalBrandLicense
,warrantyText
,warrantyURL
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
,seasonYear
,seasonCode
- fuels_and_lubricants:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,size
,fuelType
,fluidOunces
,recommendedUses
,shelfLife
,instructions
,form
,isFlammable
,isCombustible
,isBiodegradable
,isEnergyStarCertified
,isRefillable
,features
,systemOfMeasurement
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- funeral:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,compositeWoodCertificationCode
,keyFeatures
,msrp
,manufacturer
,modelNumber
,manufacturerPartNumber
,countPerPack
,count
,pieceCount
,color
,colorCategory
,size
,occasion
,material
,pattern
,shape
,finish
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,isAssemblyRequired
,assemblyInstructions
,recommendedUses
,globalBrandLicense
,sportsLeague
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- furniture:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,countryOfOriginTextiles
,compositeWoodCertificationCode
,inflexKitComponent
,msrp
,keyFeatures
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,color
,colorCategory
,finish
,material
,pattern
,lightingFactsLabel
,gender
,ageGroup
,size
,bedSize
,homeDecorStyle
,seatingCapacity
,numberOfDrawers
,numberOfShelves
,collection
,theme
,shape
,diameter
,bedStyle
,mountType
,isAssemblyRequired
,assemblyInstructions
,fabricContent
,fabricCareInstructions
,configuration
,fabricColor
,accentColor
,cushionColor
,numberOfPanels
,seatBackStyle
,pieceCount
,powerType
,isPowered
,autographedBy
,recommendedUses
,recommendedRooms
,recommendedLocations
,mattressFirmness
,mattressThickness
,pumpIncluded
,fillMaterial
,frameMaterial
,seatMaterial
,seatHeight
,seatBackHeight
,tableHeight
,topMaterial
,topDimensions
,topFinish
,hardwareFinish
,baseMaterial
,baseColor
,baseFinish
,doorOpeningStyle
,doorStyle
,slatWidth
,numberOfHooks
,headboardStyle
,frameColor
,isSmart
,isAntique
,isFoldable
,isInflatable
,isWheeled
,isIndustrial
,sportsTeam
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,warrantyText
,warrantyURL
,character
,globalBrandLicense
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- garden_and_patio_other:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,countryOfOriginTextiles
,compositeWoodCertificationCode
,inflexKitComponent
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,homeDecorStyle
,plantCategory
,minimumTemperature
,season
,occasion
,color
,colorCategory
,size
,pattern
,finish
,shape
,theme
,fabricContent
,material
,frameMaterial
,baseMaterial
,isAntique
,isFoldable
,isWheeled
,isWeatherResistant
,isWaterproof
,isTearResistant
,powerType
,lightBulbType
,lightBulbColor
,volts
,watts
,cuttingWidth
,clearingWidth
,sprayPatterns
,fuelType
,warrantyText
,warrantyURL
,recommendedUses
,recommendedLocations
,isBulk
,diameter
,capacity
,productVolume
,maximumWeight
,hasRadiantHeat
,coverageArea
,minimumClearance
,isIndustrial
,flowRate
,isEnergyStarCertified
,hasAutomaticShutoff
,installationType
,vaseIncluded
,flooringMaterial
,cleaningCareAndMaintenance
,isAssemblyRequired
,assemblyInstructions
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,character
,ageGroup
,features
,globalBrandLicense
,sportsTeam
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- gift_supply_and_awards:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,color
,colorCategory
,size
,material
,pattern
,shape
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,isAssemblyRequired
,assemblyInstructions
,occasion
,theme
,globalBrandLicense
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- grills_and_outdoor_cooking:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,homeDecorStyle
,color
,colorCategory
,size
,finish
,numberOfBurners
,sideBurnerSize
,hasSideShelf
,hasCharcoalBasket
,hasTankTray
,totalCookingArea
,fuelType
,btu
,frameMaterial
,warrantyText
,warrantyURL
,lifespan
,isBulk
,capacity
,productVolume
,maximumWeight
,hasRadiantHeat
,isIndustrial
,isFoldable
,isWheeled
,isWaterproof
,isWeatherResistant
,isEnergyStarCertified
,powerType
,installationType
,flavor
,hasAutomaticShutoff
,minimumTemperature
,maximumTemperature
,flowRate
,cleaningCareAndMaintenance
,isAssemblyRequired
,recommendedUses
,recommendedLocations
,assemblyInstructions
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,ageGroup
,sportsTeam
,sportsLeague
,globalBrandLicense
,additionalProductAttributes
,features
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- hardware:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,color
,colorCategory
,material
,shape
,finish
,size
,homeDecorStyle
,isLockable
,lockType
,lockingMechanism
,alphanumericCharacter
,mountType
,grade
,workingLoadLimit
,maximumWeight
,threadStandard
,backsetSize
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,accessoriesIncluded
,volts
,isWaterproof
,isFireResistant
,cleaningCareAndMaintenance
,recommendedUses
,globalBrandLicense
,warrantyText
,warrantyURL
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- health_and_beauty_electronics:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,keyFeatures
,manufacturer
,manufacturerPartNumber
,modelNumber
,msrp
,countPerPack
,count
,pieceCount
,color
,size
,bodyParts
,isPowered
,powerType
,hasAutomaticShutoff
,isTravelSize
,isPortable
,isReusable
,isDisposable
,isCordless
,ageGroup
,hairType
,hairProductForm
,hairCareKeyBenefit
,skinType
,skinTone
,skinCareConcern
,makeupForm
,ingredientPreference
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,instructions
,features
,warrantyText
,warrantyURL
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- home_other:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,smallPartsWarnings
,countryOfOriginTextiles
,compositeWoodCertificationCode
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,color
,colorCategory
,accentColor
,pattern
,material
,finish
,size
,homeDecorStyle
,curtainPanelStyle
,curtainLength
,slatWidth
,windowTreatmentSheerness
,rugStyle
,rugSize
,clockNumberType
,shadeStyle
,shadeMaterial
,shape
,bedStyle
,threadCount
,gramsSquareMeter
,mealStyle
,meal
,isNonStick
,lightingFactsLabel
,lampType
,scent
,isSmart
,isPetFriendly
,fabricColor
,fabricContent
,fabricCareInstructions
,fillMaterial
,framed
,frameMaterial
,frameColor
,artist
,orientation
,baseColor
,baseFinish
,bedSize
,academicInstitution
,recommendedRooms
,recommendedUses
,cleaningCareAndMaintenance
,powerType
,inductionSafe
,serviceCount
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,isAssemblyRequired
,assemblyInstructions
,collection
,occasion
,contaminantsRemoved
,theme
,diameter
,isSet
,character
,ageGroup
,gender
,capacity
,volumeCapacity
,globalBrandLicense
,warrantyText
,warrantyURL
,sportsLeague
,sportsTeam
,athlete
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- cleaning_and_chemical:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,ingredients
,labelImage
,recommendedSurfaces
,recommendedRooms
,recommendedLocations
,size
,material
,finish
,color
,colorCategory
,pattern
,shape
,numberOfSheets
,isAssemblyRequired
,assemblyInstructions
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,shelfLife
,fabricContent
,isPowered
,powerType
,volts
,connections
,activeIngredients
,inactiveIngredients
,instructions
,form
,scent
,fluidOunces
,isRecyclable
,isFlammable
,isCombustible
,isBiodegradable
,isEnergyStarCertified
,handleLength
,bladeWidth
,bristleMaterial
,cleaningPath
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- instrument_accessories:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,smallPartsWarnings
,compositeWoodCertificationCode
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,color
,colorCategory
,size
,instrument
,inputsAndOutputs
,displayTechnology
,wirelessTechnologies
,hasBluetooth
,batteryLife
,isRemoteControlIncluded
,autographedBy
,isPortable
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,recommendedUses
,recommendedLocations
,ingredients
,pattern
,material
,sportsLeague
,sportsTeam
,athlete
,warrantyText
,warrantyURL
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- jewelry_other:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,gender
,ageGroup
,color
,colorCategory
,size
,clothingSize
,clothingSizeType
,clothingSizeGroup
,material
,metal
,metalPurity
,gemStone
,stoneCut
,birthstone
,chainLength
,chainType
,ringSize
,isResizable
,occasion
,style
,pattern
,theme
,sportsLeague
,sportsTeam
,athlete
,isCustomized
,isCustomizable
,personalizedText
,character
,franchise
,isCollectible
,isAutographed
,autographedBy
,isPortable
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,warrantyText
,warrantyURL
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- land_vehicles:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,countryOfOriginTextiles
,compositeWoodCertificationCode
,keyFeatures
,manufacturer
,msrp
,manufacturerPartNumber
,modelNumber
,color
,vehicleType
,vehicleYear
,vehicleMake
,vehicleModel
,submodel
,powertrain
,drivetrain
,transmissionDesignation
,engineModel
,engineDisplacement
,boreStroke
,inductionSystem
,compressionRatio
,maximumEnginePower
,torque
,acceleration
,topSpeed
,coolingSystem
,fuelRequirement
,fuelSystem
,fuelCapacity
,averageFuelConsumption
,frontSuspension
,rearSuspension
,frontBrakes
,rearBrakes
,frontWheels
,rearWheels
,frontTires
,rearTires
,seatingCapacity
,seatHeight
,wheelbase
,curbWeight
,towingCapacity
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,fabricContent
,features
,warrantyText
,warrantyURL
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- large_appliances:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,hasCfl
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,color
,colorCategory
,pattern
,finish
,material
,size
,capacity
,homeDecorStyle
,isEnergyStarCertified
,energyGuideLabel
,lightingFactsLabel
,fuelType
,powerType
,volts
,btu
,watts
,isSet
,isRemoteControlIncluded
,cordLength
,isSmart
,hasAutomaticShutoff
,loadPosition
,runTime
,recommendedRooms
,maximumRoomSize
,recommendedUses
,cleaningCareAndMaintenance
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,warrantyText
,warrantyURL
,isAssemblyRequired
,assemblyInstructions
,collection
,shape
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- medical_aids:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,color
,colorCategory
,size
,healthConcerns
,collection
,bodyParts
,shape
,isLatexFree
,isWaterproof
,isPowered
,powerType
,isFoldable
,isInflatable
,isWheeled
,isIndustrial
,isSet
,isTravelSize
,isPortable
,isReusable
,isDisposable
,cleaningCareAndMaintenance
,driveSystem
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,minimumWeight
,maximumWeight
,material
,diameter
,gender
,ageGroup
,warrantyText
,warrantyURL
,fabricContent
,fabricCareInstructions
,recommendedUses
,features
,compatibleBrands
,medicineStrength
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- medicine_and_supplements:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,labelImage
,ingredients
,keyFeatures
,manufacturer
,msrp
,countPerPack
,shelfLife
,flavor
,ageGroup
,healthConcerns
,isControlledSubstance
,drugDosageInstructionsImage
,drugActiveInactiveIngredientsImage
,supplementDosageInstructionsImage
,supplementActiveInactiveIngredientsImage
,activeIngredients
,inactiveIngredients
,form
,instructions
,dosage
,stopUseIndications
,medicineStrength
,nationalDrugCode
,nutrients
,servingSize
,sugarPerServing
,nutrientContentClaims
,totalFat
,totalCarbohydrate
,totalProtein
,activityStage
,calories
,primaryIngredient
,symptoms
,dietaryMethod
,servingsPerContainer
,bodyParts
,color
,size
,gender
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- movies:
shortDescription
,mpaaRating
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,physicalMediaFormat
,movieGenre
,msrp
,title
,ratingReason
,movieSubgenre
,seriesTitle
,numberInSeries
,director
,actors
,screenwriter
,studioProductionCompany
,awardsWon
,duration
,theatricalReleaseDate
,originalLanguages
,isDubbed
,dubbedLanguages
,hasSubtitles
,subtitledLanguages
,aspectRatio
,edition
,numberOfDiscs
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- music_cases_and_bags:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,instrument
,color
,colorCategory
,size
,hardOrSoftCase
,material
,isWheeled
,isPortable
,fabricContent
,fabricCareInstructions
,recommendedUses
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,recommendedLocations
,shape
,warrantyText
,warrantyURL
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- music:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,physicalMediaFormat
,musicGenre
,hasParentalAdvisoryLabel
,parentalAdvisoryLabelURL
,keyFeatures
,msrp
,title
,performer
,songwriter
,musicSubGenre
,awardsWon
,digitalAudioFileFormat
,musicReleaseType
,recordLabel
,releaseDate
,trackListings
,numberOfTracks
,musicProducer
,seriesTitle
,numberInSeries
,isEdited
,isEnhanced
,edition
,numberOfDiscs
,originalLanguages
,autographedBy
,character
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- musical_instruments:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,smallPartsWarnings
,compositeWoodCertificationCode
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,count
,color
,finish
,material
,pattern
,instrument
,musicalInstrumentFamily
,saxophoneType
,soundKey
,guitarType
,numberOfStrings
,karaokeMachineType
,drumSetCymbalType
,percussionInstrumentType
,numberOfKeys
,powerType
,audioPowerOutput
,isPowered
,isPortable
,isCollectible
,isSet
,isElectric
,inputsAndOutputs
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,hasIntegratedSpeakers
,microphoneIncluded
,hasBluetooth
,batteryLife
,displayTechnology
,orientation
,skillLevel
,ageGroup
,sportsTeam
,countPerPack
,warrantyText
,warrantyURL
,recommendedUses
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- office_other:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,smallPartsWarnings
,compositeWoodCertificationCode
,keyFeatures
,manufacturer
,manufacturerPartNumber
,modelNumber
,msrp
,countPerPack
,count
,pieceCount
,color
,colorCategory
,size
,ageGroup
,material
,paperSize
,capacity
,occasion
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,lightingFactsLabel
,pattern
,shape
,finish
,compatibleDevices
,brightness
,dexterity
,systemOfMeasurement
,holeSize
,year
,calendarFormat
,calendarTerm
,numberOfSheets
,isLined
,envelopeSize
,penPointSize
,inkColor
,pencilLeadDiameter
,isRefillable
,isRetractable
,isIndustrial
,isAntiglare
,isMagnetic
,isTearResistant
,isPowered
,powerType
,hpprintercartridgeNumber
,tabCut
,tabColor
,shredderCutStyles
,overallExpansion
,paperClipSize
,theme
,recommendedUses
,globalBrandLicense
,warrantyText
,warrantyURL
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- optical:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,color
,colorCategory
,sunglassesStyle
,eyewearFrameStyle
,eyewearFrameSize
,eyewearLensFeature
,lensType
,eyewearRimStyle
,hasAdaptiveLenses
,lensMaterial
,lensTint
,isScratchResistant
,isPolarized
,uvRating
,collection
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,shape
,material
,gender
,isSet
,ageGroup
,size
,character
,sportsLeague
,sportsTeam
,athlete
,globalBrandLicense
,compatibleBrands
,features
,cleaningCareAndMaintenance
,warrantyText
,warrantyURL
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- optics:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,color
,colorCategory
,material
,pattern
,size
,gender
,ageGroup
,minimumRecommendedAge
,maximumRecommendedAge
,digitalZoom
,opticalZoom
,lensDiameter
,lensCoating
,sensorResolution
,magnification
,focusType
,fieldOfView
,isParfocal
,focalRatio
,displayTechnology
,displayResolution
,hasLcdScreen
,screenSize
,hasNightVision
,attachmentStyle
,wirelessTechnologies
,hasDovetailBarSystem
,sport
,isFogResistant
,isWeatherResistant
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,isAssemblyRequired
,assemblyInstructions
,lockType
,operatingTemperature
,hasMemoryCardSlot
,dexterity
,powerType
,isMulticoated
,isLockable
,isPortable
,isFoldable
,isWaterproof
,isPowered
,recommendedUses
,recommendedLocations
,cleaningCareAndMaintenance
,features
,warrantyText
,warrantyURL
,globalBrandLicense
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- other_other:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,material
,finish
,color
,colorCategory
,pattern
,shape
,size
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,ingredients
,isFoldable
,isRetractable
,isPortable
,isIndustrial
,systemOfMeasurement
,gender
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- photo_accessories:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,compatibleBrands
,compatibleDevices
,color
,colorCategory
,material
,memoryCardType
,recordableMediaFormats
,connections
,size
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,isAssemblyRequired
,assemblyInstructions
,wirelessTechnologies
,displayTechnology
,accessoriesIncluded
,isWaterproof
,recommendedUses
,cleaningCareAndMaintenance
,shape
,pattern
,capacity
,inputsAndOutputs
,lightOutput
,lightBulbType
,volts
,watts
,features
,globalBrandLicense
,warrantyText
,warrantyURL
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- printers_scanners_and_imaging:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,keyFeatures
,manufacturer
,modelNumber
,manufacturerPartNumber
,countPerPack
,count
,msrp
,monochromeColor
,printingTechnology
,has3dCapabilities
,color
,connections
,memoryCardType
,hasAutomaticDocumentFeeder
,hasAutomaticTwoSidedPrinting
,colorPagesPerMinute
,monochromePagesPerMinute
,maximumDocumentSize
,resolution
,maximumPrintResolution
,maximumScannerResolution
,wirelessTechnologies
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,warrantyText
,warrantyURL
,features
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
,additionalProductAttributes
- safety_and_emergency:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,recommendedSurfaces
,recommendedLocations
,size
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,isAssemblyRequired
,assemblyInstructions
,instructions
,form
,color
,ingredients
,fluidOunces
,handleLength
,isRefillable
,fireExtinguisherClasses
,workingPressure
,recommendedUses
,isPowered
,powerType
,features
,warrantyText
,warrantyURL
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- software:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,keyFeatures
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,msrp
,softwareCategory
,operatingSystem
,systemRequirements
,version
,releaseDate
,numberOfUsers
,requiredPeripherals
,educationalFocus
,digitalFileFormat
,physicalMediaFormat
,warrantyText
,warrantyURL
,features
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
,additionalProductAttributes
- sound_and_recording:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,smallPartsWarnings
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,color
,colorCategory
,material
,inputsAndOutputs
,audioPowerOutput
,equalizerControl
,hasIntegratedSpeakers
,wirelessTechnologies
,isPowered
,isRemoteControlIncluded
,microphoneTechnology
,impedance
,hasBluetooth
,powerType
,batteryLife
,isPortable
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,warrantyText
,warrantyURL
,recommendedUses
,recommendedLocations
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- sport_and_recreation_other:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,smallPartsWarnings
,countryOfOriginTextiles
,compositeWoodCertificationCode
,inflexKitComponent
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,color
,colorCategory
,sport
,gender
,size
,ageGroup
,minimumRecommendedAge
,maximumRecommendedAge
,clothingSize
,fabricContent
,fabricCareInstructions
,material
,pattern
,season
,isFoldable
,isTearResistant
,isWeatherResistant
,isWaterproof
,shoeSize
,AirGunPowerType
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,isAssemblyRequired
,assemblyInstructions
,driveSystem
,strideLength
,dexterity
,autographedBy
,finish
,shape
,capacity
,seatingCapacity
,maximumWeight
,maximumIncline
,batDrop
,fitnessGoal
,footballSize
,basketballSize
,soccerBallSize
,ballCoreMaterial
,bladeType
,animalType
,tentType
,fishingLocation
,fishingLinePoundTest
,wirelessTechnologies
,hasAutomaticShutoff
,minimumTemperature
,isMemorabilia
,isCollectible
,isPortable
,isSpaceSaving
,isWheeled
,isPowered
,powerType
,horsepower
,velocity
,shaftMaterial
,golfClubShaftFlex
,loft
,golfClubShaftType
,shaftLength
,tireDiameter
,cleaningCareAndMaintenance
,compatibleDevices
,insulationType
,rValue
,sleepingBagSize
,recommendedLocations
,recommendedUses
,sportsTeam
,sportsLeague
,athlete
,character
,globalBrandLicense
,features
,warrantyText
,warrantyURL
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- storage:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,compositeWoodCertificationCode
,inflexKitComponent
,keyFeatures
,manufacturer
,manufacturerPartNumber
,modelNumber
,msrp
,countPerPack
,count
,pieceCount
,material
,finish
,color
,colorCategory
,pattern
,shape
,size
,recommendedRooms
,recommendedLocations
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,isAssemblyRequired
,assemblyInstructions
,fabricContent
,fabricCareInstructions
,collection
,numberOfShelves
,shelfStyle
,shelfDepth
,numberOfDrawers
,drawerPosition
,drawerDimensions
,capacity
,minimumWeight
,maximumWeight
,recommendedUses
,isFoldable
,isRetractable
,isPortable
,isIndustrial
,systemOfMeasurement
,features
,globalBrandLicense
,warrantyText
,warrantyURL
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- tv_shows:
shortDescription
,tvRating
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,physicalMediaFormat
,tvShowGenre
,msrp
,keyFeatures
,countPerPack
,count
,synopsis
,title
,ratingReason
,tvShowSubgenre
,tvNetwork
,seriesTitle
,numberInSeries
,tvShowSeason
,numberOfEpisodes
,episode
,director
,actors
,screenwriter
,studioProductionCompany
,targetAudience
,awardsWon
,isAdultProduct
,numberOfDiscs
,originalLanguages
,edition
,releaseDate
,dvdReleaseDate
,duration
,hasSubtitles
,subtitledLanguages
,isDubbed
,dubbedLanguages
,audioTrackCodec
,aspectRatio
,character
,sportsLeague
,sportsTeam
,athlete
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- tvs_and_video_displays:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,keyFeatures
,manufacturer
,manufacturerPartNumber
,modelNumber
,televisionType
,screenSize
,countPerPack
,count
,msrp
,resolution
,displayTechnology
,size
,color
,colorCategory
,configuration
,connections
,memoryCardType
,hasTouchscreen
,inputsAndOutputs
,isEnergyStarCertified
,energyGuideLabel
,isSmart
,aspectRatio
,nativeResolution
,maximumContrastRatio
,refreshRate
,responseTime
,backlightType
,wirelessTechnologies
,hasIntegratedSpeakers
,audioFeatures
,peakAudioPowerCapacity
,audioPowerOutput
,streamingServices
,mountingPattern
,assembledProductHeight
,assembledProductLength
,assembledProductWidth
,assembledProductWeight
,features
,warrantyText
,warrantyURL
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- tires:
shortDescription
,tireSize
,tireWidth
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,tireAspectRatio
,wheelDiameter
,overallDiameter
,tireLoadIndex
,tireSpeedRating
,tireSeason
,tireTreadwearRating
,tireLoadRange
,tireType
,isRunFlat
,mudAndSnowRated
,vehicleClassDesignator
,constructionType
,treadDepth
,treadWidth
,tireTractionRating
,tireTemperatureRating
,tireSidewallStyle
,maximumInflationPressure
,uniformTireQualityGrade
,vehicleType
,color
,assembledProductWeight
,features
,warrantyText
,warrantyURL
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- tools_and_hardware_other:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,color
,colorCategory
,material
,finish
,size
,shape
,accessoriesIncluded
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,isWaterproof
,isFireResistant
,recommendedUses
,globalBrandLicense
,warrantyText
,warrantyURL
,cleaningCareAndMaintenance
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- tools:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,inflexKitComponent
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,material
,shape
,color
,colorCategory
,finish
,size
,bladeDiameter
,bladeLength
,bladeWidth
,bladeShank
,numberOfBlades
,shankSize
,discSize
,chuckType
,chuckSize
,colletSize
,sandingBeltSize
,arborDiameter
,spindleThread
,airInlet
,averageAirConsumptionAt90PSI
,cfmAt40Psi
,cfmAt90Psi
,volts
,amps
,loadCapacity
,volumeCapacity
,gritSize
,squareDriveSize
,socketDepth
,cordLength
,torque
,engineDisplacement
,numberOfSteps
,numberOfPoints
,lightBulbType
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,powerType
,fuelType
,maximumJawOpening
,handing
,horsepower
,batteryCapacity
,accessoriesIncluded
,isWaterproof
,isIndustrial
,isFireResistant
,decibelRating
,maximumAirPressure
,maximumWattsOut
,sandingSpeed
,noLoadSpeed
,strokeLength
,strokesPerMinute
,blowsPerMinute
,impactEnergy
,teethPerInch
,tankConfiguration
,globalBrandLicense
,warrantyText
,warrantyURL
,recommendedUses
,cleaningCareAndMaintenance
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- toys_other:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,smallPartsWarnings
,countryOfOriginTextiles
,compositeWoodCertificationCode
,inflexKitComponent
,keyFeatures
,manufacturer
,manufacturerPartNumber
,modelNumber
,msrp
,countPerPack
,count
,pieceCount
,color
,colorCategory
,gender
,size
,ageGroup
,minimumRecommendedAge
,maximumRecommendedAge
,targetAudience
,educationalFocus
,skillLevel
,awardsWon
,theme
,character
,activity
,numberOfPlayers
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,ingredients
,fabricContent
,fabricCareInstructions
,isAssemblyRequired
,assemblyInstructions
,material
,finish
,shape
,occasion
,sport
,hairColorCategory
,skinTone
,flavor
,animalType
,vehicleType
,displayTechnology
,screenSize
,isPowered
,powerType
,capacity
,seatingCapacity
,minimumWeight
,maximumWeight
,maximumSpeed
,isTravelSize
,isInflatable
,fillMaterial
,makesNoise
,sportsLeague
,sportsTeam
,athlete
,features
,globalBrandLicense
,warrantyText
,warrantyURL
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- vehicle_other:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,fitType
,vehicleType
,aaiaBrandID
,partTerminologyID
,prop65WarningText
,countryOfOriginTextiles
,inflexKitComponent
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,pieceCount
,color
,finish
,size
,shape
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,fabricContent
,sportsLeague
,sportsTeam
,athlete
,autographedBy
,features
,warrantyText
,warrantyURL
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- vehicle_parts_and_accessories:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,fitType
,vehicleType
,aaiaBrandID
,partTerminologyID
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,compositeWoodCertificationCode
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,unitsPerConsumerUnit
,countPerPack
,count
,pieceCount
,color
,size
,compatibleCars
,audioPowerOutput
,numberOfChannels
,compatibleDevices
,isPowered
,powerType
,amps
,impedance
,coldCrankAmp
,beamSpread
,beamAngle
,displayTechnology
,inDashSystem
,interfaceType
,displayResolution
,fastenerHeadType
,connections
,cableLength
,chainLength
,candlePower
,flashPoint
,filterLife
,lightBulbType
,isLockable
,isReusable
,breakingStrength
,maximumMotorSpeed
,numberOfOutlets
,receiverCompatibility
,reserveCapacity
,loadCapacity
,saeDotCompliant
,hitchClass
,shackleClearance
,shackleDiameter
,shackleLength
,shankLength
,shearStrength
,dropDistance
,fluidOunces
,motorOilViscosity
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,form
,carSpeakerType
,carSpeakerSizeClass
,automotivePartsDivision
,dinSize
,fuelType
,horsepower
,maximumTemperature
,fillMaterial
,finish
,shape
,compatibleBrands
,sportsLeague
,sportsTeam
,athlete
,autographedBy
,fabricContent
,fabricCareInstructions
,warrantyText
,warrantyURL
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- video_games:
shortDescription
,esrbRating
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,keyFeatures
,manufacturer
,manufacturerPartNumber
,modelNumber
,msrp
,countPerPack
,count
,platform
,videoGameGenre
,ratingReason
,sport
,edition
,releaseDate
,ageGroup
,videoGameCollection
,targetAudience
,isOnlineMultiplayerAvailable
,isDownloadableContentAvailable
,mountType
,requiredPeripherals
,physicalMediaFormat
,sportsLeague
,sportsTeam
,numberOfChannels
,globalBrandLicense
,athlete
,autographedBy
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- video_projectors:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,condition
,originalNewEquivalentProductIdentifier
,prop65WarningText
,keyFeatures
,manufacturer
,manufacturerPartNumber
,modelNumber
,msrp
,throwRatio
,lampLife
,countPerPack
,count
,resolution
,displayTechnology
,screenSize
,brightness
,aspectRatio
,mountType
,has3dCapabilities
,color
,size
,assembledProductHeight
,assembledProductLength
,assembledProductWeight
,assembledProductWidth
,inputsAndOutputs
,maximumContrastRatio
,hasIntegratedSpeakers
,wirelessTechnologies
,nativeResolution
,warrantyText
,warrantyURL
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- watches_other:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,smallPartsWarnings
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,gender
,ageGroup
,size
,color
,colorCategory
,material
,metal
,metalPurity
,plating
,watchStyle
,watchMovement
,watchMovementType
,watchComplication
,clockWatchFaceColor
,watchCaseShape
,watchBandColor
,watchBandLength
,bandWidth
,watchBandMaterial
,claspType
,watchCrystalMaterial
,watchCaseMaterial
,watchCaseSize
,watchCaseThickness
,watchBezelMaterial
,clockNumberType
,isWaterResistant
,gemstoneShape
,gemstone
,carats
,accentStone
,totalDiamondWeight
,batteryLife
,activity
,theme
,occasion
,character
,sportsLeague
,sportsTeam
,warrantyText
,warrantyURL
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
,seasonYear
,seasonCode
- watercraft:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,color
,size
,vehicleType
,vehicleYear
,vehicleMake
,vehicleModel
,submodel
,engineLocation
,engineModel
,engineDisplacement
,boreStroke
,inductionSystem
,compressionRatio
,maximumEnginePower
,propulsionSystem
,coolingSystem
,thrust
,impellerPropeller
,topSpeed
,fuelRequirement
,fuelSystem
,fuelCapacity
,averageFuelConsumption
,hullLength
,beam
,airDraft
,draft
,dryWeight
,waterCapacity
,seatingCapacity
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,sportsLeague
,athlete
,warrantyText
,warrantyURL
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
- wheels_and_wheel_components:
shortDescription
,mainImageUrl
,productSecondaryImageURL
,prop65WarningText
,keyFeatures
,msrp
,manufacturer
,manufacturerPartNumber
,modelNumber
,countPerPack
,count
,color
,finish
,material
,vehicleRimSize
,diameter
,compatibleTireSize
,numberOfSpokes
,assembledProductLength
,assembledProductWidth
,assembledProductHeight
,assembledProductWeight
,aaiaBrandID
,partTerminologyID
,warrantyText
,warrantyURL
,features
,additionalProductAttributes
,variantGroupId
,variantAttributeNames
,isPrimaryVariant
,swatchImages
Sample Payload
{
"name": "Adjustable Dog Collar",
"slug": "adjustable-dog-collar",
"global_code": "06146190200012",
"type": "animal_accessories",
"description": "Durable and comfortable collar for all dog breeds.",
"tags": ["Adjustable size", "Durable material", "Water-resistant"],
"media": [
{
"url": "https://example.com/images/dog-collar.jpg"
}
],
"vendor_name": "PetComfort Co.",
"variants": [
{
"prices": [
{
"price": 12.99
}
],
"weight": 0.2,
"total_stock": 100,
"sku": "adjustable-dog-collar"
}
],
"metadata": [
{ "id": "msrp", "slug": "msrp", "value": 14.99 },
{ "id": "manufacturer", "slug": "manufacturer", "value": "PetComfort Co." },
{ "id": "manufacturerPartNumber", "slug": "manufacturerPartNumber", "value": "PCC1234" },
{ "id": "modelNumber", "slug": "modelNumber", "value": "DGC-2025" },
{ "id": "countPerPack", "slug": "countPerPack", "value": 1 },
{ "id": "pieceCount", "slug": "pieceCount", "value": 1 },
{ "id": "count", "slug": "count", "value": "1" },
{ "id": "color", "slug": "color", "value": ["Blue"] },
{ "id": "colorCategory", "slug": "colorCategory", "value": ["Blue"] },
{ "id": "size", "slug": "size", "value": "Medium" },
{ "id": "animalType", "slug": "animalType", "value": "Dog" },
{ "id": "animalBreed", "slug": "animalBreed", "value": "All Breeds" },
{ "id": "petSize", "slug": "petSize", "value": "Medium" },
{ "id": "animalLifestage", "slug": "animalLifestage", "value": "Adult" },
{ "id": "material", "slug": "material", "value": ["Nylon"] },
{ "id": "fabricCareInstructions", "slug": "fabricCareInstructions", "value": ["Hand Wash Only"] },
{ "id": "batteriesRequired", "slug": "batteriesRequired", "value": "No" },
{ "id": "isReflective", "slug": "isReflective", "value": "Yes" },
{
"id": "assembledProductLength",
"slug": "assembledProductLength",
"value": { "measure": 10, "unit": "in" }
},
{
"id": "assembledProductWidth",
"slug": "assembledProductWidth",
"value": { "measure": 1, "unit": "in" }
},
{
"id": "assembledProductHeight",
"slug": "assembledProductHeight",
"value": { "measure": 0.5, "unit": "in" }
},
{
"id": "assembledProductWeight",
"slug": "assembledProductWeight",
"value": { "measure": 0.2, "unit": "lb" }
},
{ "id": "pattern", "slug": "pattern", "value": ["Solid"] },
{ "id": "features", "slug": "features", "value": ["Reflective", "Adjustable"] },
{ "id": "warrantyText", "slug": "warrantyText", "value": "1-year limited warranty" }
]
}
NOTE: If item creation fails or takes too long to process, the feed ID
and any error details
will be returned in the error response.
⚠️ Important Note on Reading commerce_item
Data via Walmart's GET and LIST APIs
When using Walmart's GET or LIST endpoints to retrieve commerce_item
records (i.e., your catalog items), you will only receive a subset of the full item. This limitation is imposed by Walmart's public Marketplace APIs and is not configurable.
What's Missing?
- Fields defined in the
Visible
section of your original item feed (e.g.,animalLifestage
,assembledProductWeight
,features
,fabricContent
, etc.) will not be returned in full. - Walmart truncates or omits many category-specific structured attributes.
Why This Happens:
Walmart's GET/LIST endpoints are designed for high-level overviews or simple listing needs, not for reconstructing detailed item payloads. They surface:
- Basic identifiers (e.g., SKU, productName)
- Core logistics info (e.g., price, inventory, brand)
- A limited set of visible attributes