get https://api.vtex.com/{accountName}/pricing/prices//fixed/
Gets all Fixed Prices on a price table (or trade policy)
Request object has the following properties:
Attribute | Type | Description |
---|---|---|
| integer | SKU ID |
| string | Price Table ID |
Response object has the following properties:
Attribute | Type | Description |
---|---|---|
| string | Trade Policy ID |
| integer | Price Value |
| integer | List Price |
| integer | Minimum Quantity |
| object | DateRange for schedule fixed price |
| string | Price begin date |
| string | Price end date |