Recharge Update Address
Used to update a selected number of attributes of an address in recharge.
Used to update a selected number of attributes of an address in recharge.
More info about updating the address object can be found here: <https://developer.rechargepayments.com/2021-11/addresses/retrieve_address>
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. |
Address1 | Optional String | Main address |
Address2 | Optional String | Sub address ex: apartment number |
City | Optional String | City |
Country | Optional String | Country. Note: Postal Code needs to be updated if Country is updated. |
Country Code | Optional String | Country Code ex: US |
Province / State | Optional String | Province / State ex: California |
Postal Code | Optional String | Zip / Postal Code |
Outputs
Output | Type | Description |
---|---|---|
Success | Boolean | Whether the address was updated. |
Address Data | Object | Address data that was updated. |
Updated 12 months ago