getProduct
get
/ccadmin/v1/products/{id}
Get Product. Gets a detailed product information based on product ID provided. Optionally takes the x-ccasset-language header to get translated content in another language.
Request
Supported Media Types
- application/json
Path Parameters
-
id(required): string
ID corresponding to the product to be fetched.
Query Parameters
-
depth: string
Depth of nested response from 0 to 6. Defaults to 4. NOTE: Caution should be used as increasing depth can negatively affect performance.
-
includePrices: boolean
Boolean flag to determine whether to include price maps for the products in the response.
-
priceListGroupId: string
Price list group id for adding the prices to the product in the response.
-
showCatalogsInfo: boolean
Boolean flag to determine whether to show or hide catalogsCount, catalogsInfo and direct catalog properties in the response. Default value is false.
Header Parameters
-
X-CCAsset-Language: string
The asset language of the request
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : getProduct_response
Type:
Show Source
object
-
active:
boolean
Tells whether product is active.
-
addOnProducts:
array addOnProducts
Array of AddOn products.
-
arrivalDate:
string
Arrival date of product.
-
assetable:
boolean
Flag that defines whether a product is assetable or not.
-
brand:
string
Brand of the product.
-
childSKUs:
array childSKUs
Array having the properties of child SKU of the product.
-
creationDate:
string
Creation Date of the product.
-
dateAvailable:
string
Date Available of the product.
-
daysAvailable:
integer
Days Available of the product.
-
defaultProductListingSku:
object defaultProductListingSku
Default Product Listing Sku product
-
derivedListPriceFrom:
string
Determines from which price list group, list price is derived. It can be either current price list group or one of it's ancestors
-
derivedSalePriceFrom:
string
Determines from which price list group, sale price is derived. It can be either current price list group or one of it's ancestors
-
derivedShippingSurchargeFrom:
string
Determines from which price list group, shipping surcharge is derived. It can be either current price list group or one of it's ancestors
-
description:
string
Description of the product.
-
displayName:
string
Display Name of the product.
-
dynamicPropertyMapDouble:
string
Dynamic property map double.
-
dynamicPropertyMapLong:
string
Dynamic Property Map Long.
-
dynamicPropertyMapString:
string
Dynamic Property MapString.
-
fullImageURLs:
string
Full image URL of the product.
-
height:
string
Height of the product.
-
id:
string
Product ID.
-
keywords:
array keywords
Keywords of product.
-
largeImage:
object largeImage
Has repository ID and URL of the product.
-
largeImageURLs:
string
Large Image URLs of the product.
-
lastModifiedDate:
string
Date and timestamp when the item is modified recently.
-
length:
string
Length of the product.
-
listPrice:
number
List Price of the product in the default price group.
-
listPrices:
object listPrices
Object with price group IDs as keys and list prices as values
-
longDescription:
string
Long description of the product.
-
mediumImageURLs:
array mediumImageURLs
Medium Image URLs.
-
minOrderLimit:
string
Minimum Order limit of the product.
-
nonreturnable:
boolean
Whether product is returnable or not.
-
notForIndividualSale:
boolean
States whether not a product may be sold individually rather than, for example, as part of a configured product
-
onlineOnly:
boolean
Tells whether the product is online.
-
orderable:
string
Whether product is orderable.
-
orderLimit:
string
Maximum Order limit of the product.
-
parentCategories:
array parentCategories
Array having repository ID of the product.
-
parentCategory:
string
Parent category of the product.
-
primaryFullImageURL:
string
Primary full image URL of the product.
-
primaryImageAltText:
string
Alt text for product primary image.
-
primaryImageTitle:
string
Title text for product primary image.
-
primaryLargeImageURL:
string
Primary large image URL of the product.
-
primaryMediumImageURL:
string
Primary Medium Image URL.
-
primarySmallImageURL:
string
Primary Small Image URL of the product.
-
primarySourceImageURL:
string
Primary Source Image URL of the product.
-
primaryThumbImageURL:
string
Primary Thumb Image URL of the product.
-
productImages:
array productImages
Array of product images.
-
productImagesMetaData:
array productImagesMetaData
Image Metadata
-
productNumber:
string
Product number.
-
productVariantOptions:
array productVariantOptions
Objects containing product's variant options details if available for the product.
- relatedProducts: array relatedProducts
-
repositoryId:
string
Repository ID of the product.
-
route:
string
Route of the product.
-
salePrice:
number
Sale Price of the product in the default price group.
-
salePriceEndDate:
string
Sale Price End Date of the product.
-
salePrices:
object salePrices
Object with price group IDs as keys and sale prices as values
-
salePriceStartDate:
string
Sale Price Start Date of the product.
-
secondaryCurrencyShippingSurcharge:
string
In case of mix currency, if secondaryCurrencyCode is sent in request, shipping amount will be calculated according to given secondaryCurrencyCode. Else if payShippingInSecondaryCurrency flag is enabled in site repository, shipping amount will be calculated according to site level secondaryCurrencyCode
-
seoDescriptionDerived:
string
Derived from display name and description of the product
-
seoKeywordsDerived:
string
Derived from display name and ancestor category name's of the product
-
seoMetaInfo:
object seoMetaInfo
Seo meta info for category.
-
seoTitleDerived:
string
Derived from display name of the product
-
shippable:
boolean
Whether product is goods(shippable=true) or services(nshippablefalse).
-
shippingSurcharge:
number
Extra handling cost for shipping the product in the default price group.
-
shippingSurcharges:
object shippingSurcharges
Object with price group IDs as keys and shipping surcharges as values
-
smallImageURLs:
array smallImageURLs
Small image URL of the product.
-
sourceImageURLs:
array sourceImageURLs
Source image URL.
-
taxCode:
string
Tax Code of the product.
-
thumbImageURLs:
array thumbImageURLs
Thumb Image URLs of the product.
-
translations:
string
Translations of the product.
-
type:
string
Type of product.
-
weight:
string
Weight of the product.
-
width:
string
Width of the product.
Nested Schema : addOnProducts
Type:
array
Array of AddOn products.
Show Source
-
Array of:
object items
AddOn product.
Nested Schema : childSKUs
Type:
array
Array having the properties of child SKU of the product.
Show Source
Nested Schema : defaultProductListingSku
Type:
object
Default Product Listing Sku product
Show Source
-
id:
string
Repository ID
Nested Schema : largeImage
Type:
object
Has repository ID and URL of the product.
Show Source
-
id:
string
Repository ID
-
url:
string
Repository URL
Nested Schema : listPrices
Type:
object
Object with price group IDs as keys and list prices as values
Show Source
-
Price Group ID 1:
number
List price of the product in price group 1
-
Price Group ID 2:
number
List price of the product in price group 2
Nested Schema : productVariantOptions
Type:
array
Objects containing product's variant options details if available for the product.
Show Source
Nested Schema : salePrices
Type:
object
Object with price group IDs as keys and sale prices as values
Show Source
-
Price Group ID 1:
number
Sale price of the product in price group 1
-
Price Group ID 2:
number
Sale price of the product in price group 2
Nested Schema : seoMetaInfo
Type:
object
Seo meta info for category.
Show Source
-
repositoryId:
string
Repository id of seo metadata.
-
seoDescription:
string
Description of category.
-
seoKeywords:
string
Keywords of category.
-
seoTitle:
string
Title of category.
Nested Schema : shippingSurcharges
Type:
object
Object with price group IDs as keys and shipping surcharges as values
Show Source
-
Price Group ID 1:
number
Shipping surcharge of the product in price group 1
-
Price Group ID 2:
number
Shipping surcharge of the product in price group 2
Nested Schema : items
Type:
object
AddOn product.
Show Source
-
configurationOptions:
array configurationOptions
Array of configuration options.
-
id:
string
Repository ID
-
repositoryId:
string
Repository ID of configurable product.
Nested Schema : items
Type:
Show Source
object
-
id:
string
Repository ID
-
product:
object product
Product Details
-
repositoryId:
string
Repository ID of configuration option.
-
sku:
object sku
Sku Details
Nested Schema : product
Type:
object
Product Details
Show Source
-
displayName:
string
Display name of product.
-
id:
string
Repository ID
-
repositoryId:
string
Repository ID of product.
-
type:
string
Type of product.
Nested Schema : sku
Type:
object
Sku Details
Show Source
-
id:
string
Repository ID
-
repositoryId:
string
Repository ID of sku.
Nested Schema : items
Type:
Show Source
object
-
configurationMetadata:
array configurationMetadata
Array of configuration attributes associated with the SKU.
-
derivedListPriceFrom:
string
Determines from which price list group, list price is derived. It can be either current price list group or one of it's ancestors
-
derivedOnlineOnly:
boolean
Indicates if the SKU is available online or not.
-
derivedSalePriceFrom:
string
Determines from which price list group, sale price is derived. It can be either current price list group or one of it's ancestors
-
derivedShippingSurchargeFrom:
string
Determines from which price list group, shipping surcharge is derived. It can be either current price list group or one of it's ancestors
-
dynamicPropertyMapLong:
string
Dynamic Property MapLong of SKU.
-
DynamicSKUProperty:
string
Dynamic Properties of SKU.
-
fullImageURLs:
array fullImageURLs
Full Image URLs of SKU.
-
id:
string
SKU id
-
largeImage:
string
Large Image of the SKU.
-
largeImageURLs:
array largeImageURLs
Large Image URLs of SKU.
-
lastModifiedDate:
string
Date and timestamp when the item is modified recently.
-
listPrice:
integer
List Price of the product SKU.
-
mediumImageURLs:
array mediumImageURLs
Medium Image URLs SKU.
-
primaryLargeImageURL:
string
Primary Large Image URL of SKU.
-
primaryMediumImageURL:
string
Primary Medium Image URL ID of SKU.
-
primarySmallImageURL:
string
Primary Small Image URL of SKU.
-
primarySourceImageURL:
string
Primary Source Image URL of SKU.
-
primaryThumbImageURL:
string
Primary Source Image URL of SKU.
-
quantity:
integer
Quantity available of SKU.
-
repositoryId:
string
Repository ID of SKU.
-
salePrice:
string
Sale Price of SKU.
-
salePriceEndDate:
string
Sale Price End Date of the SKU.
-
salePriceStartDate:
string
Sale Price Start Date of SKU.
-
shippingSurcharge:
integer
Extra handling cost while shipping the product.
-
shippingSurcharges:
object shippingSurcharges
Extra handling costs for shipping the product in respective price list groups
-
smallImage:
string
Small Image URL of SKU.
-
smallImageURLs:
array smallImageURLs
Small Image URLs of SKU.
-
sourceImageURLs:
array sourceImageURLs
Source Image URLs of SKU.
-
thumbImageURLs:
array thumbImageURLs
Thumb Image URLs of SKU.
-
thumbnailImage:
string
Thumbnail Image of SKU.
Nested Schema : configurationMetadata
Type:
array
Array of configuration attributes associated with the SKU.
Show Source
Nested Schema : shippingSurcharges
Type:
object
Extra handling costs for shipping the product in respective price list groups
Show Source
-
plg1:
number
Extra handling costs for shipping the product in plg1
-
plg2:
number
Extra handling costs for shipping the product in plg2
Nested Schema : items
Type:
Show Source
object
-
name:
string
The name of the configuration attribute.
-
repositoryId:
string
The repository id for existing configuration metadata items.
-
value:
string
The value of the configuration attribute.
Nested Schema : items
Type:
Show Source
object
-
metadata:
object metadata
Seo meta info for product.
-
name:
string
The name of product image
-
path:
string
The path of the image
-
repositoryId:
string
The repository Id of the product image
-
tags:
array tags
The array of product image tags
-
url:
string
The url of the product image
Nested Schema : metadata
Type:
object
Seo meta info for product.
Show Source
-
altText:
string
The alt text of the image
-
titleText:
string
The title text of the image
Nested Schema : items
Type:
Show Source
object
-
altText:
string
Alt text for product image.
-
titleText:
string
Title text for product image.
Nested Schema : items
Type:
Show Source
object
-
listingVariant:
boolean
Whether listing should be done based on this variant.
-
mapKeyPropertyAttribute:
string
map key property
-
optionId:
string
option Id
-
optionName:
string
option Name
-
optionValueMap:
object optionValueMap
Additional Properties Allowed: additionalPropertiesmapping of all option values with corresponding option value ids
-
variantBasedDisplay:
boolean
Whether this variant based display should be allowed.
Nested Schema : optionValueMap
Type:
object
Additional Properties Allowed
Show Source
mapping of all option values with corresponding option value ids
Show Source
-
optionValue:
string
Option Value
-
optionValueId:
integer
Option Value Id
Example Response (application/json)
{
"dynamicPropertyMapLong":{
},
"catalogsCount":2,
"largeImage":{
"repositoryId":"m2502",
"url":"/cloudlakeimages/crsdocroot/content/images/products/full/HOME_ArmyRadio_full.jpg"
},
"keywords":[
"offers",
"batteries",
"traditional",
"requires",
"army",
"fm",
"life",
"battery",
"radio",
"included",
"styling",
"vintage-style",
"inspired",
"sounds"
],
"orderable":null,
"relatedProducts":[
{
"primaryThumbImageURL":"/ccstore/v1/images/?source=http://localhost:9080/file/products/APP_A-lineSkirt_full.jpg&height=100&width=100",
"largeImage":null,
"listVolumePrice":null,
"nonreturnable":false,
"displayName":"A-Line Skirt",
"description":"The simple perfect A line",
"primaryFullImageURL":"/ccstore/v1/images/?source=http://localhost:9080/file/products/APP_A-lineSkirt_full.jpg",
"type":"1102",
"largeImageURLs":[
"/ccstore/v1/images/?source=http://localhost:9080/file/products/APP_A-lineSkirt_full.jpg&height=940&width=940"
],
"listVolumePrices":{
},
"primaryLargeImageURL":"/ccstore/v1/images/?source=http://localhost:9080/file/products/APP_A-lineSkirt_full.jpg&height=940&width=940",
"smallImageURLs":[
"/ccstore/v1/images/?source=http://localhost:9080/file/products/APP_A-lineSkirt_full.jpg&height=300&width=300"
],
"derivedShippingSurchargeFrom":"UsDollar",
"derivedSalePriceFrom":"UsDollar",
"id":"xprod2535",
"brand":"CricketClub",
"salePriceEndDate":null,
"clonedFrom":null,
"childSKUs":[
{
"dynamicPropertyMapLong":{
"sku-WomensApparel_color":13,
"sku-WomensApparel_size":0
},
"primaryThumbImageURL":null,
"bundleLinks":[
],
"largeImage":null,
"smallImage":null,
"color":"Poppy",
"listVolumePrice":null,
"nonreturnable":false,
"listPrices":{
"defaultPriceGroup":55
},
"primaryFullImageURL":null,
"configurationMetadata":[
],
"productListingSku":null,
"largeImageURLs":[
],
"listVolumePrices":{
},
"primaryLargeImageURL":null,
"smallImageURLs":[
],
"derivedShippingSurchargeFrom":"UsDollar",
"derivedSalePriceFrom":"UsDollar",
"shippingSurcharges":{
"defaultPriceGroup":null
},
"thumbnailImage":null,
"saleVolumePrices":{
},
"salePriceEndDate":null,
"saleVolumePrice":null,
"salePriceStartDate":null,
"images":[
],
"quantity":null,
"salePrice":null,
"primaryMediumImageURL":null,
"fullImageURLs":[
],
"active":true,
"thumbImageURLs":[
],
"size":"Small",
"mediumImageURLs":[
],
"repositoryId":"xsku2535_1",
"derivedListPriceFrom":"UsDollar",
"shippingSurcharge":null,
"primarySourceImageURL":null,
"primarySmallImageURL":null,
"sourceImageURLs":[
],
"listPrice":55
}
],
"salePriceStartDate":null,
"primaryMediumImageURL":"/ccstore/v1/images/?source=http://localhost:9080/file/products/APP_A-lineSkirt_full.jpg&height=475&width=475",
"salePrice":null,
"fullImageURLs":[
"/ccstore/v1/images/?source=http://localhost:9080/file/products/APP_A-lineSkirt_full.jpg"
],
"active":true,
"thumbImageURLs":[
"/ccstore/v1/images/?source=http://localhost:9080/file/products/APP_A-lineSkirt_full.jpg&height=100&width=100"
],
"route":"/a-line-skirt/product/xprod2535",
"mediumImageURLs":[
"/ccstore/v1/images/?source=http://localhost:9080/file/products/APP_A-lineSkirt_full.jpg&height=475&width=475"
],
"repositoryId":"xprod2535",
"derivedListPriceFrom":"UsDollar",
"shippingSurcharge":null,
"primarySourceImageURL":"/ccstore/v1/images/?source=http://localhost:9080/file/products/APP_A-lineSkirt_full.jpg&height=300&width=300",
"primarySmallImageURL":"/ccstore/v1/images/?source=http://localhost:9080/file/products/APP_A-lineSkirt_full.jpg&height=300&width=300",
"sourceImageURLs":[
"/ccstore/v1/images/?source=http://localhost:9080/file/products/APP_A-lineSkirt_full.jpg&height=300&width=300"
],
"listPrice":55
}
],
"orderLimit":null,
"onlineOnly":false,
"listPrices":{
"UsDollar":69,
"CaDollar":79
},
"type":null,
"seoMetaInfo":{
"seoDescription":"Army Radio,FM / AM battery radio with traditional styling",
"repositoryId":"100002",
"seoTitle":"Army Radio",
"seoKeywords":"Army Radio,Radios,For Her",
"seoUrlSlug":"army-radio"
},
"largeImageURLs":[
"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/HOME_ArmyRadio_full.jpg&height=940&width=940"
],
"coreProduct":false,
"listVolumePrices":{
},
"shippable":true,
"addOnProducts":[
{
"repositoryId":"cp10001",
"addOnOptions":[
{
"product":{
"displayName":"Gift Wrapping",
"repositoryId":"prod10005",
"active":true
},
"repositoryId":"co10002",
"sku":{
"displayName":"Shiny Wrapping Paper",
"repositoryId":"sku10006",
"active":true
}
},
{
"product":{
"displayName":"Gift Wrapping",
"repositoryId":"prod10005",
"active":true
},
"repositoryId":"co10003",
"sku":{
"displayName":"Birthday Wrapping Paper",
"repositoryId":"sku10007",
"active":true
}
}
]
}
],
"derivedSalePriceFrom":"UsDollar",
"primaryImageAltText":"Army Radio",
"id":"xprod2046",
"brand":"Style by\n\t\t\tZhanna",
"parentCategories":[
{
"repositoryId":"cat10020"
}
],
"salePriceEndDate":null,
"height":null,
"defaultProductListingSku":null,
"assetable":false,
"primaryMediumImageURL":"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/HOME_ArmyRadio_full.jpg&height=475&width=475",
"seoKeywordsDerived":"Army Radio,Radios,For Her",
"seoUrlSlugDerived":"army-radio",
"dynamicPropertyMapBigString":{
},
"active":true,
"weight":null,
"thumbImageURLs":[
"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/HOME_ArmyRadio_full.jpg&height=100&width=100"
],
"creationDate":"2007-12-04T07:49:42.000Z",
"taxCode":"PC030100",
"arrivalDate":null,
"route":"/army-radio/product/xprod2046",
"mediumImageURLs":[
"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/HOME_ArmyRadio_full.jpg&height=475&width=475"
],
"parentCategory":{
"repositoryId":"cat10020"
},
"primarySourceImageURL":"http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/HOME_ArmyRadio_full.jpg",
"primarySmallImageURL":"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/HOME_ArmyRadio_full.jpg&height=300&width=300",
"sourceImageURLs":[
"http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/HOME_ArmyRadio_full.jpg"
],
"minOrderLimit":1,
"longDescription":"Inspired by life in the army, this\n\t\t\tvintage-style radio offers modern-day sounds. Requires 2 D-cell\n\t\t\tbatteries, not included.",
"primaryThumbImageURL":"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/HOME_ArmyRadio_full.jpg&height=100&width=100",
"nonreturnable":false,
"directCatalogs":[
{
"displayName":"QA Movie and Games Catalog",
"repositoryId":"cloudLakeCatalog"
}
],
"displayName":"Army Radio",
"seoDescriptionDerived":"Army Radio,FM / AM battery radio with traditional styling",
"description":"FM / AM battery radio with traditional\n\t\t\tstyling",
"primaryFullImageURL":"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/HOME_ArmyRadio_full.jpg",
"salePrices":{
"UsDollar":null,
"CaDollar":null
},
"seoTitleDerived":"Army Radio",
"childSkusCount":1,
"primaryLargeImageURL":"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/HOME_ArmyRadio_full.jpg&height=940&width=940",
"smallImageURLs":[
"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/HOME_ArmyRadio_full.jpg&height=300&width=300"
],
"derivedShippingSurchargeFrom":"UsDollar",
"catalogsInfo":[
{
"displayName":"Site Context Test Catalog",
"repositoryId":"SiteContextDummyCatalog"
},
{
"displayName":"QA Movie and Games Catalog",
"repositoryId":"cloudLakeCatalog"
}
],
"shippingSurcharges":{
"UsDollar":20,
"CaDollar":30
},
"dynamicPropertyMapString":{
},
"discountable":true,
"saleVolumePrices":{
"UsDollar":{
"bulkPrice":{
"numLevels":3,
"levels":[
{
"price":19,
"levelMinimum":1,
"levelMaximum":5
},
{
"price":12.35,
"levelMinimum":21,
"levelMaximum":30
},
{
"price":10.25,
"levelMinimum":31
}
]
}
},
"CaDollar":{
"bulkPrice":{
"numLevels":3,
"levels":[
{
"price":19,
"levelMinimum":1,
"levelMaximum":5
},
{
"price":12.35,
"levelMinimum":21,
"levelMaximum":30
},
{
"price":10.25,
"levelMinimum":31
}
]
}
}
},
"childSKUs":[
{
"dynamicPropertyMapLong":{
},
"primaryThumbImageURL":null,
"bundleLinks":[
{
"repositoryId":"skul40005"
}
],
"largeImage":null,
"smallImage":null,
"listVolumePrice":null,
"nonreturnable":false,
"listPrices":null,
"salePrices":null,
"primaryFullImageURL":null,
"configurationMetadata":[
],
"productListingSku":null,
"largeImageURLs":[
],
"listVolumePrices":{
},
"primaryLargeImageURL":null,
"smallImageURLs":[
],
"derivedShippingSurchargeFrom":"UsDollar",
"derivedSalePriceFrom":"UsDollar",
"shippingSurcharges":{
"defaultPriceGroup":null
},
"thumbnailImage":null,
"saleVolumePrices":{
},
"salePriceEndDate":null,
"saleVolumePrice":null,
"salePriceStartDate":null,
"images":[
],
"quantity":96,
"salePrice":null,
"primaryMediumImageURL":null,
"fullImageURLs":[
],
"active":true,
"thumbImageURLs":[
],
"soldAsPackage":false,
"mediumImageURLs":[
],
"repositoryId":"xsku2046",
"derivedListPriceFrom":"UsDollar",
"shippingSurcharge":20,
"primarySourceImageURL":null,
"primarySmallImageURL":null,
"sourceImageURLs":[
],
"listPrice":69
}
],
"primaryImageTitle":"Army Radio",
"saleVolumePrice":{
"bulkPrice":{
"numLevels":3,
"levels":[
{
"price":19,
"levelMinimum":1,
"levelMaximum":5
},
{
"price":12.35,
"levelMinimum":21,
"levelMaximum":30
},
{
"price":10.25,
"levelMinimum":31
}
]
}
},
"salePriceStartDate":null,
"salePrice":null,
"fullImageURLs":[
"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/HOME_ArmyRadio_full.jpg"
],
"length":null,
"productImagesMetaData":[
{
"altText":"Army Radio",
"titleText":"Army Radio"
}
],
"productImages":[
{
"path":"/products/HOME_ArmyRadio_full.jpg",
"metadata":{
"altText":"Army Radio",
"titleText":"Army Radio"
},
"name":"/products/HOME_ArmyRadio_full.jpg",
"repositoryId":"img_xprod2046_0",
"url":"http://localhost:9080/file/products/HOME_ArmyRadio_full.jpg",
"tags":[
]
}
],
"variantValuesOrder":{
"color":[
"Spring Green",
"Cranberry",
"Marigold"
],
"size":[
"Small",
"Large",
"Medium"
]
},
"dateAvailable":"2007-12-04T07:49:42.000Z",
"repositoryId":"xprod2046",
"width":null,
"derivedListPriceFrom":"UsDollar",
"shippingSurcharge":20,
"daysAvailable":2302,
"dynamicPropertyMapDouble":{
},
"listPrice":69
}
Default Response
The error response.
The following are the internal error codes thrown by this API when the request processing fails in Oracle CX Commerce:
|Error Code|Description|
|------------------|------------------|
|20032|No product id specified on item|
|25013|Price List Internal Error|
|20030|Get Product Type Internal Error|
|20040|Could not get price for product|
Root Schema : errorModel
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
errors:
array errors
An optional list of errors if multiple errors were encountered
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code
-
type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code