Class: Google::Apis::ContentV2_1::Product

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/content_v2_1/classes.rb,
lib/google/apis/content_v2_1/representations.rb,
lib/google/apis/content_v2_1/representations.rb

Overview

Required product attributes are primarily defined by the products data specification. See the Products Data Specification Help Center article for information. Product data. After inserting, updating, or deleting a product, it may take several minutes before changes take effect.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Product

Returns a new instance of Product.



10543
10544
10545
# File 'lib/google/apis/content_v2_1/classes.rb', line 10543

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

Additional URLs of images of the item. Corresponds to the JSON property additionalImageLinks

Returns:

  • (Array<String>)


10054
10055
10056
# File 'lib/google/apis/content_v2_1/classes.rb', line 10054

def additional_image_links
  @additional_image_links
end

#additional_size_typeString

Additional cut of the item. Used together with size_type to represent combined size types for apparel items. Corresponds to the JSON property additionalSizeType

Returns:

  • (String)


10060
10061
10062
# File 'lib/google/apis/content_v2_1/classes.rb', line 10060

def additional_size_type
  @additional_size_type
end

#ads_groupingString

Used to group items in an arbitrary way. Only for CPA%, discouraged otherwise. Corresponds to the JSON property adsGrouping

Returns:

  • (String)


10065
10066
10067
# File 'lib/google/apis/content_v2_1/classes.rb', line 10065

def ads_grouping
  @ads_grouping
end

#ads_labelsArray<String>

Similar to ads_grouping, but only works on CPC. Corresponds to the JSON property adsLabels

Returns:

  • (Array<String>)


10070
10071
10072
# File 'lib/google/apis/content_v2_1/classes.rb', line 10070

def ads_labels
  @ads_labels
end

#ads_redirectString

Allows advertisers to override the item URL when the product is shown within the context of Product Ads. Corresponds to the JSON property adsRedirect

Returns:

  • (String)


10076
10077
10078
# File 'lib/google/apis/content_v2_1/classes.rb', line 10076

def ads_redirect
  @ads_redirect
end

#adultBoolean Also known as: adult?

Should be set to true if the item is targeted towards adults. Corresponds to the JSON property adult

Returns:

  • (Boolean)


10081
10082
10083
# File 'lib/google/apis/content_v2_1/classes.rb', line 10081

def adult
  @adult
end

#age_groupString

Target age group of the item. Corresponds to the JSON property ageGroup

Returns:

  • (String)


10087
10088
10089
# File 'lib/google/apis/content_v2_1/classes.rb', line 10087

def age_group
  @age_group
end

#availabilityString

Availability status of the item. Corresponds to the JSON property availability

Returns:

  • (String)


10092
10093
10094
# File 'lib/google/apis/content_v2_1/classes.rb', line 10092

def availability
  @availability
end

#availability_dateString

The day a pre-ordered product becomes available for delivery, in ISO 8601 format. Corresponds to the JSON property availabilityDate

Returns:

  • (String)


10098
10099
10100
# File 'lib/google/apis/content_v2_1/classes.rb', line 10098

def availability_date
  @availability_date
end

#brandString

Brand of the item. Corresponds to the JSON property brand

Returns:

  • (String)


10103
10104
10105
# File 'lib/google/apis/content_v2_1/classes.rb', line 10103

def brand
  @brand
end

URL for the canonical version of your item's landing page. Corresponds to the JSON property canonicalLink

Returns:

  • (String)


10108
10109
10110
# File 'lib/google/apis/content_v2_1/classes.rb', line 10108

def canonical_link
  @canonical_link
end

#channelString

Required. The item's channel (online or local). Acceptable values are: - " local" - "online" Corresponds to the JSON property channel

Returns:

  • (String)


10114
10115
10116
# File 'lib/google/apis/content_v2_1/classes.rb', line 10114

def channel
  @channel
end

#colorString

Color of the item. Corresponds to the JSON property color

Returns:

  • (String)


10119
10120
10121
# File 'lib/google/apis/content_v2_1/classes.rb', line 10119

def color
  @color
end

#conditionString

Condition or state of the item. Corresponds to the JSON property condition

Returns:

  • (String)


10124
10125
10126
# File 'lib/google/apis/content_v2_1/classes.rb', line 10124

