The
PUT request is used to fully replace an existing entity with a new one based on the provided ID. This means:- All fields in the request body will overwrite the existing entity.
- Any missing fields will be removed from the entity.
- The request is idempotent, meaning multiple identical PUT requests will always result in the same final state.
Authorizations
API Key for authentication
Body
application/json
request
Maximum length:
255Example:
"ADDR123"
Maximum length:
50Example:
"John"
Maximum length:
50Example:
"Doe"
Phone number in E.164 format
Example:
"+14155552671"
Example:
"john.doe@example.com"
Maximum length:
255Example:
"123 Main St"
Maximum length:
255Example:
"Apt 101"
Maximum length:
50Example:
"Anytown"
Maximum length:
50Example:
"CA"
Country code in ISO 3166-1 alpha-2 format, e.g. US, IN, etc.
Example:
"US"
Maximum length:
50Example:
"12345"
Available options:
billing, shipping Example:
"billing"
Default address for the customer
Response
Created
