v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Marketplaces - Channel catalogs - Settings

Save new marketplace settings for a channel catalog

Allow you to configure your marketplace settings. Partial update accepted.

post/v2/user/marketplaces/channelcatalogs/{channelCatalogId}/settings

Path parameters

channelCatalogIdstring guid required

Channel Catalog Id to query

Request body

Example request

{
  "settings": [
    {
      "name": "Country",
      "values": [
        "FR"
      ]
    },
    {
      "name": "Currency",
      "values": [
        "EUR"
      ]
    },
    {
      "name": "ListingDuration",
      "values": [
        "GTC"
      ]
    },
    {
      "name": "PaymentMethods",
      "values": [
        "CCAccepted"
      ]
    },
    {
      "name": "PayPalEmailAddress",
      "values": [
        "pascal@ixeoline.com"
      ]
    },
    {
      "name": "PostalCode",
      "values": [
        "69630"
      ]
    },
    {
      "name": "RefundOption",
      "values": [
        "MoneyBackOrExchange"
      ]
    },
    {
      "name": "ReturnsAcceptedOption",
      "values": [
        "ReturnsAccepted"
      ]
    },
    {
      "name": "ReturnsWithinOption",
      "values": [
        "Days_10"
      ]
    },
    {
      "name": "ShippingCostPaidByOption",
      "values": [
        "Buyer"
      ]
    },
    {
      "name": "ShippingService",
      "values": [
        "FR_ColiposteColissimo"
      ]
    }
  ]
}

Response

Successfully saved channel catalog marketplace settings