Marketplaces - Channel catalogs - Settings
Get the marketplace settings for a channel catalog
get/v2/user/marketplaces/channelcatalogs/{channelCatalogId}/settings
Path parameters
channelCatalogIdstring guid required
Channel Catalog Id to query (required)
Response
Successfully fetched channel catalog settings
Example response
{
"links": {
"self": {
"href": "/v2/user/marketplaces/channelcatatalogs/6a90fcfd-24c7-422e-a65f-aadb1725bbfe/settings"
},
"save": {
"href": "/v2/user/marketplaces/channelcatatalogs/6a90fcfd-24c7-422e-a65f-aadb1725bbfe/settings",
"method": "POST",
"parameters": {
"request": {
"in": "body",
"type": "object",
"schema": "setChannelCatalogMarketplaceSettingsRequest"
}
}
}
},
"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"
]
}
]
}