Response [200 Ok]

Uri /api/v2/image/tRKS5Gw-1!prices
UriDescription Purchasable Skus
EndpointType ImagePrices
Locator CatalogSkuPrice
LocatorType Objects

CatalogSkuPrice [1 of 1]
/api/v2/catalog/sku/2539128!price?Currency=&Image=%2Fapi%2Fv2%2Fimage%2FtRKS5Gw-1

Uri /api/v2/catalog/sku/2539128!price?Currency=&Image=%2Fapi%2Fv2%2Fimage%2FtRKS5Gw-1
UriDescription Catalog Sku Price
ResponseLevel Public
Currency GBP
Price 7.2

Uris

CatalogSku
/api/v2/catalog/sku/2539128

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

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

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

Timing

Total

cycles 1
objects 0
time 0.05863

Request

Uri /api/v2/image/tRKS5Gw-1!prices
Method GET
Version v2

Config

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

Options

Path

  • /api
  • /v2
  • /image
  • /
  • !prices

Notes

  • _multiargs does not work at this endpoint

Methods

OPTIONS

Permissions
  • Read

GET

Permissions
  • Read

Parameters

GET

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/image/tRKS5Gw-1!prices"
    },
    "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,
                    "Type": "Select",
                    "OPTIONS": [
                        "USD",
                        "CAD",
                        "GBP",
                        "EUR",
                        "AUD",
                        "JPY",
                        "CHF",
                        "NZD",
                        "SEK",
                        "HKD"
                    ],
                    "MIN_COUNT": 1,
                    "MAX_COUNT": 1
                }
            ]
        },
        "MediaTypes": [
            "application/json",
            "application/vnd.php.serialized",
            "application/x-msgpack",
            "text/html",
            "text/csv"
        ],
        "Notes": [
            "_multiargs does not work at this endpoint"
        ],
        "ResponseLevels": [
            "Full",
            "Public"
        ],
        "Path": [
            {
                "type": "path",
                "text": "api"
            },
            {
                "type": "path",
                "text": "v2"
            },
            {
                "type": "path",
                "text": "image"
            },
            {
                "type": "singleparam",
                "param_name": "imagekey",
                "param_value": "tRKS5Gw-1",
                "param_validator": {}
            },
            {
                "type": "action",
                "text": "prices"
            }
        ]
    },
    "Response": {
        "Uri": "/api/v2/image/tRKS5Gw-1!prices",
        "Locator": "CatalogSkuPrice",
        "LocatorType": "Objects",
        "CatalogSkuPrice": [
            {
                "Currency": "GBP",
                "Price": 7.2,
                "Uri": "/api/v2/catalog/sku/2539128!price?Currency=&Image=%2Fapi%2Fv2%2Fimage%2FtRKS5Gw-1",
                "UriDescription": "Catalog Sku Price",
                "Uris": {
                    "CatalogSku": {
                        "Uri": "/api/v2/catalog/sku/2539128",
                        "Locator": "CatalogSku",
                        "LocatorType": "Object",
                        "UriDescription": "Catalog Sku by ID",
                        "EndpointType": "CatalogSku"
                    },
                    "CatalogSkuBuy": {
                        "Uri": "/api/v2/catalog/sku/2539128!buy",
                        "UriDescription": "Buy Catalog Sku",
                        "EndpointType": "CatalogSkuBuy"
                    }
                },
                "ResponseLevel": "Public"
            }
        ],
        "UriDescription": "Purchasable Skus",
        "EndpointType": "ImagePrices",
        "Timing": {
            "Total": {
                "time": 0.05863,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}