Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
collectionService
collectionService.getCollectionsByIDs( ids: string[], metafields?: string[] ): Promise<Collection[]>; collectionService.getCollectionsByID( id: string, metafields?: string[] ): Promise<Collection[]>;
const collections = await collectionService.getCollectionsByIDs( ["gid://shopify/Collection/123"], ["custom.badge"] );
Collection