2.5 Application Registration
To have your application recognized and activated within Retailys, you must register the Application Manifest with the core. Two main methods exist:
Public API Call: Send a
POSTrequest tohttps://core.retailys.com/apps/register?url=manifestUrlwith a parametermanifestUrlthat points to your manifest’s XML file. The core then:Fetches your XML manifest.
Validates it against the Manifest Blueprint.
Calls your app’s
enrollmethod.Marks the app as active in the internal database, if successful.
Important notes:
Ensure your manifest URL is publicly accessible and uses valid HTTPS.
If using a custom domain or hosting, verify your SSL certificate is valid and recognized.
When you update your manifest (e.g., increment the app version, add new fields), you typically trigger re-registration so the core can re-validate and reload definitions.
Last updated