Subscriptions can have addresses like "Shipping Address" associated with them. This is apart from the billing address as part of credit card information.
{
"addr": "PO Box 9999",
"city": "Walnut",
"country": "US",
"first_name": "John",
"label": "shipping_address",
"last_name": "Doe",
"object": "address",
"state": "California",
"state_code": "CA",
"subscription_id": "__test__5SK0bLNFRFuCI4QNU",
"zip": "91789"
}state_code as AZ (not US-AZ). For Tamil Nadu (India), set as TN (not IN-TN). For British Columbia (Canada), set as BC (not CA-BC). Brexit
If you have enabled EU VAT in 2021 or later, or have manually enable the Brexit configuration, then XI (the code for United Kingdom - Northern Ireland) is available as an option.
Retrieves an address resource for a subscription and the specified label.
Adds or replaces the address for a subscription. If an address is already present for the specified label, it will be replaced otherwise new address is added with that label.
state_code as AZ (not US-AZ). For Tamil Nadu (India), set as TN (not IN-TN). For British Columbia (Canada), set as BC (not CA-BC). Brexit
If you have enabled EU VAT in 2021 or later, or have manually enable the Brexit configuration, then XI (the code for United Kingdom - Northern Ireland) is available as an option.