ProductAttributes

Product attributes.

JSON representation
{
  "additionalImageLinks": [
    string
  ],
  "expirationDate": string,
  "disclosureDate": string,
  "availabilityDate": string,
  "gtins": [
    string
  ],
  "price": {
    object (Price)
  },
  "maximumRetailPrice": {
    object (Price)
  },
  "installment": {
    object (ProductInstallment)
  },
  "subscriptionCost": {
    object (SubscriptionCost)
  },
  "loyaltyPoints": {
    object (LoyaltyPoints)
  },
  "loyaltyPrograms": [
    {
      object (LoyaltyProgram)
    }
  ],
  "productTypes": [
    string
  ],
  "salePrice": {
    object (Price)
  },
  "salePriceEffectiveDate": {
    object (Interval)
  },
  "productHeight": {
    object (ProductDimension)
  },
  "productLength": {
    object (ProductDimension)
  },
  "productWidth": {
    object (ProductDimension)
  },
  "productWeight": {
    object (ProductWeight)
  },
  "shipping": [
    {
      object (Shipping)
    }
  ],
  "freeShippingThreshold": [
    {
      object (FreeShippingThreshold)
    }
  ],
  "shippingWeight": {
    object (ShippingWeight)
  },
  "shippingLength": {
    object (ShippingDimension)
  },
  "shippingWidth": {
    object (ShippingDimension)
  },
  "shippingHeight": {
    object (ShippingDimension)
  },
  "sizeTypes": [
    enum (SizeType)
  ],
  "unitPricingMeasure": {
    object (UnitPricingMeasure)
  },
  "unitPricingBaseMeasure": {
    object (UnitPricingBaseMeasure)
  },
  "adsLabels": [
    string
  ],
  "costOfGoodsSold": {
    object (Price)
  },
  "productDetails": [
    {
      object (ProductDetail)
    }
  ],
  "productHighlights": [
    string
  ],
  "displayAdsSimilarIds": [
    string
  ],
  "promotionIds": [
    string
  ],
  "includedDestinations": [
    enum (DestinationEnum)
  ],
  "excludedDestinations": [
    enum (DestinationEnum)
  ],
  "shoppingAdsExcludedCountries": [
    string
  ],
  "lifestyleImageLinks": [
    string
  ],
  "cloudExportAdditionalProperties": [
    {
      object (CloudExportAdditionalProperties)
    }
  ],
  "certifications": [
    {
      object (ProductCertification)
    }
  ],
  "autoPricingMinPrice": {
    object (Price)
  },
  "sustainabilityIncentives": [
    {
      object (ProductSustainabilityIncentive)
    }
  ],
  "identifierExists": boolean,
  "isBundle": boolean,
  "title": string,
  "description": string,
  "link": string,
  "mobileLink": string,
  "canonicalLink": string,
  "imageLink": string,
  "adult": boolean,
  "ageGroup": enum (AgeGroup),
  "availability": enum (Availability),
  "brand": string,
  "color": string,
  "condition": enum (Condition),
  "gender": enum (Gender),
  "googleProductCategory": string,
  "itemGroupId": string,
  "material": string,
  "mpn": string,
  "pattern": string,
  "sellOnGoogleQuantity": string,
  "maxHandlingTime": string,
  "minHandlingTime": string,
  "shippingLabel": string,
  "transitTimeLabel": string,
  "size": string,
  "sizeSystem": enum (SizeSystem),
  "energyEfficiencyClass": enum (EnergyEfficiencyClass),
  "minEnergyEfficiencyClass": enum (EnergyEfficiencyClass),
  "maxEnergyEfficiencyClass": enum (EnergyEfficiencyClass),
  "multipack": string,
  "adsGrouping": string,
  "adsRedirect": string,
  "displayAdsId": string,
  "displayAdsTitle": string,
  "displayAdsLink": string,
  "displayAdsValue": number,
  "pickupMethod": enum (PickupMethod),
  "pickupSla": enum (PickupSla),
  "linkTemplate": string,
  "mobileLinkTemplate": string,
  "customLabel0": string,
  "customLabel1": string,
  "customLabel2": string,
  "customLabel3": string,
  "customLabel4": string,
  "externalSellerId": string,
  "pause": enum (Pause),
  "virtualModelLink": string,
  "structuredTitle": {
    object (StructuredTitle)
  },
  "structuredDescription": {
    object (StructuredDescription)
  }
}
Fields
expirationDate

