Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 4.46 KB

ProductDto.md

File metadata and controls

40 lines (36 loc) · 4.46 KB

ProductDto

Properties

Name Type Description Notes
name String Relative path to product in Google Retail system. [optional]
id String Product id in Google Retail system. [optional]
type String Product type. Possible values: PRIMARY, VARIANT. If the product has variant list and the request specifies the variantIds, requested variants will be the first in the response. [optional]
primaryProductId String Product ID that is primary in relation to the current one [optional]
collectionMemberIds [String] The of the collection members when product type is COLLECTION [optional]
gtin String Global Trade Item Number can be used by a company to uniquely identify all of its trade items.GTIN defines trade items as products or services that are priced, ordered or invoiced at any point in the supply chain. [optional]
categories [String] Product categories (array). [optional]
title String Product title. [optional]
brands [String] Product brands. [optional]
description String Product description. [optional]
languageCode String Language of the title/description and other string attributes. Use language tags defined by [BCP 47][https://www.rfc-editor.org/rfc/bcp/bcp47.txt]. For product search this field is in use. It defaults to 'en-US' if unset. [optional]
attributes [String: ProductCustomAttribute] Highly encouraged. Extra product attributes to be included. For example, for products, this could include the store name, vendor, style, color, etc. These are very strong signals for recommendation model, thus we highly recommend providing the attributes here. Features that can take on one of a limited number of possible values. Two types of features can be set are: Textual features. some examples would be the brand/maker of a product, or country of a customer. Numerical features. Some examples would be the height/weight of a product, or age of a customer. Max entries count: 200. Length limit of 128 characters. [optional]
tags [String] Product tags (array). [optional]
priceInfo ProductDtoPriceInfo [optional]
rating ProductDtoRating [optional]
availableTime ProductDtoAvailableTime [optional]
availability String The online availability of the product. Default to IN_STOCK [optional]
availableQuantity Int The available quantity of the item. [optional]
fulfillmentInfos [FulfillmentInfo] Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods. [optional]
uri String Link to the appropriate product. [optional]
images [Image] Product Image. [optional]
audience ProductDtoAudience [optional]
colorInfo ProductDtoColorInfo [optional]
sizes [String] Product sizes (array). [optional]
materials [String] The material of the product. For example, 'leather', 'wooden'. A maximum of 20 values are allowed. Length limit of 128 characters [optional]
patterns [String] The pattern or graphic print of the product. For example, 'striped', 'polka dot', 'paisley'. A maximum of 20 values are allowed per product. Length limit of 128 characters. [optional]
conditions [String] The condition of the product. Strongly encouraged to use the standardvalues: 'new', 'refurbished', 'used'. A maximum of 5 values are allowed per product. Length limit of 128 characters. [optional]
publishTime ProductDtoPublishTime [optional]
retrievableFields ProductDtoRetrievableFields [optional]
promotions [Promotion] The promotions applied to the product. A maximum of 10 values are allowed per product. [optional]
variants [ProductDto] If the product has variant list and the request specifies the variantIds, requested variants will be the first in the response. [optional]

[Back to Model list] [Back to API list] [Back to README]