Home > @vsf-enterprise/sapcc-api > GetUserOrderHistoryProps

GetUserOrderHistoryProps interface

An object containing necessary props for getting current users order history.

Signature:

export interface GetUserOrderHistoryProps extends BaseProps 

Extends: BaseProps

Properties

Property Type Description
currentPage? number (Optional) The current result page requested.
pageSize? number (Optional) The number of results returned per page.
sort? string (Optional) Sorting method applied to the return results.
statuses? string (Optional) Filters only certain order statuses. For example, statuses=CANCELLED,CHECKED_VALID would only return orders with status CANCELLED or CHECKED_VALID.