# PinterestSdkClient::ItemAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **ad_link** | **String** | Allows advertisers to specify a separate URL that can be used to track traffic coming from Pinterest shopping ads. Must send full URL including tracking—do not send tracking parameters only. At this time we do not support impression tracking. Must begin with http:// or https://. | [optional] |
| **additional_image_link** | **Array<String>** | The links to additional images for your product. Up to five additional images can be used to show a product from different angles or to show different stages. Separate each additional image with a comma. We recommend enclosing the whole string with quotes. Must begin with http:// or https:// | [optional] |
| **adult** | **Boolean** | Set this attribute to TRUE if you're submitting items that are considered “adult”. These will not be shown on Pinterest. | [optional] |
| **age_group** | **String** | The age group to apply a demographic range to the product. Must be one of the following values: ‘newborn’, ‘infant’, ‘toddler’, ‘kids’, ‘adult’. | [optional] |
| **availability** | **String** | The availability of the product. Must be one of the following values: ‘in stock’, ‘out of stock’, ‘preorder’. | [optional] |
| **average_review_rating** | **Float** | Average reviews for the item. Can be a number from 1-5. | [optional] |
| **brand** | **String** | The brand of the product. | [optional] |
| **color** | **String** | The primary color of the product. | [optional] |
| **condition** | **String** | The condition of the product. Must be one of the following values: ‘new’, ‘used’, ‘refurbished’. | [optional] |
| **custom_label_0** | **String** | Custom grouping of products. | [optional] |
| **custom_label_1** | **String** | Custom grouping of products. | [optional] |
| **custom_label_2** | **String** | Custom grouping of products. | [optional] |
| **custom_label_3** | **String** | Custom grouping of products. | [optional] |
| **custom_label_4** | **String** | Custom grouping of products. | [optional] |
| **description** | **String** | The description of the product. | [optional] |
| **free_shipping_label** | **Boolean** | The item is free to ship. | [optional] |
| **free_shipping_limit** | **String** | The minimum order purchase necessary for the customer to get free shipping. Only relevant if free shipping is offered. | [optional] |
| **gender** | **String** | The gender associated with the product. Must be one of the following values: ‘male’, ‘female’, ‘unisex’. | [optional] |
| **google_product_category** | **String** | The categorization of the product based on the standardized Google Product Taxonomy. This is a set taxonomy. Both the text values and numeric codes are accepted. | [optional] |
| **gtin** | **Integer** | The unique universal product identifier. | [optional] |
| **id** | **String** | The user-created unique ID that represents the product. Only Unicode characters are accepted. | [optional] |
| **image_link** | **Array<String>** | The link to the main product images. Images should be at least 75x75 pixels to avoid errors. Use the additional_image_link field to add more images of your product. The URL of your image_link must be accessible by the Pinterest user-agent, and send the accurate images. Please make sure there are no template or placeholder images at the link. Must start with http:// or https:// | [optional] |
| **item_group_id** | **String** | The parent ID of the product. | [optional] |
| **last_updated_time** | **Integer** | The millisecond timestamp when the item was lastly modified by the merchant. | [optional] |
| **link** | **String** | The landing page for the product. | [optional] |
| **material** | **String** | The material used to make the product. | [optional] |
| **min_ad_price** | **String** | The minimum advertised price of the product. It supports the following formats, \"19.99 USD\", \"19.99USD\" and \"19.99\". If the currency is not included, we default to US dollars. | [optional] |
| **mobile_link** | **String** | The mobile-optimized version of your landing page. Must begin with http:// or https://. | [optional] |
| **mpn** | **String** | Manufacturer Part Number are alpha-numeric codes created by the manufacturer of a product to uniquely identify it among all products from the same manufacturer. | [optional] |
| **number_of_ratings** | **Integer** | The number of ratings for the item. | [optional] |
| **number_of_reviews** | **Integer** | The number of reviews available for the item. | [optional] |
| **pattern** | **String** | The description of the pattern used for the product. | [optional] |
| **price** | **String** | The price of the product. It supports the following formats, \"24.99 USD\", \"24.99USD\" and \"24.99\". If the currency is not included, we default to US dollars. | [optional] |
| **product_type** | **String** | The categorization of your product based on your custom product taxonomy. Subcategories must be sent separated by “ > “. The > must be wrapped by spaces. We do not recognize any other delimiters such as comma or pipe. | [optional] |
| **sale_price** | **String** | The discounted price of the product. The sale_price must be lower than the price. It supports the following formats, \"14.99 USD\", \"14.99USD\" and \"14.99\". If the currency is not included, we default to US dollars. | [optional] |
| **shipping** | **String** | Shipping consists of one group of up to four elements, country, region, service (all optional) and price (required). All colons, even for blank values, are required. | [optional] |
| **shipping_height** | **String** | The height of the package needed to ship the product. Ensure there is a space between the numeric string and the metric. | [optional] |
| **shipping_weight** | **String** | The weight of the product. Ensure there is a space between the numeric string and the metric. | [optional] |
| **shipping_width** | **String** | The width of the package needed to ship the product. Ensure there is a space between the numeric string and the metric. | [optional] |
| **size** | **String** | The size of the product. | [optional] |
| **size_system** | **String** | Indicates the country’s sizing system in which you are submitting your product. | [optional] |
| **size_type** | **String** | Additional description for the size. Must be one of the following values: ‘regular’, ‘petite’, ‘plus’, ‘big_and_tall’, ‘maternity’. | [optional] |
| **tax** | **String** | Tax consists of one group of up to four elements, country, region, rate (all required) and tax_ship (optional). All colons, even for blank values, are required. | [optional] |
| **title** | **String** | The name of the product. | [optional] |

## Example

```ruby
require 'pinterest_sdk'

instance = PinterestSdkClient::ItemAttributes.new(
  ad_link: https://www.example.com/cat/denim-shirt/item012?utm_source=Pinterest,
  additional_image_link: ["https://scene.example.com/image/image_v2.jpg","https://scene.example.com/image/image_v3.jpg"],
  adult: true,
  age_group: newborn,
  availability: in stock,
  average_review_rating: 5,
  brand: Josie’s Denim,
  color: blue,
  condition: new,
  custom_label_0: Best sellers,
  custom_label_1: Summer promotion,
  custom_label_2: Winter sales,
  custom_label_3: Woman dress,
  custom_label_4: Man hat,
  description: Casual fit denim shirt made with the finest quality Japanese denim.,
  free_shipping_label: true,
  free_shipping_limit: 35 USD,
  gender: unisex,
  google_product_category: Apparel & Accessories > Clothing > Shirts & Tops,
  gtin: 3234567890126,
  id: DS0294-L,
  image_link: ["https://scene.example.com/image/image.jpg"],
  item_group_id: DS0294,
  last_updated_time: 1641483432072,
  link: https://www.example.com/cat/womens-clothing/denim-shirt-0294,
  material: cotton,
  min_ad_price: 19.99 USD,
  mobile_link: https://m.example.com/cat/womens-clothing/denim-shirt-0294,
  mpn: PI12345NTEREST,
  number_of_ratings: 10,
  number_of_reviews: 10,
  pattern: plaid,
  price: 24.99 USD,
  product_type: Clothing > Women’s > Shirts > Denim,
  sale_price: 14.99 USD,
  shipping: US:CA:Ground:0 USD,
  shipping_height: 12 in,
  shipping_weight: 3 kg,
  shipping_width: 16 in,
  size: M,
  size_system: US,
  size_type: regular,
  tax: US:1025433:6.00:y,
  title: Women’s denim shirt, large
)
```