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
}
__typename "Location" |
|---|
address ShopifyLocationAddress |
|---|
The address of the location. |
id string |
|---|
A globally-unique ID. |
metafield ShopifyMetafield |
|---|
A custom field, including its |
metafields ShopifyMetafield[] |
|---|
A list of custom fields that a merchant associates with a Shopify resource. |
name string |
|---|
The name of the location. |