get https://api.vtex.com/{accountName}/pricing/pipeline/catalog/
This method will retrieve the rules from a specific Price Table.
Response body example
{
"tradePolicyId": "b2c",
"rules": [{
"id": 0,
"context": {
"categories": {},
"brands": {
"2000009": "Whiskas"
},
"stockStatuses": null,
"internalCategories": null,
"markupRange": null,
"dateRange": null
},
"percentualModifier": 15
}]
}