Response [200 Ok]
| Uri | /api/v2/catalog/sku/2538822!price?ApplyColorCorrection=false&PriceType=Base&_responseLevel=Default |
|---|---|
| UriDescription | Catalog Sku Price |
| EndpointType | CatalogSkuPrice |
| Locator | CatalogSkuPrice |
| LocatorType | Object |
CatalogSkuPrice [1 of 1]
/api/v2/catalog/sku/2538822!price?ApplyColorCorrection=false&PriceType=Base
| Uri | /api/v2/catalog/sku/2538822!price?ApplyColorCorrection=false&PriceType=Base |
|---|---|
| UriDescription | Catalog Sku Price |
| ResponseLevel | Public |
| Currency | GBP |
| Price | 130.93 |
Uris
CatalogSku
/api/v2/catalog/sku/2538822
| Uri | /api/v2/catalog/sku/2538822 |
|---|---|
| UriDescription | Catalog Sku by ID |
| EndpointType | CatalogSku |
| Locator | CatalogSku |
| LocatorType | Object |
CatalogSkuBuy
/api/v2/catalog/sku/2538822!buy
| Uri | /api/v2/catalog/sku/2538822!buy |
|---|---|
| UriDescription | Buy Catalog Sku |
| EndpointType | CatalogSkuBuy |
Config
{
"expand_method": "ref",
"shorturis": false
}
Options
Methods
OPTIONS
| Permissions |
|
|---|
GET
| Permissions |
|
|---|
Output Fields
| Currency | text | Currency |
|---|---|---|
| Price | floatingpoint |
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/catalog/sku/2538822!price?ApplyColorCorrection=false&PriceType=Base&_accept=text%2Fhtml&_responseLevel=Default"
},
"Options": {
"MethodDetails": {
"OPTIONS": {
"Permissions": [
"Read"
]
},
"GET": {
"Permissions": [
"Read"
]
}
},
"Methods": [
"OPTIONS",
"GET"
],
"ParameterDescription": {
"Uri": "Absolute or relative URL, restricted to Locator(s) of the supplied URL if not null. Up to a MAX_LENGTH in length.",
"Select": "Select one option. Options should pass only the \"Value\".",
"Boolean": "For true return type true or 1, for false type false or 0"
},
"Parameters": {
"GET": [
{
"Name": "Album",
"Required": false,
"ReadOnly": false,
"Default": null,
"Description": "Album Uri",
"Type": "Uri",
"MAX_LENGTH": "INFINITY",
"Locator": []
},
{
"Name": "Image",
"Required": false,
"ReadOnly": false,
"Default": null,
"Description": "Image Uri",
"Type": "Uri",
"MAX_LENGTH": "INFINITY",
"Locator": []
},
{
"Name": "Currency",
"Required": false,
"ReadOnly": false,
"Default": null,
"Description": "Currency",
"Type": "Select",
"OPTIONS": [
"USD",
"CAD",
"GBP",
"EUR",
"AUD",
"MXN",
"JPY",
"CHF",
"NZD",
"NOK",
"SEK",
"HKD",
"INR",
"SGD"
],
"MIN_COUNT": 1,
"MAX_COUNT": 1
},
{
"Name": "ApplyColorCorrection",
"Required": false,
"ReadOnly": false,
"Default": false,
"Description": "Add in the cost of color correction when obtaining the base price",
"Type": "Boolean",
"Value": "false"
},
{
"Name": "PriceType",
"Required": false,
"ReadOnly": false,
"Default": "Base",
"Description": "Which type of base price to obtain",
"Type": "Select",
"OPTIONS": [
"Base",
"Pro",
"Wholesale"
],
"MIN_COUNT": 1,
"MAX_COUNT": 1,
"Value": "Base"
}
]
},
"MediaTypes": [
"application/json",
"application/vnd.php.serialized",
"application/x-msgpack",
"text/html",
"text/csv"
],
"Output": [
{
"Name": "Currency",
"Description": "Currency",
"Type": "Varchar",
"MIN_CHARS": 3,
"MAX_CHARS": 3
},
{
"Name": "Price",
"Type": "FloatingPoint",
"MIN_VALUE": 0,
"MAX_VALUE": "POSITIVE_INFINITY"
}
],
"ResponseLevels": [
"Full",
"Password",
"GrantAccess",
"Public"
],
"Path": [
{
"type": "path",
"text": "api"
},
{
"type": "path",
"text": "v2"
},
{
"type": "path",
"text": "catalog"
},
{
"type": "path",
"text": "sku"
},
{
"type": "singleparam",
"param_name": "SkuID",
"param_value": "2538822",
"param_validator": {}
},
{
"type": "action",
"text": "price"
}
]
},
"Response": {
"Uri": "/api/v2/catalog/sku/2538822!price?ApplyColorCorrection=false&PriceType=Base&_responseLevel=Default",
"Locator": "CatalogSkuPrice",
"LocatorType": "Object",
"CatalogSkuPrice": {
"Currency": "GBP",
"Price": 130.93,
"Uri": "/api/v2/catalog/sku/2538822!price?ApplyColorCorrection=false&PriceType=Base",
"UriDescription": "Catalog Sku Price",
"Uris": {
"CatalogSku": {
"Uri": "/api/v2/catalog/sku/2538822",
"Locator": "CatalogSku",
"LocatorType": "Object",
"UriDescription": "Catalog Sku by ID",
"EndpointType": "CatalogSku"
},
"CatalogSkuBuy": {
"Uri": "/api/v2/catalog/sku/2538822!buy",
"UriDescription": "Buy Catalog Sku",
"EndpointType": "CatalogSkuBuy"
}
},
"ResponseLevel": "Public"
},
"UriDescription": "Catalog Sku Price",
"EndpointType": "CatalogSkuPrice",
"Timing": {
"Total": {
"time": 0.02615,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}