ShopifyStore

Represents a Shopify store.

Fields


store: String!

The name of the Shopify store.


cartLines: [ShopifyCartLine!]!

An array of ShopifyCartLine objects, each representing a line item in the cart with the Shopify product variant details and the quantity of the variant.


offer: ShopifyOffer

An Offer object containing information about taxes, prices, and shipping methods related to the items in the cart.


shipsToCountries: [Country!]

Countries that the store ships to.


isSubmitted: Boolean!

True if the store items ended up with a successful checkout


requestId: String!

A unique identifier that will be used for getting information about the order after the cart is submitted


errors: [ShopifyStoreError!]!

Contains errors related to a specific store


Related types