docs/ItemContent.md in ultracart_api-4.0.236 vs docs/ItemContent.md in ultracart_api-4.0.237
- old
+ new
@@ -9,11 +9,14 @@
| **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] |
+| **extended_description_translated_text_instance_oid** | **Integer** | Extended description text translation instance identifier | [optional] |
+| **meta_description** | **String** | SEO meta description used by Storefronts | [optional] |
+| **meta_keywords** | **String** | SEO meta keywords used by Storefronts | [optional] |
+| **meta_title** | **String** | SEO meta title used by Storefronts | [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] |
@@ -30,9 +33,12 @@
exclude_from_search: null,
exclude_from_sitemap: null,
exclude_from_top_sellers: null,
extended_description: null,
extended_description_translated_text_instance_oid: null,
+ meta_description: null,
+ meta_keywords: null,
+ meta_title: null,
multimedia: null,
new_item: null,
new_item_end: null,
new_item_start: null,
view_url: null