string (Timestamp format)

Date on which the item should expire, as specified upon insertion, in ISO 8601 format. The actual expiration date is exposed in productstatuses as googleExpirationDate and might be earlier if expirationDate is too far in the future.

disclosureDate

string (Timestamp format)

The date time when an offer becomes visible in search results across Google’s YouTube surfaces, in ISO 8601 format. See Disclosure date for more information.

availabilityDate

string (Timestamp format)

The day a pre-ordered product becomes available for delivery, in ISO 8601 format.

gtins[]

string

Global Trade Item Numbers (GTIN) of the item. You can provide up to 10 GTINs.

price

object (Price)

Price of the item.

maximumRetailPrice

object (Price)

Maximum retail price (MRP) of the item. Applicable to India only.

installment

object (ProductInstallment)

Number and amount of installments to pay for an item.

subscriptionCost

object (SubscriptionCost)

Number of periods (months or years) and amount of payment per period for an item with an associated subscription contract.

loyaltyPoints

object (LoyaltyPoints)

Loyalty points that users receive after purchasing the item. Japan only.

loyaltyPrograms[]

object (LoyaltyProgram)

A list of loyalty program information that is used to surface loyalty benefits (for example, better pricing, points, etc) to the user of this item.

productTypes[]

string

Categories of the item (formatted as in product data specification).

salePrice

object (Price)

Advertised sale price of the item.

salePriceEffectiveDate

object (Interval)

Date range during which the item is on sale, see product data specification.

productHeight

object (ProductDimension)

The height of the product in the units provided. The value must be between 0 (exclusive) and 3000 (inclusive).

productLength

object (ProductDimension)

The length of the product in the units provided. The value must be between 0 (exclusive) and 3000 (inclusive).

productWidth

object (ProductDimension)

The width of the product in the units provided. The value must be between 0 (exclusive) and 3000 (inclusive).

productWeight

object (ProductWeight)

The weight of the product in the units provided. The value must be between 0 (exclusive) and 2000 (inclusive).

shipping[]

object (Shipping)

Shipping rules.

freeShippingThreshold[]

object (FreeShippingThreshold)

Conditions to be met for a product to have free shipping.

shippingWeight

object (ShippingWeight)

Weight of the item for shipping.

shippingLength

object (ShippingDimension)

Length of the item for shipping.

shippingWidth

object (ShippingDimension)

Width of the item for shipping.

shippingHeight

object (ShippingDimension)

Height of the item for shipping.

sizeTypes[]

enum (SizeType)

The cut of the item. It can be used to represent combined size types for apparel items. Maximum two of size types can be provided, see Size type.

unitPricingMeasure

object (UnitPricingMeasure)

The measure and dimension of an item.

unitPricingBaseMeasure

object (UnitPricingBaseMeasure)

The preference of the denominator of the unit price.

adsLabels[]

string

Similar to adsGrouping, but only works on CPC.

costOfGoodsSold

object (Price)

Cost of goods sold. Used for gross profit reporting.

productDetails[]

object (ProductDetail)

Technical specification or additional product details.

productHighlights[]

string

Bullet points describing the most relevant product highlights.

displayAdsSimilarIds[]

string

Advertiser-specified recommendations. For more information, see Display ads attribute specification.

promotionIds[]

string

The unique ID of a promotion.

includedDestinations[]

enum (DestinationEnum)

The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in excludedDestinations.

For more information, see Included destination.

Note: We recommend setting destinations on datasources level for most use cases. Use this field within products to only setup exceptions.

excludedDestinations[]

enum (DestinationEnum)

The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).

For more information, see Excluded destination.

Note: We recommend setting destinations on datasources level for most use cases. Use this field within products to only setup exceptions.

shoppingAdsExcludedCountries[]

string

List of country codes (ISO 3166-1 alpha-2) to exclude the offer from Shopping Ads destination. Countries from this list are removed from countries configured in data source settings.

