Config

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

Options

Path

  • /api
  • /v2
  • /album
  • /
  • /image
  • /
  • !pricelistexclusions

Methods

OPTIONS

Permissions
  • Read

GET

Permissions
  • Read

Output Fields

ColorCorrected boolean Should color correction be applied
DiscountLevel text Level of discount applied to the expansions on this endpoint.
ExcludeList array CatalogSkus that are not available for this image

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/album/jGK6kM/image/m4gCzPF-0!pricelistexclusions?_accept=text%2Fhtml&_responseLevel=Default"
    },
    "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": "ExcludeList",
                "Description": "CatalogSkus that are not available for this image",
                "Type": "Array",
                "ITEM_TYPE": "Uri",
                "MIN_COUNT": 0,
                "MAX_COUNT": "INFINITY"
            },
            {
                "Name": "ColorCorrected",
                "Description": "Should color correction be applied",
                "Type": "Boolean"
            },
            {
                "Name": "DiscountLevel",
                "Description": "Level of discount applied to the expansions on this endpoint.",
                "Type": "Varchar",
                "MIN_CHARS": 255,
                "MAX_CHARS": "INFINITY"
            }
        ],
        "ResponseLevels": [
            "Full",
            "Public"
        ],
        "Path": [
            {
                "type": "path",
                "text": "api"
            },
            {
                "type": "path",
                "text": "v2"
            },
            {
                "type": "path",
                "text": "album"
            },
            {
                "type": "singleparam",
                "param_name": "albumkey",
                "param_value": "jGK6kM",
                "param_validator": {}
            },
            {
                "type": "path",
                "text": "image"
            },
            {
                "type": "singleparam",
                "param_name": "imagekey",
                "param_value": "m4gCzPF-0",
                "param_validator": {}
            },
            {
                "type": "action",
                "text": "pricelistexclusions"
            }
        ]
    },
    "Response": {
        "Uri": "/api/v2/album/jGK6kM/image/m4gCzPF-0!pricelistexclusions?_responseLevel=Default",
        "Locator": "AlbumImagePricelistExclusions",
        "LocatorType": "Object",
        "AlbumImagePricelistExclusions": {
            "ExcludeList": [
                "/api/v2/catalog/sku/2538844",
                "/api/v2/catalog/sku/2538999",
                "/api/v2/catalog/sku/2538997",
                "/api/v2/catalog/sku/2538998",
                "/api/v2/catalog/sku/2538975",
                "/api/v2/catalog/sku/2538973",
                "/api/v2/catalog/sku/2538974",
                "/api/v2/catalog/sku/2538971",
                "/api/v2/catalog/sku/2538969",
                "/api/v2/catalog/sku/2538970"
            ],
            "ColorCorrected": false,
            "DiscountLevel": "Base",
            "Uri": "/api/v2/album/jGK6kM/image/m4gCzPF-0!pricelistexclusions",
            "UriDescription": "Pricelist information for an album image",
            "Uris": {
                "CatalogPrintVendor": {
                    "Uri": "/api/v2/catalog/printvendor/LoxleyConsumer?ApplyColorCorrection=false&PriceType=Base",
                    "Locator": "CatalogPrintVendor",
                    "LocatorType": "Object",
                    "UriDescription": "Catalog Print Vendor by ID",
                    "EndpointType": "CatalogPrintVendor"
                }
            },
            "ResponseLevel": "Public"
        },
        "UriDescription": "Pricelist information for an album image",
        "EndpointType": "AlbumImagePricelistExclusions",
        "Timing": {
            "Total": {
                "time": 0.03383,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}