listSkusForLargeCart
post
/ccstore/v1/skus
List Skus. Gets the data and related selected options of a list of SKUs.
Request
Supported Media Types
- application/json
Root Schema : listSkusForLargeCart_request
Type:
Show Source
object
-
catalogId:
string
the catalog ID for the site
-
skuIds(required):
string
The comma separated list of skuIds.
-
storePriceListGroupId:
string
The price list group ID of the current Store.
Example:
{
"skuIds":"Sku_18Dyii,Sku_29F",
"storePriceListGroupId":"defaultPriceGroup"
}
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : listSkusForLargeCart_response
Type:
Show Source
object
-
items:
array items
The data for the sku.
Nested Schema : items
Type:
Show Source
object
-
barcode:
number
The barcode
-
configurable:
boolean
Whether the sku is configurable or not
-
derivedListPriceFrom:
string
Determines from which price list group, list price is derived. It can be either current price list group or one of it's ancestors
-
derivedOnlineOnly:
boolean
Indicates if the SKU is available online or not.
-
derivedSalePriceFrom:
string
Determines from which price list group, sale price is derived. It can be either current price list group or one of it's ancestors
-
derivedShippingSurchargeFrom:
string
Determines from which price list group, shipping surcharge is derived. It can be either current price list group or one of it's ancestors
-
displayName:
string
The display name of the SKU
-
fractionalQuantitiesAllowed:
boolean
Whether fractional quantities are allowed
-
fullImageURLs:
array fullImageURLs
The array of full image URLs
-
images:
array images
Image URLs of SKU.
-
largeImage:
string
large image path of the SKU
-
largeImageURLs:
array largeImageURLs
Large Image URLs of SKU.
-
listPrice:
number
The list price
-
listPrices:
object listPrices
list prices of the product in respective price list groups
-
listVolumePrice:
number
list volume price of the product
-
listVolumePrices:
object listVolumePrices
list volume prices of the product in respective price list groups
-
mediumImageURLs:
array mediumImageURLs
medium image urls path
-
model:
string
The model property of SKU.
-
nonreturnable:
string
Indicates whether the SKU is returnable or not.
-
parentProducts:
array parentProducts
The list of parent products for the SKU.
-
primaryFullImageURL:
string
Primary Full Image URL of SKU.
-
primaryLargeImageURL:
string
Primary Large Image URL of SKU.
-
primaryMediumImageURL:
string
primary medium image url path
-
primarySmallImageURL:
string
Primary Small Image URL of SKU.
-
primarySourceImageURL:
string
primary source image url path
-
primaryThumbImageURL:
string
Primary Source Image URL of SKU.
-
productFamily:
string
product family property of the SKU
-
productLine:
string
product line of the SKU
-
productListingSku:
object productListingSku
product listing SKU property of the SKU
-
productVariantOptions:
array productVariantOptions
The selected options for the SKU.
-
quantity:
integer
quantity of the SKU
-
repositoryId:
string
repository id of the child SKU
-
salePrice:
number
sale price of the SKU.
-
salePriceEndDate:
string
sale price end date of the SKU
-
salePrices:
object salePrices
sale prices of the product in respective price list groups
-
salePriceStartDate:
string
sale price start date of the SKU
-
saleVolumePrice:
number
The sale volume price
-
saleVolumePrices:
object saleVolumePrices
Sale volume prices of the product in respective price list groups
-
shippingSurcharge:
number
Extra handling costs while shipping the product, in the default price group.
-
shippingSurcharges:
object shippingSurcharges
Extra handling costs for shipping the product in respective price list groups
-
smallImage:
array smallImage
The array of small image URLs
-
smallImageURLs:
array smallImageURLs
small image url paths
-
sourceImageURLs:
array sourceImageURLs
Source Image URLs of SKU.
-
thumbImageURLs:
array thumbImageURLs
Thumb Image URLs of SKU
-
thumbnailImage:
string
The thumbanil image of the SKU
-
unitOfMeasure:
string
unit of measure of the SKU
-
variantValuesOrder:
object variantValuesOrder
Object having various variant property as key and ordered values array as the value.
Nested Schema : listPrices
Type:
object
list prices of the product in respective price list groups
Show Source
-
plg1:
number
list price of the product in plg1
-
plg2:
number
list price of the product in plg2
Nested Schema : listVolumePrices
Type:
object
list volume prices of the product in respective price list groups
Show Source
-
plg1:
number
list volume price of the product in plg1
-
plg2:
number
list volume price of the product in plg2
Nested Schema : productListingSku
Type:
object
product listing SKU property of the SKU
Nested Schema : salePrices
Type:
object
sale prices of the product in respective price list groups
Show Source
-
plg1:
number
sale price of the product in plg1
-
plg2:
number
sale price of the product in plg2
Nested Schema : saleVolumePrices
Type:
object
Sale volume prices of the product in respective price list groups
Show Source
-
plg1:
number
Sale volume price of the product in plg1
-
plg2:
number
Sale volume price of the product in plg2
Nested Schema : shippingSurcharges
Type:
object
Extra handling costs for shipping the product in respective price list groups
Show Source
-
plg1:
number
Extra handling costs for shipping the product in plg1
-
plg2:
number
Extra handling costs for shipping the product in plg2
Nested Schema : variantValuesOrder
Type:
object
Object having various variant property as key and ordered values array as the value.
Show Source
Nested Schema : items
Type:
Show Source
object
-
active:
boolean
The active property of the product
-
avgCustRating:
number
average customer rating for the product
-
brand:
string
brand of the product
-
configurable:
boolean
whether the product is configurable or not
-
CountryOfOrigin:
string
the country of origin of the product
-
defaultProductListingSku:
object defaultProductListingSku
default SKU for the product
-
derivedListPriceFrom:
string
Determines from which price list group, list price is derived. It can be either current price list group or one of it's ancestors
-
derivedSalePriceFrom:
string
Determines from which price list group, sale price is derived. It can be either current price list group or one of it's ancestors
-
derivedShippingSurchargeFrom:
string
Determines from which price list group, shipping surcharge is derived. It can be either current price list group or one of it's ancestors
-
description:
string
description of the product
-
displayName:
string
The display name of the product
-
fractionalQuantitiesAllowed:
boolean
Whether fractional quantities are allowed
-
fullImageURLs:
array fullImageURLs
full image url paths
-
height:
number
height of the product
-
id:
string
id of the product
-
largeImageURLs:
array largeImageURLs
The array of large image URLs
-
length:
number
length of the product
-
listPrice:
number
list price of the product
-
listPrices:
object listPrices
list prices of the product in respective price list groups
-
listVolumePrice:
number
list volume price of the product
-
listVolumePrices:
object listVolumePrices
list volume prices of the product in respective price list groups
-
longDescription:
string
long description of the product
-
mediumImageURLs:
array mediumImageURLs
Medium Image URLs SKU.
-
minOrderLimit:
string
the minimum order limit of the product
-
nonreturnable:
boolean
Indicates whether the product is returnable or not.
-
notForIndividualSale:
boolean
Whether the product is not for individual sale
-
onlineOnly:
boolean
online only property
-
orderLimit:
string
the maximum order limit of the product
-
parentCategory:
string
parent category of the product
-
primaryFullImageURL:
string
primary full image url path
-
primaryImageAltText:
string
Alternate text for the primary image of the product
-
primaryImageTitle:
string
primary image title of the product
-
primaryLargeImageURL:
string
primary large image url path
-
primaryMediumImageURL:
string
Primary Medium Image URL ID of SKU.
-
primarySmallImageURL:
string
Primary Small Image URL of product
-
primarySourceImageURL:
string
primary source image url path
-
primaryThumbImageURL:
string
primary thumb image url path
- relatedProducts: string
-
repositoryId:
string
repository id of the product
-
route:
string
route of the product
-
salePrice:
number
The sale price of the product
-
salePrices:
object salePrices
sale prices of the product in respective price list groups
-
saleVolumePrice:
number
The sale volume price
-
saleVolumePrices:
object saleVolumePrices
Sale volume prices of the product in respective price list groups
-
seoUrlSlugDerived:
string
Derived from seoUrlSlug of the product if available, else derived from display name of the product.
-
shippingSurcharge:
number
Extra handling costs for shipping the product.
-
shippingSurcharges:
object shippingSurcharges
Extra handling costs for shipping the product in respective price list groups
-
smallImageURLs:
array smallImageURLs
The urls of the small image.
-
sourceImageURLs:
array sourceImageURLs
source image urls of the product
-
thumbImageURLs:
array thumbImageURLs
Thumb Image URLs of product
-
type:
string
type of the product
-
unitOfMeasure:
string
unit of measure of the product
-
weight:
number
weight
-
width:
number
width of the product
Nested Schema : defaultProductListingSku
Type:
object
default SKU for the product
Nested Schema : listPrices
Type:
object
list prices of the product in respective price list groups
Show Source
-
plg1:
number
list price of the product in plg1
-
plg2:
number
list price of the product in plg2
Nested Schema : listVolumePrices
Type:
object
list volume prices of the product in respective price list groups
Show Source
-
plg1:
number
list volume price of the product in plg1
-
plg2:
number
list volume price of the product in plg2
Nested Schema : salePrices
Type:
object
sale prices of the product in respective price list groups
Show Source
-
plg1:
number
sale price of the product in plg1
-
plg2:
number
sale price of the product in plg2
Nested Schema : saleVolumePrices
Type:
object
Sale volume prices of the product in respective price list groups
Show Source
-
plg1:
number
Sale volume price of the product in plg1
-
plg2:
number
Sale volume price of the product in plg2
Nested Schema : shippingSurcharges
Type:
object
Extra handling costs for shipping the product in respective price list groups
Show Source
-
plg1:
number
Extra handling costs for shipping the product in plg1
-
plg2:
number
Extra handling costs for shipping the product in plg2
Nested Schema : items
Type:
Show Source
object
-
optionName:
string
The name of the option.
-
optionValue:
string
The value of the option.
Example Response (application/json)
[
{
"deletedSkus":[
],
"links":[
{
"rel":"self",
"href":"http://store.example.com/ccstoreui/v1/skus"
}
],
"items":[
{
"dynamicPropertyMapLong":{
},
"bundleLinks":[
],
"largeImage":null,
"smallImage":null,
"listVolumePrice":null,
"listPrices":{
"price_list_group_3304147":null,
"price_list_group_33042528":null,
"defaultPriceGroup":null
},
"largeImageURLs":[
],
"productLine":null,
"listVolumePrices":{
"price_list_group_3304147":null,
"price_list_group_33042528":null,
"defaultPriceGroup":null
},
"derivedSalePriceFrom":"defaultPriceGroup",
"model":null,
"barcode":"200000000127",
"salePriceEndDate":null,
"images":[
],
"unitOfMeasure":null,
"primaryMediumImageURL":null,
"dynamicPropertyMapBigString":{
},
"active":true,
"thumbImageURLs":[
],
"parentProducts":[
{
"listVolumePrice":null,
"excludeFromSitemap":false,
"relatedProducts":null,
"orderLimit":"100",
"CountryOfOrigin":"US",
"onlineOnly":false,
"listPrices":null,
"type":null,
"largeImageURLs":[
"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg&height=940&width=940"
],
"listVolumePrices":null,
"shippable":true,
"addOnProducts":[
],
"derivedSalePriceFrom":"defaultPriceGroup",
"primaryImageAltText":"Short Circuit",
"id":"Product_18Cyii",
"brand":null,
"parentCategories":[
{
"repositoryId":"cat40004",
"fixedParentCategories":[
{
"repositoryId":"cat40017",
"fixedParentCategories":[
{
"repositoryId":"cat40013"
}
]
}
]
},
{
"repositoryId":"cat70014",
"fixedParentCategories":[
{
"repositoryId":"cat70004",
"fixedParentCategories":[
{
"repositoryId":"clearanceCat"
}
]
}
]
},
{
"repositoryId":"AllProdPagination",
"fixedParentCategories":[
{
"repositoryId":"rootCategory",
"fixedParentCategories":[
]
}
]
}
],
"height":null,
"defaultProductListingSku":null,
"assetable":false,
"unitOfMeasure":null,
"primaryMediumImageURL":"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg&height=475&width=475",
"seoUrlSlugDerived":"Short Circuit",
"weight":null,
"active":true,
"thumbImageURLs":[
"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg&height=100&width=100"
],
"route":"/short-circuit/product/Product_18Cyii",
"relatedArticles":[
],
"mediumImageURLs":[
"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg&height=475&width=475"
],
"primarySourceImageURL":"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg&height=300&width=300",
"parentCategory":null,
"sourceImageURLs":[
"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg&height=300&width=300"
],
"primarySmallImageURL":"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg&height=300&width=300",
"minOrderLimit":"1",
"avgCustRating":"4.5",
"longDescription":null,
"primaryThumbImageURL":"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg&height=100&width=100",
"nonreturnable":false,
"displayName":"Short Circuit",
"description":"1986 American comedy science fiction film starring Ally Sheedy and Steve\n Guttenberg and directed by John Badham\n ",
"salePrices":null,
"primaryFullImageURL":"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg",
"parentCategoriesAncestorCategories":[
{
"repositoryId":"cat40013",
"fixedParentCategories":[
{
"repositoryId":"rootCategory",
"fixedParentCategories":[
]
}
]
},
{
"repositoryId":"cat40017",
"fixedParentCategories":[
{
"repositoryId":"cat40013",
"fixedParentCategories":[
{
"repositoryId":"rootCategory"
}
]
}
]
},
{
"repositoryId":"rootCategory",
"fixedParentCategories":[
]
},
{
"repositoryId":"clearanceCat",
"fixedParentCategories":[
{
"repositoryId":"rootCategory",
"fixedParentCategories":[
]
}
]
},
{
"repositoryId":"cat70004",
"fixedParentCategories":[
{
"repositoryId":"clearanceCat",
"fixedParentCategories":[
{
"repositoryId":"rootCategory"
}
]
}
]
},
{
"repositoryId":"rootCategory",
"fixedParentCategories":[
]
},
{
"repositoryId":"rootCategory",
"fixedParentCategories":[
]
}
],
"primaryLargeImageURL":"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg&height=940&width=940",
"derivedShippingSurchargeFrom":"defaultPriceGroup",
"smallImageURLs":[
"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg&height=300&width=300"
],
"shippingSurcharges":null,
"isOnSale":null,
"filteredSKUs":[
{
"productFamily":null,
"dynamicPropertyMapLong":{
},
"primaryThumbImageURL":null,
"bundleLinks":[
],
"largeImage":null,
"smallImage":null,
"listVolumePrice":null,
"nonreturnable":false,
"salePrices":{
"price_list_group_3304147":null,
"price_list_group_33042528":null,
"defaultPriceGroup":"9.99"
},
"primaryFullImageURL":null,
"listPrices":{
"price_list_group_3304147":null,
"price_list_group_33042528":null,
"defaultPriceGroup":null
},
"productListingSku":null,
"largeImageURLs":[
],
"productLine":null,
"listVolumePrices":{
"price_list_group_3304147":null,
"price_list_group_33042528":null,
"defaultPriceGroup":null
},
"primaryLargeImageURL":null,
"derivedOnlineOnly":false,
"smallImageURLs":[
],
"derivedSalePriceFrom":"defaultPriceGroup",
"model":null,
"thumbnailImage":null,
"barcode":"200000000127",
"saleVolumePrices":{
"price_list_group_3304147":null,
"price_list_group_33042528":null,
"defaultPriceGroup":null
},
"salePriceEndDate":null,
"saleVolumePrice":null,
"salePriceStartDate":null,
"images":[
],
"quantity":null,
"unitOfMeasure":null,
"salePrice":"9.99",
"primaryMediumImageURL":null,
"fullImageURLs":[
],
"dynamicPropertyMapBigString":{
},
"active":true,
"thumbImageURLs":[
],
"variantValuesOrder":{
},
"parentProducts":[
{
"listVolumePrice":null,
"excludeFromSitemap":false,
"relatedProducts":null,
"orderLimit":"100",
"CountryOfOrigin":"US",
"onlineOnly":false,
"listPrices":null,
"type":null,
"largeImageURLs":[
"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg&height=940&width=940"
],
"listVolumePrices":null,
"shippable":true,
"addOnProducts":[
],
"primaryImageAltText":"Short Circuit",
"id":"Product_18Cyii",
"brand":null,
"parentCategories":[
{
"repositoryId":"cat40004"
},
{
"repositoryId":"cat70014"
},
{
"repositoryId":"AllProdPagination"
}
],
"height":null,
"defaultProductListingSku":null,
"assetable":false,
"unitOfMeasure":null,
"primaryMediumImageURL":"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg&height=475&width=475",
"seoUrlSlugDerived":"Short Circuit",
"weight":null,
"active":true,
"thumbImageURLs":[
"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg&height=100&width=100"
],
"route":"/short-circuit/product/Product_18Cyii",
"relatedArticles":[
],
"mediumImageURLs":[
"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg&height=475&width=475"
],
"primarySourceImageURL":"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg&height=300&width=300",
"parentCategory":null,
"sourceImageURLs":[
"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg&height=300&width=300"
],
"primarySmallImageURL":"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg&height=300&width=300",
"minOrderLimit":"1",
"avgCustRating":"4.5",
"longDescription":null,
"primaryThumbImageURL":"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg&height=100&width=100",
"nonreturnable":false,
"displayName":"Short Circuit",
"description":"1986 American comedy science fiction film starring Ally Sheedy and Steve\n Guttenberg and directed by John Badham\n ",
"salePrices":null,
"primaryFullImageURL":"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg",
"parentCategoriesAncestorCategories":[
{
"repositoryId":"cat40013"
},
{
"repositoryId":"cat40017"
},
{
"repositoryId":"rootCategory"
},
{
"repositoryId":"clearanceCat"
},
{
"repositoryId":"cat70004"
},
{
"repositoryId":"rootCategory"
},
{
"repositoryId":"rootCategory"
}
],
"primaryLargeImageURL":"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg&height=940&width=940",
"smallImageURLs":[
"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg&height=300&width=300"
],
"shippingSurcharges":null,
"isOnSale":null,
"filteredSKUs":[
{
"repositoryId":"Sku_18Dyii"
}
],
"saleVolumePrices":null,
"primaryImageTitle":"Short Circuit",
"saleVolumePrice":null,
"relatedMediaContent":[
],
"salePrice":null,
"fullImageURLs":[
"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg"
],
"length":null,
"wasPriceRange":[
],
"notForIndividualSale":false,
"repositoryId":"Product_18Cyii",
"width":null,
"shippingSurcharge":null,
"fractionalQuantitiesAllowed":false,
"productImagesMetadata":[
{
}
],
"priceRange":[
],
"configurable":false,
"ancestorCategoriesForFullDeploy":[
],
"listPrice":null
}
],
"mediumImageURLs":[
],
"derivedListPriceFrom":"defaultPriceGroup",
"repositoryId":"Sku_18Dyii",
"primarySourceImageURL":null,
"fractionalQuantitiesAllowed":false,
"primarySmallImageURL":null,
"sourceImageURLs":[
],
"listPrice":"9.99",
"configurable":false
}
],
"saleVolumePrices":null,
"primaryImageTitle":"Short Circuit",
"saleVolumePrice":null,
"relatedMediaContent":[
],
"salePrice":null,
"fullImageURLs":[
"/ccstore/v1/images/?source=/file/v3530600434511853455/products/short_circuit_LARGE.jpg"
],
"length":null,
"wasPriceRange":[
],
"notForIndividualSale":false,
"derivedListPriceFrom":"defaultPriceGroup",
"repositoryId":"Product_18Cyii",
"width":null,
"shippingSurcharge":null,
"fractionalQuantitiesAllowed":false,
"productImagesMetadata":[
{
}
],
"priceRange":[
],
"configurable":false,
"ancestorCategoriesForFullDeploy":[
],
"listPrice":null
}
],
"mediumImageURLs":[
],
"primarySourceImageURL":null,
"primarySmallImageURL":null,
"sourceImageURLs":[
],
"productFamily":null,
"primaryThumbImageURL":null,
"nonreturnable":false,
"displayName":null,
"salePrices":{
"price_list_group_3304147":null,
"price_list_group_33042528":null,
"defaultPriceGroup":"9.99"
},
"primaryFullImageURL":null,
"productVariantOptions":[
[
]
],
"productListingSku":null,
"primaryLargeImageURL":null,
"derivedOnlineOnly":false,
"smallImageURLs":[
],
"derivedShippingSurchargeFrom":"defaultPriceGroup",
"shippingSurcharges":{
"price_list_group_3304147":null,
"price_list_group_33042528":null,
"defaultPriceGroup":null
},
"thumbnailImage":null,
"saleVolumePrices":{
"price_list_group_3304147":null,
"price_list_group_33042528":null,
"defaultPriceGroup":null
},
"saleVolumePrice":null,
"salePriceStartDate":null,
"quantity":null,
"salePrice":"9.99",
"fullImageURLs":[
],
"variantValuesOrder":{
},
"derivedListPriceFrom":"defaultPriceGroup",
"repositoryId":"Sku_18Dyii",
"shippingSurcharge":null,
"fractionalQuantitiesAllowed":false,
"listPrice":"9.99",
"configurable":false
},
{
"dynamicPropertyMapLong":{
},
"bundleLinks":[
],
"largeImage":null,
"smallImage":null,
"listVolumePrice":null,
"listPrices":{
"price_list_group_3304147":null,
"price_list_group_33042528":null,
"defaultPriceGroup":"24.99"
},
"largeImageURLs":[
],
"productLine":null,
"listVolumePrices":{
"price_list_group_3304147":null,
"price_list_group_33042528":null,
"defaultPriceGroup":null
},
"derivedSalePriceFrom":"defaultPriceGroup",
"model":null,
"barcode":"200000000318",
"salePriceEndDate":null,
"images":[
],
"unitOfMeasure":null,
"primaryMediumImageURL":null,
"dynamicPropertyMapBigString":{
},
"active":true,
"thumbImageURLs":[
],
"parentProducts":[
{
"listVolumePrice":null,
"excludeFromSitemap":false,
"relatedProducts":null,
"orderLimit":"100",
"CountryOfOrigin":"US",
"onlineOnly":false,
"listPrices":null,
"type":null,
"largeImageURLs":[
"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg&height=940&width=940"
],
"listVolumePrices":null,
"shippable":true,
"addOnProducts":[
],
"derivedSalePriceFrom":"defaultPriceGroup",
"primaryImageAltText":"USA vs England Worldcup 2010",
"id":"Product_29E",
"brand":null,
"parentCategories":[
{
"repositoryId":"AllProdPagination",
"fixedParentCategories":[
{
"repositoryId":"rootCategory",
"fixedParentCategories":[
]
}
]
},
{
"repositoryId":"cat60022",
"fixedParentCategories":[
{
"repositoryId":"cat60020",
"fixedParentCategories":[
{
"repositoryId":"cat40013"
}
]
}
]
}
],
"height":null,
"defaultProductListingSku":null,
"assetable":false,
"unitOfMeasure":null,
"primaryMediumImageURL":"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg&height=475&width=475",
"seoUrlSlugDerived":"USA vs England Worldcup 2010",
"weight":null,
"active":true,
"thumbImageURLs":[
"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg&height=100&width=100"
],
"route":"/usa-vs-england-worldcup-2010/product/Product_29E",
"relatedArticles":[
],
"mediumImageURLs":[
"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg&height=475&width=475"
],
"primarySourceImageURL":"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg&height=300&width=300",
"parentCategory":null,
"sourceImageURLs":[
"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg&height=300&width=300"
],
"primarySmallImageURL":"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg&height=300&width=300",
"minOrderLimit":"1",
"avgCustRating":"4.5",
"longDescription":null,
"primaryThumbImageURL":"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg&height=100&width=100",
"nonreturnable":false,
"displayName":"USA vs England Worldcup 2010",
"description":"Probably England wins, right",
"salePrices":null,
"primaryFullImageURL":"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg",
"parentCategoriesAncestorCategories":[
{
"repositoryId":"rootCategory",
"fixedParentCategories":[
]
},
{
"repositoryId":"rootCategory",
"fixedParentCategories":[
]
},
{
"repositoryId":"cat40013",
"fixedParentCategories":[
{
"repositoryId":"rootCategory",
"fixedParentCategories":[
]
}
]
},
{
"repositoryId":"cat60020",
"fixedParentCategories":[
{
"repositoryId":"cat40013",
"fixedParentCategories":[
{
"repositoryId":"rootCategory"
}
]
}
]
}
],
"primaryLargeImageURL":"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg&height=940&width=940",
"derivedShippingSurchargeFrom":"defaultPriceGroup",
"smallImageURLs":[
"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg&height=300&width=300"
],
"shippingSurcharges":null,
"isOnSale":null,
"filteredSKUs":[
{
"productFamily":null,
"dynamicPropertyMapLong":{
},
"primaryThumbImageURL":null,
"bundleLinks":[
],
"largeImage":null,
"smallImage":null,
"listVolumePrice":null,
"nonreturnable":false,
"salePrices":{
"price_list_group_3304147":null,
"price_list_group_33042528":null,
"defaultPriceGroup":null
},
"primaryFullImageURL":null,
"listPrices":{
"price_list_group_3304147":null,
"price_list_group_33042528":null,
"defaultPriceGroup":"24.99"
},
"productListingSku":null,
"largeImageURLs":[
],
"productLine":null,
"listVolumePrices":{
"price_list_group_3304147":null,
"price_list_group_33042528":null,
"defaultPriceGroup":null
},
"primaryLargeImageURL":null,
"derivedOnlineOnly":false,
"smallImageURLs":[
],
"derivedSalePriceFrom":"defaultPriceGroup",
"model":null,
"thumbnailImage":null,
"barcode":"200000000318",
"saleVolumePrices":{
"price_list_group_3304147":null,
"price_list_group_33042528":null,
"defaultPriceGroup":null
},
"salePriceEndDate":null,
"saleVolumePrice":null,
"salePriceStartDate":null,
"images":[
],
"quantity":null,
"unitOfMeasure":null,
"salePrice":null,
"primaryMediumImageURL":null,
"fullImageURLs":[
],
"dynamicPropertyMapBigString":{
},
"active":true,
"thumbImageURLs":[
],
"variantValuesOrder":{
},
"parentProducts":[
{
"listVolumePrice":null,
"excludeFromSitemap":false,
"relatedProducts":null,
"orderLimit":"100",
"CountryOfOrigin":"US",
"onlineOnly":false,
"listPrices":null,
"type":null,
"largeImageURLs":[
"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg&height=940&width=940"
],
"listVolumePrices":null,
"shippable":true,
"addOnProducts":[
],
"derivedSalePriceFrom":"defaultPriceGroup",
"primaryImageAltText":"USA vs England Worldcup 2010",
"id":"Product_29E",
"brand":null,
"parentCategories":[
{
"repositoryId":"AllProdPagination"
},
{
"repositoryId":"cat60022"
}
],
"height":null,
"defaultProductListingSku":null,
"assetable":false,
"unitOfMeasure":null,
"primaryMediumImageURL":"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg&height=475&width=475",
"seoUrlSlugDerived":"USA vs England Worldcup 2010",
"weight":null,
"active":true,
"thumbImageURLs":[
"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg&height=100&width=100"
],
"route":"/usa-vs-england-worldcup-2010/product/Product_29E",
"relatedArticles":[
],
"mediumImageURLs":[
"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg&height=475&width=475"
],
"primarySourceImageURL":"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg&height=300&width=300",
"parentCategory":null,
"sourceImageURLs":[
"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg&height=300&width=300"
],
"primarySmallImageURL":"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg&height=300&width=300",
"minOrderLimit":"1",
"avgCustRating":"4.5",
"longDescription":null,
"primaryThumbImageURL":"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg&height=100&width=100",
"nonreturnable":false,
"displayName":"USA vs England Worldcup 2010",
"description":"Probably England wins, right",
"salePrices":null,
"primaryFullImageURL":"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg",
"parentCategoriesAncestorCategories":[
{
"repositoryId":"rootCategory"
},
{
"repositoryId":"rootCategory"
},
{
"repositoryId":"cat40013"
},
{
"repositoryId":"cat60020"
}
],
"primaryLargeImageURL":"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg&height=940&width=940",
"derivedShippingSurchargeFrom":"defaultPriceGroup",
"smallImageURLs":[
"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg&height=300&width=300"
],
"shippingSurcharges":null,
"isOnSale":null,
"filteredSKUs":[
{
"repositoryId":"Sku_29F"
}
],
"saleVolumePrices":null,
"primaryImageTitle":"USA vs England Worldcup 2010",
"saleVolumePrice":null,
"relatedMediaContent":[
],
"salePrice":null,
"fullImageURLs":[
"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg"
],
"length":null,
"wasPriceRange":[
],
"notForIndividualSale":false,
"derivedListPriceFrom":"defaultPriceGroup",
"repositoryId":"Product_29E",
"width":null,
"shippingSurcharge":null,
"fractionalQuantitiesAllowed":false,
"productImagesMetadata":[
{
}
],
"priceRange":[
],
"configurable":false,
"ancestorCategoriesForFullDeploy":[
],
"listPrice":null
}
],
"mediumImageURLs":[
],
"derivedListPriceFrom":"defaultPriceGroup",
"repositoryId":"Sku_29F",
"primarySourceImageURL":null,
"fractionalQuantitiesAllowed":false,
"primarySmallImageURL":null,
"sourceImageURLs":[
],
"listPrice":"24.99",
"configurable":false
}
],
"saleVolumePrices":null,
"primaryImageTitle":"USA vs England Worldcup 2010",
"saleVolumePrice":null,
"relatedMediaContent":[
],
"salePrice":null,
"fullImageURLs":[
"/ccstore/v1/images/?source=/file/v4639035846285682115/products/worldcup_LARGE.jpg"
],
"length":null,
"wasPriceRange":[
],
"notForIndividualSale":false,
"derivedListPriceFrom":"defaultPriceGroup",
"repositoryId":"Product_29E",
"width":null,
"shippingSurcharge":null,
"fractionalQuantitiesAllowed":false,
"productImagesMetadata":[
{
}
],
"priceRange":[
],
"configurable":false,
"ancestorCategoriesForFullDeploy":[
],
"listPrice":null
}
],
"mediumImageURLs":[
],
"primarySourceImageURL":null,
"primarySmallImageURL":null,
"sourceImageURLs":[
],
"productFamily":null,
"primaryThumbImageURL":null,
"nonreturnable":false,
"displayName":null,
"salePrices":{
"price_list_group_3304147":null,
"price_list_group_33042528":null,
"defaultPriceGroup":null
},
"primaryFullImageURL":null,
"productVariantOptions":[
[
]
],
"productListingSku":null,
"primaryLargeImageURL":null,
"derivedOnlineOnly":false,
"smallImageURLs":[
],
"derivedShippingSurchargeFrom":"defaultPriceGroup",
"shippingSurcharges":{
"price_list_group_3304147":null,
"price_list_group_33042528":null,
"defaultPriceGroup":null
},
"thumbnailImage":null,
"saleVolumePrices":{
"price_list_group_3304147":null,
"price_list_group_33042528":null,
"defaultPriceGroup":null
},
"saleVolumePrice":null,
"salePriceStartDate":null,
"quantity":null,
"salePrice":null,
"fullImageURLs":[
],
"variantValuesOrder":{
},
"derivedListPriceFrom":"defaultPriceGroup",
"repositoryId":"Sku_29F",
"shippingSurcharge":null,
"fractionalQuantitiesAllowed":false,
"listPrice":"24.99",
"configurable":false
}
]
}
]
Default Response
The error response
Root Schema : errorModel
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
errors:
array errors
An optional list of errors if multiple errors were encountered
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code
-
type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code