get
https://api.duodeal.app/api/product-prices/
Retrieves a single product price by its ID.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Product price unique identifier |
Response Fields
| Field | Type | Description |
|---|---|---|
id | integer | Product price unique identifier |
price | float | Price amount |
priceCategory | object | Associated price category |
priceCategory.id | integer | Price category ID |
priceCategory.name | string | Price category name |
product | object | Associated product |
product.id | integer | Product ID |
tax | object | Associated tax (if any) |
tax.id | integer | Tax ID |
tax.name | string | Tax name |
tax.rate | float | Tax rate percentage |
createdAt | datetime | Creation timestamp |
updatedAt | datetime | Last update timestamp |
Response
200 OK: Returns the product price details401 Unauthorized: Invalid or missing API key404 Not Found: Product price not found
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Successful response
401Unauthorized
