| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Paginated |
bool | ➖ | Whether to paginate the results. If true, the results will be paginated. If false, the results will not be paginated. |
|
Limit |
long | ➖ | Applies a limit to the number of results returned. Can be used for paginating the results together with offset. |
20 |
Offset |
long | ➖ | Skip the first offset results when paginating.Needs to be an integer greater or equal to zero. To be used in conjunction with limit. |
10 |
Status |
GetCommerceSubscriptionItemListQueryParamStatus | ➖ | Filter subscription items by status | |
PayerType |
QueryParamPayerType | ➖ | Filter subscription items by payer type | |
PlanId |
string | ➖ | Filter subscription items by plan ID | |
IncludeFree |
bool | ➖ | Whether to include free plan subscription items | |
Query |
string | ➖ | Search query to filter subscription items |