API structure

Understand the Commerce API structure.

The Commerce API is a RESTful APIarrow-up-right. That means we designed the API to allow you to create, read, update, and delete objects with thePOST, GET, PUT and DELETE HTTP methodsarrow-up-right.

The Commerce API speaks exclusively in JSONarrow-up-right. So, to ensure the API accepts and processes your requests, always set the Content-Type header to application/json .

All Commerce API requests are sent to https://api.digitalriver.com.

For more information on how Digital River ensures high availability and performance, see our Service Level Agreementarrow-up-right.

Last updated