Difference between revisions of "CatalogItem"
Jump to navigation
Jump to search
| Line 45: | Line 45: | ||
{{!}} String | {{!}} String | ||
{{!}} Return a list of String separated by comma. | {{!}} Return a list of String separated by comma. | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
{{!}}- valign="top" | {{!}}- valign="top" | ||
| Line 123: | Line 113: | ||
"T9Title": "", | "T9Title": "", | ||
"Genres": "Musical", | "Genres": "Musical", | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
"ExtraMetadata": { | "ExtraMetadata": { | ||
"Stars": "3", | "Stars": "3", | ||
| Line 175: | Line 148: | ||
{{!}} Added: | {{!}} Added: | ||
* CommercializationType and Subscriptions added to ExtraMetadata object | * CommercializationType and Subscriptions added to ExtraMetadata object | ||
| + | Removed: | ||
| + | * Images array | ||
| + | * ImageUrl | ||
{{!}} Francisco Milagro | {{!}} Francisco Milagro | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
Revision as of 09:23, 4 September 2015
You are accessing the latest version of this data type, according to /service3.0 (3.2) specification. To access older versions of this object, access CatalogItem_3.0
Represents a CatalogItem object. Catalog Item is generic object that it can be any types of CatalogItemType.
Members
| Field | Data Type | Description |
|---|---|---|
| AgeRating | String | |
| Cast | String | |
| CatalogItemId | int | |
| CatalogItemType | CatalogItemType | |
| EndDate | long | |
| ExtraMetadata | ExtraMetadata object | Returns ExtraMetadata Type object, containing different data depending on the CatalogItemType. |
| Genres | String | Return a list of String separated by comma. |
| IsAdult | bool | |
| Keywords | String | |
| ProductType | ProductType | |
| Quality | Quality | |
| ResizableImages | ImageType | |
| ShortDescription | String | |
| StartDate | long | |
| StatusDate | long | |
| T9Title | String | |
| Title | String |
Example
{
"CatalogItemId": 28771,
"CatalogItemType": 1024,
"Title": "",
"Keywords": null,
"Cast": "",
"IsAdult": false,
"AgeRating": "L",
"T9Title": "",
"Genres": "Musical",
"ExtraMetadata": {
"Stars": "3",
"Audience": "0",
"ExternalUrl" : "",
"Subscriptions": [1,2,3],
"CommercializationType":1
},
"StartDate": 1385856000,
"EndDate": 1406764800,
"ShortDescription": "",
"ProductType": 6,
"Quality": 2,
}
Known issues
None
Version history
| API Version Number | Change description | Changes author |
|---|---|---|
| 1.0 | Initial data type implementation | Harley Cabral |
! 3.2
| Added:
- CommercializationType and Subscriptions added to ExtraMetadata object
Removed:
- Images array
- ImageUrl
| Francisco Milagro |- valign="top"