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:
stringID of the catalog.- categoryId
Type:stringRestrict the response to just products in the given category id.- continueOnMissingProduct
Type:booleanboolean flag to determine whether to continue if a product is missing.- expand
Type:booleanBoolean indicating if the expanded product information should be returned.- includePrices
Type:booleanBoolean flag to determine whether to include price maps for the products in the response.- itemTypeList
Type:stringType of product list to be fetched from the given promotion id -includedProducts or excludedProducts- limit
Type:stringThis is the field to determine number of records to be fetched per REST call.- minimalList
Type:booleanReturns 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:stringPartial displayName of a product to use for search.- offset
Type:stringThis field determines the offset/starting index from which data to be fetched.- pageResults
Type:booleanReturn response with paginated pattern, to be used with query params - name/productIds/promotion group {promotionId, itemTypeList, templateValue}- priceListGroupId
Type:stringPrice list group id for adding the prices to the product in the response.- productIds
Type:stringProduct IDs to list.- promotionId
Type:stringPromotion 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:stringA 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:booleanBoolean flag to determine whether to include inactive products as part of the result.- showQuantity
Type:stringShow inventory quantity.- showTranslations
Type:booleanBoolean indicating if the translations property should be returned for each item in the response.- templateValue
Type:stringUI Template value to fetch the included/excluded product list from - e.g PSC_Value, optional_offer_psc_value etc- unassigned
Type:stringRestrict response to unassigned products (ignore categoryId).Header Parameters- X-CCAsset-Language
-
Type:
stringThe asset language of the request- X-CCProfileType
Type:stringProfile type of the request
Response
Supported Media Types- application/json
200 ResponseFollowing model is returned when operation succeeds.BodyRoot Schema : listProducts_response- items
-
Type:
objectitemsAdditional Properties Allowed:Images and urls of the product. Image Urls are not encoded. - limit
-
Type:
integerthe total number of products that can be returned - sort
-
Type:
objectsortAdditional Properties Allowed:Sorting criteria of the products. - total
-
Type:
integerThe total number of products returned. Deprecated. - totalExpandedResults
-
Type:
integerThe total number of expanded products is returned only if value for category Id is set in the request. - totalResults
-
Type:
integerThe total number of products returned.
Nested Schema : itemsType:objectImages and urls of the product. Image Urls are not encoded.- active
-
Type:
booleanThe active property of the product - avgCustRating
-
Type:
stringthe average customer rating of the product - childSKUs
-
Type:
arraychildSKUsAdditional Properties Allowed:List of SKU's for the product. - creationDate
-
Type:
stringproduct creation date - description
-
Type:
stringThe product description - displayName
-
Type:
stringThe display name of the product - fullImageURLs
-
Type:
arrayfullImageURLsAdditional Properties Allowed:The array of full image URLs. Urls are not encoded. - id
-
Type:
stringThe product ID - largeImage
-
Type:
stringthe large image of the product. Url is not encoded. - largeImageURLs
-
Type:
arraylargeImageURLsAdditional Properties Allowed:The array of large image URLs. Urls are not encoded. - listPrice
-
Type:
numberThe list price - listPrices
-
Type:
objectlistPricesAdditional Properties Allowed:list prices of the SKU in respective price list groups - longDescription
-
Type:
stringThe long description of the product - mediumImageURLs
-
Type:
arraymediumImageURLsAdditional Properties Allowed:The url of the medium image. Url is not encoded. - 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:
stringthe order limit of the product - primaryFullImageURL
-
Type:
stringThe url of the primary full image. Url is not encoded. - primaryLargeImageURLs
-
Type:
stringThe url of the primary large image. Url is not encoded. - primaryMediumImageURL
-
Type:
stringThe primary medium image URL of the product. Url is not encoded. - primarySmallImageURL
-
Type:
stringThe primary small image URL of the product. Url is not encoded. - primarySourceImageURL
-
Type:
stringthe primary source image of the url.Url is not encoded. - primaryThumbImageURL
-
Type:
stringthe primary source image of the url. Url is not encoded. - productVariantOptions
-
Type:
arrayproductVariantOptionsAdditional Properties Allowed:Objects containing product's variant options details if available for the product. - repositoryId
-
Type:
stringThe repository ID of the product - route
-
Type:
stringThe route property of the product - salePrice
-
Type:
numberThe sale price of the product - salePrices
-
Type:
objectsalePricesAdditional Properties Allowed:sale prices of the product in respective price list groups - shippingSurcharge
-
Type:
numberExtra handling cost for shipping the product. - shippingSurcharges
-
Type:
objectshippingSurchargesAdditional Properties Allowed:Extra handling costs for shipping the product in respective price list groups - smallImage
-
Type:
arraysmallImageAdditional Properties Allowed:The array of small image URLs. Urls are not encoded. - smallImageURLs
-
Type:
arraysmallImageURLsAdditional Properties Allowed:The urls of the small image.Urls are not encoded. - sourceImageURLs
-
Type:
arraysourceImageURLsAdditional Properties Allowed:The array of source image URLs. Urls are not encoded. - thumbImageURLs
-
Type:
arraythumbImageURLsAdditional Properties Allowed:The array of thumbnail image URLs. Urls are not encoded. - variantValuesOrder
-
Type:
objectvariantValuesOrderAdditional Properties Allowed:Object having various variant property as key and ordered values array as the value.
Nested Schema : sortType:objectSorting criteria of the products.- order
-
Type:
stringThe order in which the products should be listed(asc/desc). - property
-
Type:
stringThe property on which to do the ordering of products.
Nested Schema : childSKUsNested Schema : fullImageURLsNested Schema : largeImageURLsNested Schema : listPricesType:objectlist prices of the SKU in respective price list groups- plg1
-
Type:
numberlist price in plg1 - plg2
-
Type:
numberlist price in plg2
Nested Schema : mediumImageURLsNested Schema : productVariantOptionsNested Schema : salePricesType:objectsale prices of the product in respective price list groups- plg1
-
Type:
numbersale price of the product in plg1 - plg2
-
Type:
numbersale price of the product in plg2
Nested Schema : shippingSurchargesType:objectExtra handling costs for shipping the product in respective price list groups- plg1
-
Type:
numberExtra handling costs for shipping the product in plg1 - plg2
-
Type:
numberExtra handling costs for shipping the product in plg2
Nested Schema : smallImageNested Schema : smallImageURLsNested Schema : sourceImageURLsNested Schema : thumbImageURLsNested Schema : variantValuesOrderType:objectObject having various variant property as key and ordered values array as the value.Nested Schema : itemsType:object- active
-
Type:
booleanSKU active property - dynamicPropertyMapLong
-
Type:
stringThe dynamic mapping of the product - DynamicSKUProperty
-
Type:
stringDynamic Properties of SKU. - fullImageURLs
-
Type:
arrayfullImageURLsAdditional Properties Allowed:Full Image URLs of SKU. - largeImage
-
Type:
stringThe large image of the product - largeImageURLs
-
Type:
arraylargeImageURLsAdditional Properties Allowed:Large Image URLs of SKU. - listingSKUId
-
Type:
stringIt 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:
numberThe list price of the product - listPrices
-
Type:
objectlistPricesAdditional Properties Allowed:list prices of the product in respective price list groups - 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. - repositoryId
-
Type:
stringThe repository Id of the product - salePrice
-
Type:
numberThe sale price of the product - salePriceEndDate
-
Type:
stringThe date from which the sale for this product is not valid - salePrices
-
Type:
objectsalePricesAdditional Properties Allowed:sale prices of the product in respective price list groups - salePriceStartDate
-
Type:
stringThe date from which sale price of the product is valid - shippingSurcharge
-
Type:
numberExtra handling cost for shipping the product. - shippingSurcharges
-
Type:
objectshippingSurchargesAdditional Properties Allowed:Extra handling costs for shipping the product in respective price list groups - smallImage
-
Type:
stringThe small image of the product - 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:
stringThe thumbanil image of the product
Nested Schema : fullImageURLsNested Schema : largeImageURLsNested Schema : listPricesType:objectlist prices of the product in respective price list groups- plg1
-
Type:
numberlist price of the product in plg1 - plg2
-
Type:
numberlist price of the product in plg2
Nested Schema : mediumImageURLsNested Schema : salePricesType:objectsale prices of the product in respective price list groups- plg1
-
Type:
numbersale price of the product in plg1 - plg2
-
Type:
numbersale price of the product in plg2
Nested Schema : shippingSurchargesType:objectExtra handling costs for shipping the product in respective price list groups- plg1
-
Type:
numberExtra handling costs for shipping the product in plg1 - plg2
-
Type:
numberExtra handling costs for shipping the product in plg2
Nested Schema : smallImageURLsNested Schema : sourceImageURLsNested Schema : thumbImageURLsNested Schema : itemsType:object- mapKeyPropertyAttribute
-
Type:
stringmap key property - optionId
-
Type:
stringoption Id - optionName
-
Type:
stringoption Name - optionValueMap
-
Type:
objectoptionValueMapAdditional Properties Allowed:{ "type":"string" }mapping of all option values with corresponding option value ids
Nested Schema : optionValueMapType:object-
Type:
string
mapping of all option values with corresponding option value ids- optionValue
-
Type:
stringOption Value - optionValueId
-
Type:
integerOption Value Id
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, "nonreturnable":false, "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" }, "nonreturnable":false, "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, "nonreturnable":false, "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:
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 : errorsNested Schema : itemsType: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 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, "nonreturnable": false, "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" }, "nonreturnable": false, "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, "nonreturnable": false, "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 } ] }