OBJECT
MailingAddress
Represents a mailing address for customers and shipping.
link GraphQL Schema definition
link Require by
- CheckoutA container for all the information required to checkout items and pay.
- 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.
- CustomerAddressCreatePayloadnull
- CustomerAddressUpdatePayloadnull
- MailingAddressEdgenull
- 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.