Documentation

Recharge Apply Discount on Address

Applies a discount at the Address level in Recharge

Uses the Recharge Update Address Endpoint to apply a discount at the Address level. This can be used for a discount which is recurring.


Inputs

InputTypeDescription
Recharge Access TokenSensitiveStringRecharge Access/API Token that allows us to make calls to the api.
Address IDStringID of the address we want to look up.
Discount IDStringID of the Discount to use (Please note this is not the discount code but the numeric id representing the code)

Outputs

OutputTypeDescription
SuccessBooleanWhether the address was updated.
Address DataObjectAddress data that was updated.