Response [200 Ok]

Uri /api/v2/catalog/vendor/Fujifilm
UriDescription Catalog Vendor by ID
EndpointType CatalogVendor
Locator CatalogVendor
LocatorType Object

CatalogVendor [1 of 1] - Fujifilm
/api/v2/catalog/vendor/Fujifilm

Uri /api/v2/catalog/vendor/Fujifilm
UriDescription Catalog Vendor by ID
Country US
Description Fujifilm excels at offering a wide range of printed products and merchandise
Name Fujifilm
SortIndex 7

Uris

CatalogCategories
/api/v2/catalog/vendor/Fujifilm!categories

Uri /api/v2/catalog/vendor/Fujifilm!categories
UriDescription List Catalog Categories
EndpointType CatalogCategories
Locator CatalogCategory
LocatorType Objects

CatalogVendorProducts
/api/v2/catalog/vendor/Fujifilm!products

Uri /api/v2/catalog/vendor/Fujifilm!products
UriDescription Catalog Vendor Products
EndpointType CatalogVendorProducts
Locator CatalogProduct
LocatorType Objects

Timing

Total

cycles 1
objects 0
time 0.02132

Request

Uri /api/v2/catalog/vendor/Fujifilm
Method GET
Version v2

Config

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

Options

Path

  • /api
  • /v2
  • /catalog
  • /vendor
  • /

Methods

OPTIONS

Permissions
  • Read

GET

Permissions
  • Read

Output Fields

Country text
Description text
Name text
SortIndex integer

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/catalog/vendor/Fujifilm"
    },
    "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": "Country",
                "Type": "Varchar",
                "MIN_CHARS": 2,
                "MAX_CHARS": 2
            },
            {
                "Name": "SortIndex",
                "Type": "Integer",
                "MIN_VALUE": "NEGATIVE_INFINITY",
                "MAX_VALUE": "POSITIVE_INFINITY"
            }
        ],
        "Path": [
            {
                "type": "path",
                "text": "api"
            },
            {
                "type": "path",
                "text": "v2"
            },
            {
                "type": "path",
                "text": "catalog"
            },
            {
                "type": "path",
                "text": "vendor"
            },
            {
                "type": "singleparam",
                "param_name": "vendorId",
                "param_value": "Fujifilm",
                "param_validator": {}
            }
        ]
    },
    "Response": {
        "Uri": "/api/v2/catalog/vendor/Fujifilm",
        "Locator": "CatalogVendor",
        "LocatorType": "Object",
        "CatalogVendor": {
            "Description": "Fujifilm excels at offering a wide range of printed products and merchandise",
            "Name": "Fujifilm",
            "Country": "US",
            "SortIndex": 7,
            "Uri": "/api/v2/catalog/vendor/Fujifilm",
            "UriDescription": "Catalog Vendor by ID",
            "Uris": {
                "CatalogVendorProducts": {
                    "Uri": "/api/v2/catalog/vendor/Fujifilm!products",
                    "Locator": "CatalogProduct",
                    "LocatorType": "Objects",
                    "UriDescription": "Catalog Vendor Products",
                    "EndpointType": "CatalogVendorProducts"
                },
                "CatalogCategories": {
                    "Uri": "/api/v2/catalog/vendor/Fujifilm!categories",
                    "Locator": "CatalogCategory",
                    "LocatorType": "Objects",
                    "UriDescription": "List Catalog Categories",
                    "EndpointType": "CatalogCategories"
                }
            }
        },
        "UriDescription": "Catalog Vendor by ID",
        "EndpointType": "CatalogVendor",
        "Timing": {
            "Total": {
                "time": 0.02132,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}