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 } } } } }