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