Use Case for Updating Contact Details of a Customer

To update the contact details, enter the updated email and phone number in the body.

          PATCH {{REST_SERVICES}}/record/v1/customer/{{CUSTOMER_ID}}/
{
    "email" : "john.doe@abc.com",
    "phone": "1234567890"
} 

        

Related Topics

Customer Use Cases
Use Case for Finding Customers with Shipping Carrier Set to UPS
Use Case for Creating a Customer from an External ID
Use Case for Fetching a List of All Customers with Pagination
Use Case for Creating an Invoice from a Customer

General Notices