Create a billing address
Creates a new billing address.
POST/v3/billing/addresses
JWT
paymentMethod:write
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
409
429
500