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 ComponentsAvailable queries Associated queryReturns multiple resultsComponentComponents✔️ Available fields LabelTypeNotequantitydecimal(17,7)The quantity of each component required to create the assemblytypestringThe component's typevariantSub-request to VariantThe variant used as component Example of a query JSONquery{ Components{ edges{ node{ quantity type variant{ label } } } } }