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:
string
Required:true
The 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:
string
Required:true
Catalog ID of the product to be created. - categoryId
-
Type:
string
Required:true
Category ID of the selected product. - includePrices
-
Type:
boolean
Boolean flag to determine whether to include price maps for the products in the response. - priceListGroupId
-
Type:
string
Price list group id for adding the prices to the product in the response. - productType
-
Type:
string
Required:true
Product type of the selected product. - properties
-
Type:
object
propertiesRequired:true
Additional Properties Allowed:Properties of the product to be created.
Nested Schema : properties
Type:
object
Properties of the product to be created.
- active
-
Type:
boolean
Tells whether product is active. - arrivalDate
-
Type:
string
Arrival date of the product. - brand
-
Type:
string
Brand of the product. - CountryOfOrigin
-
Type:
string
Country of origin of the product - description
-
Type:
string
Description of the product. - displayName
-
Type:
string
Required:true
Display name of the product. - height
-
Type:
string
Height of the product. - id
-
Type:
string
Required:true
The id of the product to create. - length
-
Type:
string
Length of the product. - listPrice
-
Type:
number
List price of the product in the default price group. Required if listPrices does not set the price for the default price group. - listVolumePrices
-
Type:
object
listVolumePricesAdditional Properties Allowed:Object with price group IDs as keys and list prices as values - longDescription
-
Type:
string
Long description of the product. - nonreturnable
-
Type:
boolean
Indicates whether the product is returnable or not. - notForIndividualSale
-
Type:
boolean
States whether not a product may be sold individually rather than, for example, as part of a configured product - orderLimit
-
Type:
string
Order limit of the product. - productNumber
-
Type:
string
Required:true
Product number of the product. - salePrice
-
Type:
number
Sale price of the product in the default price group. - saleVolumePrices
-
Type:
object
saleVolumePricesAdditional Properties Allowed:Object with price group IDs as keys and sale prices as values - shippingSurcharge
-
Type:
number
Extra handling costs while shipping the product, in the default price group. - taxCode
-
Type:
string
Required:true
Tax code of the product. - weight
-
Type:
string
Weight of the product. - width
-
Type:
string
Width of the product.
Nested Schema : listVolumePrices
Type:
object
Object with price group IDs as keys and list prices as values
- priceGroupId1
-
Type:
object
priceGroupId1Additional Properties Allowed:List price of the product in price group 1 - priceGroupId2
-
Type:
object
priceGroupId2Additional Properties Allowed:List price of the product in price group 1
Nested Schema : saleVolumePrices
Type:
object
Object with price group IDs as keys and sale prices as values
- priceGroupId1
-
Type:
object
priceGroupId1Additional Properties Allowed:Sale price of the product in price group 1 - priceGroupId2
-
Type:
object
priceGroupId2Additional Properties Allowed:Sale price of the product in price group 1
Nested Schema : priceGroupId1
Type:
object
List price of the product in price group 1
- pricingScheme
-
Type:
object
pricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : priceGroupId2
Type:
object
List price of the product in price group 1
- pricingScheme
-
Type:
object
pricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : pricingScheme
Type:
object
Pricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
array
levelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
number
Number of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object
- levelMaximum
-
Type:
number
minimum quantity for price level - levelMinimum
-
Type:
number
minimum quantity for price level - price
-
Type:
number
price value for price level
Nested Schema : pricingScheme
Type:
object
Pricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
array
levelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
number
Number of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object
- levelMaximum
-
Type:
number
minimum quantity for price level - levelMinimum
-
Type:
number
minimum quantity for price level - price
-
Type:
number
price value for price level
Nested Schema : priceGroupId1
Type:
object
Sale price of the product in price group 1
- pricingScheme
-
Type:
object
pricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : priceGroupId2
Type:
object
Sale price of the product in price group 1
- pricingScheme
-
Type:
object
pricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : pricingScheme
Type:
object
Pricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
array
levelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
number
Number of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object
- levelMaximum
-
Type:
number
minimum quantity for price level - levelMinimum
-
Type:
number
minimum quantity for price level - price
-
Type:
number
price value for price level
Nested Schema : pricingScheme
Type:
object
Pricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
array
levelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
number
Number of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object
- levelMaximum
-
Type:
number
minimum quantity for price level - levelMinimum
-
Type:
number
minimum quantity for price level - price
-
Type:
number
price 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:
string
Average customer rating of the product. - childSKUs
-
Type:
array
childSKUsAdditional Properties Allowed:Array having the properties of child SKU of the product. - description
-
Type:
string
Description of the product. - displayName
-
Type:
string
Display Name of the product. - fullImageURLs
-
Type:
array
fullImageURLsAdditional Properties Allowed:Full Image URLs. - id
-
Type:
string
Product ID. - largeImage
-
Type:
object
largeImageAdditional Properties Allowed:Has repository Id and URL of the product. - largeImageURLs
-
Type:
array
largeImageURLsAdditional Properties Allowed:Large Image URLs of SKU. - listPrice
-
Type:
number
List Price of the product in the default price group. - listVolumePrice
-
Type:
object
listVolumePriceAdditional Properties Allowed:list volume price of the product - listVolumePrices
-
Type:
object
listVolumePricesAdditional Properties Allowed:Object with price group IDs as keys and list prices as values - longDescription
-
Type:
string
Long description of the product. - mediumImageURLs
-
Type:
array
mediumImageURLsAdditional Properties Allowed:Medium Image URLs. - notForIndividualSale
-
Type:
boolean
States whether not a product may sold be individually rather than, for example, as part of a configured product - orderLimit
-
Type:
string
Order limit of the product. - primaryFullImageURL
-
Type:
string
Primary full image URL of the product. - primaryLargeImageURL
-
Type:
string
Primary large image URL of the product. - primaryMediumImageURL
-
Type:
string
Primary Medium Image URL. - primarySmallImageURL
-
Type:
string
Primary Small Image URL of the product. - primarySourceImageURL
-
Type:
string
Primary Source Image URL of the product. - primaryThumbImageURL
-
Type:
string
Primary Thumb Image URL of the product. - productImages
-
Type:
array
productImagesAdditional Properties Allowed:Array of product images. - repositoryId
-
Type:
string
Repository Id of the product. - route
-
Type:
string
Route of the product. - salePrice
-
Type:
number
Sale Price of the product in the default price group. - saleVolumePrice
-
Type:
object
saleVolumePriceAdditional Properties Allowed:Sale volume price of the product - saleVolumePrices
-
Type:
object
saleVolumePricesAdditional Properties Allowed:Object with price group IDs as keys and sale prices as values - shippingSurcharge
-
Type:
number
Extra handling costs while shipping the product, in the default price group. - smallImage
-
Type:
string
Small image of product. - smallImageURLs
-
Type:
array
smallImageURLsAdditional Properties Allowed:Small image URLs of the product. - sourceImageURLs
-
Type:
array
sourceImageURLsAdditional Properties Allowed:Source Image URLs. - thumbImageURLs
-
Type:
array
thumbImageURLsAdditional Properties Allowed:Thumb Image URLs.
Nested Schema : childSKUs
Nested Schema : fullImageURLs
Nested Schema : largeImage
Type:
object
Has repository Id and URL of the product.
- id
-
Type:
string
Repository ID - url
-
Type:
string
Repository URL
Nested Schema : largeImageURLs
Nested Schema : listVolumePrice
Type:
object
list volume price of the product
- pricingScheme
-
Type:
object
pricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : listVolumePrices
Type:
object
Object with price group IDs as keys and list prices as values
- priceGroupId1
-
Type:
object
priceGroupId1Additional Properties Allowed:List price of the product in price group 1 - priceGroupId2
-
Type:
object
priceGroupId2Additional Properties Allowed:List price of the product in price group 1
Nested Schema : mediumImageURLs
Nested Schema : productImages
Nested Schema : saleVolumePrice
Type:
object
Sale volume price of the product
- pricingScheme
-
Type:
object
pricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : saleVolumePrices
Type:
object
Object with price group IDs as keys and sale prices as values
- priceGroupId1
-
Type:
object
priceGroupId1Additional Properties Allowed:Sale price of the product in price group 1 - priceGroupId2
-
Type:
object
priceGroupId2Additional 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:
boolean
Indicates whether sku is active or inactive. Inactive SKUs will not appear on the storefront. This property value defaults to true. - dynamicPropertyMapLong
-
Type:
string
Dynamic Property MapLong of SKU. - fullImageURLs
-
Type:
array
fullImageURLsAdditional Properties Allowed:Full Image URLs of SKU. - largeImage
-
Type:
string
Large Image of the SKU. - largeImageURLs
-
Type:
array
largeImageURLsAdditional Properties Allowed:Large Image URLs of SKU. - listPrice
-
Type:
number
List Price of the product SKU. - listVolumePrice
-
Type:
object
listVolumePriceAdditional Properties Allowed:list volume price of the product - mediumImageURLs
-
Type:
array
mediumImageURLsAdditional Properties Allowed:Medium Image URLs SKU. - nonreturnable
-
Type:
boolean
Indicates whether the SKU is returnable or not. - primaryLargeImageURL
-
Type:
string
Primary Large Image URL of SKU. - primaryMediumImageURL
-
Type:
string
Primary Medium Image URL ID of SKU. - primarySmallImageURL
-
Type:
string
Primary Small Image URL of SKU. - primarySourceImageURL
-
Type:
string
Primary Source Image URL of SKU. - primaryThumbImageURL
-
Type:
string
Primary Source Image URL of SKU. - quantity
-
Type:
integer
Quantity available of SKU. - repositoryId
-
Type:
string
Repository Id of SKU. - salePrice
-
Type:
string
Sale Price of SKU. - salePriceEndDate
-
Type:
string
Sale Price End Date of the SKU. - salePriceStartDate
-
Type:
string
Sale Price Start Date of SKU. - saleVolumePrice
-
Type:
object
saleVolumePriceAdditional Properties Allowed:Sale volume price of the product - shippingSurcharge
-
Type:
number
Extra handling costs while shipping the product. - smallImage
-
Type:
string
Small Image URL of SKU. - smallImageURLs
-
Type:
array
smallImageURLsAdditional Properties Allowed:Small Image URLs of SKU. - sourceImageURLs
-
Type:
array
sourceImageURLsAdditional Properties Allowed:Source Image URLs of SKU. - thumbImageURLs
-
Type:
array
thumbImageURLsAdditional Properties Allowed:Thumb Image URLs of SKU. - thumbnailImage
-
Type:
string
Thumbnail Image of SKU.
Nested Schema : fullImageURLs
Nested Schema : largeImageURLs
Nested Schema : listVolumePrice
Type:
object
list volume price of the product
- pricingScheme
-
Type:
object
pricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : mediumImageURLs
Nested Schema : saleVolumePrice
Type:
object
Sale volume price of the product
- pricingScheme
-
Type:
object
pricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : smallImageURLs
Nested Schema : sourceImageURLs
Nested Schema : thumbImageURLs
Nested Schema : pricingScheme
Type:
object
Pricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
array
levelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
number
Number of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object
- levelMaximum
-
Type:
number
minimum quantity for price level - levelMinimum
-
Type:
number
minimum quantity for price level - price
-
Type:
number
price value for price level
Nested Schema : pricingScheme
Type:
object
Pricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
array
levelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
number
Number of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object
- levelMaximum
-
Type:
number
minimum quantity for price level - levelMinimum
-
Type:
number
minimum quantity for price level - price
-
Type:
number
price value for price level
Nested Schema : pricingScheme
Type:
object
Pricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
array
levelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
number
Number of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object
- levelMaximum
-
Type:
number
minimum quantity for price level - levelMinimum
-
Type:
number
minimum quantity for price level - price
-
Type:
number
price value for price level
Nested Schema : priceGroupId1
Type:
object
List price of the product in price group 1
- pricingScheme
-
Type:
object
pricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : priceGroupId2
Type:
object
List price of the product in price group 1
- pricingScheme
-
Type:
object
pricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : pricingScheme
Type:
object
Pricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
array
levelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
number
Number of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object
- levelMaximum
-
Type:
number
minimum quantity for price level - levelMinimum
-
Type:
number
minimum quantity for price level - price
-
Type:
number
price value for price level
Nested Schema : pricingScheme
Type:
object
Pricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
array
levelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
number
Number of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object
- levelMaximum
-
Type:
number
minimum quantity for price level - levelMinimum
-
Type:
number
minimum quantity for price level - price
-
Type:
number
price value for price level
Nested Schema : pricingScheme
Type:
object
Pricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
array
levelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
number
Number of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object
- levelMaximum
-
Type:
number
minimum quantity for price level - levelMinimum
-
Type:
number
minimum quantity for price level - price
-
Type:
number
price value for price level
Nested Schema : priceGroupId1
Type:
object
Sale price of the product in price group 1
- pricingScheme
-
Type:
object
pricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : priceGroupId2
Type:
object
Sale price of the product in price group 1
- pricingScheme
-
Type:
object
pricingSchemeAdditional Properties Allowed:Pricing scheme can be either tieredPrice or bulkPrice
Nested Schema : pricingScheme
Type:
object
Pricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
array
levelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
number
Number of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object
- levelMaximum
-
Type:
number
minimum quantity for price level - levelMinimum
-
Type:
number
minimum quantity for price level - price
-
Type:
number
price value for price level
Nested Schema : pricingScheme
Type:
object
Pricing scheme can be either tieredPrice or bulkPrice
- levels
-
Type:
array
levelsAdditional Properties Allowed:Price levels array for volume price - numLevels
-
Type:
number
Number of levels in the volume price
Nested Schema : levels
Nested Schema : items
Type:
object
- levelMaximum
-
Type:
number
minimum quantity for price level - levelMinimum
-
Type:
number
minimum quantity for price level - price
-
Type:
number
price 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:
string
An optional non-localized message containing technical information for developers - errorCode
-
Type:
string
The numerical code identifying the error - errors
-
Type:
array
errorsAdditional Properties Allowed:An optional list of errors if multiple errors were encountered - message
-
Type:
string
The localized message describing the error - moreInfo
-
Type:
string
An optional non-localized message with more information - o:errorPath
-
Type:
string
An optional machine readable description of where the error occurred - status
-
Type:
string
The HTTP status code - type
-
Type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Nested Schema : items
Type:
object
- devMessage
-
Type:
string
An optional non-localized message containing technical information for developers - errorCode
-
Type:
string
The numerical code identifying the error - message
-
Type:
string
The localized message describing the error - moreInfo
-
Type:
string
An optional non-localized message with more information - o:errorPath
-
Type:
string
An optional machine readable description of where the error occurred - status
-
Type:
string
The 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 }