GitHub

LocationMetafieldsArgs

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

Represents a location where product inventory is held.

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