API
Creating and editing products
- < Back to the table of contents
- Creation of product of type "Unique product with fixed price"
- Creation of goods of "Unique item with variable price" type
- Creation of goods of "Electronic books" type
- Creation of goods of "Software" type
- Creation of goods of "Arbitrary digital product" type
- Editing of product of type "Unique product with fixed price"
- Editing of goods of "Unique item with variable price" type
- Editing of goods of "Electronic books" type
- Editing of goods of "Software" type
- Editing of goods of "Arbitrary digital product" type
- Editing of base props of product. Switch on/off sales.
- Add product images
- Adding a youtube links to the gallery
- Changing the image position in gallery
- Bulk update products status
- Bulk update of product prices
- Getting the execution status of an asynchronous task
- Adding goods to the marketplace subcategory
- Getting the category tree of the marketplace
- Getting the subcategories of the marketplace
Creation of product of type "Unique product with fixed price"
URL and request format | https://api.digiseller.com/api/product/create/uniquefixed?token={token} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Method: | POST | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request headers: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML request format JSON request format |
xml
json
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request parameters: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML response format: JSON response format: |
xml
json
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Response parameters: |
|
Creation of goods of "Unique item with variable price" type
URL and request format | https://api.digiseller.com/api/product/create/uniqueunfixed?token={token} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Method: | POST | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request headers: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML request format JSON request format |
xml
json
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request parameters: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML response format: JSON response format: |
xml
json
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Response parameters: |
|
Creation of goods of "Electronic books" type
URL and request format | https://api.digiseller.com/api/product/create/book?token={token} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Method: | POST | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request headers: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML request format JSON request format |
xml
json
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request parameters: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML response format: JSON response format: |
xml
json
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Response parameters: |
|
Creation of goods of "Software" type
URL and request format | https://api.digiseller.com/api/product/create/software?token={token} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Method: | POST | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request headers: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML request format JSON request format |
xml
json
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request parameters: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML response format: JSON response format: |
xml
json
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Response parameters: |
|
Creation of goods of "Arbitrary digital product" type
URL and request format | https://api.digiseller.com/api/product/create/arbitrary?token={token} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Method: | POST | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request headers: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML request format JSON request format |
xml
json
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request parameters: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML response format: JSON response format: |
xml
json
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Response parameters: |
|
Editing of product of type "Unique product with fixed price"
URL and request format | https://api.digiseller.com/api/product/edit/uniquefixed/{product_id}?token={token} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Method: | POST | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request headers: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML request format JSON request format |
xml
json
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request parameters: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML response format: JSON response format: |
xml
json
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Response parameters: |
|
Editing of goods of "Unique item with variable price" type
URL and request format | https://api.digiseller.com/api/product/edit/uniqueunfixed/{product_id}?token={token} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Method: | POST | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request headers: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML request format JSON request format |
xml
json
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request parameters: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML response format: JSON response format: |
xml
json
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Response parameters: |
|
Editing of goods of "Electronic books" type
URL and request format | https://api.digiseller.com/api/product/edit/book/{product_id}?token={token} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Method: | POST | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request headers: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML request format JSON request format |
xml
json
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request parameters: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML response format: JSON response format: |
xml
json
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Response parameters: |
|
Editing of goods of "Software" type
URL and request format | https://api.digiseller.com/api/product/edit/software/{product_id}?token={token} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Method: | POST | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request headers: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML request format JSON request format |
xml
json
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request parameters: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML response format: JSON response format: |
xml
json
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Response parameters: |
|
Editing of goods of "Arbitrary digital product" type
URL and request format | https://api.digiseller.com/api/product/edit/arbitrary/{product_id}?token={token} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Method: | POST | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request headers: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML request format JSON request format |
xml
json
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request parameters: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML response format: JSON response format: |
xml
json
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Response parameters: |
|
Editing of base props of product. Switch on/off sales.
URL and request format | https://api.digiseller.com/api/product/edit/base/{product_id}?token={token} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Method: | POST | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request headers: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML request format JSON request format |
xml
json
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request parameters: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML response format: JSON response format: |
xml
json
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Response parameters: |
|
Add product images
URL and request format | https://api.digiseller.com/api/product/preview/add/images/{product_id}?token={token} | |||||||||||||||||||||||||||
Method: | POST | |||||||||||||||||||||||||||
Request headers: |
|
|||||||||||||||||||||||||||
Request format: | The request body must contain a product image file in multipart/form-data format. | |||||||||||||||||||||||||||
Request parameters: |
|
|||||||||||||||||||||||||||
XML response format: JSON response format: |
xml
json
|
|||||||||||||||||||||||||||
Response parameters: |
|
Adding a youtube links to the gallery
URL and request format | https://api.digiseller.com/api/product/preview/add/videos/{product_id}?token={token} | |||||||||||||||||||||||||||
Method: | POST | |||||||||||||||||||||||||||
Request headers: |
|
|||||||||||||||||||||||||||
XML request format JSON request format |
xml
json
|
|||||||||||||||||||||||||||
Request parameters: |
|
|||||||||||||||||||||||||||
XML response format: JSON response format: |
xml
json
|
|||||||||||||||||||||||||||
Response parameters: |
|
Changing the image position in gallery
URL and request format | https://api.digiseller.com/api/product/preview/options/{type}/{preview_id}?token={token} | |||||||||||||||||||||
Method: | POST | |||||||||||||||||||||
Request headers: |
|
|||||||||||||||||||||
XML request format JSON request format |
xml
json
|
|||||||||||||||||||||
Request parameters: |
|
|||||||||||||||||||||
Response format: |
|
Bulk update products status
URL and request format | https://api.digiseller.com/api/product/edit/V2/status?token={token} | |||||||||||||||||||||
Method: | POST | |||||||||||||||||||||
Request headers: |
|
|||||||||||||||||||||
XML request format JSON request format |
xml
json
|
|||||||||||||||||||||
Request parameters: |
|
|||||||||||||||||||||
XML response format: JSON response format: |
xml
json
|
|||||||||||||||||||||
Response parameters: |
|
Adding goods to the marketplace subcategory
This method is relevant only for the marketplace Plati.Market
URL and request format | https://api.digiseller.com/api/product/platform/category/add/{product_id}/{category_id}?token={token} | ||||||||||||||||||||||||
Method: | GET | ||||||||||||||||||||||||
Request headers: |
|
||||||||||||||||||||||||
Request parameters: |
|
||||||||||||||||||||||||
JSON response format: |
|
||||||||||||||||||||||||
Response parameters: |
|
Getting the category tree of the marketplace
URL and request format | https://api.digiseller.com/api/dictionary/platforms/categories/{id} | |||||||||||||||||||||||||||||||||||||||||||||
Method: | GET | |||||||||||||||||||||||||||||||||||||||||||||
Request headers: |
|
|||||||||||||||||||||||||||||||||||||||||||||
Request parameters: |
|
|||||||||||||||||||||||||||||||||||||||||||||
XML response format: JSON response format: |
xml
json
|
|||||||||||||||||||||||||||||||||||||||||||||
Response parameters: |
|
Getting the subcategories of the marketplace
This method is relevant only for the marketplace Plati.Market
URL and request format | https://api.digiseller.com/api/dictionary/platforms/subcategories/{id} | ||||||||||||||||||||||||||||||||||||
Method: | GET | ||||||||||||||||||||||||||||||||||||
Request headers: |
|
||||||||||||||||||||||||||||||||||||
Request parameters: |
|
||||||||||||||||||||||||||||||||||||
XML response format: JSON response format: |
xml
json
|
||||||||||||||||||||||||||||||||||||
Response parameters: |
|
Bulk update of product prices
URL and request format | https://api.digiseller.com/api/product/edit/prices?token={token} | |||||||||||||||||||||
Method: | POST | |||||||||||||||||||||
Request headers: |
|
|||||||||||||||||||||
Request parameters: |
|
|||||||||||||||||||||
JSON request format |
json
|
|||||||||||||||||||||
Request parameters: |
|
|||||||||||||||||||||
Response format |
|
|||||||||||||||||||||
Response parameters: |
|
Getting the execution status of an asynchronous task
URL and request format | https://api.digiseller.com/api/product/edit/UpdateProductsTaskStatus?taskId={taskId}&token={token} | |||||||||||||||||||||||||||
Method: | GET | |||||||||||||||||||||||||||
Request headers: |
|
|||||||||||||||||||||||||||
Request parameters: |
|
|||||||||||||||||||||||||||
JSON response format |
json
|
|||||||||||||||||||||||||||
Response parameters: |
|