Fields
id
String!Required
The unique identifier of owner info.
banner
SecureUrlURL for the banner image of the sales channel.
banner_url
StringURL for the banner image of the sales channel.
cors
ApplicationCorsCORS settings for the sales channel.
created_at
StringISO 8601 timestamp of sales channel information creation, e.g. '2023-10-15T10:30:00Z'.
description
StringDetailed information about the sales channel.
domain
Domain!Required
The primary domain information associated with the sales channel.
domains
[Domain]!Required
List of domains associated with the sales channel.
is_active
Boolean!Required
Indicates whether sales channel is active or inactive.
logo
SecureUrlURL for the logo image of the sales channel.
logo_url
StringURL for the logo image of the sales channel.
Metadata related to the sales channel.
name
String!Required
Name of the sales channel, e.g. 'My Fashion Store'.
secret
StringRandomly generated fixed length secret string for sales channel.
token
String!Required
Randomly generated fixed length token string for sales channel.
website
ApplicationWebsite!Required
The website configuration of the sales channel.
mode
ApplicationModeMode of the sales channel, e.g. 'live', 'development'.
slug
String!Required
URL-friendly identifier for the sales channel, e.g. 'my-fashion-store'.
company_info
CompanyInfo!Required
Company information associated with the sales channel.
owner_info
OwnerInfo!Required
Information about the owner of the sales channel.
tokens
[TokenSchema]List of tokens associated with the sales channel.
favicon
SecureUrlURL for the favicon image of the sales channel.
mobile_logo
SecureUrlURL for the mobile logo of the sales channel.
mobile_logo_url
StringURL for the mobile logo of the sales channel.
status
ApplicationStatus!Required
Current status of the sales channel, e.g. 'active', 'inactive'.
Was this section helpful?