Sha256: c122649ab6f0ff103115c3ef63c49f5242f861b4506e4ea14a0e80f3bff96a35
Contents?: true
Size: 1.87 KB
Versions: 195
Compression:
Stored size: 1.87 KB
Contents
# UltracartClient::ItemContent ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **assignments** | [**Array<ItemContentAssignment>**](ItemContentAssignment.md) | StoreFront assignments | [optional] | | **attributes** | [**Array<ItemContentAttribute>**](ItemContentAttribute.md) | StoreFront attributes | [optional] | | **custom_thank_you_url** | **String** | Custom Thank You URL | [optional] | | **exclude_from_search** | **Boolean** | Exclude from search | [optional] | | **exclude_from_sitemap** | **Boolean** | Exclude from the sitemap for the StoreFront | [optional] | | **exclude_from_top_sellers** | **Boolean** | Exclude from the top sellers list in the StoreFront | [optional] | | **extended_description** | **String** | Extended description (max 10000 characters) | [optional] | | **extended_description_translated_text_instance_oid** | **Integer** | Extneded description text translation instance identifier | [optional] | | **multimedia** | [**Array<ItemContentMultimedia>**](ItemContentMultimedia.md) | Multimedia | [optional] | | **new_item** | **Boolean** | True if the item is new | [optional] | | **new_item_end** | **String** | The date the item should no longer be considered new | [optional] | | **new_item_start** | **String** | The date the item should start being considered new | [optional] | | **view_url** | **String** | Legacy view URL (not used by StoreFronts) | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemContent.new( assignments: null, attributes: null, custom_thank_you_url: null, exclude_from_search: null, exclude_from_sitemap: null, exclude_from_top_sellers: null, extended_description: null, extended_description_translated_text_instance_oid: null, multimedia: null, new_item: null, new_item_end: null, new_item_start: null, view_url: null ) ```
Version data entries
195 entries across 195 versions & 1 rubygems