Localized descriptive text fields for a Product/Variant.cultureCodestring or nulldescriptionHeaderstring or nulldescriptionstring or nullsubHeaderstring or nullsubDescriptionstring or nullsynonymsstring or null{ "cultureCode": "string", "descriptionHeader": "string", "description": "string", "subHeader": "string", "subDescription": "string", "synonyms": "string" }
Contains logistic data for an item.widthnumber or null(double)heightnumber or null(double)depthnumber or null(double)weightnumber or null(double){ "width": 0.1, "height": 0.1, "depth": 0.1, "weight": 0.1 }
Represents a Popularity score.sourcestring or nullcategoryRankinteger(int32)categoryRankMaxinteger(int32)totalRankinteger(int32)applicationIdinteger or null(int32)Application reference. If client setting is "Product popularity by application" = true the rank will be restricted to this application only. If false, applicationid can be ignored.{ "source": "string", "categoryRank": 0, "categoryRankMax": 0, "totalRank": 0, "applicationId": 0 }