SCALAR
ID
Represents a unique identifier. It is often used to refetch an object or as key for a cache.
link GraphQL Schema definition
- scalar ID
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.
- CheckoutLineItemInputSpecifies the input fields to create a line item on a checkout.
- CheckoutLineItemUpdateInputSpecifies the input fields to update a line item on the checkout.
- CollectionA collection represents a grouping of products that a shop owner can create to organize them or make their shops easier to browse.
- CustomerA customer represents a customer account with the shop. Customer accounts store contact information for the customer, saving logged-in customers the trouble of having to provide it at every checkout.
- ImageRepresents an image resource.
- MailingAddressRepresents a mailing address for customers and shipping.
- MutationThe schema’s entry-point for mutations. This acts as the public, top-level API from which all mutation queries must start.
- NodeAn object with an ID to support global identification.
- 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.