VyQuery_GetFulfillments
Represents a query for retrieving fulfillments.
Query | Type | Description |
---|---|---|
PageNumber | int | Sets the page number of the query. |
PageSize | int | Sets the page size of the query. |
SortOn | string | Sets the field to sort on. |
SortOrder | Sets the sort order of the query. | |
OfferId | string | Sets the offer ID of the query. |
Id | string[] | Sets the IDs of the fulfillments to retrieve. |
BuyerId | string | Sets the buyer ID of the query. |
Status | Sets the status of the fulfillments to retrieve. | |
Type | Sets the type of the fulfillments to retrieve. |
Last updated