Skip to main content

TaxSearchInput

Search criteria for filtering tax records with comprehensive filtering options.

Supports filtering by shop associations, tax codes, geographic zones, creation dates, and more. All fields are optional and can be combined for precise tax rule discovery and management.

input TaxSearchInput {
page: Int
offset: Int
shopId: Int
code: Taxcode
zone: String
createdAt: DateSearchInput
lastModifiedAt: DateSearchInput
sortInputs: [TaxSortInput!]
}

Fields

TaxSearchInput.page ● Int scalar

Page number for pagination results.

Minimum value is 1. Used with offset to control result pagination for large tax datasets.

TaxSearchInput.offset ● Int scalar

Number of tax records to return per page.

Minimum value is 1. Controls the size of each page in paginated results for efficient data loading.

TaxSearchInput.shopId ● Int scalar

Filter by shop identifier for tax rule application.

Finds tax configurations that apply to the specified shop. Used to retrieve shop-specific tax rules and rates.

TaxSearchInput.code ● Taxcode enum

Filter by tax classification code.

Finds tax configurations with the specified tax code. Used to retrieve tax rules for specific product categories and tax treatments.

TaxSearchInput.zone ● String scalar

Filter by geographic tax zone.

Must be a valid 2-character country or region code. Finds tax configurations that apply to the specified geographic zone. Length must be exactly 2 characters.

TaxSearchInput.createdAt ● DateSearchInput input

Search by date created

TaxSearchInput.lastModifiedAt ● DateSearchInput input

Search by date changed

TaxSearchInput.sortInputs ● [TaxSortInput!] list input

Inputs to sort by

Member Of

taxes query