Access and Authentication
Important: These endpoints live on the internal Commerce API and are not reachable directly by external clients. Every external request goes through Omnitron.
External clients reach these endpoints through the Omnitron remote proxy:
https://{omnitron_url}/api/v1/remote/{channel_id}/data-warehouse/ -> proxies to -> https://{commerce_url}/api/v1/data-warehouse/A request sent to https://{omnitron_url}/api/v1/remote/{channel_id}/data-warehouse/baskets/baskets/ is proxied to https://{commerce_url}/api/v1/data-warehouse/baskets/baskets/ on the internal Commerce API. The {channel_id} in the proxy path identifies the sales channel.
Authenticate with a token sent in the Authorization header, in the form Token <your-token>. The token requires a staff (admin) account. A token issued by another system is rejected.
Common Access Errors
401 Unauthorized
The token is missing, invalid, or issued by another system.
Send a valid token.
403 Forbidden
The token belongs to a user without administrator rights.
Use a token from a staff (admin) account.
Last updated
Was this helpful?

