{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account Sales Channel API", "version": "1.0" }, "items": [ { "info": { "name": "Sales Channel", "type": "folder" }, "items": [ { "info": { "name": "VTex Get Sales channel list", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/catalog_system/pvt/saleschannel/list", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ] }, "docs": "Retrieves a list with details about the store's sales channels. \r\n## Response body example\r\n\r\n```json\r\n[\r\n {\r\n \"Id\": 1,\r\n \"Name\": \"Loja Principal\",\r\n \"IsActive\": true,\r\n \"ProductClusterId\": null,\r\n \"CountryCode\": \"BRA\",\r\n \"CultureInfo\": \"pt-BR\",\r\n \"TimeZone\": \"E. South America Standard Time\",\r\n \"CurrencyCode\": \"BRL\",\r\n \"CurrencySymbol\": \"R$\",\r\n \"CurrencyLocale\": 1046,\r\n \"CurrencyFormatInfo\": {\r\n \"CurrencyD" }, { "info": { "name": "VTex Get Sales channel by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/catalog_system/pub/saleschannel/:salesChannelId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "salesChannelId", "value": "", "type": "path" } ] }, "docs": "Retrieves a specific sales channel by its ID. \r\n\r\n## Response body example\r\n\r\n```json\r\n{\r\n \"Id\": 1,\r\n \"Name\": \"Loja Principal\",\r\n \"IsActive\": true,\r\n \"ProductClusterId\": null,\r\n \"CountryCode\": \"BRA\",\r\n \"CultureInfo\": \"pt-BR\",\r\n \"TimeZone\": \"E. South America Standard Time\",\r\n \"CurrencyCode\": \"BRL\",\r\n \"CurrencySymbol\": \"R$\",\r\n \"CurrencyLocale\": 1046,\r\n \"CurrencyFormatInfo\": {\r\n \"CurrencyDecimalDigits\": 1,\r\n \"CurrencyDecimalSeparator\": \",\",\r\n \"C" } ] } ], "bundled": true }