Update Address
Address
Update Address
Update Address
PATCH
Update Address
The
PATCH request is used to partially update an existing entity by the
given id. This means:- Only the fields provided in the request body will be updated.
- Fields not provided in the request body will remain unchanged.
- The request is idempotent, meaning multiple identical PATCH requests will always result in the same final state.
Authorizations
API Key for authentication
Body
application/json
request
Maximum string length:
255Example:
"ADDR123"
Maximum string length:
50Example:
"John"
Maximum string length:
50Example:
"Doe"
Example:
"+14155552671"
Example:
"john.doe@example.com"
Maximum string length:
255Example:
"123 Main St"
Maximum string length:
255Example:
"Apt 101"
Maximum string length:
50Example:
"Anytown"
Maximum string length:
50Example:
"CA"
Example:
"US"
Maximum string length:
50Example:
"12345"
Available options:
billing, shipping Example:
"billing"
Response
OK
