Home > @poq/sdk-sfcc > ICustomersClient > patchCustomersByID
Updates a customer. This endpoint can’t update login credentials.
Signature:
patchCustomersByID(customerId: string, body: Customer, options?: RequestOptions): Promise<PoqResponse<Customer>>;
Parameter | Type | Description |
---|---|---|
customerId | string | the customer id |
body | Customer | |
options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<Customer>>