def condition
  @condition
end

#content_languageString

Required. The two-letter ISO 639-1 language code for the item. Corresponds to the JSON property contentLanguage

Returns:

  • (String)


10129
10130
10131
# File 'lib/google/apis/content_v2_1/classes.rb', line 10129

def content_language
  @content_language
end

#cost_of_goods_soldGoogle::Apis::ContentV2_1::Price

Cost of goods sold. Used for gross profit reporting. Corresponds to the JSON property costOfGoodsSold



10134
10135
10136
# File 'lib/google/apis/content_v2_1/classes.rb', line 10134

def cost_of_goods_sold
  @cost_of_goods_sold
end

#custom_attributesArray<Google::Apis::ContentV2_1::CustomAttribute>

A list of custom (merchant-provided) attributes. It can also be used for submitting any attribute of the feed specification in its generic form (e.g., "name": "size type", "value": "regular" `). This is useful for submitting attributes not explicitly exposed by the API, such as additional attributes used for Buy on Google (formerly known as Shopping Actions). Corresponds to the JSON propertycustomAttributes`



10143
10144
10145
# File 'lib/google/apis/content_v2_1/classes.rb', line 10143

def custom_attributes
  @custom_attributes
end

#custom_label0String

Custom label 0 for custom grouping of items in a Shopping campaign. Corresponds to the JSON property customLabel0

Returns:

  • (String)


10148
10149
10150
# File 'lib/google/apis/content_v2_1/classes.rb', line 10148

def custom_label0
  @custom_label0
end

#custom_label1String

Custom label 1 for custom grouping of items in a Shopping campaign. Corresponds to the JSON property customLabel1

Returns:

  • (String)


10153
10154
10155
# File 'lib/google/apis/content_v2_1/classes.rb', line 10153

def custom_label1
  @custom_label1
end

#custom_label2String

Custom label 2 for custom grouping of items in a Shopping campaign. Corresponds to the JSON property customLabel2

Returns:

  • (String)


10158
10159
10160
# File 'lib/google/apis/content_v2_1/classes.rb', line 10158

def custom_label2
  @custom_label2
end

#custom_label3String

Custom label 3 for custom grouping of items in a Shopping campaign. Corresponds to the JSON property customLabel3

Returns:

  • (String)


10163
10164
10165
# File 'lib/google/apis/content_v2_1/classes.rb', line 10163

def custom_label3
  @custom_label3
end

#custom_label4String

Custom label 4 for custom grouping of items in a Shopping campaign. Corresponds to the JSON property customLabel4

Returns:

  • (String)


10168
10169
10170
# File 'lib/google/apis/content_v2_1/classes.rb', line 10168

def custom_label4
  @custom_label4
end

#descriptionString

Description of the item. Corresponds to the JSON property description

Returns:

  • (String)


10173
10174
10175
# File 'lib/google/apis/content_v2_1/classes.rb', line 10173

def description
  @description
end

#display_ads_idString

An identifier for an item for dynamic remarketing campaigns. Corresponds to the JSON property displayAdsId

Returns:

  • (String)


10178
10179
10180
# File 'lib/google/apis/content_v2_1/classes.rb', line 10178

def display_ads_id
  @display_ads_id
end

URL directly to your item's landing page for dynamic remarketing campaigns. Corresponds to the JSON property displayAdsLink

Returns:

  • (String)


10183
10184
10185
# File 'lib/google/apis/content_v2_1/classes.rb', line 10183

def display_ads_link
  @display_ads_link
end

#display_ads_similar_idsArray<String>

Advertiser-specified recommendations. Corresponds to the JSON property displayAdsSimilarIds

Returns:

  • (Array<String>)


10188
10189
10190
# File 'lib/google/apis/content_v2_1/classes.rb', line 10188

def display_ads_similar_ids
  @display_ads_similar_ids
end

#display_ads_titleString

Title of an item for dynamic remarketing campaigns. Corresponds to the JSON property displayAdsTitle

Returns:

  • (String)


10193
10194
10195
# File 'lib/google/apis/content_v2_1/classes.rb', line 10193

def display_ads_title
  @display_ads_title
end

#display_ads_valueFloat

Offer margin for dynamic remarketing campaigns. Corresponds to the JSON property displayAdsValue

Returns:

  • (Float)


10198
10199
10200
# File 'lib/google/apis/content_v2_1/classes.rb', line 10198

def display_ads_value
  @display_ads_value
end

#energy_efficiency_classString

The energy efficiency class as defined in EU directive 2010/30/EU. Corresponds to the JSON property energyEfficiencyClass

Returns:

  • (String)


10203
10204
10205
# File 'lib/google/apis/content_v2_1/classes.rb', line 10203

def energy_efficiency_class
  @energy_efficiency_class
end

#excluded_destinationsArray<String>

The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center). Corresponds to the JSON property excludedDestinations

