Customer
Retrieves a list of customers who have purchased from the vendor, with pagination support.
The number of results to return.
10The starting point for the result set.
0An optional parameter to toggle count behavior.
0Successfully retrieved the list of purchased customers.
Bad Request
Internal Server Error
Retrieves a log of customers who have viewed a product, with pagination and filter options.
The number of results to return.
10The starting point for the result set.
0The current page number for pagination.
1The email ID of the customer to filter by.
The ID of the customer to filter the log by.
Successfully retrieved the customer view log list.
Bad Request
Internal Server Error
Retrieves a log of products purchased by a customer, with pagination and filter options.
The number of results to return.
10The starting point for the result set.
0The current page number for pagination.
1The email ID of the customer to filter by.
A parameter that may be used to toggle count behavior.
0Successfully retrieved the customer purchased product log list.
Bad Request
Internal Server Error
Last updated