Update customer details - customer context
Using this endpoint, customers can update their own details through the storefront UI.
Authorizations
The access token.
Headers
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
Unique request ID
Body
The customer's email.
The customer's full name.
A placeholder for additional info, in key-value pairs.
Response
The time when the customer was added to the system, in UTC format.
The customer's email.
A 24-character system-generated ID of the customer.
A flag indicating whether the customer's record is deleted. true
indicates, the customer's record is deleted and false indicates otherwise.
The full name of the customer.
The time when the customer data was last updated, in UTC format.
A placeholder for additional info, in key-value pairs.
The default addresses of the customer.
The time when the customer's record was deleted, in UTC format.
A UUID of the customer.
The account status of the customer.
ACTIVE
, INACTIVE
, BLOCKED
Was this page helpful?