Retrieve and update customer information
- Customers
- Customer account
- 2 routes
How do I retrieve a customer profile and update their information?
This scenario explains how to read a customer profile and then submit an update on the same profile in a customer-authenticated context.
Overview
This scenario helps an authenticated application read the current customer profile and then submit targeted profile updates on the same account.
Prerequisites
- A valid
customer_id. - Valid
authorization,accept-languageandx-api-keyheaders. - A payload containing only the profile fields that must be changed.
Expected result
The application can preload the existing profile, send the requested changes and keep the customer record aligned with the latest information.
Process workflow
Legend:
Mandatory
Optional