Poq.SDK.Node

Home > @poq/sdk-sfcc > CustomersClient > getCustomersByIDOrders

CustomersClient.getCustomersByIDOrders() method

Returns a pageable list of all customers orders. The default page size is 10.

Signature:

getCustomersByIDOrders(customerId: string, start?: number, count?: number, crossSites?: boolean, from?: string, until?: string, status?: string, options?: RequestOptions): Promise<PoqResponse<CustomerOrderResult>>;

Parameters

Parameter Type Description
customerId string the customer uuid
start number (Optional)
count number (Optional)
crossSites boolean (Optional)
from string (Optional)
until string (Optional)
status string (Optional)
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<CustomerOrderResult>>