Order endpoint to expose discount information
In PMP, there are two types of discounts: length of stay and discount code, and neither can be retrieved via GET order request.
Because the length of stay reduction is applied straight to the rent, there is no information about the reduced amount in the order. The discount code contains a separate line item, but there is no information about the discount in the GET order; all we see is a gap between the baseAmount and subTotal; there is no apparent indication that a discount has been applied.
It would be helpful to have separate line items for discounts in the Hostfully order and to expose them in the GET order response.
1
vote
Phung Dang
shared this idea