Loyalty API

Type

OrderDetails2

Point breakdown for an order or cart estimate.

Kind Type
Used in Cart2

Properties

  • pts_earned_total integer required

    Total points from accrual and assets.

  • pts_earned_from_accrual integer required

    Points from order amount accrual.

  • pts_earned_from_assets integer required

    Points from achievements and ways-to-earn.

  • items array of OrderLineDetails1 required

    Per-line accrual details.

  • assets array of OrderAssetDetails1 optional

    Assets this order would unlock.

  • accrual_debug_info string required

    Debug information for accrual. Not for end users.

Previous
OrderAssetDetails1