Channel Setup Services
All services related to ChannelSetup are listed in this page.
POST
Execute Channel Setup
POST
Execute Channel SetupThis method is used to execute ChannelSetup.
Path: /api/v1/oms/setup/channels/execute/
Query Parameters
The following query parameters can be used for the task about ChannelSetup execute.
token
string
header
The API key of the customer account
Example Request
To execute ChannelSetup task, a POST
request should be sent to /api/v1/oms/setup/channels/execute/
endpoint. No query parameters or request body are required.
Once the ChannelSetup execution task is finished, Omnitron channels will be generated within the OMS. You can verify the presence of these channels by navigating to Akinon OMS > Settings > Sales Channels.
Example Response (204)
A successful response with a status code 204 No Content is returned.
GET
Get ChannelSetup Async Status
GET
Get ChannelSetup Async StatusThis method used to get async status of the ChannelSetup.
Path: /api/v1/oms/setup/channels/get_async_status/
Query Parameters
The following query parameters can be used to get the ChannelSetup status.
token
string
header
The API key of the customer account
Example Request
To get ChannelSetup status, a GET
request should be sent to /api/v1/oms/setup/channels/get_async_status/
endpoint. No query parameters or request body are required.
Example Response (200)
In a successful response with a status code of 200 OK, the API returns async status information.
result
String
The Status of ChannelSetup Task
This example response serves as a reference to understand the structure and data format of service.
GET
Get ChannelSetup Required Status
GET
Get ChannelSetup Required StatusThis method is used to get required status of the ChannelSetup.
Path: /api/v1/oms/setup/channels/is_required/
Query Parameters
The following query parameters can be used to get information about whether the ChannelSetup is required or not.
Provides the answer to the question "Do I need to run this process?". This service will return "true" if there are any Omnitron channels that are not present in the OMS database.
token
string
header
The API key of the customer account
Example Request
To get ChannelSetup required status, a GET
request should be sent to /api/v1/oms/setup/channels/is_required/
endpoint. No query parameters or request body are required.
Example Response (200)
In a successful response with a status code of 200 OK, the API returns required status information.
result
String
The required status of ChannelSetup Task
This example response serves as a reference to understand the structure and data format of the service.
Was this helpful?