SCALAR
DateTime
An ISO-8601 encoded UTC date string.
link GraphQL Schema definition
- scalar DateTime
link Require by
- CheckoutA container for all the information required to checkout items and pay.
- 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.
- CustomerAccessTokenA CustomerAccessToken represents the unique token required to make modifications to the customer object.
- 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.
- 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).