Update a billing address
Update the billing address.
PATCH/v3/billing/addresses/{id}
JWT
paymentMethod:write
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| firstLine* | string | min: 1, max: 256 | |
| secondLine | string | min: 0, max: 256 | |
| city* | string | min: 1, max: 256 | |
| postalCode* | string | min: 1, max: 256 | |
| region* | string | min: 1, max: 256 | |
| countryCode* | string | min: 1, max: 256 | |
| name* | string | min: 1, max: 256 | |
| taxIdentifier | string | min: 0, max: 256 | |
| contacts* | array | items: object | |
| name | string | ||
| email* | string |
Request Example
Responses
200
400
401
403
404
429
500