GitHub

ShopifyCompanyLocation

interface

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

A company's location.

interface ShopifyCompanyLocation {
  __typename: "CompanyLocation"
  createdAt: Scalars['DateTime']['output']
  externalId: string
  id: string
  locale: string
  metafield: ShopifyMetafield
  metafields: ShopifyMetafield[]
  name: string
  updatedAt: Scalars['DateTime']['output']
}

Properties

__typename
"CompanyLocation"
createdAt
Scalars['DateTime']['output']

The date and time (ISO 8601 format) at which the company location was created in Shopify.

externalId
string

A unique externally-supplied ID for the company.

id
string

A globally-unique ID.

locale
string

The preferred locale of the company location.

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 company location.

updatedAt
Scalars['DateTime']['output']

The date and time (ISO 8601 format) at which the company location was last modified.