Product Info ============ Fetch information on a specific product .. grid:: 2 :margin: 0 :padding: 0 .. grid-item:: :columns: 10 .. code-block:: none :caption: Service Endpoint POST https://api.groupvan.com/v2_1/catalog/product/info .. grid-item:: :columns: 2 .. button-link:: https://v21-groupvan-api.dev.groupvan.com/v2_1/docs#/Catalog/post_catalog_product_info :color: success :shadow: Try it Parameters ~~~~~~~~~~ ``sku`` :bdg:`integer` :bdg-danger:`required` The SKU of the product returned by the :doc:`products` service Examples ~~~~~~~~ .. code-block:: json { "sku": 2150285 } Response ~~~~~~~~ .. dropdown:: Response JSON .. code-block:: 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" }