Returns:

  • (Array<String>)


10209
10210
10211
# File 'lib/google/apis/content_v2_1/classes.rb', line 10209

def excluded_destinations
  @excluded_destinations
end

#expiration_dateString

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

Returns:

  • (String)


10217
10218
10219
# File 'lib/google/apis/content_v2_1/classes.rb', line 10217

def expiration_date
  @expiration_date
end

#genderString

Target gender of the item. Corresponds to the JSON property gender

Returns:

  • (String)


10222
10223
10224
# File 'lib/google/apis/content_v2_1/classes.rb', line 10222

def gender
  @gender
end

#google_product_categoryString

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. Corresponds to the JSON property googleProductCategory

Returns:

  • (String)


10230
10231
10232
# File 'lib/google/apis/content_v2_1/classes.rb', line 10230

def google_product_category
  @google_product_category
end

#gtinString

Global Trade Item Number (GTIN) of the item. Corresponds to the JSON property gtin

Returns:

  • (String)


10235
10236
10237
# File 'lib/google/apis/content_v2_1/classes.rb', line 10235

def gtin
  @gtin
end

#idString

The REST ID of the product. Content API methods that operate on products take this as their productId parameter. The REST ID for a product is of the form channel:contentLanguage: targetCountry: offerId. Corresponds to the JSON property id

Returns:

  • (String)


10242
10243
10244
# File 'lib/google/apis/content_v2_1/classes.rb', line 10242

def id
  @id
end

#identifier_existsBoolean Also known as: identifier_exists?

False when the item does not have unique product identifiers appropriate to its category, such as GTIN, MPN, and brand. Required according to the Unique Product Identifier Rules for all target countries except for Canada. Corresponds to the JSON property identifierExists

Returns:

  • (Boolean)


10249
10250
10251
# File 'lib/google/apis/content_v2_1/classes.rb', line 10249

def identifier_exists
  @identifier_exists
end

URL of an image of the item. Corresponds to the JSON property imageLink

Returns:

  • (String)


10255
10256
10257
# File 'lib/google/apis/content_v2_1/classes.rb', line 10255

def image_link
  @image_link
end

#included_destinationsArray<String>

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. Corresponds to the JSON property includedDestinations

Returns:

  • (Array<String>)


10262
10263
10264
# File 'lib/google/apis/content_v2_1/classes.rb', line 10262

def included_destinations
  @included_destinations
end

#installmentGoogle::Apis::ContentV2_1::Installment

Number and amount of installments to pay for an item. Corresponds to the JSON property installment



10267
10268
10269
# File 'lib/google/apis/content_v2_1/classes.rb', line 10267

def installment
  @installment
end

#is_bundleBoolean Also known as: is_bundle?

Whether the item is a merchant-defined bundle. A bundle is a custom grouping of different products sold by a merchant for a single price. Corresponds to the JSON property isBundle

Returns:

  • (Boolean)


10273
10274
10275
# File 'lib/google/apis/content_v2_1/classes.rb', line 10273

def is_bundle
  @is_bundle
end

#item_group_idString

Shared identifier for all variants of the same product. Corresponds to the JSON property itemGroupId

Returns:

  • (String)


10279
10280
10281
# File 'lib/google/apis/content_v2_1/classes.rb', line 10279

def item_group_id
  @item_group_id
end

#kindString

Identifies what kind of resource this is. Value: the fixed string "content# product" Corresponds to the JSON property kind

Returns:

  • (String)


10285
10286
10287
# File 'lib/google/apis/content_v2_1/classes.rb', line 10285

