Home > @poq/sdk-sfcc > CustomersClient > getCustomersByIDProductListsByIDItemsByIDPurchasesByID
Returns a purchase of an item from a customer’s product list.
Signature:
getCustomersByIDProductListsByIDItemsByIDPurchasesByID(customerId: string, listId: string, itemId: string, purchaseId: string, options?: RequestOptions): Promise<PoqResponse<CustomerProductListItemPurchase>>;
| Parameter | Type | Description |
|---|---|---|
| customerId | string | The id of the customer to retrieve the product list items for. |
| listId | string | The id of the product list. |
| itemId | string | The id of the product list item to retrieve. |
| purchaseId | string | The id of the product list item purchase to retrieve. |
| options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<CustomerProductListItemPurchase>>