Update Order Channels

post

/config/sim/v2/setup/updateOrderChannels

Updates the Order Channels. If Order Channel is not found, it creates a new Order Channel.

Request

Supported Media Types
Header Parameters
Body ()
Order Channel Request Body for Create and Update Requests
Root Schema : OrderChannelCURequestBodyv2
Type: object
Order Channel Request Body for Create and Update Requests
Show Source
Nested Schema : name
Type: object
A string that contains translations into multiple languages
Example:
{
    "1":"Order Channel",
    "2":"Bestellkanal",
    "3":"Canal de pedidos"
}
Back to Top

Response

Supported Media Types

200 Response

Order Channel Response body
Body ()
Root Schema : OrderChannelResponse
Type: object
Show Source

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source
Back to Top