def kind
  @kind
end

URL directly linking to your item's page on your website. Corresponds to the JSON property link

Returns:

  • (String)


10290
10291
10292
# File 'lib/google/apis/content_v2_1/classes.rb', line 10290

def link
  @link
end

URL template for merchant hosted local storefront. Corresponds to the JSON property linkTemplate

Returns:

  • (String)


10295
10296
10297
# File 'lib/google/apis/content_v2_1/classes.rb', line 10295

def link_template
  @link_template
end

#loyalty_pointsGoogle::Apis::ContentV2_1::LoyaltyPoints

Loyalty points that users receive after purchasing the item. Japan only. Corresponds to the JSON property loyaltyPoints



10300
10301
10302
# File 'lib/google/apis/content_v2_1/classes.rb', line 10300

def loyalty_points
  @loyalty_points
end

#materialString

The material of which the item is made. Corresponds to the JSON property material

Returns:

  • (String)


10305
10306
10307
# File 'lib/google/apis/content_v2_1/classes.rb', line 10305

def material
  @material
end

#max_energy_efficiency_classString

The energy efficiency class as defined in EU directive 2010/30/EU. Corresponds to the JSON property maxEnergyEfficiencyClass

Returns:

  • (String)


10310
10311
10312
# File 'lib/google/apis/content_v2_1/classes.rb', line 10310

def max_energy_efficiency_class
  @max_energy_efficiency_class
end

#max_handling_timeFixnum

Maximal product handling time (in business days). Corresponds to the JSON property maxHandlingTime

Returns:

  • (Fixnum)


10315
10316
10317
# File 'lib/google/apis/content_v2_1/classes.rb', line 10315

def max_handling_time
  @max_handling_time
end

#min_energy_efficiency_classString

The energy efficiency class as defined in EU directive 2010/30/EU. Corresponds to the JSON property minEnergyEfficiencyClass

Returns:

  • (String)


10320
10321
10322
# File 'lib/google/apis/content_v2_1/classes.rb', line 10320

def min_energy_efficiency_class
  @min_energy_efficiency_class
end

#min_handling_timeFixnum

Minimal product handling time (in business days). Corresponds to the JSON property minHandlingTime

Returns:

  • (Fixnum)


10325
10326
10327
# File 'lib/google/apis/content_v2_1/classes.rb', line 10325

def min_handling_time
  @min_handling_time
end

URL for the mobile-optimized version of your item's landing page. Corresponds to the JSON property mobileLink

Returns:

  • (String)


10330
10331
10332
# File 'lib/google/apis/content_v2_1/classes.rb', line 10330

def mobile_link
  @mobile_link
end

URL template for merchant hosted local storefront optimized for mobile devices. Corresponds to the JSON property mobileLinkTemplate

Returns:

  • (String)


10335
10336
10337
# File 'lib/google/apis/content_v2_1/classes.rb', line 10335

def mobile_link_template
  @mobile_link_template
end

#mpnString

Manufacturer Part Number (MPN) of the item. Corresponds to the JSON property mpn

Returns:

  • (String)


10340
10341
10342
# File 'lib/google/apis/content_v2_1/classes.rb', line 10340

def mpn
  @mpn
end

#multipackFixnum

The number of identical products in a merchant-defined multipack. Corresponds to the JSON property multipack

Returns:

  • (Fixnum)


10345
10346
10347
# File 'lib/google/apis/content_v2_1/classes.rb', line 10345

def multipack
  @multipack
end

#offer_idString

Required. A unique identifier for the item. Leading and trailing whitespaces are stripped and multiple whitespaces are replaced by a single whitespace upon submission. Only valid unicode characters are accepted. See the products feed specification for details. Note: Content API methods that operate on products take the REST ID of the product, not this identifier. Corresponds to the JSON property offerId

Returns:

  • (String)


10354
10355
10356
# File 'lib/google/apis/content_v2_1/classes.rb', line 10354

def offer_id
  @offer_id
end

#patternString

The item's pattern (e.g. polka dots). Corresponds to the JSON property pattern

Returns:

  • (String)


10359
10360
10361
# File 'lib/google/apis/content_v2_1/classes.rb', line 10359

def pattern
  @pattern
end

#pickup_methodString

