DEV

Type.

OnlineStoreSettings

No description

Fields

allowedDomains

[String!]!

Required

A list of domains to allow Elements to send frontend requests from. Hello and Checkout will not function for domains not listed here.

createdAt

DateTime!

Required

When these onlineStoreSettings were created.

createdBy

ID!

Required

The user who created these OnlineStoreSettings.

id

ID!

Required

A unique identifier for the OnlineStoreSettings.

mode

Mode!

Required

Specifies whether the OnlineStoreSettings is in live or test mode.

organizationId

ID!

Required

The Organization associated with the OnlineStoreSettings.

platform

String!

Required

Which shopping cart platform your ecommerce store uses.

updatedAt

DateTime!

Required

When these OnlineStoreSettings were most recently updated.

updatedBy

ID!

Required

The user who most recently updated the OnlineStoreSettings.

url

String!

Required

The URL to your online storefront.

Was this page helpful?