Response [200 Ok]
| Uri | /api/v2/pricelist/pxDRf/skuprice/2536120 |
|---|---|
| UriDescription | Pricelist Sku Price |
| EndpointType | PricelistSkuPrice |
| Locator | PricelistSkuPrice |
| LocatorType | Object |
PricelistSkuPrice [1 of 1]
/api/v2/pricelist/pxDRf/skuprice/2536120
| Uri | /api/v2/pricelist/pxDRf/skuprice/2536120 |
|---|---|
| UriDescription | Pricelist Sku Price |
| ResponseLevel | Public |
| Currency | USD |
| Price | 13.83 |
Uris
CatalogSku
/api/v2/catalog/sku/2536120
| Uri | /api/v2/catalog/sku/2536120 |
|---|---|
| UriDescription | Catalog Sku by ID |
| EndpointType | CatalogSku |
| Locator | CatalogSku |
| LocatorType | Object |
CatalogSkuBuy
/api/v2/catalog/sku/2536120!buy
| Uri | /api/v2/catalog/sku/2536120!buy |
|---|---|
| UriDescription | Buy Catalog Sku |
| EndpointType | CatalogSkuBuy |
PricelistKey
/api/v2/pricelist/pxDRf
| Uri | /api/v2/pricelist/pxDRf |
|---|---|
| UriDescription | Pricelist by PricelistKey |
| EndpointType | PricelistKey |
| Locator | PricelistKey |
| LocatorType | Object |
Request
| Uri | /api/v2/pricelist/pxDRf/skuprice/2536120 |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
Options
Methods
OPTIONS
| Permissions |
|
|---|
GET
| Permissions |
|
|---|
Output Fields
| BaseCurrency | text | Base Currency |
|---|---|---|
| BasePrice | floatingpoint | |
| Currency | text | Currency |
| Price | floatingpoint |
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/pricelist/pxDRf/skuprice/2536120"
},
"Options": {
"MethodDetails": {
"OPTIONS": {
"Permissions": [
"Read"
]
},
"GET": {
"Permissions": [
"Read"
]
}
},
"Methods": [
"OPTIONS",
"GET"
],
"ParameterDescription": {
"Select": "Select one option. Options should pass only the \"Value\"."
},
"Parameters": {
"GET": [
{
"Name": "Currency",
"Required": false,
"ReadOnly": false,
"Default": null,
"Description": "Currency",
"Type": "Select",
"OPTIONS": [
"US Dollar",
"Canadian Dollar",
"British Pound Sterling",
"Euro",
"Australian Dollar",
"Mexican Peso",
"Japanese Yen",
"Swiss Franc",
"New Zealand Dollar",
"Norwegian Kroner",
"Swedish Krona",
"Hong Kong Dollar",
"Indian Rupee",
"Singaporean Dollar"
],
"MIN_COUNT": 1,
"MAX_COUNT": 1
}
]
},
"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"
},
{
"Name": "BaseCurrency",
"Description": "Base Currency",
"Type": "Varchar",
"MIN_CHARS": 3,
"MAX_CHARS": 3
},
{
"Name": "BasePrice",
"Type": "FloatingPoint",
"MIN_VALUE": 0,
"MAX_VALUE": "POSITIVE_INFINITY"
}
],
"ResponseLevels": [
"Full",
"Password",
"Public",
"GrantAccess"
],
"Path": [
{
"type": "path",
"text": "api"
},
{
"type": "path",
"text": "v2"
},
{
"type": "path",
"text": "pricelist"
},
{
"type": "singleparam",
"param_name": "pricelistkey",
"param_value": "pxDRf",
"param_validator": {}
},
{
"type": "path",
"text": "skuprice"
},
{
"type": "singleparam",
"param_name": "skuid",
"param_value": "2536120",
"param_validator": {}
}
]
},
"Response": {
"Uri": "/api/v2/pricelist/pxDRf/skuprice/2536120",
"Locator": "PricelistSkuPrice",
"LocatorType": "Object",
"PricelistSkuPrice": {
"Currency": "USD",
"Price": 13.83,
"Uri": "/api/v2/pricelist/pxDRf/skuprice/2536120",
"UriDescription": "Pricelist Sku Price",
"Uris": {
"CatalogSku": {
"Uri": "/api/v2/catalog/sku/2536120",
"Locator": "CatalogSku",
"LocatorType": "Object",
"UriDescription": "Catalog Sku by ID",
"EndpointType": "CatalogSku"
},
"CatalogSkuBuy": {
"Uri": "/api/v2/catalog/sku/2536120!buy",
"UriDescription": "Buy Catalog Sku",
"EndpointType": "CatalogSkuBuy"
},
"PricelistKey": {
"Uri": "/api/v2/pricelist/pxDRf",
"Locator": "PricelistKey",
"LocatorType": "Object",
"UriDescription": "Pricelist by PricelistKey",
"EndpointType": "PricelistKey"
}
},
"ResponseLevel": "Public"
},
"UriDescription": "Pricelist Sku Price",
"EndpointType": "PricelistSkuPrice",
"Timing": {
"Total": {
"time": 0.03541,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}