v1

latestOpenAPI 3.0.42026-07-26195173268.4 KB
Globalization channel

Updates the channel.

put/Litium/api/admin/globalization/channels/{systemId}

Path parameters

systemIdstring uuid required

The channels system identifier.

Request body

fieldTemplateSystemIdstring uuid

Gets or sets the field template system identifier.

idstring nullable

Gets or sets the identifier.

marketSystemIdstring uuid nullable

Gets or sets the market system identifier.

systemIdstring uuid

Gets or sets the system identifier.

websiteSystemIdstring uuid nullable

Gets or sets the website system identifier.

websiteLanguageSystemIdstring uuid nullable

Gets or sets the website language system identifier.

productLanguageSystemIdstring uuid nullable

Gets or sets the product language system identifier.

googleAnalyticsAccountIdstring nullable

Gets or sets the Google Universal Analytics Account ID.

googleTagManagerContainerIdstring nullable

Gets or sets the Google Tag Manager Container ID .

showPricesWithVatboolean

Gets or sets if shows prices with VAT.

priceAgentsboolean

Gets or sets if use price agents.

priceHistoryboolean

Gets or sets if use for activate product price history.

sitemapboolean

Gets or sets if the sitemap should be used.

includeProductsInSitemapboolean

Gets or sets if the sitemap should include products.

llmsTxtboolean

Gets or sets if the llms.txt should be used.

includeProductsInLlmsTxtboolean

Gets or sets if the llms.txt should include products.

Example request

{
  "countryLinks": [
    {
      "shippingOptions": [
        {
          "id": "providerId:optionId"
        }
      ],
      "paymentOptions": [
        {
          "id": "providerId:optionId"
        }
      ],
      "taxOption": {
        "id": "providerId:optionId"
      }
    }
  ]
}

Response

OK

fieldTemplateSystemIdstring uuid

Gets or sets the field template system identifier.

idstring nullable

Gets or sets the identifier.

marketSystemIdstring uuid nullable

Gets or sets the market system identifier.

systemIdstring uuid

Gets or sets the system identifier.

websiteSystemIdstring uuid nullable

Gets or sets the website system identifier.

websiteLanguageSystemIdstring uuid nullable

Gets or sets the website language system identifier.

productLanguageSystemIdstring uuid nullable

Gets or sets the product language system identifier.

googleAnalyticsAccountIdstring nullable

Gets or sets the Google Universal Analytics Account ID.

googleTagManagerContainerIdstring nullable

Gets or sets the Google Tag Manager Container ID .

showPricesWithVatboolean

Gets or sets if shows prices with VAT.

priceAgentsboolean

Gets or sets if use price agents.

priceHistoryboolean

Gets or sets if use for activate product price history.

sitemapboolean

Gets or sets if the sitemap should be used.

includeProductsInSitemapboolean

Gets or sets if the sitemap should include products.

llmsTxtboolean

Gets or sets if the llms.txt should be used.

includeProductsInLlmsTxtboolean

Gets or sets if the llms.txt should include products.

Example response

{
  "countryLinks": [
    {
      "shippingOptions": [
        {
          "id": "providerId:optionId"
        }
      ],
      "paymentOptions": [
        {
          "id": "providerId:optionId"
        }
      ],
      "taxOption": {
        "id": "providerId:optionId"
      }
    }
  ]
}