SCALAR
Int
Represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
link GraphQL Schema definition
- scalar Int
link Require by
- 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.
- CreditCardCredit card information used for a payment.
- 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.
- 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.
- OrderLineItemRepresents a single line in an order. There is one line item for each distinct product variant.
- 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).
- ProductVariantA product variant represents a different version of a product, such as differing sizes or differing colors.
- ShopShop represents a collection of the general settings and information about the shop.