Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 893 Bytes

calculate-loyalty-points-response.md

File metadata and controls

26 lines (17 loc) · 893 Bytes

Calculate Loyalty Points Response

Represents a CalculateLoyaltyPoints response.

Structure

CalculateLoyaltyPointsResponse

Fields

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.

Example (as JSON)

{
  "points": 6,
  "promotion_points": 12
}