Poq.SDK.Node

Home > @poq/sdk-sfcc > ICustomersClient > patchCustomersByID

ICustomersClient.patchCustomersByID() method

Updates a customer. This endpoint cant update login credentials.

Signature:

patchCustomersByID(customerId: string, body: Customer, options?: RequestOptions): Promise<PoqResponse<Customer>>;

Parameters

Parameter Type Description
customerId string the customer id
body Customer  
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<Customer>>