Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 622 Bytes

calculate-loyalty-points-response.md

File metadata and controls

25 lines (16 loc) · 622 Bytes

Calculate Loyalty Points Response

A response that includes the points that the buyer can earn from a specified purchase.

Structure

CalculateLoyaltyPointsResponse

Fields

Name Type Tags Description
errors Error[] | undefined Optional Any errors that occurred during the request.
points number | undefined Optional The points that the buyer can earn from a specified purchase.
This value does not include additional points earned from a loyalty promotion.

Example (as JSON)

{
  "points": 6
}