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

Version Path
ultracart_api-4.0.166 docs/ItemContent.md
ultracart_api-4.0.165 docs/ItemContent.md
ultracart_api-4.0.164 docs/ItemContent.md
ultracart_api-4.0.163 docs/ItemContent.md
ultracart_api-4.0.162 docs/ItemContent.md
ultracart_api-4.0.161 docs/ItemContent.md
ultracart_api-4.0.160 docs/ItemContent.md
ultracart_api-4.0.159 docs/ItemContent.md
ultracart_api-4.0.158 docs/ItemContent.md
ultracart_api-4.0.157 docs/ItemContent.md
ultracart_api-4.0.156 docs/ItemContent.md
ultracart_api-4.0.155 docs/ItemContent.md
ultracart_api-4.0.154 docs/ItemContent.md
ultracart_api-4.0.153 docs/ItemContent.md
ultracart_api-4.0.152 docs/ItemContent.md
ultracart_api-4.0.151 docs/ItemContent.md
ultracart_api-4.0.150 docs/ItemContent.md
ultracart_api-4.0.149 docs/ItemContent.md
ultracart_api-4.0.148 docs/ItemContent.md
ultracart_api-4.0.147 docs/ItemContent.md