Skip to main content

ShopifyExternalChange

A change that happened on Shopify.

type ShopifyExternalChange {
changeType: ShopifyChangeType!
externalId: String!
link: String!
meta: JSON
}

Fields

ShopifyExternalChange.changeType ● ShopifyChangeType! non-null enum common

The type of change.

ShopifyExternalChange.externalId ● String! non-null scalar common

The ID on Shopify.

ShopifyExternalChange.link ● String! non-null scalar common

The link to the item on Shopify.

ShopifyExternalChange.meta ● JSON scalar common

Metadata related to the change.

Implemented by

ChangeTypeUnion union