createProduct
post
/ccadmin/v1/products
Create Product. Creates a new product. **Requires the x-ccasset-language header so translated content can be set for a specific language.**
Request
Supported Media Types
- application/json
Header Parameters
- X-CCAsset-Language
-
Type:
stringRequired:trueThe asset language of the request
Body Parameter
Root Schema : createProduct_request
{
"catalogId":"cloudCatalog",
"categoryId":"rootCategory",
"productType":"",
"properties":{
"longDescription":"This is a sample description.",
"salePrice":80,
"nonreturnable":false,
"displayName":"Sample",
"length":"20",
"orderLimit":"100",
"description":"A Cloud Lake Product.",
"active":true,
"weight":"20",
"listPrices":{
"CaDollar":120
},
"salePrices":{
"CaDollar":100
},
"productNumber":"p1815",
"taxCode":null,
"arrivalDate":"2014-03-16T18:30:00.000Z",
"listVolumePrices":{
"UsDollar":{
"bulkPrice":{
"numLevels":3,
"levels":[
{
"price":19,
"levelMinimum":1,
"levelMaximum":5
},
{
"price":12.35,
"levelMinimum":21,
"levelMaximum":30
},
{
"price":10.25,
"levelMinimum":31
}
]
}
}
},
"shippingSurcharges":{
"UsDollar":100,
"CaDollar":12
},
"width":"20",
"shippingSurcharge":null,
"id":"xProd10213",
"brand":"SampleBrand",
"notForIndividyalSale:":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
}
]
}
}
},
"listPrice":100,
"height":"20"
}
}
- catalogId
-
Type:
stringRequired:trueCatalog ID of the product to be created. - categoryId
-
Type:
stringRequired:trueCategory ID of the selected product. - includePrices
-
Type:
booleanBoolean flag to determine whether to include price maps for the products in the response. - priceListGroupId
-
Type:
stringPrice list group id for adding the prices to the product in the response. - productType
-
Type:
stringRequired:trueProduct type of the selected product. - properties
-
Type:
objectpropertiesRequired:trueAdditional Properties Allowed:Properties of the product to be created.
Nested Schema : properties
Type:
objectProperties of the product to be created.
- active
-
Type:
booleanTells whether product is active. - arrivalDate
-
Type:
stringArrival date of the product. - brand
-
Type:
stringBrand of the product. - CountryOfOrigin
-
Type:
stringCountry of origin of the product - description
-
Type:
stringDescription of the product. - displayName
-
Type:
stringRequired:trueDisplay name of the product. - height
-
Type:
stringHeight of the product. - id
-
Type:
stringRequired:trueThe id of the product to create. - length
-
Type:
stringLength of the product. - listPrice
-
Type:
numberList price of the product in the default price group. Required if listPrices does not set the price for the default price group. - listVolumePrices
-
Type:
objectlistVolumePricesAdditional Properties Allowed:Object with price group IDs as keys and list prices as values - longDescription
-
Type:
stringLong description of the product. - nonreturnable
-
Type:
booleanIndicates whether the product is returnable or not. - notForIndividualSale
-
Type:
booleanStates whether not a product may be sold individually rather than, for example, as part of a configured product - orderLimit
-
Type:
stringOrder limit of the product. - productNumber
-
Type:
stringRequired:trueProduct number of the product. - salePrice
-
Type:
numberSale price of the product in the default price group. - saleVolumePrices
-
Type:
objectsaleVolumePricesAdditional Properties Allowed:Object with price group IDs as keys and sale prices as values - shippingSurcharge
-
Type:
numberExtra handling costs while shipping the product, in the default price group. - taxCode
-
Type:
stringRequired:trueTax code of the product. - weight
-
Type:
stringWeight of the product. - width
-
Type:
stringWidth of the product.
Nested Schema : listVolumePrices
Type:
objectObject with price group IDs as keys and list prices as values
- priceGroupId1
-
Type:
objectpriceGroupId1Additional Properties Allowed:List price of the product in price group 1 - priceGroupId2
-
Type:
objectpriceGroupId2Additional Properties Allowed:List price of the product in price group 1
Nested Schema : saleVolumePrices
Type:
objectObject with price group IDs as keys and sale prices as values
- priceGroupId1
-
Type:
objectpriceGroupId1Additional Properties Allowed:Sale price of the product in price group 1 - priceGroupId2
-
Type:
objectpriceGroupId2Additional Properties Allowed:Sale price of the product in price group 1
Nested Schema : priceGroupId1
Type:
objectList price of the product in price group 1
- pricingScheme
-
Type:
objectpricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : priceGroupId2
Type:
objectList price of the product in price group 1
- pricingScheme
-
Type:
objectpricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : pricingScheme
Type:
objectPricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
arraylevelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
numberNumber of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object- levelMaximum
-
Type:
numberminimum quantity for price level - levelMinimum
-
Type:
numberminimum quantity for price level - price
-
Type:
numberprice value for price level
Nested Schema : pricingScheme
Type:
objectPricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
arraylevelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
numberNumber of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object- levelMaximum
-
Type:
numberminimum quantity for price level - levelMinimum
-
Type:
numberminimum quantity for price level - price
-
Type:
numberprice value for price level
Nested Schema : priceGroupId1
Type:
objectSale price of the product in price group 1
- pricingScheme
-
Type:
objectpricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : priceGroupId2
Type:
objectSale price of the product in price group 1
- pricingScheme
-
Type:
objectpricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : pricingScheme
Type:
objectPricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
arraylevelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
numberNumber of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object- levelMaximum
-
Type:
numberminimum quantity for price level - levelMinimum
-
Type:
numberminimum quantity for price level - price
-
Type:
numberprice value for price level
Nested Schema : pricingScheme
Type:
objectPricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
arraylevelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
numberNumber of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object- levelMaximum
-
Type:
numberminimum quantity for price level - levelMinimum
-
Type:
numberminimum quantity for price level - price
-
Type:
numberprice value for price level
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Body
Root Schema : createProduct_response
- avgCustRating
-
Type:
stringAverage customer rating of the product. - childSKUs
-
Type:
arraychildSKUsAdditional Properties Allowed:Array having the properties of child SKU of the product. - description
-
Type:
stringDescription of the product. - displayName
-
Type:
stringDisplay Name of the product. - fullImageURLs
-
Type:
arrayfullImageURLsAdditional Properties Allowed:Full Image URLs. - id
-
Type:
stringProduct ID. - largeImage
-
Type:
objectlargeImageAdditional Properties Allowed:Has repository Id and URL of the product. - largeImageURLs
-
Type:
arraylargeImageURLsAdditional Properties Allowed:Large Image URLs of SKU. - listPrice
-
Type:
numberList Price of the product in the default price group. - listVolumePrice
-
Type:
objectlistVolumePriceAdditional Properties Allowed:list volume price of the product - listVolumePrices
-
Type:
objectlistVolumePricesAdditional Properties Allowed:Object with price group IDs as keys and list prices as values - longDescription
-
Type:
stringLong description of the product. - mediumImageURLs
-
Type:
arraymediumImageURLsAdditional Properties Allowed:Medium Image URLs. - notForIndividualSale
-
Type:
booleanStates whether not a product may sold be individually rather than, for example, as part of a configured product - orderLimit
-
Type:
stringOrder limit of the product. - primaryFullImageURL
-
Type:
stringPrimary full image URL of the product. - primaryLargeImageURL
-
Type:
stringPrimary large image URL of the product. - primaryMediumImageURL
-
Type:
stringPrimary Medium Image URL. - primarySmallImageURL
-
Type:
stringPrimary Small Image URL of the product. - primarySourceImageURL
-
Type:
stringPrimary Source Image URL of the product. - primaryThumbImageURL
-
Type:
stringPrimary Thumb Image URL of the product. - productImages
-
Type:
arrayproductImagesAdditional Properties Allowed:Array of product images. - repositoryId
-
Type:
stringRepository Id of the product. - route
-
Type:
stringRoute of the product. - salePrice
-
Type:
numberSale Price of the product in the default price group. - saleVolumePrice
-
Type:
objectsaleVolumePriceAdditional Properties Allowed:Sale volume price of the product - saleVolumePrices
-
Type:
objectsaleVolumePricesAdditional Properties Allowed:Object with price group IDs as keys and sale prices as values - shippingSurcharge
-
Type:
numberExtra handling costs while shipping the product, in the default price group. - smallImage
-
Type:
stringSmall image of product. - smallImageURLs
-
Type:
arraysmallImageURLsAdditional Properties Allowed:Small image URLs of the product. - sourceImageURLs
-
Type:
arraysourceImageURLsAdditional Properties Allowed:Source Image URLs. - thumbImageURLs
-
Type:
arraythumbImageURLsAdditional Properties Allowed:Thumb Image URLs.
Nested Schema : childSKUs
Nested Schema : fullImageURLs
Nested Schema : largeImage
Type:
objectHas repository Id and URL of the product.
- id
-
Type:
stringRepository ID - url
-
Type:
stringRepository URL
Nested Schema : largeImageURLs
Nested Schema : listVolumePrice
Type:
objectlist volume price of the product
- pricingScheme
-
Type:
objectpricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : listVolumePrices
Type:
objectObject with price group IDs as keys and list prices as values
- priceGroupId1
-
Type:
objectpriceGroupId1Additional Properties Allowed:List price of the product in price group 1 - priceGroupId2
-
Type:
objectpriceGroupId2Additional Properties Allowed:List price of the product in price group 1
Nested Schema : mediumImageURLs
Nested Schema : productImages
Nested Schema : saleVolumePrice
Type:
objectSale volume price of the product
- pricingScheme
-
Type:
objectpricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : saleVolumePrices
Type:
objectObject with price group IDs as keys and sale prices as values
- priceGroupId1
-
Type:
objectpriceGroupId1Additional Properties Allowed:Sale price of the product in price group 1 - priceGroupId2
-
Type:
objectpriceGroupId2Additional Properties Allowed:Sale price of the product in price group 1
Nested Schema : smallImageURLs
Nested Schema : sourceImageURLs
Nested Schema : thumbImageURLs
Nested Schema : items
Type:
object- active
-
Type:
booleanIndicates whether sku is active or inactive. Inactive SKUs will not appear on the storefront. This property value defaults to true. - dynamicPropertyMapLong
-
Type:
stringDynamic Property MapLong of SKU. - fullImageURLs
-
Type:
arrayfullImageURLsAdditional Properties Allowed:Full Image URLs of SKU. - largeImage
-
Type:
stringLarge Image of the SKU. - largeImageURLs
-
Type:
arraylargeImageURLsAdditional Properties Allowed:Large Image URLs of SKU. - listPrice
-
Type:
numberList Price of the product SKU. - listVolumePrice
-
Type:
objectlistVolumePriceAdditional Properties Allowed:list volume price of the product - mediumImageURLs
-
Type:
arraymediumImageURLsAdditional Properties Allowed:Medium Image URLs SKU. - nonreturnable
-
Type:
booleanIndicates whether the SKU is returnable or not. - primaryLargeImageURL
-
Type:
stringPrimary Large Image URL of SKU. - primaryMediumImageURL
-
Type:
stringPrimary Medium Image URL ID of SKU. - primarySmallImageURL
-
Type:
stringPrimary Small Image URL of SKU. - primarySourceImageURL
-
Type:
stringPrimary Source Image URL of SKU. - primaryThumbImageURL
-
Type:
stringPrimary Source Image URL of SKU. - quantity
-
Type:
integerQuantity available of SKU. - repositoryId
-
Type:
stringRepository Id of SKU. - salePrice
-
Type:
stringSale Price of SKU. - salePriceEndDate
-
Type:
stringSale Price End Date of the SKU. - salePriceStartDate
-
Type:
stringSale Price Start Date of SKU. - saleVolumePrice
-
Type:
objectsaleVolumePriceAdditional Properties Allowed:Sale volume price of the product - shippingSurcharge
-
Type:
numberExtra handling costs while shipping the product. - smallImage
-
Type:
stringSmall Image URL of SKU. - smallImageURLs
-
Type:
arraysmallImageURLsAdditional Properties Allowed:Small Image URLs of SKU. - sourceImageURLs
-
Type:
arraysourceImageURLsAdditional Properties Allowed:Source Image URLs of SKU. - thumbImageURLs
-
Type:
arraythumbImageURLsAdditional Properties Allowed:Thumb Image URLs of SKU. - thumbnailImage
-
Type:
stringThumbnail Image of SKU.
Nested Schema : fullImageURLs
Nested Schema : largeImageURLs
Nested Schema : listVolumePrice
Type:
objectlist volume price of the product
- pricingScheme
-
Type:
objectpricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : mediumImageURLs
Nested Schema : saleVolumePrice
Type:
objectSale volume price of the product
- pricingScheme
-
Type:
objectpricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : smallImageURLs
Nested Schema : sourceImageURLs
Nested Schema : thumbImageURLs
Nested Schema : pricingScheme
Type:
objectPricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
arraylevelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
numberNumber of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object- levelMaximum
-
Type:
numberminimum quantity for price level - levelMinimum
-
Type:
numberminimum quantity for price level - price
-
Type:
numberprice value for price level
Nested Schema : pricingScheme
Type:
objectPricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
arraylevelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
numberNumber of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object- levelMaximum
-
Type:
numberminimum quantity for price level - levelMinimum
-
Type:
numberminimum quantity for price level - price
-
Type:
numberprice value for price level
Nested Schema : pricingScheme
Type:
objectPricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
arraylevelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
numberNumber of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object- levelMaximum
-
Type:
numberminimum quantity for price level - levelMinimum
-
Type:
numberminimum quantity for price level - price
-
Type:
numberprice value for price level
Nested Schema : priceGroupId1
Type:
objectList price of the product in price group 1
- pricingScheme
-
Type:
objectpricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : priceGroupId2
Type:
objectList price of the product in price group 1
- pricingScheme
-
Type:
objectpricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : pricingScheme
Type:
objectPricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
arraylevelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
numberNumber of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object- levelMaximum
-
Type:
numberminimum quantity for price level - levelMinimum
-
Type:
numberminimum quantity for price level - price
-
Type:
numberprice value for price level
Nested Schema : pricingScheme
Type:
objectPricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
arraylevelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
numberNumber of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object- levelMaximum
-
Type:
numberminimum quantity for price level - levelMinimum
-
Type:
numberminimum quantity for price level - price
-
Type:
numberprice value for price level
Nested Schema : pricingScheme
Type:
objectPricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
arraylevelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
numberNumber of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object- levelMaximum
-
Type:
numberminimum quantity for price level - levelMinimum
-
Type:
numberminimum quantity for price level - price
-
Type:
numberprice value for price level
Nested Schema : priceGroupId1
Type:
objectSale price of the product in price group 1
- pricingScheme
-
Type:
objectpricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : priceGroupId2
Type:
objectSale price of the product in price group 1
- pricingScheme
-
Type:
objectpricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : pricingScheme
Type:
objectPricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
arraylevelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
numberNumber of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object- levelMaximum
-
Type:
numberminimum quantity for price level - levelMinimum
-
Type:
numberminimum quantity for price level - price
-
Type:
numberprice value for price level
Nested Schema : pricingScheme
Type:
objectPricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
arraylevelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
numberNumber of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object- levelMaximum
-
Type:
numberminimum quantity for price level - levelMinimum
-
Type:
numberminimum quantity for price level - price
-
Type:
numberprice value for price level
Example application/json
{
"longDescription":"This is a sample description.",
"primaryThumbImageURL":null,
"largeImage":null,
"smallImage":null,
"listVolumePrice":null,
"displayName":"Sample",
"orderLimit":100,
"description":"A Cloud Lake Product.",
"listPrices":{
"UsDollar":100,
"CaDollar":120
},
"primaryFullImageURL":null,
"salePrices":{
"UsDollar":80,
"CaDollar":100
},
"largeImageURLs":[
],
"listVolumePrices":{
},
"primaryLargeImageURL":null,
"smallImageURLs":[
],
"shippingSurcharges":{
"UsDollar":100,
"CaDollar":12
},
"id":"xProd10213",
"saleVolumePrices":{
},
"childSKUs":[
{
"dynamicPropertyMapLong":{
},
"primaryThumbImageURL":null,
"largeImage":null,
"smallImage":null,
"nonreturnable":false,
"primaryFullImageURL":null,
"productListingSku":null,
"largeImageURLs":[
],
"primaryLargeImageURL":null,
"smallImageURLs":[
],
"thumbnailImage":null,
"salePriceEndDate":null,
"salePriceStartDate":null,
"images":[
],
"quantity":null,
"salePrice":null,
"primaryMediumImageURL":null,
"fullImageURLs":[
],
"active":true,
"thumbImageURLs":[
],
"mediumImageURLs":[
],
"repositoryId":"sku60303",
"shippingSurcharge":null,
"primarySourceImageURL":null,
"primarySmallImageURL":null,
"sourceImageURLs":[
],
"listPrice":null
}
],
"saleVolumePrice":null,
"primaryMediumImageURL":null,
"salePrice":80,
"fullImageURLs":[
],
"thumbImageURLs":null,
"productImages":[
],
"route":"/sample/product/xProd10213",
"mediumImageURLs":[
],
"repositoryId":"xProd10213",
"primarySourceImageURL":null,
"shippingSurcharge":100,
"primarySmallImageURL":null,
"sourceImageURLs":[
],
"avgCustRating":null,
"listPrice":100
}
Default Response
The error response.
The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud:
|Error Code|Description|
|------------------|------------------|
|20001|Null Properties Type Internal Error|
|25011|List price must be a positive number or 0|
|25022|Prices are not present for some of the price list groups which are active and has the flag include all products set to true|
|20000|create Product Type Internal Error|
|20141|Collection Id passed is null or empty|
|25001|Price is invalid|
|25015|set Property RepositoryItem Internal Error|
|25014|convert InputProperty Type Internal Error|
|10003|validate Create Item Type Internal Error|
|20018|Invalid product ID, Product ID may only contain alphanumeric characters|
|20006|{0} of a product must be unique. {1} is already in use|
|25009|Error Setting Price|
Body
Root Schema : errorModel
Type:
object- devMessage
-
Type:
stringAn optional non-localized message containing technical information for developers - errorCode
-
Type:
stringThe numerical code identifying the error - errors
-
Type:
arrayerrorsAdditional Properties Allowed:An optional list of errors if multiple errors were encountered - message
-
Type:
stringThe localized message describing the error - moreInfo
-
Type:
stringAn optional non-localized message with more information - o:errorPath
-
Type:
stringAn optional machine readable description of where the error occurred - status
-
Type:
stringThe HTTP status code - type
-
Type:
stringThe URI to the HTTP state code definition
Nested Schema : errors
Nested Schema : items
Type:
object- devMessage
-
Type:
stringAn optional non-localized message containing technical information for developers - errorCode
-
Type:
stringThe numerical code identifying the error - message
-
Type:
stringThe localized message describing the error - moreInfo
-
Type:
stringAn optional non-localized message with more information - o:errorPath
-
Type:
stringAn optional machine readable description of where the error occurred - status
-
Type:
stringThe HTTP status code
Examples
Sample Request:
{
"catalogId": "cloudCatalog",
"categoryId": "rootCategory",
"productType": "",
"properties": {
"longDescription": "This is a sample description.",
"salePrice": 80,
"nonreturnable": false,
"displayName": "Sample",
"length": "20",
"orderLimit": "100",
"description": "A Cloud Lake Product.",
"active": true,
"weight": "20",
"listPrices": {"CaDollar": 120},
"salePrices": {"CaDollar": 100},
"productNumber": "p1815",
"taxCode": null,
"arrivalDate": "2014-03-16T18:30:00.000Z",
"listVolumePrices": {"UsDollar": {"bulkPrice": {
"numLevels": 3,
"levels": [
{
"price": 19,
"levelMinimum": 1,
"levelMaximum": 5
},
{
"price": 12.35,
"levelMinimum": 21,
"levelMaximum": 30
},
{
"price": 10.25,
"levelMinimum": 31
}
]
}}},
"shippingSurcharges": {
"UsDollar": 100,
"CaDollar": 12
},
"width": "20",
"shippingSurcharge": null,
"id": "xProd10213",
"brand": "SampleBrand",
"notForIndividyalSale:": 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
}
]
}}},
"listPrice": 100,
"height": "20"
}
}
Sample Response Payload returned by endpoint:
{
"longDescription": "This is a sample description.",
"primaryThumbImageURL": null,
"largeImage": null,
"smallImage": null,
"listVolumePrice": null,
"displayName": "Sample",
"orderLimit": 100,
"description": "A Cloud Lake Product.",
"listPrices": {
"UsDollar": 100,
"CaDollar": 120
},
"primaryFullImageURL": null,
"salePrices": {
"UsDollar": 80,
"CaDollar": 100
},
"largeImageURLs": [],
"listVolumePrices": {},
"primaryLargeImageURL": null,
"smallImageURLs": [],
"shippingSurcharges": {
"UsDollar": 100,
"CaDollar": 12
},
"id": "xProd10213",
"saleVolumePrices": {},
"childSKUs": [{
"dynamicPropertyMapLong": {},
"primaryThumbImageURL": null,
"largeImage": null,
"smallImage": null,
"nonreturnable": false,
"primaryFullImageURL": null,
"productListingSku": null,
"largeImageURLs": [],
"primaryLargeImageURL": null,
"smallImageURLs": [],
"thumbnailImage": null,
"salePriceEndDate": null,
"salePriceStartDate": null,
"images": [],
"quantity": null,
"salePrice": null,
"primaryMediumImageURL": null,
"fullImageURLs": [],
"active": true,
"thumbImageURLs": [],
"mediumImageURLs": [],
"repositoryId": "sku60303",
"shippingSurcharge": null,
"primarySourceImageURL": null,
"primarySmallImageURL": null,
"sourceImageURLs": [],
"listPrice": null
}],
"saleVolumePrice": null,
"primaryMediumImageURL": null,
"salePrice": 80,
"fullImageURLs": [],
"thumbImageURLs": null,
"productImages": [],
"route": "/sample/product/xProd10213",
"mediumImageURLs": [],
"repositoryId": "xProd10213",
"primarySourceImageURL": null,
"shippingSurcharge": 100,
"primarySmallImageURL": null,
"sourceImageURLs": [],
"avgCustRating": null,
"listPrice": 100
}