{ "operationId": "GetProductSpecification", "method": "GET", "path": "/api/catalog_system/pvt/products/{productId}/specification", "summary": "VTex Get product specifications by product ID", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": [ { "Value": [ "Iron", "Plastic" ], "Id": 30, "Name": "Material" } ] } ] }