GitHub

ShopifyLocation

interface

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

Represents a location where product inventory is held.

interface ShopifyLocation {
  __typename: "Location"
  address: ShopifyLocationAddress
  id: string
  metafield: ShopifyMetafield
  metafields: ShopifyMetafield[]
  name: string
}

Properties

__typename
"Location"
address
ShopifyLocationAddress

The address of the location.

id
string

A globally-unique ID.

metafield
ShopifyMetafield

A custom field, including its namespace and key, that's associated with a Shopify resource for the purposes of adding and storing additional information.

metafields
ShopifyMetafield[]

A list of custom fields that a merchant associates with a Shopify resource.

name
string

The name of the location.