# Sales channel detail Information about the detail of the sales channels. Module Sales Channel is required. Endpoint: GET /api/sales-channels/{guid} Version: 1.0.0 Security: shoptetAccessToken, shoptetPrivateApiToken ## Path parameters: - `guid` (string, required) Sales channel GUID Example: "0199bdfd-0979-71fb-85ce-e483c61d391a" ## Header parameters: - `Content-Type` (string, required) ## Response 200 fields (application/json): - `data` (object, required) - `data.guid` (string, required) Sales channel GUID. - `data.name` (string, required) Sales channel name. - `data.type` (any, required) Type of sales channel. Enum: "in_store", "market", "marketplace" - `data.currencies` (array, required) Currencies collection. - `data.currencies.code` (string, required) Currency code. List of available currencies within the e-shop can be found in endpoint GET /api/eshop. - `data.currencies.title` (string, required) Currency title. - `data.currencies.symbol` (string, required) Currency symbol. - `data.currencies.isSymbolOnLeft` (boolean, required) Whether the currency symbol is on left side. - `data.currencies.precision` (integer, required) Currency precision. - `data.currencies.priority` (integer,null) Currency priority. - `data.currencies.decimalSeparator` (string, required) Currency decimal separator. - `data.currencies.thousandSeparator` (string) Currency thousand separator. - `data.currencies.isDefault` (boolean) Whether the language is default. - `data.languages` (array, required) Languages collection. - `data.languages.code` (string, required) Language code. - `data.languages.name` (string, required) Language name. - `data.languages.dateFormat` (string, required) Date format of language. - `data.languages.timeFormat` (string, required) Time format of language. - `data.languages.isVisible` (boolean, required) Whether the language is visible. - `data.languages.isBlocked` (boolean, required) Whether the language is blocked. - `data.languages.priority` (integer,null) Language priority. - `data.createdAt` (string, required) - `data.updatedAt` (string,null, required) - `errors` (array,null, required) - `errors.errorCode` (string, required) Short text error identification - `errors.message` (string, required) Descriptive error message - `errors.instance` (string, required) Identification of the entity referenced ## Response 403 fields (application/json): - `data` (object,null) - `errors` (array,null) - `errors.errorCode` (string, required) Short text error identification - `errors.message` (string, required) Descriptive error message - `errors.instance` (string, required) Identification of the entity referenced ## Response 404 fields (application/json): - `data` (object,null) - `errors` (array,null) - `errors.errorCode` (string, required) Short text error identification - `errors.message` (string, required) Descriptive error message - `errors.instance` (string, required) Identification of the entity referenced