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.186 docs/ItemContent.md
ultracart_api-4.0.185 docs/ItemContent.md
ultracart_api-4.0.184 docs/ItemContent.md
ultracart_api-4.0.183 docs/ItemContent.md
ultracart_api-4.0.182 docs/ItemContent.md
ultracart_api-4.0.181 docs/ItemContent.md
ultracart_api-4.0.180 docs/ItemContent.md
ultracart_api-4.0.179 docs/ItemContent.md
ultracart_api-4.0.178 docs/ItemContent.md
ultracart_api-4.0.177 docs/ItemContent.md
ultracart_api-4.0.176 docs/ItemContent.md
ultracart_api-4.0.175 docs/ItemContent.md
ultracart_api-4.0.174 docs/ItemContent.md
ultracart_api-4.0.173 docs/ItemContent.md
ultracart_api-4.0.172 docs/ItemContent.md
ultracart_api-4.0.171 docs/ItemContent.md
ultracart_api-4.0.170 docs/ItemContent.md
ultracart_api-4.0.169 docs/ItemContent.md
ultracart_api-4.0.168 docs/ItemContent.md
ultracart_api-4.0.167 docs/ItemContent.md