Developer
Developer - Customers
Update Customer Address
Update the address for the current customer.
This endpoint is restricted to developer users only. Sets the customer's physical address used for billing and invoices.
- address: The customer's physical address
patch/developer/customer-address
Request body
Example request
{
"address": {
"address_line1": "123 Main Street",
"address_line2": "Suite 200",
"city": "New York",
"state": "NY",
"zip": "10001"
}
}Response
Successful Response
{"stackTrail":"paths:/developer/customer-address:patch:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}