Get list of selling channels and their configuration

GET /selling-channels

This endpoint is used to retrieve all currently created selling channels

Get all info about currently signed user

Responses

  • 200

    If product is succesfully updated 200 status code is returned

  • 404

    Product is not found

GET /selling-channels
curl \
 --request GET 'api.services.omnicado.com/api/v2/selling-channels' \
 --header "X-OMNICADO-TOKEN: $API_KEY"