getSku
get
/ccagent/v1/skus/{id}
Get Sku. Returns sku details with pricing and variant information. Unlike the getSku endpoint of Admin, this endpoint returns pricing and variants details of Sku. Takes X-CCAgentContext header which is a JSON object with 'shopperProfileId' as a property. If 'shopperProfileId' is not provided, it is considered as an anonymous profile.Additonally takes x-ccsite header to return the sku's of that site'
Request
Supported Media Types
- application/json
Path Parameters
-
id(required): string
Sku Id.
Query Parameters
-
catalogId: string
ID of catalog. If a catalogId is not passed, the catalog associated with the shopperProfileId passed in the X-CCAgentContext header is used. If no shopperProfileId is passed in the header, default catalog associated with the site is used.
-
showNotForIndividualSale(required): boolean
To retrieve not for indivisal Sale items. If showNotForIndividualSale is not passed the sku will return if it exists
-
skuId(required): string
Sku Id.
Header Parameters
-
x-ccsite: string
the site id on which the orders is laced
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : getSku_response
Type:
Show Source
object
-
items:
object items
sku details with pricing and variant information
Nested Schema : items
Type:
object
sku details with pricing and variant information
Show Source
-
configurable:
boolean
Indicates whether SKU is configurable
-
configurationMetadata:
array configurationMetadata
Array of configuration attributes associated with the SKU.
-
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
-
largeImage:
object largeImage
large image
-
listPrice:
integer
List price of the SKU.
-
parentProducts:
object parentProducts
Array having parent products.
-
quantity:
integer
Quantity of the SKU.
-
repositoryId:
string
Repository ID of the SKU.
-
salePrice:
string
Sale price of the SKU.
-
salePriceEndDate:
integer
Sale price end date of the SKU.
-
salePriceStartDate:
string
Sale price start date of the SKU.
-
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:
object smallImage
Small image of Sku
-
thumbnailImage:
string
Thumbnail image of the SKU.
Nested Schema : configurationMetadata
Type:
array
Array of configuration attributes associated with the SKU.
Show Source
Nested Schema : largeImage
Type:
object
large image
Show Source
-
repositoryId:
string
repository Id
-
url:
string
URL
Nested Schema : parentProducts
Type:
object
Array having parent products.
Show Source
-
active:
boolean
Flag indicating whether a product is active
-
addOnProducts:
array addOnProducts
Array of AddOn products.
-
avgCustRating:
string
Average customer rating of the product.
-
childSKUs:
object childSKUs
Array having properties of child SKU.
-
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
Display name of the product.
-
fullImageURLs:
array fullImageURLs
Full image URLs of the product.
-
id:
string
ID of the product.
-
largeImage:
object largeImage
Array having repository ID and URL of the large image of SKU.
-
largeImageURLs:
array largeImageURLs
Large image URLs of the product.
-
listPrice:
number
List price of the product.
-
listVolumePrice:
number
List volume price of the product.
-
longDescription:
string
Long description of the product.
-
mediumImageURLs:
array mediumImageURLs
Medium image URLs of the product.
-
minOrderLimit:
string
Minimum Order limit of the product.
-
onlineOnly:
boolean
online only property
-
orderLimit:
string
Maximum Order limit of the product.
-
primaryFullImageURL:
string
Primary full image URL of the product.
-
primaryLargeImageURL:
string
Primary large image URL of the product.
-
primarySmallImageURL:
string
Primary small image URL of the product.
-
primarySourceImageURL:
string
Primary source image URL of the product.
-
primaryThumbImageURL:
string
Primary thumb image URL of the product.
-
productImages:
array productImages
Array of product images.
-
productNumber:
string
Product number of the product.
-
repositoryId:
string
Repository id of the product.
-
route:
string
Route of the product.
-
salePrice:
integer
Sale price of the product.
-
saleVolumePrice:
number
Sale volume price of the product.
-
smallImage:
object smallImage
Array having repository ID and URL of small image of the SKU.
-
smallImageURLs:
array smallImageURLs
Small image URLs of the product.
-
sourceImageURLs:
array sourceImageURLs
Source image URLs of the product.
-
thumbImageURLs:
array thumbImageURLs
Thumb image URLs of the product.
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 : smallImage
Type:
object
Small image of Sku
Show Source
-
repositoryId:
string
repository Id
-
url:
string
URL
Nested Schema : items
Type:
Show Source
object
-
name:
string
The name of the configuration attribute.
-
repositoryId:
string
The repository id for existing configuration metadata items.
-
value:
string
The value of the configuration attribute.
Nested Schema : addOnProducts
Type:
array
Array of AddOn products.
Show Source
-
Array of:
object items
AddOn product.
Nested Schema : childSKUs
Type:
object
Array having properties of child SKU.
Show Source
-
repositoryId:
string
Repository ID of the SKU.
Nested Schema : largeImage
Type:
object
Array having repository ID and URL of the large image of SKU.
Show Source
-
repositoryId:
string
Repository ID of SKU.
-
url:
string
URL of SKU.
Nested Schema : smallImage
Type:
object
Array having repository ID and URL of small image of the SKU.
Show Source
-
repositoryId:
string
Repository ID of SKU.
-
url:
string
URL of SKU.
Nested Schema : items
Type:
object
AddOn product.
Show Source
-
configurationOptions:
array configurationOptions
Array of configuration options.
-
id:
string
Repository ID
-
repositoryId:
string
Repository ID of configurable product.
Nested Schema : items
Type:
Show Source
object
-
id:
string
Repository ID
-
product:
object product
Product Details
-
repositoryId:
string
Repository ID of configuration option.
-
sku:
object sku
Sku Details
Nested Schema : product
Type:
object
Product Details
Show Source
-
displayName:
string
Display name of product.
-
id:
string
Repository ID
-
repositoryId:
string
Repository ID of product.
-
type:
string
Type of product.
Nested Schema : sku
Type:
object
Sku Details
Show Source
-
id:
string
Repository ID
-
repositoryId:
string
Repository ID of sku.
Nested Schema : items
Type:
Show Source
object
-
metadata:
object metadata
Seo meta info for product.
-
name:
string
The name of product image
-
path:
string
The path of the image
-
repositoryId:
string
The repository Id of the product image
-
tags:
array tags
The array of product image tags
-
url:
string
The url of the product image
Nested Schema : metadata
Type:
object
Seo meta info for product.
Show Source
-
altText:
string
The alt text of the image
-
titleText:
string
The title text of the image
Example Response (application/json)
{
"links":[
{
"rel":"self",
"href":"http://localhost:9080/ccagent/v1/variants/camcordersku_1_3"
}
],
"autoWrap":true,
"items":[
{
"dynamicPropertyMapLong":{
"sku-camcorder_zoom":0,
"sku-camcorder_color":2
},
"bundleLinks":[
],
"largeImage":null,
"smallImage":null,
"endDate":null,
"derivedCatalogs":[
],
"configurationMetadata":[
],
"type":"sku-camcorder",
"derivedSalePriceFrom":"defaultPriceGroup",
"translations":{
},
"id":"camcordersku_1_3",
"wholesalePrice":null,
"salePriceEndDate":null,
"skuInfos":{
},
"creationDate":"2015-03-30T06:53:04.000Z",
"version":1,
"parentProducts":[
{
"longDescription":"Record footage in 720p resolution with this Samsung F980BN\n HMX-F90BN/XAA flash memory camcorder, which features a CMOS sensor to help you capture high-definition\n videos. The 2. LCD display provides a clear view for shooting or reviewing images.\n ",
"primaryThumbImageURL":"/ccstore/v1/images/?source=http://localhost:9080/file/products/Samsung_F90BN_LARGE.jpg&height=100&width=100",
"largeImage":null,
"smallImage":null,
"listVolumePrice":{
"bulkPrice":{
"numLevels":2,
"levels":[
{
"price":21,
"levelMinimum":1,
"levelMaximum":10
},
{
"price":10,
"levelMinimum":11
}
]
}
},
"displayName":"Samsung - F90BN HD Flash Memory Camcorder",
"orderLimit":null,
"onlineOnly":false,
"description":null,
"primaryFullImageURL":"/ccstore/v1/images/?source=http://localhost:9080/file/products/Samsung_F90BN_LARGE.jpg",
"largeImageURLs":[
"/ccstore/v1/images/?source=http://localhost:9080/file/products/Samsung_F90BN_LARGE.jpg&height=940&width=940"
],
"primaryLargeImageURL":"/ccstore/v1/images/?source=http://localhost:9080/file/products/Samsung_F90BN_LARGE.jpg&height=940&width=940",
"addOnProducts":[
{
"repositoryId":"cp10004",
"configurationOptions":[
{
"product":{
"displayName":"OM-D E-M10 Digital Compact System Camera",
"repositoryId":"camera_1",
"id":"camera_1",
"type":"camera"
},
"repositoryId":"co10009",
"id":"co10009",
"sku":{
"repositoryId":"camerasku_1_1",
"id":"camerasku_1_1"
}
},
{
"product":{
"displayName":"OM-D E-M10 Digital Compact System Camera",
"repositoryId":"camera_1",
"id":"camera_1",
"type":"camera"
},
"repositoryId":"co10010",
"id":"co10010",
"sku":{
"repositoryId":"camerasku_1_2",
"id":"camerasku_1_2"
}
}
],
"id":"cp10004"
},
{
"repositoryId":"cp10005",
"configurationOptions":[
{
"product":{
"displayName":"Movie Gift Card",
"repositoryId":"giftCard_1",
"id":"giftCard_1",
"type":"giftCard"
},
"repositoryId":"co10011",
"id":"co10011",
"sku":{
"repositoryId":"giftCardsku_1",
"id":"giftCardsku_1"
}
}
],
"id":"cp10005"
}
],
"smallImageURLs":[
"/ccstore/v1/images/?source=http://localhost:9080/file/products/Samsung_F90BN_LARGE.jpg&height=300&width=300"
],
"derivedShippingSurchargeFrom":"defaultPriceGroup",
"derivedSalePriceFrom":"defaultPriceGroup",
"id":"camcorder_1",
"childSKUs":[
{
"repositoryId":"camcordersku_1_1"
},
{
"repositoryId":"camcordersku_1_2"
},
{
"repositoryId":"camcordersku_1_3"
},
{
"repositoryId":"camcordersku_1_4"
}
],
"saleVolumePrice":{
"tieredPrice":{
"numLevels":2,
"levels":[
{
"price":18,
"levelMinimum":1,
"levelMaximum":10
},
{
"price":8,
"levelMinimum":11
}
]
}
},
"salePrice":null,
"primaryMediumImageURL":"/ccstore/v1/images/?source=http://localhost:9080/file/products/Samsung_F90BN_LARGE.jpg&height=475&width=475",
"fullImageURLs":[
"/ccstore/v1/images/?source=http://localhost:9080/file/products/Samsung_F90BN_LARGE.jpg"
],
"active":true,
"thumbImageURLs":[
"/ccstore/v1/images/?source=http://localhost:9080/file/products/Samsung_F90BN_LARGE.jpg&height=100&width=100"
],
"productImages":[
{
"repositoryId":"camcorderImg"
}
],
"route":"/product/camcorder_1",
"mediumImageURLs":[
"/ccstore/v1/images/?source=http://localhost:9080/file/products/Samsung_F90BN_LARGE.jpg&height=475&width=475"
],
"repositoryId":"camcorder_1",
"derivedListPriceFrom":"defaultPriceGroup",
"primarySourceImageURL":"/ccstore/v1/images/?source=http://localhost:9080/file/products/Samsung_F90BN_LARGE.jpg&height=300&width=300",
"primarySmallImageURL":"/ccstore/v1/images/?source=http://localhost:9080/file/products/Samsung_F90BN_LARGE.jpg&height=300&width=300",
"sourceImageURLs":[
"/ccstore/v1/images/?source=http://localhost:9080/file/products/Samsung_F90BN_LARGE.jpg&height=300&width=300"
],
"minOrderLimit":1,
"avgCustRating":null,
"listPrice":null
}
],
"manufacturer_part_number":null,
"catalogs":[
],
"startDate":null,
"template":null,
"replacementProducts":null,
"dynamicAttributes":{
},
"fixedReplacementProducts":[
],
"color":"Neon",
"nonreturnable":false,
"displayName":"Camcorder",
"description":null,
"derivedOnlineOnly":false,
"derivedShippingSurchargeFrom":"defaultPriceGroup",
"itemAcl":null,
"shippingSurcharges":{
"defaultPriceGroup":null
},
"unit_of_measure":null,
"onSale":false,
"dynamicPropertyMapString":{
},
"siteIds":[
],
"thumbnailImage":null,
"computedCatalogs":[
],
"discountable":true,
"catalogsReplacementProducts":[
],
"salePriceStartDate":null,
"quantity":null,
"salePrice":597,
"zoom":"2x optical/130x digital",
"soldAsPackage":false,
"auxiliaryMedia":{
},
"repositoryId":"camcordersku_1_3",
"derivedListPriceFrom":"defaultPriceGroup",
"shippingSurcharge":null,
"fulfiller":null,
"dynamicPropertyMapDouble":{
},
"listPrice":699.99
},
[
{
"optionValue":"Neon",
"optionName":"color"
},
{
"optionValue":"2x optical/130x digital",
"optionName":"zoom"
}
]
]
}
Default Response
The error response.
The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud:
|Error Code|Description|
|------------------|------------------|
|30015|SiteId passed in x-ccsite header is currently inactive|
|30014|SiteId passed in x-ccsite header is invalid or the site was deleted|
|20033|Illegal to use catalog ID when custom catalogs are not in use.|
|26069|Internal Error.|
|26050|Variants Internal Error.|
|26061|Cannot Find Null Sku.|
|26060|Cannot Find Sku.|
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