GET v1/Items/{id}?includeTargetingInfo={includeTargetingInfo}
Loads an item by its id.
Request Information
URI Parameters
Name | Type | Description | Comments |
---|---|---|---|
id | integer |
Product id. |
|
includeTargetingInfo | boolean |
Whether or not item's targeting info (Targeting Rules and Keywords) should be loaded as well. |
Body Parameters
None.
Response Information
Resource Description
ItemName | Type | Description | Comments |
---|---|---|---|
Identifier | string | ||
Title | string | ||
Vendor | string | ||
ItemType | string | ||
Price | decimal number | ||
OriginalPrice | decimal number | ||
Cost | decimal number | ||
DisplayUrl | string | ||
Description | string | ||
ImageUrl | string | ||
Prevalence | integer | ||
CollectionPrevalence | integer | ||
PopularityIndex | integer | ||
TrendingIndex | integer | ||
Tags | string | ||
Active | boolean | ||
Visible | boolean | ||
Collections | Collection of string | ||
PublishDate | date | ||
CreateDate | date | ||
VersionDate | date | ||
UpdateDate | date |
Response Formats
application/json, text/json
Sample:
{ "Identifier": "Identifier", "Title": "T-Shirt", "Vendor": "Nike", "Description": "Sample T-Shirt", "Prevalence": 0, "PopularityIndex": 2, "Tags": "Tee,Shirt,T-Shirt", "Active": true, "Deleted": false }