The channel does not exist or was not published in D365 ?

 The channel does not exist or was not published in D365 error is due to the wrong OUN in the postman headers Params. 

Please check the OUN of the channel in the BackOffice or AX side of D365 update the headers OUN param in the postman call and check the response.
{
    "TypeName""SecurityException",
    "Exception""{\r\n  \"ErrorResourceId\": 
        \"Microsoft_Dynamics_Commerce_Runtime_InvalidChannel\",\r\n 
     \"LocalizedMessage\": \"The channel does not exist or was not published.\"\r\n}",
    "CorrelationId""7de794e2-1533-4bb8-a610-2f6d0fdf95dc"
}

Comments

Popular posts from this blog

Create custom workflow in D365 X++

Convert amount from one currency to another currency using X++

How to Create Extended Data Types (EDTs) in Finance and Operations of Dynamics 365 -- F&O Customization Part 2