Customer
Last updated
Last updated
Retrieves a list of customers who have purchased from the vendor, with pagination support.
/vendor-order/purchased-customer-list
The number of results to return.
The starting point for the result set.
An optional parameter to toggle count behavior.
Retrieves a log of customers who have viewed a product, with pagination and filter options.
/vendor-order/product-viewed-customer
The number of results to return.
The starting point for the result set.
The current page number for pagination.
The email ID of the customer to filter by.
The ID of the customer to filter the log by.
Retrieves a log of products purchased by a customer, with pagination and filter options.
/vendor-order/customer-purchased-product
The number of results to return.
The starting point for the result set.
The current page number for pagination.
The email ID of the customer to filter by.
A parameter that may be used to toggle count behavior.