Represents a CalculateLoyaltyPoints response.
CalculateLoyaltyPointsResponse
Name | Type | Tags | Description |
---|---|---|---|
errors |
Error[] | undefined |
Optional | Any errors that occurred during the request. |
points |
number | undefined |
Optional | The number of points that the buyer can earn from the base loyalty program. |
promotionPoints |
number | undefined |
Optional | The number of points that the buyer can earn from a loyalty promotion. To be eligible to earn promotion points, the purchase must first qualify for program points. When order_id is not provided in the request, this value is always 0. |
{
"points": 6,
"promotion_points": 12
}