INTERFACE
Node
An object with an ID to support global identification.
link Require by
- AppliedGiftCardDetails about the gift card used on the checkout.
- CheckoutA container for all the information required to checkout items and pay.
- CheckoutLineItemA single line item in the checkout, grouped by variant and attributes.
- CollectionA collection represents a grouping of products that a shop owner can create to organize them or make their shops easier to browse.
- MailingAddressRepresents a mailing address for customers and shipping.
- OrderAn order is a customer’s completed request to purchase one or more products from a shop. An order is created when a customer completes the checkout process, during which time they provides an email address, billing address and payment information.
- PaymentA payment applied to a checkout.
- ProductA product represents an individual item for sale in a Shopify store. Products are often physical, but they don't have to be. For example, a digital download (such as a movie, music or ebook file) also qualifies as a product, as do services (such as equipment rental, work for hire, customization of another product or an extended warranty).
- ProductOptionCustom product property names like "Size", "Color", and "Material". Products are based on permutations of these options. A product may have a maximum of 3 options. 255 characters limit each.
- ProductVariantA product variant represents a different version of a product, such as differing sizes or differing colors.
- QueryRootThe schema’s entry-point for queries. This acts as the public, top-level API from which all queries must start.
- ShopPolicyPolicy that a merchant has configured for their store, such as their refund or privacy policy.