import { ShopifyPageMetafieldsArgs } from '@daffodil/driver/shopify'
A custom content page on a merchant's store. Pages display HTML-formatted content, such as "About Us", contact details, or store policies.
Each page has a unique handle for URL routing and includes SEO information for search engine optimization. Pages support Metafield attachments for storing additional custom data.
interface ShopifyPageMetafieldsArgs {
identifiers: ShopifyHasMetafieldsIdentifier[]
}