cloudExportAdditionalProperties[]

object (CloudExportAdditionalProperties)

Extra fields to export to the Cloud Retail program.

certifications[]

object (ProductCertification)

Product Certifications, for example for energy efficiency labeling of products recorded in the EU EPREL database. See the Help Center article for more information.

autoPricingMinPrice

object (Price)

A safeguard in the automated discounts and "Dynamic Promotions" (https://support.google.com/merchants/answer/13949249) projects, ensuring that discounts on business offers do not fall below this value, thereby preserving the offer's value and profitability.

sustainabilityIncentives[]

object (ProductSustainabilityIncentive)

The list of sustainability incentive programs.

identifierExists

boolean

Set this value to false when the item does not have unique product identifiers appropriate to its category, such as GTIN, MPN, and brand. Defaults to true, if not provided.

isBundle

boolean

Whether the item is a business-defined sub-API. A sub-API is a custom grouping of different products sold by a business for a single price.

title

string

Title of the item.

description

string

Description of the item.

adult

boolean

Set to true if the item is targeted towards adults.

ageGroup

enum (AgeGroup)

Target age group of the item.

availability

enum (Availability)

Availability status of the item.

brand

string

Brand of the item. For example, "Google".

color

string

Color of the item. For example, "red".

condition

enum (Condition)

Condition or state of the item.

gender

enum (Gender)

Target gender of the item.

googleProductCategory

string

Google's category of the item (see Google product taxonomy). When querying products, this field will contain the user provided value. There is currently no way to get back the auto assigned google product categories through the API.

itemGroupId

string

Shared identifier for all variants of the same product.

material

string

The material of which the item is made. For example, "Leather" or "Cotton".

mpn

string

Manufacturer Part Number (MPN) of the item.

pattern

string

The item's pattern. For example, polka dots.

sellOnGoogleQuantity

string (int64 format)

The quantity of the product that is available for selling on Google. Supported only for online products.

maxHandlingTime

string (int64 format)

Maximal product handling time (in business days).

minHandlingTime

string (int64 format)

Minimal product handling time (in business days).

shippingLabel

string

The shipping label of the product, used to group product in account-level shipping rules.

transitTimeLabel

string

The transit time label of the product, used to group product in account-level transit time tables.

size

string

Size of the item. Only one value is allowed. For variants with different sizes, insert a separate product for each size with the same itemGroupId value, see Size.

sizeSystem

enum (SizeSystem)

System in which the size is specified. Recommended for apparel items. For more information, see Size system.

energyEfficiencyClass

enum (EnergyEfficiencyClass)

The energy efficiency class as defined in EU directive 2010/30/EU.

minEnergyEfficiencyClass

enum (EnergyEfficiencyClass)

The energy efficiency class as defined in EU directive 2010/30/EU.

maxEnergyEfficiencyClass

enum (EnergyEfficiencyClass)

The energy efficiency class as defined in EU directive 2010/30/EU.

multipack

string (int64 format)

The number of identical products in a business-defined multipack.

adsGrouping

string

Used to group items in an arbitrary way. Only for CPA%, discouraged otherwise. For more information, see Display ads attribute.

adsRedirect

string

Allows advertisers to override the item URL when the product is shown within the context of Product ads.

displayAdsId

string

An identifier for an item for dynamic remarketing campaigns.

displayAdsTitle

string

Title of an item for dynamic remarketing campaigns.

displayAdsValue

number

Offer margin for dynamic remarketing campaigns. For more information, see Display ads attribute.

pickupMethod

enum (PickupMethod)

The pickup option for the item.

pickupSla

enum (PickupSla)

Item store pickup timeline. For more information, see Pickup SLA.

customLabel0

string

Custom label 0 for custom grouping of items in a Shopping campaign.

customLabel1

string

Custom label 1 for custom grouping of items in a Shopping campaign.

customLabel2

string

Custom label 2 for custom grouping of items in a Shopping campaign.

customLabel3

string

Custom label 3 for custom grouping of items in a Shopping campaign.

customLabel4

string

Custom label 4 for custom grouping of items in a Shopping campaign.

externalSellerId

string

Required for multi-seller accounts. Use this attribute if you're a marketplace uploading products for various sellers to your multi-seller account.

pause

enum (Pause)

Publication of this item will be temporarily paused.

structuredTitle

object (StructuredTitle)

Structured title, for algorithmically (AI)-generated titles.

structuredDescription

object (StructuredDescription)

Structured description, for algorithmically (AI)-generated descriptions.

AgeGroup

Target age group of the item.

Enums
AGE_GROUP_UNSPECIFIED Age group is not specified.
ADULT Teens or older.
KIDS 5-13 years old.
TODDLER 1-5 years old.
INFANT 3-12 months old.
NEWBORN 0-3 months old.

Availability

Availability status of the item.

Enums
AVAILABILITY_UNSPECIFIED Availability is not specified.
IN_STOCK In stock.
OUT_OF_STOCK Out of stock.
PREORDER Pre-order.
LIMITED_AVAILABILITY Limited availability.
BACKORDER Backorder.

Condition

Condition or state of the item.

Enums
CONDITION_UNSPECIFIED Default value. This value is unused.
NEW Brand new, original, unopened packaging.
USED Previously used, original packaging opened or missing.
REFURBISHED Professionally restored to working order, comes with a warranty, may or may not have the original packaging.

Gender

Target gender of the item.

Enums
GENDER_UNSPECIFIED Gender is not specified.
MALE Male.
FEMALE Female.
UNISEX Unisex.

ProductInstallment

A message that represents installment.

JSON representation
{
  "months": string,
  "amount": {
    object (Price)
  },
  "downpayment": {
    object (Price)
  },
  "creditType": enum (CreditType)
}
Fields
months

string (int64 format)

The number of installments the buyer has to pay.

amount

object (Price)

The amount the buyer has to pay per month.

downpayment

object (Price)

The up-front down payment amount the buyer has to pay.

creditType

enum (CreditType)

Type of installment payments.

CreditType

Type of installment payments.

Enums
CREDIT_TYPE_UNSPECIFIED Default value. This value is unused.
FINANCE Finance.
LEASE Lease.

SubscriptionCost

The SubscriptionCost of the product.

JSON representation
{
  "period": enum (SubscriptionPeriod),
  "periodLength": string,
  "amount": {
    object (Price)
  }
}
Fields
period

enum (SubscriptionPeriod)

The type of subscription period. Supported values are: * "month" * "year"

periodLength

string (int64 format)

The number of subscription periods the buyer has to pay.

amount

object (Price)

The amount the buyer has to pay per subscription period.

SubscriptionPeriod

The subscription period of the product.

Enums
SUBSCRIPTION_PERIOD_UNSPECIFIED Indicates that the subscription period is unspecified.
MONTH Indicates that the subscription period is month.
YEAR Indicates that the subscription period is year.

LoyaltyPoints

A message that represents loyalty points.

JSON representation
{
  "name": string,
  "pointsValue": string,
  "ratio": number
}
Fields
name

string

Name of loyalty points program. It is recommended to limit the name to 12 full-width characters or 24 Roman characters.

pointsValue

string (int64 format)

The retailer's loyalty points in absolute value.

ratio

number

The ratio of a point when converted to currency. Google assumes currency based on Merchant Center settings. If ratio is left out, it defaults to 1.0.

LoyaltyProgram

A message that represents loyalty program.

JSON representation
{
  "programLabel": string,
  "tierLabel": string,
  "price": {
    object (Price)
  },
  "cashbackForFutureUse": {
    object (Price)
  },
  "loyaltyPoints": string,
  "memberPriceEffectiveDate": {
    object (Interval)
  },
  "shippingLabel": string
}
Fields
programLabel

string

The label of the loyalty program. This is an internal label that uniquely identifies the relationship between a business entity and a loyalty program entity. The label must be provided so that the system can associate the assets below (for example, price and points) with a business. The corresponding program must be linked to the Merchant Center account.

tierLabel

string

The label of the tier within the loyalty program. Must match one of the labels within the program.

price

object (Price)

The price for members of the given tier, that is, the instant discount price. Must be smaller or equal to the regular price.

cashbackForFutureUse

object (Price)

The cashback that can be used for future purchases.

loyaltyPoints

string (int64 format)

The amount of loyalty points earned on a purchase.

memberPriceEffectiveDate

object (Interval)

A date range during which the item is eligible for member price. If not specified, the member price is always applicable. The date range is represented by a pair of ISO 8601 dates separated by a space, comma, or slash.

shippingLabel

string

The label of the shipping benefit. If the field has value, this offer has loyalty shipping benefit. If the field value isn't provided, the item is not eligible for loyalty shipping for the given loyalty tier.

ProductDimension

The dimension of the product.

JSON representation
{
  "value": number,
  "unit": string
}
Fields
value

number

Required. The dimension value represented as a number. The value can have a maximum precision of four decimal places.

unit

string

Required. The dimension units. Acceptable values are: * "in" * "cm"

ProductWeight

The weight of the product.

JSON representation
{
  "value": number,
  "unit": string
}
Fields
value

number

Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.

unit

string

Required. The weight unit. Acceptable values are: * "g" * "kg" * "oz" * "lb"

Shipping

The Shipping of the product.

JSON representation
{
  "price": {
    object (Price)
  },
  "country": string,
  "region": string,
  "service": string,
  "locationId": string,
  "locationGroupName": string,
  "postalCode": string,
  "minHandlingTime": string,
  "maxHandlingTime": string,
  "minTransitTime": string,
  "maxTransitTime": string
}
Fields
price

object (Price)

Fixed shipping price, represented as a number.

country

string

The CLDR territory code of the country to which an item will ship.

region

string

The geographic region to which a shipping rate applies. See region for more information.

service

string

A free-form description of the service class or delivery speed.

locationId

string (int64 format)

The numeric ID of a location that the shipping rate applies to as defined in the AdWords API.

locationGroupName

string

The location where the shipping is applicable, represented by a location group name.

postalCode

string

The postal code range that the shipping rate applies to, represented by a postal code, a postal code prefix followed by a * wildcard, a range between two postal codes or two postal code prefixes of equal length.

minHandlingTime

string (int64 format)

Minimum handling time (inclusive) between when the order is received and shipped in business days. 0 means that the order is shipped on the same day as it is received if it happens before the cut-off time. minHandlingTime can only be present together with maxHandlingTime; but it is not required if maxHandlingTime is present.

maxHandlingTime

string (int64 format)

Maximum handling time (inclusive) between when the order is received and shipped in business days. 0 means that the order is shipped on the same day as it is received if it happens before the cut-off time. Both maxHandlingTime and maxTransitTime are required if providing shipping speeds. minHandlingTime is optional if maxHandlingTime is present.

minTransitTime

string (int64 format)

Minimum transit time (inclusive) between when the order has shipped and when it is delivered in business days. 0 means that the order is delivered on the same day as it ships. minTransitTime can only be present together with maxTransitTime; but it is not required if maxTransitTime is present.

maxTransitTime

string (int64 format)

Maximum transit time (inclusive) between when the order has shipped and when it is delivered in business days. 0 means that the order is delivered on the same day as it ships. Both maxHandlingTime and maxTransitTime are required if providing shipping speeds. minTransitTime is optional if maxTransitTime is present.

FreeShippingThreshold

Conditions to be met for a product to have free shipping.

JSON representation
{
  "country": string,
  "priceThreshold": {
    object (Price)
  }
}
Fields
country

string

The CLDR territory code of the country to which an item will ship.

priceThreshold

object (Price)

The minimum product price for the shipping cost to become free. Represented as a number.

ShippingWeight

The ShippingWeight of the product.

JSON representation
{
  "value": number,
  "unit": string
}
Fields
value

number

The weight of the product used to calculate the shipping cost of the item.

unit

string

The unit of value.

ShippingDimension

The ShippingDimension of the product.

JSON representation
{
  "value": number,
  "unit": string
}
Fields
value

number

The dimension of the product used to calculate the shipping cost of the item.

unit

string

The unit of value.

SizeSystem

System in which the size is specified. Recommended for apparel items. For more information, see Size system.

Enums
SIZE_SYSTEM_UNSPECIFIED Unspecified size system.
AU AU.
BR BR.
CN CN.
DE DE.
EU EU.
FR FR.
IT IT.
JP JP.
MEX MEX.
UK UK.
US US.

SizeType

The cut of the item. It can be used to represent combined size types for apparel items. Maximum two of size types can be provided, see Size type.

Enums
SIZE_TYPE_UNSPECIFIED The size type is not specified.
REGULAR Regular size.
PETITE Petite size.
MATERNITY Maternity size.
BIG Big size.
TALL Tall size.
PLUS Plus size.

EnergyEfficiencyClass

The energy efficiency class as defined in EU directive 2010/30/EU.

Enums
ENERGY_EFFICIENCY_CLASS_UNSPECIFIED The energy efficiency class is unspecified.
APPP A+++.
APP A++.
AP A+.
A A.
B B.
C C.
D D.
E E.
F F.
G G.

UnitPricingMeasure

The UnitPricingMeasure of the product.

JSON representation
{
  "value": number,
  "unit": string
}
Fields
value

number

The measure of an item.

unit

string

The unit of the measure.

UnitPricingBaseMeasure

The UnitPricingBaseMeasure of the product.

JSON representation
{
  "value": string,
  "unit": string
}
Fields
value

string (int64 format)

The denominator of the unit price.

unit

string

The unit of the denominator.

ProductDetail

The product details.

JSON representation
{
  "sectionName": string,
  "attributeName": string,
  "attributeValue": string
}
Fields
sectionName

string

The section header used to group a set of product details.

attributeName

string

The name of the product detail.

attributeValue

string

The value of the product detail.

PickupMethod

The pickup option for the item.

Enums
PICKUP_METHOD_UNSPECIFIED Pickup method is not specified.
NOT_SUPPORTED The item is not available for store pickup.
BUY The entire transaction occurs online.
RESERVE The item is reserved online and the transaction occurs in-store.
SHIP_TO_STORE The item is purchased online and shipped to a local store for the customer to pick up.

PickupSla

Item store pickup timeline. For more information, see Pickup SLA.

Enums
PICKUP_SLA_UNSPECIFIED Pickup SLA is not specified.
SAME_DAY Indicates that the product is available for pickup the same day that the order is placed, subject to cut off times.
NEXT_DAY Indicates that the product is available for pickup the following day that the order is placed.
TWO_DAY Indicates that the product will be shipped to a store for a customer to pick up in 2 days.
THREE_DAY Indicates that the product will be shipped to a store for a customer to pick up in 3 days.
FOUR_DAY Indicates that the product will be shipped to a store for a customer to pick up in 4 days
FIVE_DAY Indicates that the product will be shipped to a store for a customer to pick up in 5 days.
SIX_DAY Indicates that the product will be shipped to a store for a customer to pick up in 6 days.
MULTI_WEEK Indicates that the product will be shipped to a store for a customer to pick up in one week or more.

Pause

Publication of this item will be temporarily paused.

Enums
PAUSE_UNSPECIFIED The pause is unspecified.
ADS You’re currently pausing your product for all ads locations (including Shopping Ads, Display Ads, and local inventory ads).
ALL You’re currently pausing your product for all Shopping locations (including Shopping Ads, Display Ads, local inventory ads, Buy on Google, and free listings).

CloudExportAdditionalProperties

Product property for the Cloud Retail API. For example, properties for a TV product could be "Screen-Resolution" or "Screen-Size".

JSON representation
{
  "textValue": [
    string
  ],
  "intValue": [
    string
  ],
  "floatValue": [
    number
  ],
  "propertyName": string,
  "boolValue": boolean,
  "minValue": number,
  "maxValue": number,
  "unitCode": string
}
Fields
textValue[]

string

Text value of the given property. For example, "8K(UHD)" could be a text value for a TV product. Maximum repeatedness of this value is 400. Values are stored in an arbitrary but consistent order. Maximum string size is 256 characters.

intValue[]

string (int64 format)

Integer values of the given property. For example, 1080 for a TV product's Screen Resolution. Maximum repeatedness of this value is 400. Values are stored in an arbitrary but consistent order.

floatValue[]

number

Float values of the given property. For example for a TV product 1.2345. Maximum repeatedness of this value is 400. Values are stored in an arbitrary but consistent order.

propertyName

string

Name of the given property. For example, "Screen-Resolution" for a TV product. Maximum string size is 256 characters.

boolValue

boolean

Boolean value of the given property. For example for a TV product, "True" or "False" if the screen is UHD.

minValue

number

Minimum float value of the given property. For example for a TV product 1.00.

maxValue

number

Maximum float value of the given property. For example for a TV product 100.00.

unitCode

string

Unit of the given property. For example, "Pixels" for a TV product. Maximum string size is 256B.

ProductCertification

Product certification, initially introduced for EU energy efficiency labeling compliance using the EU EPREL database.

JSON representation
{
  "certificationAuthority": enum (CertificationAuthority),
  "certificationName": enum (CertificationName),
  "certificationCode": string,
  "certificationValue": string
}
Fields
certificationAuthority

enum (CertificationAuthority)

The certification authority.

certificationName

enum (CertificationName)

The name of the certification.

certificationCode

string

The certification code. Maximum length is 2000 characters.

certificationValue

string

The certification value (also known as class, level or grade), for example "A+", "C", "gold". Maximum length is 2000 characters.

CertificationAuthority

The certification authority.

Enums
CERTIFICATION_AUTHORITY_UNSPECIFIED Certification authority is not specified.
ADEME For the French CO2 emissions class for vehicles.
BMWK For the German CO2 emissions classes for vehicles.
EPA Environment Protection Agency.
EC European Commission for energy labels in the EU.

CertificationName

The name of the certification.

Enums
CERTIFICATION_NAME_UNSPECIFIED Certification name is not specified.
ENERGY_STAR Energy Star.
ENERGY_STAR_MOST_EFFICIENT Energy Star Most Efficient.
EPREL Represents energy efficiency certifications in the EU European Registry for Energy Labeling (EPREL) database.
EU_ECOLABEL EU Ecolabel.
VEHICLE_ENERGY_EFFICIENCY The overall CO2 class of a vehicle
VEHICLE_ENERGY_EFFICIENCY_DISCHARGED_BATTERY For the CO2 class of a vehicle with a discharged battery.

StructuredTitle

Structured title, for algorithmically (AI)-generated titles.

JSON representation
{
  "digitalSourceType": enum (DigitalSourceType),
  "content": string
}
Fields
digitalSourceType

enum (DigitalSourceType)

The digital source type. Following IPTC.

content

string

The title text Maximum length is 150 characters

DigitalSourceType

The digital source type. Following IPTC.

Enums
DIGITAL_SOURCE_TYPE_UNSPECIFIED Digital source type is unspecified.
TRAINED_ALGORITHMIC_MEDIA Text created algorithmically using a model derived from sampled content.
DEFAULT Text NOT created algorithmically using a model derived from sampled content (the default)

StructuredDescription

Structured description, for algorithmically (AI)-generated descriptions.

JSON representation
{
  "digitalSourceType": enum (DigitalSourceType),
  "content": string
}
Fields
digitalSourceType

enum (DigitalSourceType)

The digital source type. Following IPTC.

content

string

The description text Maximum length is 5000 characters

ProductSustainabilityIncentive

Information regarding sustainability-related incentive programs such as rebates or tax relief.

JSON representation
{

  // Union field value can be only one of the following:
  "amount": {
    object (Price)
  },
  "percentage": number
  // End of list of possible types for union field value.
  "type": enum (Type)
}
Fields
Union field value. Sustainability incentive value. value can be only one of the following:
amount

object (Price)

The fixed amount of the incentive.

percentage

number

The percentage of the sale price that the incentive is applied to.

type

enum (Type)

Sustainability incentive program.

Type

Types of supported sustainability incentive programs.

Enums
TYPE_UNSPECIFIED Unspecified or unknown sustainability incentive type.
EV_TAX_CREDIT Program offering tax liability reductions for electric vehicles and, in some countries, plug-in hybrids. These reductions can be based on a specific amount or a percentage of the sale price.
EV_PRICE_DISCOUNT A subsidy program, often called an environmental bonus, provides a purchase grant for electric vehicles and, in some countries, plug-in hybrids. The grant amount may be a fixed sum or a percentage of the sale price.