The pick up option for the item. Acceptable values are: - "buy" - "reserve"

  • "ship to store" - "not supported" Corresponds to the JSON property pickupMethod

Returns:

  • (String)


10365
10366
10367
# File 'lib/google/apis/content_v2_1/classes.rb', line 10365

def pickup_method
  @pickup_method
end

#pickup_slaString

Item store pickup timeline. Acceptable values are: - "same day" - "next day " - "2-day" - "3-day" - "4-day" - "5-day" - "6-day" - "7-day" - " multi-week" Corresponds to the JSON property pickupSla

Returns:

  • (String)


10372
10373
10374
# File 'lib/google/apis/content_v2_1/classes.rb', line 10372

def pickup_sla
  @pickup_sla
end

#priceGoogle::Apis::ContentV2_1::Price

Price of the item. Corresponds to the JSON property price



10377
10378
10379
# File 'lib/google/apis/content_v2_1/classes.rb', line 10377

def price
  @price
end

#product_detailsArray<Google::Apis::ContentV2_1::ProductProductDetail>

Technical specification or additional product details. Corresponds to the JSON property productDetails



10382
10383
10384
# File 'lib/google/apis/content_v2_1/classes.rb', line 10382

def product_details
  @product_details
end

#product_heightGoogle::Apis::ContentV2_1::ProductDimension

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



10388
10389
10390
# File 'lib/google/apis/content_v2_1/classes.rb', line 10388

def product_height
  @product_height
end

#product_highlightsArray<String>

Bullet points describing the most relevant highlights of a product. Corresponds to the JSON property productHighlights

Returns:

  • (Array<String>)


10393
10394
10395
# File 'lib/google/apis/content_v2_1/classes.rb', line 10393

def product_highlights
  @product_highlights
end

#product_lengthGoogle::Apis::ContentV2_1::ProductDimension

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



10399
10400
10401
# File 'lib/google/apis/content_v2_1/classes.rb', line 10399

def product_length
  @product_length
end

#product_typesArray<String>

Categories of the item (formatted as in products data specification). Corresponds to the JSON property productTypes

Returns:

  • (Array<String>)


10404
10405
10406
# File 'lib/google/apis/content_v2_1/classes.rb', line 10404

def product_types
  @product_types
end

#product_weightGoogle::Apis::ContentV2_1::ProductWeight

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



10410
10411
10412
# File 'lib/google/apis/content_v2_1/classes.rb', line 10410

def product_weight
  @product_weight
end

#product_widthGoogle::Apis::ContentV2_1::ProductDimension

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



10416
10417
10418
# File 'lib/google/apis/content_v2_1/classes.rb', line 10416

def product_width
  @product_width
end

#promotion_idsArray<String>

The unique ID of a promotion. Corresponds to the JSON property promotionIds

Returns:

  • (Array<String>)


10421
10422
10423
# File 'lib/google/apis/content_v2_1/classes.rb', line 10421

def promotion_ids
  @promotion_ids
end

#sale_priceGoogle::Apis::ContentV2_1::Price

Advertised sale price of the item. Corresponds to the JSON property salePrice



10426
10427
10428
# File 'lib/google/apis/content_v2_1/classes.rb', line 10426

def sale_price
  @sale_price
end

#sale_price_effective_dateString

Date range during which the item is on sale (see products data specification ). Corresponds to the JSON property salePriceEffectiveDate

Returns:

  • (String)


10431
10432
10433
# File 'lib/google/apis/content_v2_1/classes.rb', line 10431

def sale_price_effective_date
  @sale_price_effective_date
end

#sell_on_google_quantityFixnum

The quantity of the product that is available for selling on Google. Supported only for online products. Corresponds to the JSON property sellOnGoogleQuantity

Returns:

  • (Fixnum)


10437
10438
10439
# File 'lib/google/apis/content_v2_1/classes.rb', line 10437

def sell_on_google_quantity
  @sell_on_google_quantity
end

#shippingArray<Google::Apis::ContentV2_1::ProductShipping>

Shipping rules. Corresponds to the JSON property shipping



10442
10443
10444
# File 'lib/google/apis/content_v2_1/classes.rb', line 10442

def shipping
  @shipping
end

