Store types
This list contains all query types for the store endpoints.
Store
Fields
- Name
id- Type
- ID!
- Description
Unique identifier for the store.
- Name
uid- Type
- ID!
- Description
Unique identifier for the store.
- Name
name- Type
- String!
- Description
The store name.
- Name
slug- Type
- String!
- Description
The store slug.
- Name
refund_policy- Type
- String
- Description
The store refund policy.
- Name
privacy_policy- Type
- String
- Description
The store privacy policy.
- Name
terms_of_services- Type
- String
- Description
The store terms of services.
- Name
single_checkout_page- Type
- Boolean!
- Description
The store single checkout page boolean.
- Name
funnel- Label
Funnel!- Description
The store funnel.
- Name
default_collection_id- Type
- ID!
- Description
The store default collection id.
- Name
shipping_group_id- Type
- String
- Description
The store shipping group id.
- Name
collections- Label
[Collection!]!- Description
The store collections.
- Name
defaultDomain- Type
- String!
- Description
The store default domain.
- Name
address- Type
- String!
- Description
The store address.
- Name
legal_name- Type
- String!
- Description
The store legal name.
- Name
email- Type
- String!
- Description
The store email.
- Name
products- Label
[CollectionResult!]!- Description
The store products.
Arguments cursor: String
StoreInput
Fields
- Name
name- Type
- String!
- Description
The store name.
- Name
slug- Type
- String!
- Description
The store slug.
- Name
style_id- Type
- ID
- Description
The store style id.
- Name
currency- Type
- String
- Description
The store currency.
- Name
single_checkout_page- Type
- Boolean
- Description
The store single checkout page boolean.
- Name
lang- Type
- FunnelLanguage!
- Description
The store language.
scalar FunnelLanguage
StoreUpdateInput
Fields
- Name
style_uid- Type
- ID
- Description
The store style uid.
- Name
shipping_group_uid- Type
- String
- Description
The store shipping group uid.
- Name
collections_uids- Type
- [ID!]
- Description
The store collections uids.
- Name
refund_policy- Type
- String
- Description
The store refund policy.
- Name
privacy_policy- Type
- String
- Description
The store privacy policy.
- Name
terms_of_services- Type
- String
- Description
The store terms of services.
- Name
address- Type
- String
- Description
The store address.
- Name
legal_name- Type
- String
- Description
The store legal name.
- Name
single_checkout_page- Type
- Boolean
- Description
The store single checkout page.
- Name
email- Type
- String
- Description
The store email.
- Name
slug- Type
- String
- Description
The store slug.