Skip to content

Latest commit

 

History

History
101 lines (98 loc) · 25 KB

File metadata and controls

101 lines (98 loc) · 25 KB

Mapping API Methods

В этой таблице приведено соответствие методов библиотеки их официальным названиям из документации Digiseller.

This table shows how the library's methods correspond to their official names from the Digiseller documentation.

Python Method Description (RU) Description (EN)
Auth & Common
get_token Получение токена для api.digiseller.ru Getting the token for api.digiseller.ru
perms_token Список разрешений Permission list
Agents & Partners
agent_get Получение номера запроса и капчи Obtaining the request number and captcha
agent_check Проверка капчи и регистрация партнера Captcha verification and partner registration
agent_sales_statistic Статистика продаж в роли агента Sales statistics as an agent
agents_offer Список товаров продавца с индивидуальным предложением List of goods seller with an individual offer
Sales & Purchases
unique_code Поиск и проверка платежа по уникальному коду Search and verification of payments by a unique code
purchases_uniquecode_delivered Перевод статуса уникального кода в "товар доставлен" Change the status of the unique code to "goods delivered"
purchase_info Информация о продаже по номеру заказа Sales information by order number
seller_last_sales Список последних продаж List of latest sales
seller_sells_statistic Статистика продаж Sales statistics
Products (Read)
categories_list Список категорий (каталог) The list of categories (catalog)
categories_products Список товаров из категории The list of products from the category
products_list_description Быстрое получение описаний товаров по списку ID Quickly get product descriptions from ID list
products_description Описание товара Product description
products_price_calc Получение цены с учетом входящих значений параметров и/или количества товара Obtaining a price taking into account the input values of the parameters and/or quantity of the product
product_reviews Отзывы о товарах Products reviews
seller_goods Товары продавца Items of seller
shop_discount Скидка по товару Product discount
shop_search Поиск по товарам Product search
get_main_img Быстрое получение основного изображения товара Quickly get the main product image
Products (Create/Edit)
product_clone Создание копии описания товара (клонирование без содержимого) Creation of a copy of the product description (cloning without contents)
product_create_uniquefixed Создание товара типа "Уникальный товар с фиксированной ценой" Creation of product of type "Unique product with fixed price"
product_create_uniqueunfixed Создание товара типа "Уникальный товар с нефиксированной ценой" Creation of goods of "Unique item with variable price" type
product_create_book Создание товара типа "Электронная книга" Creation of goods of "Electronic books" type
product_create_software Создание товара типа "Программное обеспечение" Creation of goods of "Software" type
product_create_arbitrary Создание товара типа "Произвольный цифровой товар" Creation of goods of "Arbitrary digital product" type
product_edit_uniquefixed Редактирование товара типа "Уникальный товар с фиксированной ценой" Editing of product of type "Unique product with fixed price"
product_edit_uniqueunfixed Редактирование товара типа "Уникальный товар с нефиксированной ценой" Editing of goods of "Unique item with variable price" type
product_edit_book Редактирование товара типа "Электронная книга" Editing of goods of "Electronic books" type
product_edit_software Редактирование товара типа "Программное обеспечение" Editing of goods of "Software" type
product_edit_arbitrary Редактирование товара типа "Произвольный цифровой товар" Editing of goods of "Arbitrary digital product" type
product_edit_base Редактирование базовых свойств товара. Включение / выключение товара. Editing of base props of product. Switch on/off sales.
product_edit_v2 Массовое обновление статуса товаров Bulk update products status
product_edit_prices Массовое изменение цен товаров Bulk update of product prices
product_edit_update_products_tasks_status Получение статуса выполнения асинхронной задачи Getting the execution status of an asynchronous task
product_platform_category_add Добавление товара в подкатегорию торговой площадки Adding goods to the marketplace subcategory
dictionary_platforms_categories Получение дерева категорий торговой площадки Getting the category tree of the marketplace
dictionary_platforms_subcategories Получение подкатегорий торговой площадки Getting the subcategories of the marketplace
Content & Gallery
product_preview_add_images Добавление изображений товара Add product images
product_preview_add_videos Добавление youtube-ссылок в галерею Adding a youtube links to the gallery
product_preview_options Изменение позиции и удаление изображений в галерее Changing the image position in gallery
product_content_add_file Метод добавления содержимого типа "Файл" The method of adding content of type "File"
product_content_add_files Метод добавления содержимого типа "Файл" с распаковкой ZIP-архива (до 200 файлов) The method of adding content of type "File" from ZIP archive (max 200 files)
product_content_add_text Добавление содержимого типа "текст" или "ссылка" The method of adding content of type "Text" and "Url"
product_content_code_count_get Получение количества кодов, генерируемых Digiseller Getting the number of codes generated by Digiseller
product_content_code_count_edit Изменение количества кодов, генерируемых Digiseller Change the number of codes generated by Digiseller
product_content_add_code Изменение количества генерируемых кодов Digiseller Changing the number of generated codes by Digiseller
product_content_update_file_v2 Метод редактирования содержимого типа "Файл" The method of updating content of type "File"
product_content_update_text Редактирование содержимого типа "текст" или "ссылка" The method of updating content of type "Text" and "Url"
product_content_delete Удаление содержимого типа "текст", "ссылка" или "файл" The method of deleting content of type "text", "url" or "file"
product_content_delete_all Полное удаление содержимого типа "текст", "ссылка" или "файл" The method for completely deleting content of type "text", "url" or "file"
product_content_update_form Создание или редактирование содержимого типа "форма" The method of creating or updating content of type "form"
Commission Templates
templates Cоздание шаблона комиссионных отчислений Create a commission template
templates_edit Изменение шаблона комиссионных отчислений Edit a commission template
templates_list Получение списка шаблонов отчислений Get list of commission templates
templates_delete Удаление шаблона комиссионных отчислений Delete a commission template
templates_products Получение списка товаров из шаблона отчислений Getting the list of products from the deduction template
update_template_products Обновление товаров в шаблоне отчислений Product update in the commission template
template_apply Применение шаблона отчислений Applying a commission template
Parameters & Variants
products_options_list Список параметров товара Product parameter list
products_options_info Информация о параметре Parameter information
products_options_add Создание параметра Create parameter
products_options_update Редактирование параметра Edit parameter
products_options_delete Удаление параметра Delete parameter
products_variant_add Создание варианта Create variant
products_variant_edit Редактирование варианта Edit variant
products_variant_delete Удаление варианта Delete variant
Chat
chat_list Получение списка диалогов Getting a list of dialogs
chat_status Получение статуса диалога Getting dialog status
chat_edit_status Изменение статуса диалога Changing the status of a dialog
chat_order_messages Получение списка сообщений Getting a list of messages
chat_set_flag Установка флага прочитан Setting the read flag
chat_upload_preview Предварительная загрузка файлов Preuploading files
chat_send_message Отправка нового сообщения Sending a new message
chat_delete_message Удаление сообщения Deleting a message
chat_admin_messages Получение списка сообщений Getting a list of messages
Finances
exchange_rate Получение текущих значений валют Getting current currency values
change_exchange_rate Изменение курса валют Exchange rate changes
advertisement Реклама на площадке Advertisement on marketplace
sellers_account_receipts Операции по личному счету Digiseller Operations on Digiseller personal account
sellers_account_receipts_external Операции через внешних агрегаторов Operations through external aggregators
sellers_account_balance_info Информация о балансе личного счёта Information about personal account balance