#shipping_heightGoogle::Apis::ContentV2_1::ProductShippingDimension

Height of the item for shipping. Corresponds to the JSON property shippingHeight



10447
10448
10449
# File 'lib/google/apis/content_v2_1/classes.rb', line 10447

def shipping_height
  @shipping_height
end

#shipping_labelString

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

Returns:

  • (String)


10453
10454
10455
# File 'lib/google/apis/content_v2_1/classes.rb', line 10453

def shipping_label
  @shipping_label
end

#shipping_lengthGoogle::Apis::ContentV2_1::ProductShippingDimension

Length of the item for shipping. Corresponds to the JSON property shippingLength



10458
10459
10460
# File 'lib/google/apis/content_v2_1/classes.rb', line 10458

def shipping_length
  @shipping_length
end

#shipping_weightGoogle::Apis::ContentV2_1::ProductShippingWeight

Weight of the item for shipping. Corresponds to the JSON property shippingWeight



10463
10464
10465
# File 'lib/google/apis/content_v2_1/classes.rb', line 10463

def shipping_weight
  @shipping_weight
end

#shipping_widthGoogle::Apis::ContentV2_1::ProductShippingDimension

Width of the item for shipping. Corresponds to the JSON property shippingWidth



10468
10469
10470
# File 'lib/google/apis/content_v2_1/classes.rb', line 10468

def shipping_width
  @shipping_width
end

#shopping_ads_excluded_countriesArray<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 MC feed settings. Corresponds to the JSON property shoppingAdsExcludedCountries

Returns:

  • (Array<String>)


10475
10476
10477
# File 'lib/google/apis/content_v2_1/classes.rb', line 10475

def shopping_ads_excluded_countries
  @shopping_ads_excluded_countries
end

#size_systemString

System in which the size is specified. Recommended for apparel items. Corresponds to the JSON property sizeSystem

Returns:

  • (String)


10480
10481
10482
# File 'lib/google/apis/content_v2_1/classes.rb', line 10480

def size_system
  @size_system
end

#size_typeString

The cut of the item. Recommended for apparel items. Corresponds to the JSON property sizeType

Returns:

  • (String)


10485
10486
10487
# File 'lib/google/apis/content_v2_1/classes.rb', line 10485

def size_type
  @size_type
end

#sizesArray<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 definition). Corresponds to the JSON property sizes

Returns:

  • (Array<String>)


10492
10493
10494
# File 'lib/google/apis/content_v2_1/classes.rb', line 10492

def sizes
  @sizes
end

#sourceString

The source of the offer, i.e., how the offer was created. Acceptable values are: - "api" - "crawl" - "feed" Corresponds to the JSON property source

Returns:

  • (String)


10498
10499
10500
# File 'lib/google/apis/content_v2_1/classes.rb', line 10498

def source
  @source
end

#subscription_costGoogle::Apis::ContentV2_1::ProductSubscriptionCost

Number of periods (months or years) and amount of payment per period for an item with an associated subscription contract. Corresponds to the JSON property subscriptionCost



10504
10505
10506
# File 'lib/google/apis/content_v2_1/classes.rb', line 10504

def subscription_cost
  @subscription_cost
end

#target_countryString

Required. The CLDR territory code for the item. Corresponds to the JSON property targetCountry

Returns:

  • (String)


10509
10510
10511
# File 'lib/google/apis/content_v2_1/classes.rb', line 10509

def target_country
  @target_country
end

#tax_categoryString

The tax category of the product, used to configure detailed tax nexus in account-level tax settings. Corresponds to the JSON property taxCategory

Returns:

  • (String)


10515
10516
10517
# File 'lib/google/apis/content_v2_1/classes.rb', line 10515

def tax_category
  @tax_category
end

#taxesArray<Google::Apis::ContentV2_1::ProductTax>

Tax information. Corresponds to the JSON property taxes



10520
10521
10522
# File 'lib/google/apis/content_v2_1/classes.rb', line 10520

def taxes
  @taxes
end

#titleString

Title of the item. Corresponds to the JSON property title

Returns:

  • (String)


10525
10526
10527
# File 'lib/google/apis/content_v2_1/classes.rb', line 10525

def title
  @title
end

#transit_time_labelString

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

Returns:

  • (String)


