Adobe Commerce (предварительная версия)
Adobe Commerce, на платформе Magento, предоставляет платформы электронной коммерции и облачные решения. Подключитесь к Adobe Commerce для получения заказов и отправки обновлений.
Этот соединитель доступен в следующих продуктах и регионах:
| Услуга | Класс | Регионы |
|---|---|---|
| Логические приложения | Стандарт | Все регионы Logic Apps , кроме следующих: — Регионы Azure для государственных организаций — Регионы Azure Для Китая - Министерство обороны США (DoD) |
| Контакт | |
|---|---|
| Имя | Microsoft Dynamics |
| URL | https://aka.ms/iomsupport |
| Эл. почта | iomdri@microsoft.com |
| Метаданные соединителя | |
|---|---|
| Publisher | Корпорация Майкрософт |
| Веб-сайт | https://business.adobe.com/products/magento/magento-commerce.html |
| Политика конфиденциальности | https://www.adobe.com/privacy/policy.html |
| Категории | Торговли; Сайт |
Соединитель Adobe Commerce специально разработан для интеграции поставщиков Dynamics 365 Intelligent Order Management.
Необходимые условия
Учетная запись Adobe Commerce Cloud зарегистрирована, а веб-сайт развернут.
Получение учетных данных
Маркер доступа (тип маркера интеграции):
- Вход на веб-сайт Adobe Commerce Admin
- Щелкните "Интеграции с расширениями системы > " > , чтобы отобразить страницу интеграции.
- Нажмите кнопку "Добавить новую интеграцию", чтобы отобразить страницу "Новая интеграция".
- Введите уникальное имя интеграции в поле "Имя", а затем введите пароль администратора в поле "Пароль". Оставьте пустыми все другие поля.
- Перейдите на вкладку API. Выберите ресурсы Adobe Commerce, к которые может получить доступ интеграция. Вы можете выбрать все ресурсы или выбрать пользовательский список.
- Нажмите кнопку "Сохранить", чтобы сохранить изменения и вернуться на страницу интеграции.
- Щелкните ссылку "Активировать" в сетке, соответствующей созданной интеграции.
- Нажмите кнопку "Разрешить" и откроется диалоговое окно.
- Найдите маркер доступа из этого диалогового окна.
Примечание. URL-адрес узла — это имя узла веб-сайта Adobe Commerce
Начало работы с соединителем
Следуйте инструкциям https://docs.microsoft.com/en-us/dynamics365/intelligent-order-management/work-providers#set-up-a-provider , чтобы включить поставщика Adobe Commerce.
Известные проблемы и ограничения
Этот соединитель специально разработан для интеграции Adobe Commerce Provider Dynamics 365 Intelligent Order Management. Поддержка вариантов использования за пределами Dynamics 365 Intelligent Order Management будет ограничена.
Создание подключения
Соединитель поддерживает следующие типы проверки подлинности:
| По умолчанию | Параметры для создания подключения. | Все регионы | Недоступен для совместного использования |
По умолчанию
Применимо: все регионы
Параметры для создания подключения.
Это недоступно для общего доступа. Если приложение power предоставляется другому пользователю, пользователю будет предложено явно создать новое подключение.
| Имя | Тип | Описание | Обязательный |
|---|---|---|---|
| Ключ API | securestring | Ключ API для этого API | True |
| Url-адрес узла хранилища | струна | URL-адрес узла Магазина Adobe Commerce Store | True |
Ограничения регулирования
| Имя | Вызовы | Период обновления |
|---|---|---|
| Вызовы API для каждого подключения | 100 | 60 секунд |
Действия
| Отмена заказа |
Отменяет указанный заказ. |
| Получение всех заказов |
Перечисляет заказы, соответствующие указанным критериям поиска. |
| Получение клиента по идентификатору клиента |
Получение клиента по идентификатору клиента. |
| Создание или обновление заказа |
Создает или обновляет указанный порядок. |
Отмена заказа
Отменяет указанный заказ.
Параметры
| Имя | Ключ | Обязательно | Тип | Описание |
|---|---|---|---|---|
|
Уникальный идентификатор заказа
|
id | True | string |
Уникальный идентификатор заказа. |
Возвращаемое значение
- Ответ
- boolean
Получение всех заказов
Перечисляет заказы, соответствующие указанным критериям поиска.
Параметры
| Имя | Ключ | Обязательно | Тип | Описание |
|---|---|---|---|---|
|
Текущая страница
|
searchCriteria[currentPage] | integer |
Возвращает текущую страницу. |
|
|
Условие фильтра
|
searchCriteria[filter_groups][0][filters][0][condition_type] | string |
Условие фильтрации по заказам. |
|
|
Фильтрация по полю
|
searchCriteria[filter_groups][0][filters][0][field] | string |
Поле для фильтрации по заказам. |
|
|
Значение фильтра
|
searchCriteria[filter_groups][0][filters][0][value] | string |
Значение фильтра по заказам. |
|
|
Размер страницы
|
searchCriteria[pageSize] | integer |
Общее количество записей на страницу. |
|
|
Направление сортировки
|
searchCriteria[sortOrders][0][direction] | string |
Сортировка в asc или desc. |
|
|
Поле сортировки
|
searchCriteria[sortOrders][0][field] | string |
Сортировка заказов по полю. |
Возвращаемое значение
| Имя | Путь | Тип | Описание |
|---|---|---|---|
|
items
|
items | array of itemsHeader | |
|
filter_groups
|
search_criteria.filter_groups | array of object | |
|
filters
|
search_criteria.filter_groups.filters | array of object | |
|
поле
|
search_criteria.filter_groups.filters.field | string | |
|
value
|
search_criteria.filter_groups.filters.value | string | |
|
condition_type
|
search_criteria.filter_groups.filters.condition_type | string | |
|
sort_orders
|
search_criteria.sort_orders | array of object | |
|
поле
|
search_criteria.sort_orders.field | string | |
|
направление
|
search_criteria.sort_orders.direction | string | |
|
page_size
|
search_criteria.page_size | integer | |
|
current_page
|
search_criteria.current_page | integer | |
|
total_count
|
total_count | integer |
Получение клиента по идентификатору клиента
Получение клиента по идентификатору клиента.
Параметры
| Имя | Ключ | Обязательно | Тип | Описание |
|---|---|---|---|---|
|
Идентификатор клиента
|
customerId | True | string |
Получение клиента по идентификатору. |
Возвращаемое значение
Создание или обновление заказа
Определения
billing_address
| Имя | Путь | Тип | Описание |
|---|---|---|---|
|
address_type
|
address_type | string | |
|
city
|
city | string | |
|
компания
|
company | string | |
|
country_id
|
country_id | string | |
|
customer_address_id
|
customer_address_id | integer | |
|
customer_id
|
customer_id | integer |
Идентификатор клиента. |
|
электронная почта
|
string | ||
|
entity_id
|
entity_id | integer |
Идентификатор сущности. |
|
fax
|
fax | string | |
|
первое имя
|
firstname | string | |
|
фамилия
|
lastname | string | |
|
промежуточное имя
|
middlename | string | |
|
parent_id
|
parent_id | integer | |
|
почтовый индекс
|
postcode | string | |
|
prefix
|
prefix | string | |
|
регион
|
region | string | |
|
region_code
|
region_code | string | |
|
region_id
|
region_id | integer | |
|
улица
|
street | array of string | |
|
Суффикс
|
suffix | string | |
|
телефон
|
telephone | string | |
|
vat_id
|
vat_id | string | |
|
vat_is_valid
|
vat_is_valid | integer | |
|
vat_request_date
|
vat_request_date | string | |
|
vat_request_id
|
vat_request_id | string | |
|
vat_request_success
|
vat_request_success | integer | |
|
vertex_vat_country_code
|
extension_attributes.vertex_vat_country_code | string |
уплата
| Имя | Путь | Тип | Описание |
|---|---|---|---|
|
account_status
|
account_status | string | |
|
additional_data
|
additional_data | string | |
|
additional_information
|
additional_information | array of string | |
|
address_status
|
address_status | string | |
|
amount_authorized
|
amount_authorized | float | |
|
amount_canceled
|
amount_canceled | float | |
|
amount_ordered
|
amount_ordered | float | |
|
amount_paid
|
amount_paid | float | |
|
amount_refunded
|
amount_refunded | float |
Сумма возвращена. |
|
anet_trans_method
|
anet_trans_method | string | |
|
base_amount_authorized
|
base_amount_authorized | float | |
|
base_amount_canceled
|
base_amount_canceled | float | |
|
base_amount_ordered
|
base_amount_ordered | float | |
|
base_amount_paid
|
base_amount_paid | float | |
|
base_amount_paid_online
|
base_amount_paid_online | float | |
|
base_amount_refunded
|
base_amount_refunded | float |
Базовая сумма, возвращенная. |
|
base_amount_refunded_online
|
base_amount_refunded_online | float | |
|
base_shipping_amount
|
base_shipping_amount | float |
Базовая сумма доставки. |
|
base_shipping_captured
|
base_shipping_captured | float | |
|
base_shipping_refunded
|
base_shipping_refunded | float | |
|
cc_approval
|
cc_approval | string | |
|
cc_avs_status
|
cc_avs_status | string | |
|
cc_cid_status
|
cc_cid_status | string | |
|
cc_debug_request_body
|
cc_debug_request_body | string | |
|
cc_debug_response_body
|
cc_debug_response_body | string | |
|
cc_debug_response_serialized
|
cc_debug_response_serialized | string | |
|
cc_exp_month
|
cc_exp_month | string | |
|
cc_exp_year
|
cc_exp_year | string | |
|
cc_last4
|
cc_last4 | string | |
|
cc_number_enc
|
cc_number_enc | string | |
|
cc_owner
|
cc_owner | string | |
|
cc_secure_verify
|
cc_secure_verify | string | |
|
cc_ss_issue
|
cc_ss_issue | string | |
|
cc_ss_start_month
|
cc_ss_start_month | string | |
|
cc_ss_start_year
|
cc_ss_start_year | string | |
|
cc_status
|
cc_status | string | |
|
cc_status_description
|
cc_status_description | string | |
|
cc_trans_id
|
cc_trans_id | string | |
|
cc_type
|
cc_type | string | |
|
echeck_account_name
|
echeck_account_name | string | |
|
echeck_account_type
|
echeck_account_type | string | |
|
echeck_bank_name
|
echeck_bank_name | string | |
|
echeck_routing_number
|
echeck_routing_number | string | |
|
echeck_type
|
echeck_type | string | |
|
entity_id
|
entity_id | integer |
Идентификатор сущности. |
|
last_trans_id
|
last_trans_id | string | |
|
method
|
method | string | |
|
parent_id
|
parent_id | integer | |
|
po_number
|
po_number | string | |
|
protection_eligibility
|
protection_eligibility | string | |
|
quote_payment_id
|
quote_payment_id | integer | |
|
shipping_amount
|
shipping_amount | float |
Сумма доставки. |
|
shipping_captured
|
shipping_captured | float | |
|
shipping_refunded
|
shipping_refunded | float |
Доставка возвращена. |
|
notification_message
|
extension_attributes.notification_message | string | |
|
entity_id
|
extension_attributes.vault_payment_token.entity_id | integer |
Идентификатор сущности. |
|
customer_id
|
extension_attributes.vault_payment_token.customer_id | integer |
Идентификатор клиента. |
|
public_hash
|
extension_attributes.vault_payment_token.public_hash | string | |
|
payment_method_code
|
extension_attributes.vault_payment_token.payment_method_code | string | |
|
тип
|
extension_attributes.vault_payment_token.type | string | |
|
создано_в
|
extension_attributes.vault_payment_token.created_at | string |
Создано в. |
|
срок_действия_до
|
extension_attributes.vault_payment_token.expires_at | string | |
|
gateway_token
|
extension_attributes.vault_payment_token.gateway_token | string | |
|
token_details
|
extension_attributes.vault_payment_token.token_details | string | |
|
is_active
|
extension_attributes.vault_payment_token.is_active | boolean | |
|
is_visible
|
extension_attributes.vault_payment_token.is_visible | boolean |
status_histories
| Имя | Путь | Тип | Описание |
|---|---|---|---|
|
Комментарий
|
comment | string | |
|
создано_в
|
created_at | string |
Создано в. |
|
entity_id
|
entity_id | integer |
Идентификатор сущности. |
|
entity_name
|
entity_name | string | |
|
is_customer_notified
|
is_customer_notified | integer | |
|
is_visible_on_front
|
is_visible_on_front | integer | |
|
parent_id
|
parent_id | integer | |
|
статус
|
status | string |
Состояние заказа. |
|
extension_attributes
|
extension_attributes | object |
extension_attributes
| Имя | Путь | Тип | Описание |
|---|---|---|---|
|
payment_additional_info
|
payment_additional_info | array of object | |
|
ключ
|
payment_additional_info.key | string | |
|
value
|
payment_additional_info.value | string | |
|
идентификатор заказа
|
company_order_attributes.order_id | float |
Идентификатор заказа. |
|
company_id
|
company_order_attributes.company_id | float | |
|
название_компании
|
company_order_attributes.company_name | string | |
|
extension_attributes
|
company_order_attributes.extension_attributes | object | |
|
applied_taxes
|
applied_taxes | array of object | |
|
код
|
applied_taxes.code | string | |
|
title
|
applied_taxes.title | string | |
|
percent
|
applied_taxes.percent | float | |
|
количество
|
applied_taxes.amount | float | |
|
base_amount
|
applied_taxes.base_amount | float | |
|
Ставки
|
applied_taxes.extension_attributes.rates | array of object | |
|
items
|
applied_taxes.extension_attributes.rates | object | |
|
item_applied_taxes
|
item_applied_taxes | array of object | |
|
тип
|
item_applied_taxes.type | string | |
|
item_id
|
item_applied_taxes.item_id | float |
Идентификатор элемента. |
|
associated_item_id
|
item_applied_taxes.associated_item_id | float | |
|
applied_taxes
|
item_applied_taxes.applied_taxes | array of object | |
|
items
|
item_applied_taxes.applied_taxes | object | |
|
extension_attributes
|
item_applied_taxes.extension_attributes | object | |
|
converting_from_quote
|
converting_from_quote | boolean | |
|
base_customer_balance_amount
|
base_customer_balance_amount | float | |
|
customer_balance_amount
|
customer_balance_amount | float | |
|
base_customer_balance_invoiced
|
base_customer_balance_invoiced | float | |
|
customer_balance_invoiced
|
customer_balance_invoiced | float | |
|
base_customer_balance_refunded
|
base_customer_balance_refunded | float | |
|
customer_balance_refunded
|
customer_balance_refunded | float | |
|
base_customer_balance_total_refunded
|
base_customer_balance_total_refunded | float | |
|
customer_balance_total_refunded
|
customer_balance_total_refunded | float | |
|
gift_cards
|
gift_cards | array of object | |
|
id
|
gift_cards.id | float | |
|
код
|
gift_cards.code | string | |
|
количество
|
gift_cards.amount | float | |
|
base_amount
|
gift_cards.base_amount | float | |
|
base_gift_cards_amount
|
base_gift_cards_amount | float | |
|
gift_cards_amount
|
gift_cards_amount | float | |
|
base_gift_cards_invoiced
|
base_gift_cards_invoiced | float | |
|
gift_cards_invoiced
|
gift_cards_invoiced | float | |
|
base_gift_cards_refunded
|
base_gift_cards_refunded | float | |
|
gift_cards_refunded
|
gift_cards_refunded | float | |
|
gift_message_id
|
gift_message.gift_message_id | float | |
|
customer_id
|
gift_message.customer_id | float |
Идентификатор клиента. |
|
sender
|
gift_message.sender | string | |
|
получатель;
|
gift_message.recipient | string | |
|
сообщение
|
gift_message.message | string | |
|
entity_id
|
gift_message.extension_attributes.entity_id | string |
Идентификатор сущности. |
|
entity_type
|
gift_message.extension_attributes.entity_type | string | |
|
wrapping_id
|
gift_message.extension_attributes.wrapping_id | float | |
|
wrapping_allow_gift_receipt
|
gift_message.extension_attributes.wrapping_allow_gift_receipt | boolean | |
|
wrapping_add_printed_card
|
gift_message.extension_attributes.wrapping_add_printed_card | boolean | |
|
gw_id
|
gw_id | string |
Идентификатор Gw. |
|
gw_allow_gift_receipt
|
gw_allow_gift_receipt | string | |
|
gw_add_card
|
gw_add_card | string | |
|
gw_base_price
|
gw_base_price | string |
Базовая цена Gw. |
|
gw_price
|
gw_price | string |
Цена Gw. |
|
gw_items_base_price
|
gw_items_base_price | string | |
|
gw_items_price
|
gw_items_price | string | |
|
gw_card_base_price
|
gw_card_base_price | string | |
|
gw_card_price
|
gw_card_price | string | |
|
gw_base_tax_amount
|
gw_base_tax_amount | string |
Базовая сумма налога Gw. |
|
gw_tax_amount
|
gw_tax_amount | string |
Базовая сумма налога Gw. |
|
gw_items_base_tax_amount
|
gw_items_base_tax_amount | string | |
|
gw_items_tax_amount
|
gw_items_tax_amount | string | |
|
gw_card_base_tax_amount
|
gw_card_base_tax_amount | string | |
|
gw_card_tax_amount
|
gw_card_tax_amount | string | |
|
gw_base_price_incl_tax
|
gw_base_price_incl_tax | string | |
|
gw_price_incl_tax
|
gw_price_incl_tax | string | |
|
gw_items_base_price_incl_tax
|
gw_items_base_price_incl_tax | string | |
|
gw_items_price_incl_tax
|
gw_items_price_incl_tax | string | |
|
gw_card_base_price_incl_tax
|
gw_card_base_price_incl_tax | string | |
|
gw_card_price_incl_tax
|
gw_card_price_incl_tax | string | |
|
gw_base_price_invoiced
|
gw_base_price_invoiced | string |
Счет за базовую цену Gw. |
|
gw_price_invoiced
|
gw_price_invoiced | string |
Gw priced. |
|
gw_items_base_price_invoiced
|
gw_items_base_price_invoiced | string |
Gw items base priced. (Базовые цены на Gw). |
|
gw_items_price_invoiced
|
gw_items_price_invoiced | string |
Gw items base priced. (Базовые цены на Gw). |
|
gw_card_base_price_invoiced
|
gw_card_base_price_invoiced | string |
Gw items base priced. (Базовые цены на Gw). |
|
gw_card_price_invoiced
|
gw_card_price_invoiced | string |
Gw items base priced. (Базовые цены на Gw). |
|
gw_base_tax_amount_invoiced
|
gw_base_tax_amount_invoiced | string |
Gw items base priced. (Базовые цены на Gw). |
|
gw_tax_amount_invoiced
|
gw_tax_amount_invoiced | string |
Gw items base priced. (Базовые цены на Gw). |
|
gw_items_base_tax_invoiced
|
gw_items_base_tax_invoiced | string |
Gw items base priced. (Базовые цены на Gw). |
|
gw_items_tax_invoiced
|
gw_items_tax_invoiced | string |
Gw items base priced. (Базовые цены на Gw). |
|
gw_card_base_tax_invoiced
|
gw_card_base_tax_invoiced | string |
Gw items base priced. (Базовые цены на Gw). |
|
gw_card_tax_invoiced
|
gw_card_tax_invoiced | string |
Gw items base priced. (Базовые цены на Gw). |
|
gw_base_price_refunded
|
gw_base_price_refunded | string |
Gw items base priceed. |
|
gw_price_refunded
|
gw_price_refunded | string |
Gw items base priceed. |
|
gw_items_base_price_refunded
|
gw_items_base_price_refunded | string |
Gw items base priceed. |
|
gw_items_price_refunded
|
gw_items_price_refunded | string |
Gw items base priceed. |
|
gw_card_base_price_refunded
|
gw_card_base_price_refunded | string |
Gw items base priceed. |
|
gw_card_price_refunded
|
gw_card_price_refunded | string |
Gw items base priceed. |
|
gw_base_tax_amount_refunded
|
gw_base_tax_amount_refunded | string |
Gw items base priceed. |
|
gw_tax_amount_refunded
|
gw_tax_amount_refunded | string |
Gw items base priceed. |
|
gw_items_base_tax_refunded
|
gw_items_base_tax_refunded | string |
Gw items base priceed. |
|
gw_items_tax_refunded
|
gw_items_tax_refunded | string |
Gw items base priceed. |
|
gw_card_base_tax_refunded
|
gw_card_base_tax_refunded | string |
Gw card taxed. |
|
gw_card_tax_refunded
|
gw_card_tax_refunded | string |
Gw card taxed. |
|
reward_points_balance
|
reward_points_balance | float |
Gw card taxed. |
|
reward_currency_amount
|
reward_currency_amount | float |
Сумма вознаграждения. |
|
base_reward_currency_amount
|
base_reward_currency_amount | float |
Сумма вознаграждения. |
|
amazon_order_reference_id
|
amazon_order_reference_id.amazon_order_reference_id | string | |
|
идентификатор заказа
|
amazon_order_reference_id.order_id | float |
Идентификатор заказа. |
items
| Имя | Путь | Тип | Описание |
|---|---|---|---|
|
base_amount_refunded
|
base_amount_refunded | float |
Базовая сумма, возвращенная. |
|
base_cost
|
base_cost | float |
Базовая стоимость. |
|
base_discount_amount
|
base_discount_amount | float |
Базовая сумма скидки. |
|
base_discount_invoiced
|
base_discount_invoiced | float |
Счет на базовую скидку. |
|
base_discount_refunded
|
base_discount_refunded | float |
Базовая скидка возвращается. |
|
base_original_price
|
base_original_price | float |
Базовая цена. |
|
base_price
|
base_price | float |
Базовая цена. |
|
base_price_incl_tax
|
base_price_incl_tax | float |
Базовый налог на цену. |
|
base_row_invoiced
|
base_row_invoiced | float |
Базовая строка, выставленная по счету. |
|
base_row_total
|
base_row_total | float |
Итог базовой строки. |
|
base_row_total_incl_tax
|
base_row_total_incl_tax | float |
Общий налог на базовую строку. |
|
base_tax_amount
|
base_tax_amount | float |
Базовая сумма налога. |
|
base_tax_before_discount
|
base_tax_before_discount | float |
Базовый налог до скидки. |
|
base_tax_invoiced
|
base_tax_invoiced | float |
Базовый налоговый счет. |
|
base_tax_refunded
|
base_tax_refunded | float |
Базовый налог, возвращенный. |
|
создано_в
|
created_at | string |
Создано в. |
|
описание
|
description | string | |
|
discount_amount
|
discount_amount | float |
Сумма скидки. |
|
discount_invoiced
|
discount_invoiced | float |
Счет на скидку. |
|
discount_percent
|
discount_percent | float |
Счет на скидку. |
|
discount_refunded
|
discount_refunded | float |
Скидка возвращена. |
|
event_id
|
event_id | integer |
Счет на скидку. |
|
ext_order_item_id
|
ext_order_item_id | string |
Счет на скидку. |
|
free_shipping
|
free_shipping | integer |
Бесплатная доставка. |
|
is_qty_decimal
|
is_qty_decimal | integer |
Имеет значение qty decimal. |
|
is_virtual
|
is_virtual | integer |
Является виртуальным. |
|
item_id
|
item_id | integer |
Идентификатор элемента. |
|
locked_do_invoice
|
locked_do_invoice | integer |
Заблокированный счет. |
|
locked_do_ship
|
locked_do_ship | integer |
Заблокированный счет. |
|
имя
|
name | string |
Имя. |
|
no_discount
|
no_discount | integer |
Нет скидки. |
|
идентификатор заказа
|
order_id | integer |
Идентификатор заказа. |
|
original_price
|
original_price | float |
Исходная цена. |
|
parent_item_id
|
parent_item_id | integer |
Идентификатор родительского элемента. |
|
цена
|
price | float |
Ценовая позиция. |
|
price_incl_tax
|
price_incl_tax | float |
Цена включаемого налога. |
|
product_id
|
product_id | float |
Идентификатор продукта. |
|
product_type
|
product_type | string |
Тип продукта. |
|
qty_backordered
|
qty_backordered | float |
Qty backordered. |
|
qty_canceled
|
qty_canceled | float |
Qty отменен. |
|
qty_invoiced
|
qty_invoiced | float |
В счете qty. |
|
qty_ordered
|
qty_ordered | float |
Qty заказал. |
|
qty_refunded
|
qty_refunded | float |
Qty возвращено. |
|
qty_returned
|
qty_returned | float |
Qty вернулся. |
|
qty_shipped
|
qty_shipped | float |
Qty отправлено. |
|
quote_item_id
|
quote_item_id | integer |
Идентификатор элемента кавычки. |
|
row_invoiced
|
row_invoiced | float |
Строка выставлена по счету. |
|
row_total
|
row_total | float |
Общее число строк. |
|
row_total_incl_tax
|
row_total_incl_tax | float |
Общее число строк, включая налог. |
|
row_weight
|
row_weight | float |
Вес строки. |
|
sku
|
sku | string |
Номер SKU элемента. |
|
store_id
|
store_id | integer |
Идентификатор хранилища. |
|
tax_amount
|
tax_amount | float |
Сумма налога. |
|
tax_before_discount
|
tax_before_discount | float | |
|
tax_canceled
|
tax_canceled | float |
Налог отменен. |
|
tax_invoiced
|
tax_invoiced | float |
Налоговый счет. |
|
tax_percent
|
tax_percent | float | |
|
tax_refunded
|
tax_refunded | float |
Возврат налогов. |
|
updated_at
|
updated_at | string | |
|
weee_tax_applied
|
weee_tax_applied | string |
Применяется налог Wee. |
|
weee_tax_applied_amount
|
weee_tax_applied_amount | float |
Примененная сумма налога Wee. |
|
weee_tax_applied_row_amount
|
weee_tax_applied_row_amount | float |
Примененная сумма налога Wee. |
|
weee_tax_disposition
|
weee_tax_disposition | float |
Уэй налоговые ликвидации. |
|
weee_tax_row_disposition
|
weee_tax_row_disposition | float |
Уэй налоговые ликвидации. |
|
weight
|
weight | float |
Вес элемента. |
|
parent_item
|
parent_item | object |
Родительский элемент. |
|
custom_options
|
product_option.extension_attributes.custom_options | array of object | |
|
items
|
product_option.extension_attributes.custom_options | object | |
|
bundle_options
|
product_option.extension_attributes.bundle_options | array of object | |
|
items
|
product_option.extension_attributes.bundle_options | object | |
|
downloadable_links
|
product_option.extension_attributes.downloadable_option.downloadable_links | array of object | |
|
items
|
product_option.extension_attributes.downloadable_option.downloadable_links | object | |
|
giftcard_amount
|
product_option.extension_attributes.giftcard_item_option.giftcard_amount | string | |
|
custom_giftcard_amount
|
product_option.extension_attributes.giftcard_item_option.custom_giftcard_amount | float | |
|
giftcard_sender_name
|
product_option.extension_attributes.giftcard_item_option.giftcard_sender_name | string | |
|
giftcard_recipient_name
|
product_option.extension_attributes.giftcard_item_option.giftcard_recipient_name | string | |
|
giftcard_sender_email
|
product_option.extension_attributes.giftcard_item_option.giftcard_sender_email | string | |
|
giftcard_recipient_email
|
product_option.extension_attributes.giftcard_item_option.giftcard_recipient_email | string | |
|
giftcard_message
|
product_option.extension_attributes.giftcard_item_option.giftcard_message | string | |
|
giftcard_created_codes
|
product_option.extension_attributes.giftcard_item_option.extension_attributes.giftcard_created_codes | array of | |
|
configurable_item_options
|
product_option.extension_attributes.configurable_item_options | array of object | |
|
items
|
product_option.extension_attributes.configurable_item_options | object | |
|
gift_message_id
|
extension_attributes.gift_message.gift_message_id | integer | |
|
customer_id
|
extension_attributes.gift_message.customer_id | integer |
Идентификатор клиента. |
|
sender
|
extension_attributes.gift_message.sender | string |
Имя отправителя. |
|
получатель;
|
extension_attributes.gift_message.recipient | string |
Имя получателя. |
|
сообщение
|
extension_attributes.gift_message.message | string |
Текст сообщения. |
|
entity_id
|
extension_attributes.gift_message.extension_attributes.entity_id | string |
Идентификатор сущности. |
|
entity_type
|
extension_attributes.gift_message.extension_attributes.entity_type | string | |
|
wrapping_id
|
extension_attributes.gift_message.extension_attributes.wrapping_id | integer | |
|
wrapping_allow_gift_receipt
|
extension_attributes.gift_message.extension_attributes.wrapping_allow_gift_receipt | boolean | |
|
wrapping_add_printed_card
|
extension_attributes.gift_message.extension_attributes.wrapping_add_printed_card | boolean | |
|
gw_id
|
extension_attributes.gw_id | string |
Идентификатор Gw. |
|
gw_base_price
|
extension_attributes.gw_base_price | string |
Базовая цена Gw. |
|
gw_price
|
extension_attributes.gw_price | string |
Цена Gw. |
|
gw_base_tax_amount
|
extension_attributes.gw_base_tax_amount | string |
Базовая сумма налога Gw. |
|
gw_tax_amount
|
extension_attributes.gw_tax_amount | string |
Базовая сумма налога Gw. |
|
gw_base_price_invoiced
|
extension_attributes.gw_base_price_invoiced | string |
Счет за базовую цену Gw. |
|
gw_price_invoiced
|
extension_attributes.gw_price_invoiced | string |
Gw priced. |
|
gw_base_tax_amount_invoiced
|
extension_attributes.gw_base_tax_amount_invoiced | string | |
|
gw_tax_amount_invoiced
|
extension_attributes.gw_tax_amount_invoiced | string | |
|
gw_base_price_refunded
|
extension_attributes.gw_base_price_refunded | string | |
|
gw_price_refunded
|
extension_attributes.gw_price_refunded | string | |
|
gw_base_tax_amount_refunded
|
extension_attributes.gw_base_tax_amount_refunded | string | |
|
gw_tax_amount_refunded
|
extension_attributes.gw_tax_amount_refunded | string | |
|
vertex_tax_codes
|
extension_attributes.vertex_tax_codes | array of string | |
|
invoice_text_codes
|
extension_attributes.invoice_text_codes | array of string | |
|
tax_codes
|
extension_attributes.tax_codes | array of string | |
|
код
|
extension_attributes.vertex_commodity_code.code | string | |
|
тип
|
extension_attributes.vertex_commodity_code.type | string |
itemsHeader
| Имя | Путь | Тип | Описание |
|---|---|---|---|
|
base_discount_amount
|
base_discount_amount | float |
Базовая сумма скидки. |
|
base_discount_canceled
|
base_discount_canceled | float |
Базовая скидка отменена. |
|
base_discount_invoiced
|
base_discount_invoiced | float |
Счет на базовую скидку. |
|
base_discount_refunded
|
base_discount_refunded | float |
Базовая скидка возвращается. |
|
base_grand_total
|
base_grand_total | float |
Базовый общий итог. |
|
base_subtotal
|
base_subtotal | float |
Базовый промежуточный итог. |
|
base_subtotal_canceled
|
base_subtotal_canceled | float |
Базовый промежуточный итог отменен. |
|
base_subtotal_incl_tax
|
base_subtotal_incl_tax | float |
Базовый промежуточный итог включает налог. |
|
base_subtotal_invoiced
|
base_subtotal_invoiced | float |
Базовый промежуточный итог. |
|
base_subtotal_refunded
|
base_subtotal_refunded | float |
Базовый промежуточный итог возвращен. |
|
base_tax_amount
|
base_tax_amount | float |
Базовая сумма налога. |
|
base_tax_canceled
|
base_tax_canceled | float |
Базовый налог отменен. |
|
base_tax_invoiced
|
base_tax_invoiced | float |
Базовый налоговый счет. |
|
base_tax_refunded
|
base_tax_refunded | float |
Базовый налог, возвращенный. |
|
base_total_canceled
|
base_total_canceled | float |
Общая сумма отменена. |
|
base_total_due
|
base_total_due | float |
Базовый общий счет. |
|
base_total_invoiced
|
base_total_invoiced | float |
Базовый общий счет. |
|
base_total_invoiced_cost
|
base_total_invoiced_cost | float |
Базовая общая стоимость выставления счетов. |
|
base_total_offline_refunded
|
base_total_offline_refunded | float |
Базовый итог в автономном режиме. |
|
base_total_online_refunded
|
base_total_online_refunded | float |
Базовый общий объем возмещения в Интернете. |
|
base_total_paid
|
base_total_paid | float |
Базовая сумма оплаты. |
|
base_total_qty_ordered
|
base_total_qty_ordered | float |
Базовое общее количество заказано. |
|
base_total_refunded
|
base_total_refunded | float |
Базовый общий возврат средств. |
|
base_to_global_rate
|
base_to_global_rate | float |
Базовая к глобальной ставке. |
|
base_to_order_rate
|
base_to_order_rate | float |
Базовая ставка заказа. |
|
billing_address_id
|
billing_address_id | float |
Идентификатор адреса выставления счетов. |
|
can_ship_partially
|
can_ship_partially | float |
Может частично отправляться. |
|
can_ship_partially_item
|
can_ship_partially_item | float |
Может частично отправлять элемент. |
|
coupon_code
|
coupon_code | string |
Код купона. |
|
создано_в
|
created_at | string |
Создано в. |
|
customer_dob
|
customer_dob | string |
Dob клиента. |
|
customer_email
|
customer_email | string |
Электронная почта клиента. |
|
customer_firstname
|
customer_firstname | string |
Имя клиента. |
|
customer_gender
|
customer_gender | float |
Пол клиента. |
|
customer_group_id
|
customer_group_id | float |
Идентификатор группы клиентов. |
|
customer_id
|
customer_id | float |
Идентификатор клиента. |
|
customer_is_guest
|
customer_is_guest | float |
Клиент является гостем. |
|
customer_lastname
|
customer_lastname | string |
Фамилия клиента. |
|
customer_middlename
|
customer_middlename | string |
По промежуточному имени клиента. |
|
customer_note
|
customer_note | string |
Примечание клиента. |
|
customer_note_notify
|
customer_note_notify | float |
Уведомление о клиенте. |
|
customer_prefix
|
customer_prefix | string |
Префикс клиента. |
|
customer_suffix
|
customer_suffix | string |
Суффикс клиента. |
|
customer_taxvat
|
customer_taxvat | string |
Таксонват клиента. |
|
discount_amount
|
discount_amount | float |
Сумма скидки. |
|
discount_canceled
|
discount_canceled | float |
Скидка отменена. |
|
discount_description
|
discount_description | string |
Описание скидки. |
|
discount_invoiced
|
discount_invoiced | float |
Счет на скидку. |
|
discount_refunded
|
discount_refunded | float |
Скидка возвращена. |
|
edit_increment
|
edit_increment | float |
Изменение добавочного значения. |
|
email_sent
|
email_sent | float |
Отправлено сообщение электронной почты. |
|
entity_id
|
entity_id | float |
Идентификатор сущности. |
|
ext_customer_id
|
ext_customer_id | string |
Идентификатор клиента ext. |
|
ext_order_id
|
ext_order_id | string |
Идентификатор заказа ext. |
|
forced_shipment_with_invoice
|
forced_shipment_with_invoice | float |
Принудительное доставку с счетом. |
|
global_currency_code
|
global_currency_code | string |
Глобальный код валюты. |
|
grand_total
|
grand_total | float |
Общий итог. |
|
discount_tax_compensation_amount
|
discount_tax_compensation_amount | float |
Сумма компенсации по налогу скидок. |
|
discount_tax_compensation_invoiced
|
discount_tax_compensation_invoiced | float |
Скидочные налоговые компенсации выставляются по счету. |
|
discount_tax_compensation_refunded
|
discount_tax_compensation_refunded | float |
Скидка на возмещение налоговых компенсаций. |
|
hold_before_state
|
hold_before_state | string |
Удерживайте перед состоянием. |
|
hold_before_status
|
hold_before_status | string |
Удерживайте перед состоянием. |
|
increment_id
|
increment_id | string |
Идентификатор добавочного значения. |
|
is_virtual
|
is_virtual | float |
Является виртуальным. |
|
order_currency_code
|
order_currency_code | string |
Заказать код валюты. |
|
original_increment_id
|
original_increment_id | string |
Исходный идентификатор добавочного значения. |
|
payment_authorization_amount
|
payment_authorization_amount | float |
Сумма авторизации оплаты. |
|
payment_auth_expiration
|
payment_auth_expiration | float |
Срок действия авторизации оплаты. |
|
protect_code
|
protect_code | string |
Защита кода. |
|
quote_address_id
|
quote_address_id | float |
Идентификатор адреса кавычки. |
|
quote_id
|
quote_id | float |
Идентификатор кавычки. |
|
relation_child_id
|
relation_child_id | string |
Идентификатор дочернего объекта отношения. |
|
relation_child_real_id
|
relation_child_real_id | string |
Реляционный дочерний идентификатор. |
|
relation_parent_id
|
relation_parent_id | string |
Идентификатор родительского отношения. |
|
relation_parent_real_id
|
relation_parent_real_id | string |
Реляционный родительский реальный идентификатор. |
|
remote_ip
|
remote_ip | string |
Удаленный IP-адрес. |
|
shipping_amount
|
shipping_amount | float |
Сумма доставки. |
|
shipping_canceled
|
shipping_canceled | float |
Доставка отменена. |
|
shipping_description
|
shipping_description | string |
Дескриптон доставки. |
|
shipping_discount_amount
|
shipping_discount_amount | float |
Сумма скидки на доставку. |
|
shipping_discount_tax_compensation_amount
|
shipping_discount_tax_compensation_amount | float |
Сумма компенсации налога на доставку. |
|
shipping_incl_tax
|
shipping_incl_tax | float |
Налог на доставку включаемого налога. |
|
shipping_invoiced
|
shipping_invoiced | float |
Счет на доставку. |
|
shipping_refunded
|
shipping_refunded | float |
Доставка возвращена. |
|
shipping_tax_amount
|
shipping_tax_amount | float |
Сумма налога на доставку. |
|
shipping_tax_refunded
|
shipping_tax_refunded | float |
Возврат налога на доставку. |
|
государство
|
state | string |
Состояние заказа. |
|
статус
|
status | string |
Состояние заказа. |
|
store_currency_code
|
store_currency_code | string |
Храните код валюты. |
|
store_id
|
store_id | float |
Идентификатор хранилища. |
|
store_name
|
store_name | string |
Имя хранилища. |
|
store_to_base_rate
|
store_to_base_rate | float |
Храните в базовой ставке. |
|
store_to_order_rate
|
store_to_order_rate | float |
Магазин для заказа. |
|
промежуточная сумма
|
subtotal | float |
Промежуточный итог заказа. |
|
subtotal_canceled
|
subtotal_canceled | float |
Промежуточный итог отменен. |
|
subtotal_incl_tax
|
subtotal_incl_tax | float |
Промежуточный налог включаемого налога. |
|
subtotal_invoiced
|
subtotal_invoiced | float |
Промежуточный счет. |
|
subtotal_refunded
|
subtotal_refunded | float |
Промежуточный итог возвращен. |
|
tax_amount
|
tax_amount | float |
Сумма налога. |
|
tax_canceled
|
tax_canceled | float |
Налог отменен. |
|
tax_invoiced
|
tax_invoiced | float |
Налоговый счет. |
|
tax_refunded
|
tax_refunded | float |
Возврат налогов. |
|
total_canceled
|
total_canceled | float |
Налог отменен. |
|
total_due
|
total_due | float |
Итоговый счет. |
|
total_invoiced
|
total_invoiced | float |
Общий счет. |
|
total_item_count
|
total_item_count | float |
Общее число элементов. |
|
total_offline_refunded
|
total_offline_refunded | float |
Всего в автономном режиме возвращено. |
|
total_online_refunded
|
total_online_refunded | float |
Всего в интернете возвращено. |
|
total_paid
|
total_paid | float |
Всего оплачено. |
|
total_qty_ordered
|
total_qty_ordered | float |
Общее количество заказанных. |
|
total_refunded
|
total_refunded | float |
Всего возвращено. |
|
updated_at
|
updated_at | string |
Обновлено. |
|
weight
|
weight | float |
Вес элемента. |
|
x_forwarded_for
|
x_forwarded_for | string |
Пересылается. |
|
items
|
items | items | |
|
billing_address
|
billing_address | billing_address | |
|
уплата
|
payment | payment | |
|
status_histories
|
status_histories | status_histories | |
|
extension_attributes
|
extension_attributes | extension_attributes |
CustomerCollectionResponse
| Имя | Путь | Тип | Описание |
|---|---|---|---|
|
id
|
id | integer |
Идентификатор клиента. |
|
group_id
|
group_id | integer |
Идентификатор группы клиентов. |
|
default_billing
|
default_billing | string |
Выставление счетов по умолчанию для клиента. |
|
default_shipping
|
default_shipping | string |
Доставка по умолчанию для клиента. |
|
подтверждение
|
confirmation | string |
Подтверждение клиента. |
|
создано_в
|
created_at | string |
Создано на дату. |
|
updated_at
|
updated_at | string |
Обновлено в дате. |
|
created_in
|
created_in | string |
Создано в. |
|
dob
|
dob | string |
Дата рождения. |
|
электронная почта
|
string |
Электронная почта клиента. |
|
|
первое имя
|
firstname | string |
Имя клиента. |
|
фамилия
|
lastname | string |
Фамилия клиента. |
|
промежуточное имя
|
middlename | string |
По промежуточному имени клиента. |
|
prefix
|
prefix | string |
Используется префикс. |
|
Суффикс
|
suffix | string |
Используется суффикс. |
|
гендер
|
gender | integer |
Пол клиента. |
|
store_id
|
store_id | integer |
Идентификатор хранилища. |
|
taxvat
|
taxvat | string |
Налог на ндс. |
|
website_id
|
website_id | integer |
Идентификатор веб-сайта. |
|
addresses
|
addresses | CustomerAddresses |
Адреса клиентов. |
|
disable_auto_group_change
|
disable_auto_group_change | integer |
Отключите автоматическое изменение группы. |
|
extension_attributes
|
extension_attributes | CustomerExtensionAttributes |
Атрибуты расширения. |
|
custom_attributes
|
custom_attributes | array of CustomerCustomAttributes |
Настраиваемые атрибуты |
CustomerAddresses
Адреса клиентов.
| Имя | Путь | Тип | Описание |
|---|---|---|---|
|
id
|
id | integer |
Идентификатор адреса. |
|
customer_id
|
customer_id | integer |
Идентификатор клиента. |
|
region_code
|
region.region_code | string |
Код региона. |
|
регион
|
region.region | string | |
|
region_id
|
region.region_id | integer |
Идентификатор региона. |
|
region_id
|
region_id | integer |
Идентификатор региона. |
|
country_id
|
country_id | string |
Идентификатор страны. |
|
улица
|
street | array of string |
Улица в адресе. |
|
компания
|
company | string |
Клиентская компания. |
|
телефон
|
telephone | string |
Телефон клиента. |
|
fax
|
fax | string |
Факс клиента. |
|
почтовый индекс
|
postcode | string |
Почтовый код клиента. |
|
city
|
city | string |
Город клиента. |
|
первое имя
|
firstname | string |
Имя клиента. |
|
фамилия
|
lastname | string |
Фамилия клиента. |
|
промежуточное имя
|
middlename | string |
По промежуточному имени клиента. |
|
prefix
|
prefix | string |
Префикс клиента. |
|
Суффикс
|
suffix | string |
Суффикс клиента. |
|
vat_id
|
vat_id | string |
Идентификатор ндс. |
|
default_shipping
|
default_shipping | boolean |
Доставка по умолчанию. |
|
default_billing
|
default_billing | boolean |
Выставление счетов по умолчанию. |
|
custom_attributes
|
custom_attributes | array of object |
Пользовательские атрибуты. |
|
attribute_code
|
custom_attributes.attribute_code | string |
Код атрибута. |
|
value
|
custom_attributes.value | string |
Значение атрибута. |
CustomerExtensionAttributes
Атрибуты расширения.
| Имя | Путь | Тип | Описание |
|---|---|---|---|
|
customer_id
|
company_attributes.customer_id | integer |
Идентификатор клиента. |
|
company_id
|
company_attributes.company_id | integer |
Идентификатор компании. |
|
название должности
|
company_attributes.job_title | string |
Название задания. |
|
статус
|
company_attributes.status | integer |
Код состояния. |
|
телефон
|
company_attributes.telephone | string |
Телефон клиента. |
|
is_subscribed
|
is_subscribed | boolean |
Подписан. |
|
amazon_id
|
amazon_id | string |
Идентификатор Amazon. |
|
vertex_customer_code
|
vertex_customer_code | string |
Код клиента вершины. |
|
vertex_customer_country
|
vertex_customer_country | string |
Страна клиента Вершины. |
CustomerCustomAttributes
| Имя | Путь | Тип | Описание |
|---|---|---|---|
|
attribute_code
|
attribute_code | string |
Код атрибута. |
|
value
|
value | string |
Значение атрибута. |
булевый
Это базовый тип данных boolean.