JUMP TOErplainGraphQLSetupPostmanBasic queryFiltersPaginationSortingFragmentsThrottlingSalesCredit notesEstimatesInvoicesPaymentsProduct returnsRefundsSales ordersShipping ordersSubscriptionsInventoryDeliveriesPurchase ordersStock entriesStock levelsStock movementsStock removalsProducts & ServicesProductsProduct tagsServicesService pricesVariantsAttributesComponentsOptionsPacksPricesContactsContactsCustomersCustomer tagsEmployeesSuppliersSupplier tagsSettingsAccount managersCurrenciesLocationsPayment informationsPayment methodsPrice levelsTaxesUsersSupporting entitiesAddressesBatchesBrandsCustomer addressesLine itemsLine item productsPostal addressesSeasonsTotal taxesOtherDecimalObjectDatePowered by TaxesAvailable queries Associated queryReturns multiple resultsTaxTaxes✔️ Available fields LabelTypeNotesNullabbreviationstringThe taxes abbreviationidintegerThe tax's idlabelstringThe tax's labelratedecimal(12,4)The tax's ratetax_groupTaxesThe tax's group✔️ Example of a query JSONquery{ Taxes{ edges{ node{ abbreviation id label rate tax_group{ edges{ node{ id } } } } } } }