GitHub

LocationMetafieldsArgs

type-alias

import { LocationMetafieldsArgs } from '@daffodil/driver/shopify'

Represents a location where product inventory is held.

type LocationMetafieldsArgs = {
    identifiers: Array<HasMetafieldsIdentifier>;
}