stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountNode

AdminTypes.DiscountNode interface

A discount wrapper node.

Signature:

export interface DiscountNode extends HasEvents, HasMetafieldDefinitions, HasMetafields, Node 

Extends: HasEvents, HasMetafieldDefinitions, HasMetafields, Node

Properties

Property Modifiers Type Description
discount   Discount A discount.
events   EventConnection The paginated list of events associated with the host subject.
id   Scalars[‘ID’][‘output’] A globally-unique ID.
metafield?   Maybe<Metafield> (Optional) Returns a metafield by namespace and key that belongs to the resource.
metafieldDefinitions   MetafieldDefinitionConnection List of metafield definitions.
metafields   MetafieldConnection List of metafields that belong to the resource.
privateMetafield?   Maybe<PrivateMetafield> (Optional) Returns a private metafield by namespace and key that belongs to the resource.
privateMetafields   PrivateMetafieldConnection List of private metafields that belong to the resource.