Using Salling Group APIs
Salling Group makes a number of HTTP APIs publicly available for anyone to use. More APIs are available for employees or trusted partners. Our APIs generally strive to meet modern expectations for pragmatic REST-ful HTTP with a focus on using resource URLs, HTTP status codes, HTTP methods, and standard headers in ways that won’t surprise.
Read more about our REST-ful API guidelinesOnly HTTPS with TLS 1.2 or newer is supported. All APIs are available as paths under https://api.sallinggroup.com.
We support a number of different use cases for API integrations. Only the first two are publicly available.
- Pure front-end/phone app integrations: embedding an API key directly in your front-end/app code. Not all APIs can be used in these untrusted environments.
- Secure back-end/system integrations: keeping API keys hidden in a trusted back-end system. More APIs are available in this case.
- Salling Group employee integrations: when a Salling Group employee logs in with their Microsoft Entra ID account, they can obtain a token proving their identity and access rights.
- Salling Group customer integrations: when a Salling Group customer logs in with their SAP CDC account, they can obtain a token proving their identity in a Salling Group site/app.
INTRODUCTION
APIS
TOPICS
GUIDES
RESOURCES
Using Salling Group APIs
Salling Group makes a number of HTTP APIs publicly available for anyone to use. More APIs are available for employees or trusted partners. Our APIs generally strive to meet modern expectations for pragmatic REST-ful HTTP with a focus on using resource URLs, HTTP status codes, HTTP methods, and standard headers in ways that won’t surprise.
Read more about our REST-ful API guidelinesOnly HTTPS with TLS 1.2 or newer is supported. All APIs are available as paths under https://api.sallinggroup.com.
We support a number of different use cases for API integrations. Only the first two are publicly available.
- Pure front-end/phone app integrations: embedding an API key directly in your front-end/app code. Not all APIs can be used in these untrusted environments.
- Secure back-end/system integrations: keeping API keys hidden in a trusted back-end system. More APIs are available in this case.
- Salling Group employee integrations: when a Salling Group employee logs in with their Microsoft Entra ID account, they can obtain a token proving their identity and access rights.
- Salling Group customer integrations: when a Salling Group customer logs in with their SAP CDC account, they can obtain a token proving their identity in a Salling Group site/app.