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
Input | Type | Description |
---|---|---|
Recharge Access Token | SensitiveString | Recharge Access/API Token that allows us to make calls to the api. |
Address ID | String | ID of the address we want to look up. |
Discount ID | String | ID of the Discount to use (Please note this is not the discount code but the numeric id representing the code) |
Outputs
Output | Type | Description |
---|---|---|
Success | Boolean | Whether the address was updated. |
Address Data | Object | Address data that was updated. |
Updated 4 months ago