API structure
Understand the Commerce API structure.
The Commerce API is a RESTful API. That means we designed the API to allow you to create, read, update, and delete objects with thePOST
, GET
, PUT
and DELETE
HTTP methods.
The Commerce API speaks exclusively in JSON. 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 Agreement.
Last updated