Skip to main content
PATCH
Update Cart Address

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
integer
required

The ID of the user.

cart_uuid
string
required
customerAddress_id
integer
required

The ID of the customerAddress.

Body

application/json
line_one
string
required

Must not be greater than 255 characters.

Example:

"pp"

city
string
required

Must not be greater than 255 characters.

Example:

"kpfioeb"

postcode
string
required

Must not be greater than 20 characters.

Example:

"onw"

line_two
string | null

Must not be greater than 255 characters.

Example:

"bogyghcbygqhfazvmxhkxh"

province_code
string | null

Must not be greater than 10 characters.

Example:

"yasbd"

contact_email
string | null

Must be a valid email address. Must not be greater than 255 characters.

vat_number
string | null

Must not be greater than 50 characters.

Example:

"dh"

company_code
string | null

Must not be greater than 50 characters.

Example:

"fuaxnrcthlciqeuskawkl"

first_name
string | null

Must not be greater than 255 characters.

Example:

"skqwbjfd"

last_name
string | null

Must not be greater than 255 characters.

Example:

"z"

company_name
string | null

Must not be greater than 255 characters.

Example:

"lffqqu"

contact_phone
string | null

Must not be greater than 50 characters.

Example:

"zvnvykjkqzvh"

Response

200 - application/json
data
object