Response [200 Ok]

Uri /api/v2/catalog/skutype/option/finish/gloss-fuji
UriDescription Catalog SkuType by TypeCode
EndpointType CatalogSkuType
Locator CatalogSkuType
LocatorType Object

CatalogSkuType [1 of 1] - Glossy
/api/v2/catalog/skutype/option/finish/gloss-fuji

Uri /api/v2/catalog/skutype/option/finish/gloss-fuji
UriDescription Catalog SkuType by TypeCode
Description Glossy is a bright, shiny finish. Printed on Fujicolor Professional DP II Gloss photographic paper.
Name Glossy
SortIndex 2

Timing

Total

cycles 1
objects 0
time 0.0183

Config

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

Options

Path

  • /api
  • /v2
  • /catalog
  • /skutype
  • /
  • /

Methods

OPTIONS

Permissions
  • Read

GET

Permissions
  • Read

Output Fields

Color text
Description text
Name text
SortIndex integer

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/catalog/skutype/option/finish/gloss-fuji"
    },
    "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": "Description",
                "Type": "Varchar",
                "MIN_CHARS": 0,
                "MAX_CHARS": "INFINITY"
            },
            {
                "Name": "Name",
                "Type": "Varchar",
                "MIN_CHARS": 0,
                "MAX_CHARS": "INFINITY"
            },
            {
                "Name": "SortIndex",
                "Type": "Integer",
                "MIN_VALUE": "NEGATIVE_INFINITY",
                "MAX_VALUE": "POSITIVE_INFINITY"
            },
            {
                "Name": "Color",
                "Type": "Varchar",
                "MIN_CHARS": 7,
                "MAX_CHARS": "INFINITY"
            }
        ],
        "Path": [
            {
                "type": "path",
                "text": "api"
            },
            {
                "type": "path",
                "text": "v2"
            },
            {
                "type": "path",
                "text": "catalog"
            },
            {
                "type": "path",
                "text": "skutype"
            },
            {
                "type": "singleparam",
                "param_name": "skuType",
                "param_value": "option",
                "param_validator": {}
            },
            {
                "type": "multipleparam",
                "param_name": "typeCode",
                "param_value": [
                    "finish",
                    "gloss-fuji"
                ],
                "param_validator": {}
            }
        ]
    },
    "Response": {
        "Uri": "/api/v2/catalog/skutype/option/finish/gloss-fuji",
        "Locator": "CatalogSkuType",
        "LocatorType": "Object",
        "CatalogSkuType": {
            "Description": "Glossy is a bright, shiny finish. Printed on Fujicolor Professional DP II Gloss photographic paper.",
            "Name": "Glossy",
            "SortIndex": 2,
            "Uri": "/api/v2/catalog/skutype/option/finish/gloss-fuji",
            "UriDescription": "Catalog SkuType by TypeCode"
        },
        "UriDescription": "Catalog SkuType by TypeCode",
        "EndpointType": "CatalogSkuType",
        "Timing": {
            "Total": {
                "time": 0.0183,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}