Skip to main content
PATCH
Update Customer

Update Customer

Update one or more fields of an existing customer. Only fields provided in the request body will be modified.

Authentication

string
required
Your API key. Can also be provided via Authorization: Bearer header.

Path Parameters

string
required
The UUID of the customer to update.

Request Body

At least one field must be provided.
string
Customer’s first name. Maximum 100 characters.
string
Customer’s last name. Maximum 100 characters.
string
Customer’s email address. Must be a valid email format and unique for your account.
string
Company name. Maximum 200 characters.
Legal entity type (e.g., “GmbH”, “LLC”). Maximum 100 characters.
string
Preferred language for communications. Must be either en or de.
string
Customer status. Must be one of active, inactive, or suspended. Inactive or suspended customers cannot log in to the portal.
object
Customer’s address information.
object
Address to which postal mail should be forwarded for this customer.

Response

string
Unique identifier for the customer (UUID)
string
Your seller account ID (UUID)
string
Customer’s first name
string
Customer’s last name
string
Customer’s email address
string | null
Company name if provided
Legal entity type if provided
string | null
Preferred language
object | null
Address information if provided
object | null
Postal redirect address if set
string
Customer status (active, inactive, or suspended)
string
Source of customer creation (e.g., “api”)
string
ISO 8601 timestamp of when the customer was created
string
ISO 8601 timestamp of when the customer was last updated

Example Request

Example Response

200 OK

Error Responses

Error Codes