listProducts
get
/ccadmin/v1/products
List Products. Gets a list of products. Optionally search for products in the given catalog and collection by performing a case-insensitive, partial-match on the display name or ID. Optionally takes the x-ccasset-language header to get translated content in another language.
To get the list of included/excluded Products in a promotion, use a group of {promotionId, itemTypeList and templateValue} parameters together.
Request
Supported Media Types
- application/json
Query Parameters
- catalogId
-
Type:
string
ID of the catalog.- categoryId
Type:string
Restrict the response to just products in the given category id.- continueOnMissingProduct
Type:boolean
boolean flag to determine whether to continue if a product is missing.- expand
Type:boolean
Boolean indicating if the expanded product information should be returned.- includePrices
Type:boolean
Boolean flag to determine whether to include price maps for the products in the response.- itemTypeList
Type:string
Type of product list to be fetched from the given promotion id -includedProducts or excludedProducts- limit
Type:string
This is the field to determine number of records to be fetched per REST call.- minimalList
Type:boolean
Returns a minimal set of properties. Adds two properties, onSale and priceRange, so that those two values do not need to be computed by the client. This can be combined with any other query parameters that do not depend on properties not returned. This cannot be combined with 'expand' as they are mutually exclusive.- name
Type:string
Partial displayName of a product to use for search.- offset
Type:string
This field determines the offset/starting index from which data to be fetched.- pageResults
Type:boolean
Return response with paginated pattern, to be used with query params - name/productIds/promotion group {promotionId, itemTypeList, templateValue}- priceListGroupId
Type:string
Price list group id for adding the prices to the product in the response.- productIds
Type:string
Product IDs to list.- promotionId
Type:string
Promotion id to fetch the included/excluded product list from. if promotionId is included then include the itemTypeList and templateValue parameters to get the include/exclude product list for the promotion- q
Type:string
A SCIM filter string for selecting a subset of all products. See [https://tools.ietf.org/html/draft-ietf-scim-api-12#section-3.2.2](https://tools.ietf.org/html/draft-ietf-scim-api-12#section-3.2.2)section 3.2.2.2 of the SCIM specification for details on the SCIM filter format. Examples: Get all products whose displayName contains shirt: q=displayName co "shirt" Get all products with an orderLimit between 5 and 10: q=orderLimit gt 5 and orderLimit lt 10 Text, date and time values appearing in SCIM filters should be quoted, with date and time values using ISO-8601 format. Numeric and boolean values should not be quoted. The following base product properties can be used in a q query: * avgCustRating * brand * childSKUs * description * displayName * id * largeImage * longDescription * notForIndividualSale * orderLimit * productImages * smallImage Additionally, custom product properties may also be used in a q query.- showInactiveProducts
Type:boolean
Boolean flag to determine whether to include inactive products as part of the result.- showQuantity
Type:string
Show inventory quantity.- showTranslations
Type:boolean
Boolean indicating if the translations property should be returned for each item in the response.- templateValue
Type:string
UI Template value to fetch the included/excluded product list from - e.g PSC_Value, optional_offer_psc_value etc- unassigned
Type:string
Restrict response to unassigned products (ignore categoryId).Header Parameters- X-CCAsset-Language
-
Type:
string
The asset language of the request- X-CCProfileType
Type:string
Profile type of the request
Response
Supported Media Types- application/json
200 ResponseFollowing model is returned when operation succeeds.BodyRoot Schema : listProducts_response- items
-
Type:
array
itemsArray having various products. - limit
-
Type:
integer
Limit of number of products. - offset
-
Type:
integer
Offset of product inventory. - sort
-
Type:
array
sortArray having the order and property of product. - total
-
Type:
integer
Total number of products. Deprecated. - totalResults
-
Type:
integer
Total number of products.
Nested Schema : sortNested Schema : itemsType:object
- avgCustRating
-
Type:
string
Average customer rating of the product. - childSKUs
-
Type:
array
childSKUsArray having various properties of child SKU. - description
-
Type:
string
Description of the product. - displayName
-
Type:
string
Display name of the product. - fullImageURLs
-
Type:
array
fullImageURLsFull image URLs of the product. - id
-
Type:
string
ID of the product. - largeImage
-
Type:
object
largeImageArray having repository ID and URL of the large image of SKU. - largeImageURLs
-
Type:
array
largeImageURLsLarge image URLs of the product. - listPrice
-
Type:
number
List price of the product in the default price group. - listPrices
-
Type:
object
listPricesObject with price group IDs as keys and list prices as values. - longDescription
-
Type:
string
Long description of the product. - mediumImageURLs
-
Type:
array
mediumImageURLsMedium image URLs of the 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 of the product. - 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
productImagesArray of product images. - productNumber
-
Type:
string
Product number of the product. - 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. - salePrices
-
Type:
object
salePricesObject with price group IDs as keys and sale prices as values. - shippingSurcharge
-
Type:
number
Extra handling cost while shipping the product, in the default price group. - shippingSurcharges
-
Type:
object
shippingSurchargesObject with price group IDs as keys and shipping surcharges as values. - smallImage
-
Type:
object
smallImageArray having repository ID and URL of small image of the SKU. - smallImageURLs
-
Type:
string
Small image URLs of the product. - sourceImageURLs
-
Type:
array
sourceImageURLsSource image URLs of the product. - thumbImageURLs
-
Type:
array
thumbImageURLsThumb image URLs of the product.
Nested Schema : childSKUsNested Schema : fullImageURLsNested Schema : largeImageType:object
Array having repository ID and URL of the large image of SKU.- repositoryId
-
Type:
string
Repository ID of SKU. - url
-
Type:
string
URL of SKU.
Nested Schema : largeImageURLsNested Schema : listPricesType:object
Object with price group IDs as keys and list prices as values.- Price Group ID 1
-
Type:
number
List price of product in price group 1. - Price Group ID 2
-
Type:
number
List price of product in price group 2.
Nested Schema : mediumImageURLsNested Schema : salePricesType:object
Object with price group IDs as keys and sale prices as values.- Price Group ID 1
-
Type:
number
Sale price of product in price group 1. - Price Group ID 2
-
Type:
number
Sale price of product in price group 2.
Nested Schema : shippingSurchargesType:object
Object with price group IDs as keys and shipping surcharges as values.- Price Group ID 1
-
Type:
number
Shipping surcharge of product in price group 1. - Price Group ID 2
-
Type:
number
Shipping surcharge of product in price group 2.
Nested Schema : smallImageType:object
Array having repository ID and URL of small image of the SKU.- repositoryId
-
Type:
string
Repository ID of SKU. - url
-
Type:
string
URL of SKU.
Nested Schema : sourceImageURLsNested Schema : thumbImageURLsNested Schema : itemsType:object
- dynamicPropertyMapLong
-
Type:
integer
Dynamic property map long of the SKU. - DynamicSKUProperty
-
Type:
string
Dynamic Properties of SKU. - fullImageURLs
-
Type:
array
fullImageURLsFull Image URLs of SKU. - id
-
Type:
string
SKU id - largeImage
-
Type:
integer
Large image of the SKU. - largeImageURLs
-
Type:
array
largeImageURLsLarge Image URLs of SKU. - listingSKUId
-
Type:
string
It contains listing variant's repository id, this field will be available if query param has includeChildSKUsListingIds as true and if product is style based one. - listPrice
-
Type:
integer
List price of the SKU. - mediumImageURLs
-
Type:
array
mediumImageURLsMedium Image URLs SKU. - 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 of the SKU. - repositoryId
-
Type:
string
Repository ID of the SKU. - salePrice
-
Type:
string
Sale price of the SKU. - salePriceEndDate
-
Type:
integer
Sale price end date of the SKU. - salePriceStartDate
-
Type:
string
Sale price start date of the SKU. - shippingSurcharge
-
Type:
integer
Extra handling costs while shipping the product. - smallImage
-
Type:
integer
Small image of the SKU. - smallImageURLs
-
Type:
array
smallImageURLsSmall Image URLs of SKU. - sourceImageURLs
-
Type:
array
sourceImageURLsSource Image URLs of SKU. - thumbImageURLs
-
Type:
array
thumbImageURLsThumb Image URLs of SKU. - thumbnailImage
-
Type:
string
Thumbnail image of the SKU.
Nested Schema : fullImageURLsNested Schema : largeImageURLsNested Schema : mediumImageURLsNested Schema : smallImageURLsNested Schema : sourceImageURLsNested Schema : thumbImageURLsNested Schema : itemsType:object
- metadata
-
Type:
object
metadataSeo meta info for product. - name
-
Type:
string
The name of product image - path
-
Type:
string
The path of the image - repositoryId
-
Type:
string
The repository Id of the product image - tags
-
Type:
array
tagsThe array of product image tags - url
-
Type:
string
The url of the product image
Nested Schema : metadataType:object
Seo meta info for product.- altText
-
Type:
string
The alt text of the image - titleText
-
Type:
string
The title text of the image
Nested Schema : itemsType:object
- order
-
Type:
string
Order of listing in product inventory. - property
-
Type:
string
Display name as a product property.
Example application/json
{ "total":3, "totalResults":3, "offset":0, "limit":3, "sort":[ { "property":"displayName", "order":"asc" } ], "items":[ { "longDescription":"Stunning lines and unusual details\n\t\t\tgive the Aruba dining chair its sophisticated visual appeal. Made of\n\t\t\tbeech. The padded seat is top-quality leather, and the backrest\n\t\t\tfeatures brass accents.", "primaryThumbImageURL":"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg&height=150&width=150", "largeImage":{ "repositoryId":"m3057", "url":"/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg" }, "smallImage":{ "repositoryId":"m3056", "url":"/cloudlakeimages/crsdocroot/content/images/products/small/ST_ArubaDiningChair_small.jpg" }, "listVolumePrice":null, "displayName":"Aruba Dining Chair", "orderLimit":null, "description":"Modern elegance in this leather and\n\t\t\twood chair", "listPrices":{ "UsDollar":169, "CaDollar":170 }, "primaryFullImageURL":"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg", "salePrices":{ "UsDollar":null, "CaDollar":null }, "largeImageURLs":[ "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg&height=940&width=940" ], "listVolumePrices":{ }, "primaryLargeImageURL":"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg&height=940&width=940", "smallImageURLs":[ "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg&height=300&width=300" ], "shippingSurcharges":{ "UsDollar":null, "CaDollar":null }, "id":"xprod2166", "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, "primaryFullImageURL":null, "productListingSku":null, "largeImageURLs":[ ], "listVolumePrices":"{}", "primaryLargeImageURL":null, "smallImageURLs":[ ], "thumbnailImage":null, "saleVolumePrices":"{}", "salePriceEndDate":null, "saleVolumePrice":null, "salePriceStartDate":null, "images":[ ], "quantity":50, "salePrice":null, "primaryMediumImageURL":null, "fullImageURLs":[ ], "active":true, "thumbImageURLs":[ ], "mediumImageURLs":[ ], "repositoryId":"xsku2166", "shippingSurcharge":null, "primarySourceImageURL":null, "primarySmallImageURL":null, "sourceImageURLs":[ ], "listPrice":169 } ], "saleVolumePrice":{ "bulkPrice":{ "numLevels":3, "levels":[ { "price":19, "levelMinimum":1, "levelMaximum":5 }, { "price":12.35, "levelMinimum":21, "levelMaximum":30 }, { "price":10.25, "levelMinimum":31 } ] } }, "primaryMediumImageURL":"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg&height=640&width=640", "salePrice":null, "fullImageURLs":[ "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg" ], "thumbImageURLs":[ "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg&height=150&width=150" ], "creationDate":"2017-01-09T05:09:29.000Z", "productImages":[ ], "route":"/aruba-dining-chair/product/xprod2166", "mediumImageURLs":[ "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg&height=640&width=640" ], "repositoryId":"xprod2166", "primarySourceImageURL":"http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg", "shippingSurcharge":null, "primarySmallImageURL":"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg&height=300&width=300", "sourceImageURLs":[ "http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg" ], "avgCustRating":null, "listPrice":169 }, { "longDescription":null, "primaryThumbImageURL":"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgaspensnow.jpg&height=150&width=150", "largeImage":{ "repositoryId":"imgaspensnow", "url":"/cloudlakeimages/imgaspensnow.jpg" }, "smallImage":null, "displayName":"Aspen Snow Blanket", "orderLimit":null, "description":"Perfect blanket for a snowy night.", "listPrices":{ "UsDollar":77.99, "CaDollar":87.99 }, "primaryFullImageURL":"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgaspensnow.jpg", "salePrices":{ "UsDollar":null, "CaDollar":null }, "largeImageURLs":[ "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgaspensnow.jpg&height=940&width=940" ], "primaryLargeImageURL":"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgaspensnow.jpg&height=940&width=940", "smallImageURLs":[ "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgaspensnow.jpg&height=300&width=300" ], "shippingSurcharges":{ "UsDollar":null, "CaDollar":null }, "id":"prodaspensnow", "childSKUs":[ { "dynamicPropertyMapLong":{ }, "primaryThumbImageURL":null, "bundleLinks":[ ], "largeImage":{ "repositoryId":"imgaspensnow", "url":"/cloudlakeimages/imgaspensnow.jpg" }, "smallImage":{ "repositoryId":"imgaspensnowSmall", "url":"/cloudlakeimages/imgaspensnow-sm.jpg" }, "primaryFullImageURL":null, "productListingSku":null, "largeImageURLs":[ ], "primaryLargeImageURL":null, "smallImageURLs":[ ], "thumbnailImage":{ "repositoryId":"imgaspensnowThumb", "url":"/cloudlakeimages/imgaspensnow-tn.jpg" }, "salePriceEndDate":null, "salePriceStartDate":null, "images":[ ], "quantity":25, "salePrice":null, "primaryMediumImageURL":null, "fullImageURLs":[ ], "active":true, "thumbImageURLs":[ ], "mediumImageURLs":[ ], "repositoryId":"skuaspensnow", "shippingSurcharge":null, "primarySourceImageURL":null, "primarySmallImageURL":null, "sourceImageURLs":[ ], "listPrice":null } ], "primaryMediumImageURL":"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgaspensnow.jpg&height=640&width=640", "salePrice":null, "fullImageURLs":[ "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgaspensnow.jpg" ], "thumbImageURLs":[ "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgaspensnow.jpg&height=150&width=150" ], "creationDate":"2017-01-09T05:09:29.000Z", "productImages":[ ], "route":"/aspen-snow-blanket/product/prodaspensnow", "mediumImageURLs":[ "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgaspensnow.jpg&height=640&width=640" ], "repositoryId":"prodaspensnow", "primarySourceImageURL":"http://localhost:9080/cloudlakeimages/imgaspensnow.jpg", "shippingSurcharge":null, "primarySmallImageURL":"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgaspensnow.jpg&height=300&width=300", "sourceImageURLs":[ "http://localhost:9080/cloudlakeimages/imgaspensnow.jpg" ], "avgCustRating":4.5, "listPrice":77.99 }, { "longDescription":null, "primaryThumbImageURL":"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg&height=150&width=150", "largeImage":{ "repositoryId":"imgatlanticnightsky", "url":"/cloudlakeimages/imgatlanticnightsky.jpg" }, "smallImage":null, "listVolumePrice":null, "displayName":"Atlantic Nightsky Blanket", "orderLimit":null, "description":"Cozy and soft blanket.", "listPrices":{ "UsDollar":77.99, "CaDollar":87.99 }, "primaryFullImageURL":"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg", "salePrices":{ "UsDollar":null, "CaDollar":null }, "largeImageURLs":[ "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg&height=940&width=940" ], "listVolumePrices":{ }, "primaryLargeImageURL":"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg&height=940&width=940", "smallImageURLs":[ "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg&height=300&width=300" ], "shippingSurcharges":{ "UsDollar":null, "CaDollar":null }, "id":"prodatlanticnightsky", "saleVolumePrices":{ }, "childSKUs":[ { "dynamicPropertyMapLong":{ }, "primaryThumbImageURL":null, "bundleLinks":[ ], "largeImage":{ "repositoryId":"imgatlanticnightsky", "url":"/cloudlakeimages/imgatlanticnightsky.jpg" }, "smallImage":{ "repositoryId":"imgatlanticnightskySmall", "url":"/cloudlakeimages/imgatlanticnightsky-sm.jpg" }, "listVolumePrice":null, "primaryFullImageURL":null, "productListingSku":null, "largeImageURLs":[ ], "primaryLargeImageURL":null, "smallImageURLs":[ ], "thumbnailImage":{ "repositoryId":"imgatlanticnightskyThumb", "url":"/cloudlakeimages/imgatlanticnightsky-tn.jpg" }, "salePriceEndDate":null, "saleVolumePrice":null, "salePriceStartDate":null, "images":[ ], "quantity":21, "salePrice":null, "primaryMediumImageURL":null, "fullImageURLs":[ ], "active":true, "thumbImageURLs":[ ], "mediumImageURLs":[ ], "repositoryId":"skuatlanticnightsky", "shippingSurcharge":null, "primarySourceImageURL":null, "primarySmallImageURL":null, "sourceImageURLs":[ ], "listPrice":null } ], "saleVolumePrice":null, "primaryMediumImageURL":"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg&height=640&width=640", "salePrice":null, "fullImageURLs":[ "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg" ], "thumbImageURLs":[ "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg&height=150&width=150" ], "creationDate":"2017-01-09T05:09:29.000Z", "productImages":[ ], "route":"/atlantic-nightsky-blanket/product/prodatlanticnightsky", "mediumImageURLs":[ "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg&height=640&width=640" ], "repositoryId":"prodatlanticnightsky", "primarySourceImageURL":"http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg", "shippingSurcharge":null, "primarySmallImageURL":"http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg&height=300&width=300", "sourceImageURLs":[ "http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg" ], "avgCustRating":4, "listPrice":77.99 } ] }
Default ResponseThe 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| |------------------|------------------| |21169|invalid template value incorrect_value.| |21168|templateValue is a required property for this request| |20034|Get ProductList Internal Error| |21167|itemTypeList is a required property for this request| |21001|Promotion not found for the given id: invalidId| |21166|itemTypeList can either be includedProducts or excludedProducts for this request| |25013|price List InternalError| |20041|Null ProductListingRequest argument passed to method| |20040|Get Product Type Internal Error| |10002|Invalid value [ {1} ] for parameter: {0}.| |21170|promotionId is a required property for this request|BodyRoot Schema : errorModelType: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
errorsAn 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 : errorsNested Schema : itemsType: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 Response Payload returned by endpoint:
{ "total": 3, "totalResults": 3, "offset": 0, "limit": 3, "sort": [{ "property": "displayName", "order": "asc" }], "items": [ { "longDescription": "Stunning lines and unusual details\n\t\t\tgive the Aruba dining chair its sophisticated visual appeal. Made of\n\t\t\tbeech. The padded seat is top-quality leather, and the backrest\n\t\t\tfeatures brass accents.", "primaryThumbImageURL": "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg&height=150&width=150", "largeImage": { "repositoryId": "m3057", "url": "/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg" }, "smallImage": { "repositoryId": "m3056", "url": "/cloudlakeimages/crsdocroot/content/images/products/small/ST_ArubaDiningChair_small.jpg" }, "listVolumePrice": null, "displayName": "Aruba Dining Chair", "orderLimit": null, "description": "Modern elegance in this leather and\n\t\t\twood chair", "listPrices": { "UsDollar": 169, "CaDollar": 170 }, "primaryFullImageURL": "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg", "salePrices": { "UsDollar": null, "CaDollar": null }, "largeImageURLs": ["http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg&height=940&width=940"], "listVolumePrices": {}, "primaryLargeImageURL": "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg&height=940&width=940", "smallImageURLs": ["http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg&height=300&width=300"], "shippingSurcharges": { "UsDollar": null, "CaDollar": null }, "id": "xprod2166", "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, "primaryFullImageURL": null, "productListingSku": null, "largeImageURLs": [], "listVolumePrices": "{}", "primaryLargeImageURL": null, "smallImageURLs": [], "thumbnailImage": null, "saleVolumePrices": "{}", "salePriceEndDate": null, "saleVolumePrice": null, "salePriceStartDate": null, "images": [], "quantity": 50, "salePrice": null, "primaryMediumImageURL": null, "fullImageURLs": [], "active": true, "thumbImageURLs": [], "mediumImageURLs": [], "repositoryId": "xsku2166", "shippingSurcharge": null, "primarySourceImageURL": null, "primarySmallImageURL": null, "sourceImageURLs": [], "listPrice": 169 }], "saleVolumePrice": {"bulkPrice": { "numLevels": 3, "levels": [ { "price": 19, "levelMinimum": 1, "levelMaximum": 5 }, { "price": 12.35, "levelMinimum": 21, "levelMaximum": 30 }, { "price": 10.25, "levelMinimum": 31 } ] }}, "primaryMediumImageURL": "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg&height=640&width=640", "salePrice": null, "fullImageURLs": ["http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg"], "thumbImageURLs": ["http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg&height=150&width=150"], "creationDate": "2017-01-09T05:09:29.000Z", "productImages": [], "route": "/aruba-dining-chair/product/xprod2166", "mediumImageURLs": ["http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg&height=640&width=640"], "repositoryId": "xprod2166", "primarySourceImageURL": "http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg", "shippingSurcharge": null, "primarySmallImageURL": "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg&height=300&width=300", "sourceImageURLs": ["http://localhost:9080/cloudlakeimages/crsdocroot/content/images/products/full/ST_ArubaDiningChair_full.jpg"], "avgCustRating": null, "listPrice": 169 }, { "longDescription": null, "primaryThumbImageURL": "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgaspensnow.jpg&height=150&width=150", "largeImage": { "repositoryId": "imgaspensnow", "url": "/cloudlakeimages/imgaspensnow.jpg" }, "smallImage": null, "displayName": "Aspen Snow Blanket", "orderLimit": null, "description": "Perfect blanket for a snowy night.", "listPrices": { "UsDollar": 77.99, "CaDollar": 87.99 }, "primaryFullImageURL": "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgaspensnow.jpg", "salePrices": { "UsDollar": null, "CaDollar": null }, "largeImageURLs": ["http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgaspensnow.jpg&height=940&width=940"], "primaryLargeImageURL": "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgaspensnow.jpg&height=940&width=940", "smallImageURLs": ["http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgaspensnow.jpg&height=300&width=300"], "shippingSurcharges": { "UsDollar": null, "CaDollar": null }, "id": "prodaspensnow", "childSKUs": [{ "dynamicPropertyMapLong": {}, "primaryThumbImageURL": null, "bundleLinks": [], "largeImage": { "repositoryId": "imgaspensnow", "url": "/cloudlakeimages/imgaspensnow.jpg" }, "smallImage": { "repositoryId": "imgaspensnowSmall", "url": "/cloudlakeimages/imgaspensnow-sm.jpg" }, "primaryFullImageURL": null, "productListingSku": null, "largeImageURLs": [], "primaryLargeImageURL": null, "smallImageURLs": [], "thumbnailImage": { "repositoryId": "imgaspensnowThumb", "url": "/cloudlakeimages/imgaspensnow-tn.jpg" }, "salePriceEndDate": null, "salePriceStartDate": null, "images": [], "quantity": 25, "salePrice": null, "primaryMediumImageURL": null, "fullImageURLs": [], "active": true, "thumbImageURLs": [], "mediumImageURLs": [], "repositoryId": "skuaspensnow", "shippingSurcharge": null, "primarySourceImageURL": null, "primarySmallImageURL": null, "sourceImageURLs": [], "listPrice": null }], "primaryMediumImageURL": "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgaspensnow.jpg&height=640&width=640", "salePrice": null, "fullImageURLs": ["http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgaspensnow.jpg"], "thumbImageURLs": ["http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgaspensnow.jpg&height=150&width=150"], "creationDate": "2017-01-09T05:09:29.000Z", "productImages": [], "route": "/aspen-snow-blanket/product/prodaspensnow", "mediumImageURLs": ["http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgaspensnow.jpg&height=640&width=640"], "repositoryId": "prodaspensnow", "primarySourceImageURL": "http://localhost:9080/cloudlakeimages/imgaspensnow.jpg", "shippingSurcharge": null, "primarySmallImageURL": "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgaspensnow.jpg&height=300&width=300", "sourceImageURLs": ["http://localhost:9080/cloudlakeimages/imgaspensnow.jpg"], "avgCustRating": 4.5, "listPrice": 77.99 }, { "longDescription": null, "primaryThumbImageURL": "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg&height=150&width=150", "largeImage": { "repositoryId": "imgatlanticnightsky", "url": "/cloudlakeimages/imgatlanticnightsky.jpg" }, "smallImage": null, "listVolumePrice": null, "displayName": "Atlantic Nightsky Blanket", "orderLimit": null, "description": "Cozy and soft blanket.", "listPrices": { "UsDollar": 77.99, "CaDollar": 87.99 }, "primaryFullImageURL": "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg", "salePrices": { "UsDollar": null, "CaDollar": null }, "largeImageURLs": ["http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg&height=940&width=940"], "listVolumePrices": {}, "primaryLargeImageURL": "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg&height=940&width=940", "smallImageURLs": ["http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg&height=300&width=300"], "shippingSurcharges": { "UsDollar": null, "CaDollar": null }, "id": "prodatlanticnightsky", "saleVolumePrices": {}, "childSKUs": [{ "dynamicPropertyMapLong": {}, "primaryThumbImageURL": null, "bundleLinks": [], "largeImage": { "repositoryId": "imgatlanticnightsky", "url": "/cloudlakeimages/imgatlanticnightsky.jpg" }, "smallImage": { "repositoryId": "imgatlanticnightskySmall", "url": "/cloudlakeimages/imgatlanticnightsky-sm.jpg" }, "listVolumePrice": null, "primaryFullImageURL": null, "productListingSku": null, "largeImageURLs": [], "primaryLargeImageURL": null, "smallImageURLs": [], "thumbnailImage": { "repositoryId": "imgatlanticnightskyThumb", "url": "/cloudlakeimages/imgatlanticnightsky-tn.jpg" }, "salePriceEndDate": null, "saleVolumePrice": null, "salePriceStartDate": null, "images": [], "quantity": 21, "salePrice": null, "primaryMediumImageURL": null, "fullImageURLs": [], "active": true, "thumbImageURLs": [], "mediumImageURLs": [], "repositoryId": "skuatlanticnightsky", "shippingSurcharge": null, "primarySourceImageURL": null, "primarySmallImageURL": null, "sourceImageURLs": [], "listPrice": null }], "saleVolumePrice": null, "primaryMediumImageURL": "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg&height=640&width=640", "salePrice": null, "fullImageURLs": ["http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg"], "thumbImageURLs": ["http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg&height=150&width=150"], "creationDate": "2017-01-09T05:09:29.000Z", "productImages": [], "route": "/atlantic-nightsky-blanket/product/prodatlanticnightsky", "mediumImageURLs": ["http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg&height=640&width=640"], "repositoryId": "prodatlanticnightsky", "primarySourceImageURL": "http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg", "shippingSurcharge": null, "primarySmallImageURL": "http://localhost:9080/ccstore/v1/images/?source=http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg&height=300&width=300", "sourceImageURLs": ["http://localhost:9080/cloudlakeimages/imgatlanticnightsky.jpg"], "avgCustRating": 4, "listPrice": 77.99 } ] }