Admin APIs reference
Last updated
Last updated
The Admin APIs provide robust tools designed to empower administrative operations on your eCommerce platform. These APIs enable seamless management of orders, customer information, promotional campaigns, site configurations, and more. By leveraging these API endpoints, authorized users can perform critical backend tasks efficiently and securely, ensuring your platform operates smoothly and effectively.
You will need an API key with specific permissions to access and use the Admin APIs. This ensures that only authorized personnel can perform sensitive administrative operations, maintaining the security and integrity of your eCommerce platform.
The Admin APIs are RESTful, meaning that Digital River designed them to allow you to retrieve, create, update, and delete objects using the HTTP verbs GET, POST, and DELETE.
The Admin APIs exclusively use JSON. Therefore, you should always set the content-type header to application/json to ensure the API accepts and processes your requests.
All Admin API requests are sent to https://api.digitalriver.com
.
are designed to enhance backend administrative operations for eCommerce platforms. They provide functionalities that include:
Order management: Retrieve order details and download invoices.
Promotional strategies: Create and deploy offers.
Customer information management: Access and manage customer profiles and handle requests to remove personal information (PII).
: Handle refunds efficiently, including various refund scenarios.
: Facilitate the management of customer subscriptions, including renewals and cancellations.
: Enable control over site configurations and settings, ensuring your eCommerce platform runs smoothly.
: Manage your product catalog, from adding new products to updating existing listings.
File Management: Download files and handle digital assets within the eCommerce framework.
To access and use the Admin APIs, you need an . This ensures that only authorized personnel can perform sensitive administrative operations, maintaining the security and integrity of your eCommerce platform.
You can download the Admin.json file to access the comprehensive details and specifications for the Admin APIs. This file contains all the necessary information to integrate and manage the APIs effectively in your environment.
Click the Admin.json file link below to initiate the download.
Save the Admin.json file to your preferred directory on your machine.