Product Info#

Fetch information on a specific product

Service Endpoint#
POST https://api.groupvan.com/v2_1/catalog/product/info

Parameters#

sku integer required

The SKU of the product returned by the Products service

Examples#

{
    "sku": 2150285
}

Response#

Response JSON
{
    "attributes": [ {
            "atrgroup": null,
            "atrname": "Fan Clutch Included",
            "atrsequence": null,
            "atrvalue": "No"
        },
        {
            "atrgroup": null,
            "atrname": "Housing Material",
            "atrsequence": null,
            "atrvalue": "Aluminum"
        },
        {
            "atrgroup": null,
            "atrname": "Hub Height",
            "atrsequence": null,
            "atrvalue": "146.05"
        },
        {
            "atrgroup": null,
            "atrname": "Hub Hole Quantity",
            "atrsequence": null,
            "atrvalue": "4"
        },
        {
            "atrgroup": null,
            "atrname": "Hub Hole Thread Size",
            "atrsequence": null,
            "atrvalue": "5/16-24"
        },
        {
            "atrgroup": null,
            "atrname": "Impeller Material",
            "atrsequence": null,
            "atrvalue": "Steel"
        },
    ],
    "documents": [],
    "fapmfrcode": "AIR",
    "logofile": "airtex_lgo",
    "partnumber": "AW4038",
    "primaryparttypeid": 2208,
    "spin_assets": [
        {
            "spin_frames": "24",
            "spin_planes": "03",
            "spin_url": "https://s3.amazonaws.com/federated.wca.staticassets/display/SKU2150285/360/2150285-01-01.jpg"
        }
    ],
    "strippart": "AW4038",
    "supbrandaaiaid": "HYVK",
    "supbrandaaianame": "Airtex Water Pumps",
    "supparentaaiaid": "None",
    "supparentaaianame": "None"
}