API Documentation
Reference Docs for Integrating with SCC API Endpoints
Find out how to integrate applications with Supply Chain Cloud.
API Access
Once a client pays for Supply Chain Cloud, Avanade sets up a tenant for them.
Avanade sends an email with information on registering for this tenant that includes the client API key.
Note: You can also find the API key under Global Configurations.
Authentication
View each API page for authentication steps:
API Endpoints
For documentation on specific API endpoints, use the navigation menu or search.
Date Times
How we handle date time values coming into SCC APIs:
1| Date times should be provided in ISO 8601 format (e.g., 2024-03-08T13:59:40.023Z).
2| Date times can be provided with or without time zone information and will be handled in the following manner:
Without time zone (e.g., 2024-03-08T13:59:40.023): Will be treated as if it is a UTC date time.
As UTC time (e.g., 2024-03-08T13:59:40.023Z): Will be treated as a UTC date time.
With time zone information (e.g., 2024-03-08T13:59:40.023+04:00): Will be appropriately converted to UTC time.