Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Adds a new billing or shipping address to an existing customer profile. The address can later be used for billing calculations, tax reporting, or to associate with subscriptions and invoices. This endpoint is commonly used during onboarding or when a customer adds additional addresses to their profile.
Each customer can have multiple addresses, but if a duplicate address/address type combination is submitted, the request will be rejected with a 400 Bad Request status.
Ensure address uniqueness (per type) before submitting to avoid validation errors.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.