get https://{environment}.neomode.com.br/management/catalog/products//prices/
Retrieves a products price by the price ID.
Fields retrieved:
| Campo | Tipo | Descrição |
|---|---|---|
| id | Guid | Price Id. |
| sellerName | String | Seller name. |
| clientId | String | Client Id. |
| sellerId | Guid | Seller Id. |
| price | Float | Current price of the product. |
| oldPrice | Float | Old price of the product. |
| isActive | Boolean | If the products price is active (true) or inactive (false). |
| createDate | Date | Product creation date. |
| lastUpdate | Date | Last update date. |
