get https://{environment}.neomode.com.br/management/catalog/products//prices
Retrieves all prices of a specific product by its ID.
This action returns all the prices of a product. If this product belong to many sellers, they will appear more than once.
Fields retrieved:
| Campo | Tipo | Descrição |
|---|---|---|
| price | Float | Current price of the product. |
| oldPrice | Float | Old price of the product. |
| sellerId | Guid | Seller Id. |
| sellerName | Guid | Seller name. |
| id | Guid | Price id. |
| clientId | String | Client id. |
| isActive | boolean | If the product is active (true) or inactive(false). |
| createDate | Date | Creation date |
| lastUpdate | Date | Last update date. |