10531
10532
10533
# File 'lib/google/apis/content_v2_1/classes.rb', line 10531

def transit_time_label
  @transit_time_label
end

#unit_pricing_base_measureGoogle::Apis::ContentV2_1::ProductUnitPricingBaseMeasure

The preference of the denominator of the unit price. Corresponds to the JSON property unitPricingBaseMeasure



10536
10537
10538
# File 'lib/google/apis/content_v2_1/classes.rb', line 10536

def unit_pricing_base_measure
  @unit_pricing_base_measure
end

#unit_pricing_measureGoogle::Apis::ContentV2_1::ProductUnitPricingMeasure

The measure and dimension of an item. Corresponds to the JSON property unitPricingMeasure



10541
10542
10543
# File 'lib/google/apis/content_v2_1/classes.rb', line 10541

def unit_pricing_measure
  @unit_pricing_measure
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10548
10549
10550
10551
10552
10553
10554
10555
10556
10557
10558
10559
10560
10561
10562
10563
10564
10565
10566
10567
10568
10569
10570
10571
10572
10573
10574
10575
10576
10577
10578
10579
10580
10581
10582
10583
10584
10585
10586
10587
10588
10589
10590
10591
10592
10593
10594
10595
10596
10597
10598
10599
10600
10601
10602
10603
10604
10605
10606
10607
10608
10609
10610
10611
10612
10613
10614
10615
10616
10617
10618
10619
10620
10621
10622
10623
10624
10625
10626
10627
10628
10629
10630
10631
10632
10633
10634
10635
10636
10637
10638
# File 'lib/google/apis/content_v2_1/classes.rb', line 10548

