Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

General Information

...

ServiceAPIMethod
multitenant/products/consoleGET


Workflow:

Output

...

Valid Response

...

Code Block
languagejs
titleError Response Sample
{
    "result":false,
    "errors":{
        "codes":[460],
        "details":[
            {
                "code":460,
                "message":"Unable to find products"
            }
        ]
    }
}



Error Codes



CodeDescription
460Unable to find products



Example (CURL)

...

Request

Code Block
languagebash
titleCalling List Console Products API
 > CURL -X GET http://127.0.0.1:4004/products/console

...