GET v3/baskets/{id}/potentialDiscount?membershipId={membershipId}

Returns pricing information about the current basket with the specified Membership added, without persisting the changes. This allows for the calculation of upsell information.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

membershipId

The ID from

string

Required

Body Parameters

None.

Response Information

Resource Description

DiscountInfo
NameDescriptionTypeAdditional information
BasketTotal

decimal number

None.

TotalDiscount

decimal number

None.

TransactionCommission

BasketCommission

None.

Response Formats

application/json, text/xml

Sample:

Sample not available.