GraphQL INPUT_OBJECT
PurchaseSearchParameters
Parameters for the purchase search.
link Definition
- input PurchaseSearchParameters {
- #   Maximum number of items that should be retrieved.
- : Int
- #   Starting index for retrieving the items.
- : Int
- #   Input for ordering the result before applying the offset.
- : [PurchaseSearchOrderByInput]
- #   ID of the client account.
- : NumericIdSearchRelationInput
- #   Name of the client account.
- : StringSearchRelationInput
- #   ID of a purchased product.
- : NumericIdSearchRelationInput
- #   Name of a purchased product.
- : StringSearchRelationInput
- #   Purchased quantity of a product.
- : IntSearchRelationInput
- #   Current billing interval in current subscription interval of related 
- #   subscription.
- : IntSearchRelationInput
- #   Current interval of related subscription.
- : IntSearchRelationInput
- #   Subscription interval of the purchased product.
- : IntSearchRelationInput
- #   Subscription id of related subscription.
- : NumericIdSearchRelationInput
- #   Customer's last name.
- : StringSearchRelationInput
- #   Customer's first name.
- : StringSearchRelationInput
- #   Customer's City.
- : StringSearchRelationInput
- #   Customer's postal code.
- : StringSearchRelationInput
- #   Customer's country. Deprecated please use countryId instead.
- : CountryEnum
- #   Customer's country.
- : CountrySearchRelationInput
- #   Name of the company.
- : StringSearchRelationInput
- #   Customer's email address.
- : StringSearchRelationInput
- #   Domain of the customer's email address.
- : StringSearchRelationInput
- #   Last four digits of the customer's credit card number.
- : String
- #   Invoice number on latest invoice document.
- : StringSearchRelationInput
- #   Date and time when payment was received for the order.
- : DateTimeSearchRelationInput
- #   Date and time when the order was placed.
- : DateTimeSearchRelationInput
- #   Date and time when the order was refunded.
- : DateTimeSearchRelationInput
- #   Status of the purchase. Deprecated please use statusId instead.
- : PurchaseStatusEnum
- #   Status of the purchase.
- : PurchaseStatusSearchRelationInput
- #   Logical operator for search.
- : LogicalOperator
- #   List of x-parameters used in the transaction. X-parameters are components of 
- #   URLs that are used to pass information through the checkout process.
- : ExtraParametersSearchRelationInput
- #   Gross price of the customer.
- : FloatSearchRelationInput
- #   Payment type code. Deprecated please use paymentTypeId instead.
- : PaymentTypeEnum
- #   Payment type code.
- : PurchaseSearchPaymentTypeSearchRelationInput
- #   ID of the purchase.
- : NumericIdSearchRelationInput
- #   Set to true to only show test orders or to false to hide test orders.
- : Boolean
- #   ID of the corresponding affiliate
- : NumericIdSearchRelationInput
- #   ID of the corresponding customer
- : NumericIdSearchRelationInput
- #   IBAN of the customer.
- : StringLimitedSearchRelationInput
- #   Cardholder.
- : StringSearchRelationInput
- #   Number of the customer's credit card.
- : StringLimitedSearchRelationInput
- #   Coupon code that is applied to the purchase.
- : StringSearchRelationInput
- #   Purchase order No.
- : StringSearchRelationInput
- #   User name of the customer.
- : StringSearchRelationInput
- #   Internal ID of the customer.
- : StringSearchRelationInput
- #   Internal ID of the product.
- : StringSearchRelationInput
- #   Currency that the customer used.
- : CurrencySearchRelationInput
- #   Language.
- : CheckoutLanguageSearchRelationInput
- #   Date when the license will expire.
- : DateTimeSearchRelationInput
- #   Shows all purchases that contain the input string in the License key.
- : String
- #   Manual authorization status.
- : ManualAuthorizationStatusSearchRelationInput
- #   Partner Type.
- : PartnerTypeSearchRelationInput
- #   Phone number.
- : StringSearchRelationInput
- #   previous URL.
- : StringSearchRelationInput
- #   product Type.
- : ProductTypeSearchRelationInput
- #   ID of the promotion.
- : NumericIdSearchRelationInput
- #   ID of the protected URL.
- : NumericIdSearchRelationInput
- #   State.
- : StateSearchRelationInput
- #   First field of address.
- : StringSearchRelationInput
- #   Second field of address.
- : StringSearchRelationInput
- #   Bank's identifier code.
- : StringSearchRelationInput
- #   Business model.
- : BusinessModelSearchRelationInput
- #   Payment type category.
- : PurchaseSearchPaymentTypeCategorySearchRelationInput
- #   Shows all purchases with at least this many items.
- : IntSearchRelationInput
- }