Poq.SDK.Node

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

CustomersClient.getCustomersByIDProductListsByIDItemsByIDPurchases() method

Returns a list of all purchases of an item from a customers product list.

Signature:

getCustomersByIDProductListsByIDItemsByIDPurchases(customerId: string, listId: string, itemId: string, options?: RequestOptions): Promise<PoqResponse<CustomerProductListItemPurchaseResult>>;

Parameters

Parameter Type Description
customerId string The id of the customer to retrieve the product list item purchases for.
listId string The id of the product list.
itemId string The id of the product list item to retrieve from.
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<CustomerProductListItemPurchaseResult>>