CollectionMetafieldsArgs
A collection represents a grouping of products that a shop owner can create to organize them or make their shops easier to browse.
import { CollectionMetafieldsArgs } from '@daffodil/driver/shopify'
type CollectionMetafieldsArgs = {
identifiers: Array<HasMetafieldsIdentifier>;
}
Type | Options |
---|---|
CollectionMetafieldsArgs | {
identifiers: Array<HasMetafieldsIdentifier>;
} |