Poq.SDK.Node

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

CustomersClient.getCustomersByIDProductListsByIDItemsByIDPurchasesByID() method

Returns a purchase of an item from a customers product list.

Signature:

getCustomersByIDProductListsByIDItemsByIDPurchasesByID(customerId: string, listId: string, itemId: string, purchaseId: string, options?: RequestOptions): Promise<PoqResponse<CustomerProductListItemPurchase>>;

Parameters

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>>