Field | Type | Required | Description |
---|---|---|---|
OrganizationID |
*operations.OrdersListQueryParamOrganizationIDFilter | ➖ | Filter by organization ID. |
ProductID |
*operations.OrdersListQueryParamProductIDFilter | ➖ | Filter by product ID. |
ProductBillingType |
*operations.ProductBillingTypeFilter | ➖ | Filter by product billing type. recurring will filter data corresponding to subscriptions creations or renewals. one_time will filter data corresponding to one-time purchases. |
ProductPriceType |
*operations.ProductPriceTypeFilter | ➖ | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
DiscountID |
*operations.QueryParamDiscountIDFilter | ➖ | Filter by discount ID. |
CustomerID |
*operations.OrdersListQueryParamCustomerIDFilter | ➖ | Filter by customer ID. |
CheckoutID |
*operations.CheckoutIDFilter | ➖ | Filter by checkout ID. |
Page |
*int64 | ➖ | Page number, defaults to 1. |
Limit |
*int64 | ➖ | Size of a page, defaults to 10. Maximum is 100. |
Sorting |
[]components.OrderSortProperty | ➖ | Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign - before the criteria name to sort by descending order. |