Response [200 Ok]

Uri /api/v2/pricelist/KHJSz/skuprice/10113
UriDescription Pricelist Sku Price
EndpointType PricelistSkuPrice
Locator PricelistSkuPrice
LocatorType Object

PricelistSkuPrice [1 of 1]
/api/v2/pricelist/KHJSz/skuprice/10113

Uri /api/v2/pricelist/KHJSz/skuprice/10113
UriDescription Pricelist Sku Price
ResponseLevel Public
Currency USD
Price 24.95

Uris

CatalogSku
/api/v2/catalog/sku/10113

Uri /api/v2/catalog/sku/10113
UriDescription Catalog Sku by ID
EndpointType CatalogSku
Locator CatalogSku
LocatorType Object

CatalogSkuBuy
/api/v2/catalog/sku/10113!buy

Uri /api/v2/catalog/sku/10113!buy
UriDescription Buy Catalog Sku
EndpointType CatalogSkuBuy

PricelistKey
/api/v2/pricelist/KHJSz

Uri /api/v2/pricelist/KHJSz
UriDescription Pricelist by PricelistKey
EndpointType PricelistKey
Locator PricelistKey
LocatorType Object

Timing

Total

cycles 1
objects 0
time 0.048

Config

{
    "expand_method": "ref",
    "shorturis": false
}

Options

Path

  • /api
  • /v2
  • /pricelist
  • /
  • /skuprice
  • /

Methods

OPTIONS

Permissions
  • Read

GET

Permissions
  • Read

Parameters

GET

Currency

Output Fields

BaseCurrency text Base Currency
BasePrice floatingpoint
Currency text Currency
Price floatingpoint

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/pricelist/KHJSz/skuprice/10113"
    },
    "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": "KHJSz",
                "param_validator": {}
            },
            {
                "type": "path",
                "text": "skuprice"
            },
            {
                "type": "singleparam",
                "param_name": "skuid",
                "param_value": "10113",
                "param_validator": {}
            }
        ]
    },
    "Response": {
        "Uri": "/api/v2/pricelist/KHJSz/skuprice/10113",
        "Locator": "PricelistSkuPrice",
        "LocatorType": "Object",
        "PricelistSkuPrice": {
            "Currency": "USD",
            "Price": 24.95,
            "Uri": "/api/v2/pricelist/KHJSz/skuprice/10113",
            "UriDescription": "Pricelist Sku Price",
            "Uris": {
                "CatalogSku": {
                    "Uri": "/api/v2/catalog/sku/10113",
                    "Locator": "CatalogSku",
                    "LocatorType": "Object",
                    "UriDescription": "Catalog Sku by ID",
                    "EndpointType": "CatalogSku"
                },
                "CatalogSkuBuy": {
                    "Uri": "/api/v2/catalog/sku/10113!buy",
                    "UriDescription": "Buy Catalog Sku",
                    "EndpointType": "CatalogSkuBuy"
                },
                "PricelistKey": {
                    "Uri": "/api/v2/pricelist/KHJSz",
                    "Locator": "PricelistKey",
                    "LocatorType": "Object",
                    "UriDescription": "Pricelist by PricelistKey",
                    "EndpointType": "PricelistKey"
                }
            },
            "ResponseLevel": "Public"
        },
        "UriDescription": "Pricelist Sku Price",
        "EndpointType": "PricelistSkuPrice",
        "Timing": {
            "Total": {
                "time": 0.048,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}