Retrieve discount configuration by identifier
GET/v2/discounts/:id
Fetches comprehensive details of a single discount record using its unique identifier.
Returns complete discount information including percentage values, category associations, pricesheet assignments, effective dates, and application rules. Used for discount management and pricing calculations.
Request
Responses
- 200
- 400
- 403
- 404
- 500
Discount record retrieved successfully
Invalid request parameters or malformed UUID
Insufficient permissions to access discount data
Discount record with the specified ID was not found
Internal server error occurred while retrieving discount