Home > @poq/sdk-sfcc > CustomersClient > getCustomersByIDProductListsByIDItemsByIDPurchases
Returns a list of all purchases of an item from a customer’s product list.
Signature:
getCustomersByIDProductListsByIDItemsByIDPurchases(customerId: string, listId: string, itemId: string, options?: RequestOptions): Promise<PoqResponse<CustomerProductListItemPurchaseResult>>;
| 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: