Response [200 Ok]
| Uri | /api/v2/catalog/sku/90045 |
|---|---|
| UriDescription | Catalog Sku by ID |
| EndpointType | CatalogSku |
| Locator | CatalogSku |
| LocatorType | Object |
CatalogSku [1 of 1]
/api/v2/catalog/sku/90045
| Uri | /api/v2/catalog/sku/90045 |
|---|---|
| UriDescription | Catalog Sku by ID |
| BorderHeight | 0 |
| BorderWidth | 0 |
| Enabled | true |
| MinResHeight | 1536 |
| MinResWidth | 1536 |
| Priceable | true |
| Sku | 90045 |
| SkuID | 90045 |
Uris
CatalogProduct
/api/v2/catalog/product/90045
| Uri | /api/v2/catalog/product/90045 |
|---|---|
| UriDescription | Catalog Product by ID |
| EndpointType | CatalogProduct |
| Locator | CatalogProduct |
| LocatorType | Object |
CatalogSkuBuy
/api/v2/catalog/sku/90045!buy
| Uri | /api/v2/catalog/sku/90045!buy |
|---|---|
| UriDescription | Buy Catalog Sku |
| EndpointType | CatalogSkuBuy |
CatalogSkuPrice
/api/v2/catalog/sku/90045!price
| Uri | /api/v2/catalog/sku/90045!price |
|---|---|
| UriDescription | Catalog Sku Price |
| EndpointType | CatalogSkuPrice |
| Locator | CatalogSkuPrice |
| LocatorType | Object |
CatalogSkuType
/api/v2/catalog/skutype/option/canvas/rolled
| Uri | /api/v2/catalog/skutype/option/canvas/rolled |
|---|---|
| UriDescription | Catalog SkuType by TypeCode |
| EndpointType | CatalogSkuType |
| Locator | CatalogSkuType |
| LocatorType | Object |
Request
| Uri | /api/v2/catalog/sku/90045 |
|---|---|
| Method | GET |
| Version | v2 |
Options
Methods
OPTIONS
| Permissions |
|
|---|
GET
| Permissions |
|
|---|
Output Fields
| BorderHeight | floatingpoint | |
|---|---|---|
| BorderWidth | floatingpoint | |
| CartItemLimit | integer | Limit of CartItems for this Sku allowed in shopping cart |
| Enabled | boolean | |
| MaxQuantity | integer | Maximum quantity allowed per CartItem |
| MinResHeight | integer | Minimum Resolution Height |
| MinResWidth | integer | Minimum Resolution Width |
| Priceable | boolean | |
| Sku | text | |
| SkuID | integer |
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/catalog/sku/90045"
},
"Options": {
"MethodDetails": {
"OPTIONS": {
"Permissions": [
"Read"
]
},
"GET": {
"Permissions": [
"Read"
]
}
},
"Methods": [
"OPTIONS",
"GET"
],
"MediaTypes": [
"application/json",
"application/vnd.php.serialized",
"application/x-msgpack",
"text/html",
"text/csv"
],
"Output": [
{
"Name": "BorderHeight",
"Type": "FloatingPoint",
"MIN_VALUE": 0,
"MAX_VALUE": "POSITIVE_INFINITY"
},
{
"Name": "BorderWidth",
"Type": "FloatingPoint",
"MIN_VALUE": 0,
"MAX_VALUE": "POSITIVE_INFINITY"
},
{
"Name": "CartItemLimit",
"Description": "Limit of CartItems for this Sku allowed in shopping cart",
"Type": "Integer",
"MIN_VALUE": 1,
"MAX_VALUE": "POSITIVE_INFINITY"
},
{
"Name": "Enabled",
"Type": "Boolean"
},
{
"Name": "MinResHeight",
"Description": "Minimum Resolution Height",
"Type": "Integer",
"MIN_VALUE": 0,
"MAX_VALUE": "POSITIVE_INFINITY"
},
{
"Name": "MinResWidth",
"Description": "Minimum Resolution Width",
"Type": "Integer",
"MIN_VALUE": 0,
"MAX_VALUE": "POSITIVE_INFINITY"
},
{
"Name": "MaxQuantity",
"Description": "Maximum quantity allowed per CartItem",
"Type": "Integer",
"MIN_VALUE": 1,
"MAX_VALUE": 4294967295
},
{
"Name": "Priceable",
"Type": "Boolean"
},
{
"Name": "SkuID",
"Type": "Integer",
"MIN_VALUE": 0,
"MAX_VALUE": "POSITIVE_INFINITY"
},
{
"Name": "Sku",
"Type": "Varchar",
"MIN_CHARS": 0,
"MAX_CHARS": "INFINITY"
}
],
"Path": [
{
"type": "path",
"text": "api"
},
{
"type": "path",
"text": "v2"
},
{
"type": "path",
"text": "catalog"
},
{
"type": "path",
"text": "sku"
},
{
"type": "singleparam",
"param_name": "skuId",
"param_value": "90045"
}
]
},
"Response": {
"Uri": "/api/v2/catalog/sku/90045",
"Locator": "CatalogSku",
"LocatorType": "Object",
"CatalogSku": {
"BorderHeight": 0,
"BorderWidth": 0,
"Enabled": true,
"MinResHeight": 1536,
"MinResWidth": 1536,
"Priceable": true,
"SkuID": 90045,
"Sku": "90045",
"Uri": "/api/v2/catalog/sku/90045",
"UriDescription": "Catalog Sku by ID",
"Uris": {
"CatalogProduct": {
"Uri": "/api/v2/catalog/product/90045",
"Locator": "CatalogProduct",
"LocatorType": "Object",
"UriDescription": "Catalog Product by ID",
"EndpointType": "CatalogProduct"
},
"CatalogSkuType": {
"Uri": "/api/v2/catalog/skutype/option/canvas/rolled",
"Locator": "CatalogSkuType",
"LocatorType": "Object",
"UriDescription": "Catalog SkuType by TypeCode",
"EndpointType": "CatalogSkuType"
},
"CatalogSkuPrice": {
"Uri": "/api/v2/catalog/sku/90045!price",
"Locator": "CatalogSkuPrice",
"LocatorType": "Object",
"UriDescription": "Catalog Sku Price",
"EndpointType": "CatalogSkuPrice"
},
"CatalogSkuBuy": {
"Uri": "/api/v2/catalog/sku/90045!buy",
"UriDescription": "Buy Catalog Sku",
"EndpointType": "CatalogSkuBuy"
}
}
},
"UriDescription": "Catalog Sku by ID",
"EndpointType": "CatalogSku",
"Timing": {
"Total": {
"time": 0.0166,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}