PinterestAvailability
PinterestFeedHooks
PinterestOrder
PinterestOrderHooks
PinterestProduct
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
Represents a row in the Pinterest catalog feed export.
| Constant | Description |
|---|---|
| AVAILABILITY_IN_STOCK: String = “in stock” | Indicates that the product is in stock. |
| AVAILABILITY_OUT_OF_STOCK: String = “out of stock” | Indicates that the product is not in stock. |
| AVAILABILITY_PREORDER: String = “preorder” | Indicates that the product is availabile in preorder. |
| CONDITION_NEW: String = “new” | Indicates that the product has never been used. |
| CONDITION_REFURBISHED: String = “refurbished” | Indicates that the product has been used but refurbished. |
| CONDITION_USED: String = “used” | Indicates that the product has been used. |
| Property | Description |
|---|---|
ID: String (read-only) | Returns the ID of the Pinterest product. |
| availability: String | Returns the availability of the Pinterest product. |
| brand: String | Returns the Pinterest brand of the product. |
| color: String | Returns the Pinterest color value label of the product. |
| colorHex: String | Returns the Pinterest color hex value of the product. |
| colorImage: URL | Returns the URL of the image to show in Pinterest for the product color (swatch). |
| condition: String | Returns the condition of the Pinterest product. |
| description: String | Returns the Pinterest description of the product. |
| googleProductCategory: String | Returns the category of this product in the Google category taxonomy. |
| gtin: String | Returns the Pinterest GTIN of the product. |
| imageLinks: List | Returns a list containing the URLs of the image to show in Pinterest for the product. |
| itemGroupID: String | Returns the ID of the Pinterest item group for the product, that is, its master product. |
| itemGroupLink: URL | Returns the URL of the Pinterest item group for the product, that is, the link to its master product in the Demandware storefront. |
| link: URL | Returns the URL of the Demandware storefront link to the product. |
| maxPrice: Money | Returns the maximum price to show in Pinterest for the product. |
| minPrice: Money | Returns the minimum price to show in Pinterest for the product. |
| price: Money | Returns the price to show in Pinterest for the product. |
| productCategory: String | Returns the Pinterest category path of the product. |
| returnPolicy: String | Returns the Pinterest return policy of the product. |
| size: String | Returns the Pinterest size value label of the product. |
| title: String | Returns the Pinterest title of the product. |
This class does not have a constructor, so you cannot create it directly.
| Method | Description |
|---|---|
| getAvailability() | Returns the availability of the Pinterest product. |
| getBrand() | Returns the Pinterest brand of the product. |
| getColor() | Returns the Pinterest color value label of the product. |
| getColorHex() | Returns the Pinterest color hex value of the product. |
| getColorImage() | Returns the URL of the image to show in Pinterest for the product color (swatch). |
| getCondition() | Returns the condition of the Pinterest product. |
| getDescription() | Returns the Pinterest description of the product. |
| getGoogleProductCategory() | Returns the category of this product in the Google category taxonomy. |
| getGtin() | Returns the Pinterest GTIN of the product. |
| getID() | Returns the ID of the Pinterest product. |
| getImageLinks() | Returns a list containing the URLs of the image to show in Pinterest for the product. |
| getItemGroupID() | Returns the ID of the Pinterest item group for the product, that is, its master product. |
| getItemGroupLink() | Returns the URL of the Pinterest item group for the product, that is, the link to its master product in the Demandware storefront. |
| getLink() | Returns the URL of the Demandware storefront link to the product. |
| getMaxPrice() | Returns the maximum price to show in Pinterest for the product. |
| getMinPrice() | Returns the minimum price to show in Pinterest for the product. |
| getPrice() | Returns the price to show in Pinterest for the product. |
| getProductCategory() | Returns the Pinterest category path of the product. |
| getReturnPolicy() | Returns the Pinterest return policy of the product. |
| getSize() | Returns the Pinterest size value label of the product. |
| getTitle() | Returns the Pinterest title of the product. |
| setAvailability(String) | Sets the availability of the Pinterest product. |
| setBrand(String) | Sets the Pinterest brand of the product. |
| setColor(String) | Sets the Pinterest color value label of the product. |
| setColorHex(String) | Sets the Pinterest color hex value of the product. |
| setColorImage(URL) | Sets the URL of the image to show in Pinterest for the product color (swatch). |
| setCondition(String) | Sets the condition of the Pinterest product. |
| setDescription(String) | Sets the Pinterest description of the product. |
| setGoogleProductCategory(String) | Sets the category of this product in the Google category taxonomy. |
| setGtin(String) | Sets the Pinterest GTIN of the product. |
| setImageLinks(List) | Sets the list of URLs of images to show in Pinterest for the product. |
| setItemGroupID(String) | Sets the ID of the Pinterest item group for the product, that is, its master product. |
| setItemGroupLink(URL) | Sets the URL of the Pinterest item group for the product, that is, the link to its master product in the Demandware storefront. |
| setLink(URL) | Sets the URL of the Demandware storefront link to the product. |
| setMaxPrice(Money) | Sets the maximum price to show in Pinterest for the product. |
| setMinPrice(Money) | Sets the minimum price to show in Pinterest for the product. |
| setPrice(Money) | Sets the price to show in Pinterest for the product. |
| setProductCategory(String) | Sets the Pinterest category path of the product. |
| setReturnPolicy(String) | Sets the Pinterest return policy of the product. |
| setSize(String) | Sets the Pinterest size value label of the product. |
| setTitle(String) | Sets the Pinterest title of the product. |
assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values
Indicates that the product is in stock.
Indicates that the product is not in stock.
Indicates that the product is availabile in preorder.
Indicates that the product has never been used.
Indicates that the product has been used but refurbished.
Indicates that the product has been used.
(read-only)Returns the ID of the Pinterest product. This is the same as the ID of the Demandware product.
Returns the availability of the Pinterest product. Possible values are AVAILABILITY_IN_STOCK or AVAILABILITY_OUT_OF_STOCK.
Returns the Pinterest brand of the product.
Returns the Pinterest color value label of the product.
Returns the Pinterest color hex value of the product.
Returns the URL of the image to show in Pinterest for the product color (swatch).
Returns the condition of the Pinterest product. Possible values are CONDITION_NEW, CONDITION_REFURBISHED, or CONDITION_USED.
Returns the Pinterest description of the product.
Returns the category of this product in the Google category taxonomy.
Returns the Pinterest GTIN of the product.
Returns a list containing the URLs of the image to show in Pinterest for the product.
Returns the ID of the Pinterest item group for the product, that is, its master product.
Returns the URL of the Pinterest item group for the product, that is, the link to its master product in the Demandware storefront.
Returns the URL of the Demandware storefront link to the product.
Returns the maximum price to show in Pinterest for the product.
Returns the minimum price to show in Pinterest for the product.
Returns the price to show in Pinterest for the product.
Returns the Pinterest category path of the product.
Returns the Pinterest return policy of the product.
Returns the Pinterest size value label of the product.
Returns the Pinterest title of the product.
Returns the availability of the Pinterest product. Possible values are AVAILABILITY_IN_STOCK or AVAILABILITY_OUT_OF_STOCK.
Returns the Pinterest brand of the product.
Returns the Pinterest color value label of the product.
Returns the Pinterest color hex value of the product.
Returns the URL of the image to show in Pinterest for the product color (swatch).
Returns the condition of the Pinterest product. Possible values are CONDITION_NEW, CONDITION_REFURBISHED, or CONDITION_USED.
Returns the Pinterest description of the product.
Returns the category of this product in the Google category taxonomy.
Returns the Pinterest GTIN of the product.
Returns the ID of the Pinterest product. This is the same as the ID of the Demandware product.
Returns:
Returns a list containing the URLs of the image to show in Pinterest for the product.
Returns the ID of the Pinterest item group for the product, that is, its master product.
Returns the URL of the Pinterest item group for the product, that is, the link to its master product in the Demandware storefront.
Returns the URL of the Demandware storefront link to the product.
Returns the maximum price to show in Pinterest for the product.
Returns the minimum price to show in Pinterest for the product.
Returns the price to show in Pinterest for the product.
Returns the Pinterest category path of the product.
Returns the Pinterest return policy of the product.
Returns the Pinterest size value label of the product.
Returns the Pinterest title of the product.
Sets the availability of the Pinterest product. Possible values are AVAILABILITY_IN_STOCK or AVAILABILITY_OUT_OF_STOCK.
Parameters:
Sets the Pinterest brand of the product.
Parameters:
Sets the Pinterest color value label of the product.
Parameters:
Sets the Pinterest color hex value of the product.
Parameters:
Sets the URL of the image to show in Pinterest for the product color (swatch).
Parameters:
Sets the condition of the Pinterest product. Possible values are CONDITION_NEW, CONDITION_REFURBISHED, or CONDITION_USED.
Parameters:
Sets the Pinterest description of the product.
Parameters:
Sets the category of this product in the Google category taxonomy.
Parameters:
Sets the Pinterest GTIN of the product.
Parameters:
Sets the list of URLs of images to show in Pinterest for the product.
Parameters:
Sets the ID of the Pinterest item group for the product, that is, its master product.
Parameters:
Sets the URL of the Pinterest item group for the product, that is, the link to its master product in the Demandware storefront.
Parameters:
Sets the URL of the Demandware storefront link to the product.
Parameters:
Sets the maximum price to show in Pinterest for the product.
Parameters:
Sets the minimum price to show in Pinterest for the product.
Parameters:
Sets the price to show in Pinterest for the product.
Parameters:
Sets the Pinterest category path of the product.
Parameters:
Sets the Pinterest return policy of the product.
Parameters:
Sets the Pinterest size value label of the product.
Parameters:
Sets the Pinterest title of the product.
Parameters: