Some general information and settings about our shop.
Fields
contactEmail ● String!non-null
The merchant's email address for customer communication.
name ● String!non-null
Store name.
handle ● String!non-null
The store's unique identifier, which is the prefix of the store's domain name. For example, if a store's domain name is open001.myshopline.com, the store handle is open001.
id ● ID!non-null
Store's unique ID.
currencyCode ● CurrencyCode!non-null
The settlement currency used by the buyer when placing orders in the store. The value of this parameter is a three-letter currency code that follows the ISO 4217 standard. For example, USD.
More
ianaTimezone ● String!non-null
The time zone set for the store.
allProductCategories ● [ProductCategory!]non-null
List of the store's standard product types.
Maximum size: 1000.
More
features ● ShopFeatures!non-null
Availability of store features. For example, if giftCards returns true, it indicates that creating gift cards is allowed in the store.
More
resourceLimits ● ShopResourceLimits!non-null
Store resource limits.
More
uploadedImagesByIds ● [Image!]non-null
List of images uploaded to the store.
More
productTypes ● StringConnection!non-null
List of custom product types added to store products.
More
productTags ● StringConnection!non-null
List of product tags assigned to store products.
More
productVendors ● StringConnection!non-null
List of suppliers associated with store products.
More
Status and error codes
For detailed information about common codes, see Status and error codes.
Was this article helpful to you?