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 PacksAvailable queries Associated queryReturns multiple resultsPackPacks✔️ Available fields LabelTypeNotesNullidintegerThe id of the packlabelstringThe label of the pack✔️pricesPricesThe prices used for the packquantitydecimal(17,7)The quantity of product contained in the packvariantVariantThe variant used to create this pack Example of a query JSONquery{ Packs{ edges{ node{ id label prices{ edges{ node{ id } } } quantity variant{ label } } } } }