def update!(**args)
  @additional_image_links = args[:additional_image_links] if args.key?(:additional_image_links)
  @additional_size_type = args[:additional_size_type] if args.key?(:additional_size_type)
  @ads_grouping = args[:ads_grouping] if args.key?(:ads_grouping)
  @ads_labels = args[:ads_labels] if args.key?(:ads_labels)
  @ads_redirect = args[:ads_redirect] if args.key?(:ads_redirect)
  @adult = args[:adult] if args.key?(:adult)
  @age_group = args[:age_group] if args.key?(:age_group)
  @availability = args[:availability] if args.key?(:availability)
  @availability_date = args[:availability_date] if args.key?(:availability_date)
  @brand = args[:brand] if args.key?(:brand)
  @canonical_link = args[:canonical_link] if args.key?(:canonical_link)
  @channel = args[:channel] if args.key?(:channel)
  @color = args[:color] if args.key?(:color)
  @condition = args[:condition] if args.key?(:condition)
  @content_language = args[:content_language] if args.key?(:content_language)
  @cost_of_goods_sold = args[:cost_of_goods_sold] if args.key?(:cost_of_goods_sold)
  @custom_attributes = args[:custom_attributes] if args.key?(:custom_attributes)
  @custom_label0 = args[:custom_label0] if args.key?(:custom_label0)
  @custom_label1 = args[:custom_label1] if args.key?(:custom_label1)
  @custom_label2 = args[:custom_label2] if args.key?(:custom_label2)
  @custom_label3 = args[:custom_label3] if args.key?(:custom_label3)
  @custom_label4 = args[:custom_label4] if args.key?(:custom_label4)
  @description = args[:description] if args.key?(:description)
  @display_ads_id = args[:display_ads_id] if args.key?(:display_ads_id)
  @display_ads_link = args[:display_ads_link] if args.key?(:display_ads_link)
  @display_ads_similar_ids = args[:display_ads_similar_ids] if args.key?(:display_ads_similar_ids)
  @display_ads_title = args[:display_ads_title] if args.key?(:display_ads_title)
  @display_ads_value = args[:display_ads_value] if args.key?(:display_ads_value)
  @energy_efficiency_class = args[:energy_efficiency_class] if args.key?(:energy_efficiency_class)
  @excluded_destinations = args[:excluded_destinations] if args.key?(:excluded_destinations)
  @expiration_date = args[:expiration_date] if args.key?(:expiration_date)
  @gender = args[:gender] if args.key?(:gender)
  @google_product_category = args[:google_product_category] if args.key?(:google_product_category)
  @gtin = args[:gtin] if args.key?(:gtin)
  @id = args[:id] if args.key?(:id)
  @identifier_exists = args[:identifier_exists] if args.key?(:identifier_exists)
  @image_link = args[:image_link] if args.key?(:image_link)
  @included_destinations = args[:included_destinations] if args.key?(:included_destinations)
  @installment = args[:installment] if args.key?(:installment)
  @is_bundle = args[:is_bundle] if args.key?(:is_bundle)
  @item_group_id = args[:item_group_id] if args.key?(:item_group_id)
  @kind = args[:kind] if args.key?(:kind)
  @link = args[:link] if args.key?(:link)
  @link_template = args[:link_template] if args.key?(:link_template)
  @loyalty_points = args[:loyalty_points] if args.key?(:loyalty_points)
  @material = args[:material] if args.key?(:material)
  @max_energy_efficiency_class = args[:max_energy_efficiency_class] if args.key?(:max_energy_efficiency_class)
  @max_handling_time = args[:max_handling_time] if args.key?(:max_handling_time)
  @min_energy_efficiency_class = args[:min_energy_efficiency_class] if args.key?(:min_energy_efficiency_class)
  @min_handling_time = args[:min_handling_time] if args.key?(:min_handling_time)
  @mobile_link = args[:mobile_link] if args.key?(:mobile_link)
  @mobile_link_template = args[:mobile_link_template] if args.key?(:mobile_link_template)
  @mpn = args[:mpn] if args.key?(:mpn)
  @multipack = args[:multipack] if args.key?(:multipack)
  @offer_id = args[:offer_id] if args.key?(:offer_id)
  @pattern = args[:pattern] if args.key?(:pattern)
  @pickup_method = args[:pickup_method] if args.key?(:pickup_method)
  @pickup_sla = args[:pickup_sla] if args.key?(:pickup_sla)
  @price = args[:price] if args.key?(:price)
  @product_details = args[:product_details] if args.key?(:product_details)
  @product_height = args[:product_height] if args.key?(:product_height)
  @product_highlights = args[:product_highlights] if args.key?(:product_highlights)
  @product_length = args[:product_length] if args.key?(:product_length)
  @product_types = args[:product_types] if args.key?(:product_types)
  @product_weight = args[:product_weight] if args.key?(:product_weight)
  @product_width = args[:product_width] if args.key?(:product_width)
  @promotion_ids = args[:promotion_ids] if args.key?(:promotion_ids)
  @sale_price = args[:sale_price] if args.key?(:sale_price)
  @sale_price_effective_date = args[:sale_price_effective_date] if args.key?(:sale_price_effective_date)
  @sell_on_google_quantity = args[:sell_on_google_quantity] if args.key?(:sell_on_google_quantity)
  @shipping = args[:shipping] if args.key?(:shipping)
  @shipping_height = args[:shipping_height] if args.key?(:shipping_height)
  @shipping_label = args[:shipping_label] if args.key?(:shipping_label)
  @shipping_length = args[:shipping_length] if args.key?(:shipping_length)
  @shipping_weight = args[:shipping_weight] if args.key?(:shipping_weight)
  @shipping_width = args[:shipping_width] if args.key?(:shipping_width)
  @shopping_ads_excluded_countries = args[:shopping_ads_excluded_countries] if args.key?(:shopping_ads_excluded_countries)
  @size_system = args[:size_system] if args.key?(:size_system)
  @size_type = args[:size_type] if args.key?(:size_type)
  @sizes = args[:sizes] if args.key?(:sizes)
  @source = args[:source] if args.key?(:source)
  @subscription_cost = args[:subscription_cost] if args.key?(:subscription_cost)
  @target_country = args[:target_country] if args.key?(:target_country)
  @tax_category = args[:tax_category] if args.key?(:tax_category)
  @taxes = args[:taxes] if args.key?(:taxes)
  @title = args[:title] if args.key?(:title)
  @transit_time_label = args[:transit_time_label] if args.key?(:transit_time_label)
  @unit_pricing_base_measure = args[:unit_pricing_base_measure] if args.key?(:unit_pricing_base_measure)
  @unit_pricing_measure = args[:unit_pricing_measure] if args.key?(:unit_pricing_measure)
end