Response [200 Ok]
| Uri | /api/v2/catalog/skutype/option/mounting/acrylic-fuji |
|---|---|
| UriDescription | Catalog SkuType by TypeCode |
| EndpointType | CatalogSkuType |
| Locator | CatalogSkuType |
| LocatorType | Object |
CatalogSkuType [1 of 1]
- Acrylic mount
/api/v2/catalog/skutype/option/mounting/acrylic-fuji
| Uri | /api/v2/catalog/skutype/option/mounting/acrylic-fuji |
|---|---|
| UriDescription | Catalog SkuType by TypeCode |
| Description | Includes a mounting block for hanging. |
| Name | Acrylic mount |
| SortIndex | 21 |
Request
| Uri | /api/v2/catalog/skutype/option/mounting/acrylic-fuji |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
Options
Methods
OPTIONS
| Permissions |
|
|---|
GET
| Permissions |
|
|---|
Output Fields
| Color | text | |
|---|---|---|
| Description | text | |
| Name | text | |
| SortIndex | integer |
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/catalog/skutype/option/mounting/acrylic-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": [
"mounting",
"acrylic-fuji"
],
"param_validator": {}
}
]
},
"Response": {
"Uri": "/api/v2/catalog/skutype/option/mounting/acrylic-fuji",
"Locator": "CatalogSkuType",
"LocatorType": "Object",
"CatalogSkuType": {
"Description": "Includes a mounting block for hanging.",
"Name": "Acrylic mount",
"SortIndex": 21,
"Uri": "/api/v2/catalog/skutype/option/mounting/acrylic-fuji",
"UriDescription": "Catalog SkuType by TypeCode"
},
"UriDescription": "Catalog SkuType by TypeCode",
"EndpointType": "CatalogSkuType",
"Timing": {
"Total": {
"time": 0.02873,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}