{ "operationId": "GetFixedPricesonapricetable", "method": "GET", "path": "/pricing/prices/{itemId}/fixed/{priceTableId}", "summary": "VTex Get fixed prices on a price table or trade policy", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json; charset=utf-8", "example": [ { "tradePolicyId": "6", "value": 20.9, "listPrice": 22.9, "minQuantity": 1, "dateRange": { "from": "2021-12-30T22:00:00-03:00", "to": "2021-12-30T22:00:00-04:00" } }, { "tradePolicyId": "1", "value": 18.9, "listPrice": null, "minQuantity": 1 } ] } ] }