Adobe Commerce (wersja zapoznawcza)
Firma Adobe Commerce, obsługiwana przez Firmę Logitech, oferuje platformy handlu elektronicznego i rozwiązania w chmurze. Połącz się z firmą Adobe Commerce, aby pobrać zamówienia i wysłać aktualizacje.
Ten łącznik jest dostępny w następujących produktach i regionach:
| Service | Klasa | Regiony |
|---|---|---|
| Logic Apps | Standard | Wszystkie regiony usługi Logic Apps z wyjątkiem następujących: - Azure Government regionów - Azure regionach Chin - Departament Obrony USA (DoD) |
| Kontakt biznesowy | |
|---|---|
| Nazwa | Microsoft Dynamics |
| adres URL | https://aka.ms/iomsupport |
| iomdri@microsoft.com |
| Metadane łącznika | |
|---|---|
| Publisher | Microsoft |
| Witryna internetowa | https://business.adobe.com/products/magento/magento-commerce.html |
| Zasady ochrony prywatności | https://www.adobe.com/privacy/policy.html |
| Kategorie | Commerce; Stronie internetowej |
Łącznik Adobe Commerce został specjalnie opracowany do użycia na potrzeby integracji dostawcy usług Dynamics 365 Intelligent Order Management.
Wymagania wstępne
Konto rozwiązania Adobe Commerce Cloud jest zarejestrowane i witryna internetowa jest wdrażana.
Jak uzyskać poświadczenia
Token dostępu (typ tokenu integracji):
- Zaloguj się do administratora witryny internetowej firmy Adobe Commerce
- Kliknij pozycję Integracje rozszerzeń > systemowych>, aby wyświetlić stronę Integracje.
- Kliknij pozycję Dodaj nową integrację, aby wyświetlić stronę Nowa integracja.
- Wprowadź unikatową nazwę integracji w polu Nazwa, a następnie wprowadź hasło administratora w polu Hasło. Pozostaw wszystkie inne pola puste.
- Kliknij kartę Interfejs API. Wybierz zasoby firmy Adobe Commerce, do których może uzyskać dostęp integracja. Możesz wybrać wszystkie zasoby lub wybrać listę niestandardową.
- Kliknij przycisk Zapisz, aby zapisać zmiany i wrócić do strony Integracje.
- Kliknij link Aktywuj w siatce, który odpowiada nowo utworzonej integracji.
- Kliknij przycisk Zezwalaj, a zostanie otwarte okno dialogowe.
- Znajdź token dostępu w tym oknie dialogowym.
Uwaga: Adres URL hosta to nazwa hosta witryny internetowej firmy Adobe Commerce
Wprowadzenie do łącznika
Postępuj zgodnie z instrukcjami https://docs.microsoft.com/en-us/dynamics365/intelligent-order-management/work-providers#set-up-a-provider , aby włączyć dostawcę handlu Adobe.
Znane problemy i ograniczenia
Ten łącznik został specjalnie opracowany do użycia na potrzeby integracji programu Adobe Commerce Provider rozwiązania Dynamics 365 Intelligent Order Management. Obsługa przypadków użycia poza usługą Dynamics 365 Intelligent Order Management będzie ograniczona.
Tworzenie połączenia
Łącznik obsługuje następujące typy uwierzytelniania:
| Wartość domyślna | Parametry tworzenia połączenia. | Wszystkie regiony | Nie można udostępniać |
Domyślny
Dotyczy: wszystkie regiony
Parametry tworzenia połączenia.
Nie jest to możliwe do udostępnienia połączenie. Jeśli aplikacja power zostanie udostępniona innemu użytkownikowi, zostanie wyświetlony monit o jawne utworzenie nowego połączenia.
| Nazwa | Typ | Opis | Wymagane |
|---|---|---|---|
| Klucz API | securestring | Klucz interfejsu API dla tego interfejsu API | Prawda |
| Adres URL hosta magazynu | ciąg | Adres URL hosta sklepu Adobe Commerce Store | Prawda |
Limity ograniczania
| Nazwa | Wywołania | Okres odnowienia |
|---|---|---|
| Wywołania interfejsu API na połączenie | 100 | 60 sekund |
Akcje
| Anulowanie zamówienia |
Anuluje określone zamówienie. |
| Pobieranie klienta według identyfikatora klienta |
Pobierz klienta według identyfikatora klienta. |
| Pobieranie wszystkich zamówień |
Wyświetla listę zamówień spełniających określone kryteria wyszukiwania. |
| Tworzenie lub aktualizowanie zamówienia |
Tworzy lub aktualizuje określoną kolejność. |
Anulowanie zamówienia
Anuluje określone zamówienie.
Parametry
| Nazwa | Klucz | Wymagane | Typ | Opis |
|---|---|---|---|---|
|
Unikatowy identyfikator zamówienia
|
id | True | string |
Unikatowy identyfikator zamówienia. |
Zwraca
- Odpowiedź
- boolean
Pobieranie klienta według identyfikatora klienta
Pobierz klienta według identyfikatora klienta.
Parametry
| Nazwa | Klucz | Wymagane | Typ | Opis |
|---|---|---|---|---|
|
Identyfikator klienta
|
customerId | True | string |
Pobierz klienta według identyfikatora. |
Zwraca
Pobieranie wszystkich zamówień
Wyświetla listę zamówień spełniających określone kryteria wyszukiwania.
Parametry
| Nazwa | Klucz | Wymagane | Typ | Opis |
|---|---|---|---|---|
|
Bieżąca strona
|
searchCriteria[currentPage] | integer |
Zwraca bieżącą stronę. |
|
|
Warunek filtru
|
searchCriteria[filter_groups][0][filters][0][condition_type] | string |
Warunek filtrowania zamówień. |
|
|
Filtruj według pola
|
searchCriteria[filter_groups][0][filters][0][field] | string |
Pole filtru w zamówieniach. |
|
|
Wartość filtru
|
searchCriteria[filter_groups][0][filters][0][value] | string |
Wartość filtru w zamówieniach. |
|
|
Rozmiar strony
|
searchCriteria[pageSize] | integer |
Łączna liczba rekordów na stronę. |
|
|
Kierunek sortowania
|
searchCriteria[sortOrders][0][direction] | string |
Sortuj w formacie asc lub desc. |
|
|
Sortuj pole
|
searchCriteria[sortOrders][0][field] | string |
Sortowanie zamówień w polu. |
Zwraca
| Nazwa | Ścieżka | Typ | Opis |
|---|---|---|---|
|
items
|
items | array of itemsHeader | |
|
filter_groups
|
search_criteria.filter_groups | array of object | |
|
filters
|
search_criteria.filter_groups.filters | array of object | |
|
pole
|
search_criteria.filter_groups.filters.field | string | |
|
wartość
|
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 | |
|
pole
|
search_criteria.sort_orders.field | string | |
|
kierunek
|
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 |
Tworzenie lub aktualizowanie zamówienia
Definicje
billing_address
| Nazwa | Ścieżka | Typ | Opis |
|---|---|---|---|
|
address_type
|
address_type | string | |
|
city
|
city | string | |
|
firma
|
company | string | |
|
country_id
|
country_id | string | |
|
customer_address_id
|
customer_address_id | integer | |
|
customer_id
|
customer_id | integer |
Identyfikator klienta. |
|
e-mail
|
string | ||
|
entity_id
|
entity_id | integer |
Identyfikator jednostki. |
|
faks
|
fax | string | |
|
imię
|
firstname | string | |
|
nazwisko
|
lastname | string | |
|
middlename
|
middlename | string | |
|
parent_id
|
parent_id | integer | |
|
Kodów pocztowych
|
postcode | string | |
|
przedrostek
|
prefix | string | |
|
region
|
region | string | |
|
region_code
|
region_code | string | |
|
region_id
|
region_id | integer | |
|
ulica
|
street | array of string | |
|
przyrostek
|
suffix | string | |
|
telefon
|
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 |
płatność
| Nazwa | Ścieżka | Typ | Opis |
|---|---|---|---|
|
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 |
Zwrócona kwota. |
|
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 |
Zwrócona kwota podstawowa. |
|
base_amount_refunded_online
|
base_amount_refunded_online | float | |
|
base_shipping_amount
|
base_shipping_amount | float |
Podstawowa kwota wysyłki. |
|
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 |
Identyfikator jednostki. |
|
last_trans_id
|
last_trans_id | string | |
|
metoda
|
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 |
Kwota wysyłki. |
|
shipping_captured
|
shipping_captured | float | |
|
shipping_refunded
|
shipping_refunded | float |
Zwrot kosztów wysyłki. |
|
notification_message
|
extension_attributes.notification_message | string | |
|
entity_id
|
extension_attributes.vault_payment_token.entity_id | integer |
Identyfikator jednostki. |
|
customer_id
|
extension_attributes.vault_payment_token.customer_id | integer |
Identyfikator klienta. |
|
public_hash
|
extension_attributes.vault_payment_token.public_hash | string | |
|
payment_method_code
|
extension_attributes.vault_payment_token.payment_method_code | string | |
|
typ
|
extension_attributes.vault_payment_token.type | string | |
|
utworzono_o
|
extension_attributes.vault_payment_token.created_at | string |
Utworzono pod adresem. |
|
wygasa_o
|
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
| Nazwa | Ścieżka | Typ | Opis |
|---|---|---|---|
|
komentarz
|
comment | string | |
|
utworzono_o
|
created_at | string |
Utworzono pod adresem. |
|
entity_id
|
entity_id | integer |
Identyfikator jednostki. |
|
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 | |
|
stan
|
status | string |
Stan zamówienia. |
|
extension_attributes
|
extension_attributes | object |
extension_attributes
| Nazwa | Ścieżka | Typ | Opis |
|---|---|---|---|
|
payment_additional_info
|
payment_additional_info | array of object | |
|
klucz
|
payment_additional_info.key | string | |
|
wartość
|
payment_additional_info.value | string | |
|
identyfikator_zamówienia
|
company_order_attributes.order_id | float |
Identyfikator zamówienia. |
|
company_id
|
company_order_attributes.company_id | float | |
|
nazwa firmy
|
company_order_attributes.company_name | string | |
|
extension_attributes
|
company_order_attributes.extension_attributes | object | |
|
applied_taxes
|
applied_taxes | array of object | |
|
kod
|
applied_taxes.code | string | |
|
title
|
applied_taxes.title | string | |
|
percent
|
applied_taxes.percent | float | |
|
kwota
|
applied_taxes.amount | float | |
|
base_amount
|
applied_taxes.base_amount | float | |
|
stawki
|
applied_taxes.extension_attributes.rates | array of object | |
|
items
|
applied_taxes.extension_attributes.rates | object | |
|
item_applied_taxes
|
item_applied_taxes | array of object | |
|
typ
|
item_applied_taxes.type | string | |
|
item_id
|
item_applied_taxes.item_id | float |
Identyfikator elementu. |
|
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 | |
|
kod
|
gift_cards.code | string | |
|
kwota
|
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 |
Identyfikator klienta. |
|
nadawca
|
gift_message.sender | string | |
|
adresat
|
gift_message.recipient | string | |
|
komunikat
|
gift_message.message | string | |
|
entity_id
|
gift_message.extension_attributes.entity_id | string |
Identyfikator jednostki. |
|
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 |
Identyfikator gw. |
|
gw_allow_gift_receipt
|
gw_allow_gift_receipt | string | |
|
gw_add_card
|
gw_add_card | string | |
|
gw_base_price
|
gw_base_price | string |
Cena podstawowa gw. |
|
gw_price
|
gw_price | string |
Cena 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 |
Kwota podatku podstawowego gw. |
|
gw_tax_amount
|
gw_tax_amount | string |
Kwota podatku podstawowego 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 |
Zafakturowana cena podstawowa gw. |
|
gw_price_invoiced
|
gw_price_invoiced | string |
Zafakturowana cena gw. |
|
gw_items_base_price_invoiced
|
gw_items_base_price_invoiced | string |
Zafakturowana cena podstawowa pozycji gw. |
|
gw_items_price_invoiced
|
gw_items_price_invoiced | string |
Zafakturowana cena podstawowa pozycji gw. |
|
gw_card_base_price_invoiced
|
gw_card_base_price_invoiced | string |
Zafakturowana cena podstawowa pozycji gw. |
|
gw_card_price_invoiced
|
gw_card_price_invoiced | string |
Zafakturowana cena podstawowa pozycji gw. |
|
gw_base_tax_amount_invoiced
|
gw_base_tax_amount_invoiced | string |
Zafakturowana cena podstawowa pozycji gw. |
|
gw_tax_amount_invoiced
|
gw_tax_amount_invoiced | string |
Zafakturowana cena podstawowa pozycji gw. |
|
gw_items_base_tax_invoiced
|
gw_items_base_tax_invoiced | string |
Zafakturowana cena podstawowa pozycji gw. |
|
gw_items_tax_invoiced
|
gw_items_tax_invoiced | string |
Zafakturowana cena podstawowa pozycji gw. |
|
gw_card_base_tax_invoiced
|
gw_card_base_tax_invoiced | string |
Zafakturowana cena podstawowa pozycji gw. |
|
gw_card_tax_invoiced
|
gw_card_tax_invoiced | string |
Zafakturowana cena podstawowa pozycji gw. |
|
gw_base_price_refunded
|
gw_base_price_refunded | string |
Cena podstawowa produktów gw zwrócona. |
|
gw_price_refunded
|
gw_price_refunded | string |
Cena podstawowa produktów gw zwrócona. |
|
gw_items_base_price_refunded
|
gw_items_base_price_refunded | string |
Cena podstawowa produktów gw zwrócona. |
|
gw_items_price_refunded
|
gw_items_price_refunded | string |
Cena podstawowa produktów gw zwrócona. |
|
gw_card_base_price_refunded
|
gw_card_base_price_refunded | string |
Cena podstawowa produktów gw zwrócona. |
|
gw_card_price_refunded
|
gw_card_price_refunded | string |
Cena podstawowa produktów gw zwrócona. |
|
gw_base_tax_amount_refunded
|
gw_base_tax_amount_refunded | string |
Cena podstawowa produktów gw zwrócona. |
|
gw_tax_amount_refunded
|
gw_tax_amount_refunded | string |
Cena podstawowa produktów gw zwrócona. |
|
gw_items_base_tax_refunded
|
gw_items_base_tax_refunded | string |
Cena podstawowa produktów gw zwrócona. |
|
gw_items_tax_refunded
|
gw_items_tax_refunded | string |
Cena podstawowa produktów gw zwrócona. |
|
gw_card_base_tax_refunded
|
gw_card_base_tax_refunded | string |
Gw karta zwrotu podatku. |
|
gw_card_tax_refunded
|
gw_card_tax_refunded | string |
Gw karta zwrotu podatku. |
|
reward_points_balance
|
reward_points_balance | float |
Gw karta zwrotu podatku. |
|
reward_currency_amount
|
reward_currency_amount | float |
Kwota waluty nagrody. |
|
base_reward_currency_amount
|
base_reward_currency_amount | float |
Kwota waluty nagrody. |
|
amazon_order_reference_id
|
amazon_order_reference_id.amazon_order_reference_id | string | |
|
identyfikator_zamówienia
|
amazon_order_reference_id.order_id | float |
Identyfikator zamówienia. |
items
| Nazwa | Ścieżka | Typ | Opis |
|---|---|---|---|
|
base_amount_refunded
|
base_amount_refunded | float |
Zwrócona kwota podstawowa. |
|
base_cost
|
base_cost | float |
Koszt podstawowy. |
|
base_discount_amount
|
base_discount_amount | float |
Kwota rabatu podstawowego. |
|
base_discount_invoiced
|
base_discount_invoiced | float |
Rabat podstawowy zafakturowany. |
|
base_discount_refunded
|
base_discount_refunded | float |
Rabat bazowy jest zwracany. |
|
base_original_price
|
base_original_price | float |
Cena podstawowa. |
|
base_price
|
base_price | float |
Cena podstawowa. |
|
base_price_incl_tax
|
base_price_incl_tax | float |
Podatek od ceny bazowej. |
|
base_row_invoiced
|
base_row_invoiced | float |
Zafakturowany wiersz podstawowy. |
|
base_row_total
|
base_row_total | float |
Suma wierszy podstawowych. |
|
base_row_total_incl_tax
|
base_row_total_incl_tax | float |
Podatek sumy wierszy podstawowych. |
|
base_tax_amount
|
base_tax_amount | float |
Kwota podatku podstawowego. |
|
base_tax_before_discount
|
base_tax_before_discount | float |
Podatek podstawowy przed rabatem. |
|
base_tax_invoiced
|
base_tax_invoiced | float |
Zafakturowany podatek podstawowy. |
|
base_tax_refunded
|
base_tax_refunded | float |
Podstawowy zwrot podatku. |
|
utworzono_o
|
created_at | string |
Utworzono pod adresem. |
|
opis
|
description | string | |
|
discount_amount
|
discount_amount | float |
Kwota rabatu. |
|
discount_invoiced
|
discount_invoiced | float |
Rabat zafakturowany. |
|
discount_percent
|
discount_percent | float |
Rabat zafakturowany. |
|
discount_refunded
|
discount_refunded | float |
Zwrócony rabat. |
|
event_id
|
event_id | integer |
Rabat zafakturowany. |
|
ext_order_item_id
|
ext_order_item_id | string |
Rabat zafakturowany. |
|
free_shipping
|
free_shipping | integer |
Bezpłatna wysyłka. |
|
is_qty_decimal
|
is_qty_decimal | integer |
Jest liczba dziesiętna. |
|
is_virtual
|
is_virtual | integer |
Jest wirtualny. |
|
item_id
|
item_id | integer |
Identyfikator elementu. |
|
locked_do_invoice
|
locked_do_invoice | integer |
Zablokowana faktura. |
|
locked_do_ship
|
locked_do_ship | integer |
Zablokowana faktura. |
|
nazwa
|
name | string |
Nazwa. |
|
no_discount
|
no_discount | integer |
Brak rabatu. |
|
identyfikator_zamówienia
|
order_id | integer |
Identyfikator zamówienia. |
|
original_price
|
original_price | float |
Oryginalna cena. |
|
parent_item_id
|
parent_item_id | integer |
Identyfikator elementu nadrzędnego. |
|
cena
|
price | float |
Element ceny. |
|
price_incl_tax
|
price_incl_tax | float |
Podatek od cen. |
|
product_id
|
product_id | float |
Identyfikator produktu. |
|
product_type
|
product_type | string |
Rodzaj produktu. |
|
qty_backordered
|
qty_backordered | float |
Liczba backordered. |
|
qty_canceled
|
qty_canceled | float |
Liczba anulowana. |
|
qty_invoiced
|
qty_invoiced | float |
Zafakturowana ilość. |
|
qty_ordered
|
qty_ordered | float |
Liczba uporządkowana. |
|
qty_refunded
|
qty_refunded | float |
Ilość zwrócona. |
|
qty_returned
|
qty_returned | float |
Liczba zwrócona. |
|
qty_shipped
|
qty_shipped | float |
Ilość dostarczona. |
|
quote_item_id
|
quote_item_id | integer |
Identyfikator elementu cudzysłowu. |
|
row_invoiced
|
row_invoiced | float |
Wiersz zafakturowany. |
|
row_total
|
row_total | float |
Suma wierszy. |
|
row_total_incl_tax
|
row_total_incl_tax | float |
Suma wierszy, w tym podatek. |
|
row_weight
|
row_weight | float |
Waga wiersza. |
|
sku
|
sku | string |
Jednostka SKU elementu. |
|
store_id
|
store_id | integer |
Identyfikator sklepu. |
|
tax_amount
|
tax_amount | float |
Kwota podatku. |
|
tax_before_discount
|
tax_before_discount | float | |
|
tax_canceled
|
tax_canceled | float |
Anulowano podatek. |
|
tax_invoiced
|
tax_invoiced | float |
Zafakturowany podatek. |
|
tax_percent
|
tax_percent | float | |
|
tax_refunded
|
tax_refunded | float |
Zwrócony podatek. |
|
updated_at
|
updated_at | string | |
|
weee_tax_applied
|
weee_tax_applied | string |
Zastosowano podatek wee. |
|
weee_tax_applied_amount
|
weee_tax_applied_amount | float |
Podatek wee zastosowana kwota. |
|
weee_tax_applied_row_amount
|
weee_tax_applied_row_amount | float |
Podatek wee zastosowana kwota. |
|
weee_tax_disposition
|
weee_tax_disposition | float |
Dyspozycja podatkowa Wee. |
|
weee_tax_row_disposition
|
weee_tax_row_disposition | float |
Dyspozycja podatkowa Wee. |
|
weight
|
weight | float |
Waga elementu. |
|
parent_item
|
parent_item | object |
Element nadrzędny. |
|
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 |
Identyfikator klienta. |
|
nadawca
|
extension_attributes.gift_message.sender | string |
Nazwa nadawcy. |
|
adresat
|
extension_attributes.gift_message.recipient | string |
Nazwa adresata. |
|
komunikat
|
extension_attributes.gift_message.message | string |
Tekst wiadomości. |
|
entity_id
|
extension_attributes.gift_message.extension_attributes.entity_id | string |
Identyfikator jednostki. |
|
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 |
Identyfikator gw. |
|
gw_base_price
|
extension_attributes.gw_base_price | string |
Cena podstawowa gw. |
|
gw_price
|
extension_attributes.gw_price | string |
Cena gw. |
|
gw_base_tax_amount
|
extension_attributes.gw_base_tax_amount | string |
Kwota podatku podstawowego gw. |
|
gw_tax_amount
|
extension_attributes.gw_tax_amount | string |
Kwota podatku podstawowego gw. |
|
gw_base_price_invoiced
|
extension_attributes.gw_base_price_invoiced | string |
Zafakturowana cena podstawowa gw. |
|
gw_price_invoiced
|
extension_attributes.gw_price_invoiced | string |
Zafakturowana cena gw. |
|
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 | |
|
kod
|
extension_attributes.vertex_commodity_code.code | string | |
|
typ
|
extension_attributes.vertex_commodity_code.type | string |
itemsHeader
| Nazwa | Ścieżka | Typ | Opis |
|---|---|---|---|
|
base_discount_amount
|
base_discount_amount | float |
Kwota rabatu podstawowego. |
|
base_discount_canceled
|
base_discount_canceled | float |
Rabat podstawowy został anulowany. |
|
base_discount_invoiced
|
base_discount_invoiced | float |
Rabat podstawowy zafakturowany. |
|
base_discount_refunded
|
base_discount_refunded | float |
Rabat bazowy jest zwracany. |
|
base_grand_total
|
base_grand_total | float |
Suma końcowa bazy. |
|
base_subtotal
|
base_subtotal | float |
Sumę częściową podstawową. |
|
base_subtotal_canceled
|
base_subtotal_canceled | float |
Sumę częściową podstawową anulowano. |
|
base_subtotal_incl_tax
|
base_subtotal_incl_tax | float |
Podatek od sumy częściowej bazowej. |
|
base_subtotal_invoiced
|
base_subtotal_invoiced | float |
Sumy częściowe bazowe są innvoiced. |
|
base_subtotal_refunded
|
base_subtotal_refunded | float |
Zwrot sumy częściowej bazowej. |
|
base_tax_amount
|
base_tax_amount | float |
Kwota podatku podstawowego. |
|
base_tax_canceled
|
base_tax_canceled | float |
Podatek podstawowy anulowany. |
|
base_tax_invoiced
|
base_tax_invoiced | float |
Zafakturowany podatek podstawowy. |
|
base_tax_refunded
|
base_tax_refunded | float |
Podstawowy zwrot podatku. |
|
base_total_canceled
|
base_total_canceled | float |
Suma podstawowa anulowana. |
|
base_total_due
|
base_total_due | float |
Suma bazowa należna. |
|
base_total_invoiced
|
base_total_invoiced | float |
Suma bazowa zafakturowana. |
|
base_total_invoiced_cost
|
base_total_invoiced_cost | float |
Łączny koszt zafakturowany na podstawie bazy. |
|
base_total_offline_refunded
|
base_total_offline_refunded | float |
Suma podstawowa zwrócona w trybie offline. |
|
base_total_online_refunded
|
base_total_online_refunded | float |
Całkowita kwota zwrotu w trybie online. |
|
base_total_paid
|
base_total_paid | float |
Suma podstawowa zapłacona. |
|
base_total_qty_ordered
|
base_total_qty_ordered | float |
Łączna ilość bazowa uporządkowana. |
|
base_total_refunded
|
base_total_refunded | float |
Łączny zwrot z bazy. |
|
base_to_global_rate
|
base_to_global_rate | float |
Podstawa do globalnej stawki. |
|
base_to_order_rate
|
base_to_order_rate | float |
Podstawa do zamówienia. |
|
billing_address_id
|
billing_address_id | float |
Identyfikator adresu rozliczeniowego. |
|
can_ship_partially
|
can_ship_partially | float |
Może być dostarczane częściowo. |
|
can_ship_partially_item
|
can_ship_partially_item | float |
Może wysyłać częściowo element. |
|
coupon_code
|
coupon_code | string |
Kod kuponu. |
|
utworzono_o
|
created_at | string |
Utworzono pod adresem. |
|
customer_dob
|
customer_dob | string |
Klient dob. |
|
customer_email
|
customer_email | string |
Adres e-mail klienta. |
|
customer_firstname
|
customer_firstname | string |
Imię klienta. |
|
customer_gender
|
customer_gender | float |
Płeć klienta. |
|
customer_group_id
|
customer_group_id | float |
Identyfikator grupy klientów. |
|
customer_id
|
customer_id | float |
Identyfikator klienta. |
|
customer_is_guest
|
customer_is_guest | float |
Klient jest gościem. |
|
customer_lastname
|
customer_lastname | string |
Nazwisko klienta. |
|
customer_middlename
|
customer_middlename | string |
Nazwa środkowa klienta. |
|
customer_note
|
customer_note | string |
Uwaga klienta. |
|
customer_note_notify
|
customer_note_notify | float |
Powiadomienie o notatce klienta. |
|
customer_prefix
|
customer_prefix | string |
Prefiks klienta. |
|
customer_suffix
|
customer_suffix | string |
Sufiks klienta. |
|
customer_taxvat
|
customer_taxvat | string |
Taxvat klienta. |
|
discount_amount
|
discount_amount | float |
Kwota rabatu. |
|
discount_canceled
|
discount_canceled | float |
Anulowano rabat. |
|
discount_description
|
discount_description | string |
Opis rabatu. |
|
discount_invoiced
|
discount_invoiced | float |
Rabat zafakturowany. |
|
discount_refunded
|
discount_refunded | float |
Zwrócony rabat. |
|
edit_increment
|
edit_increment | float |
Edytuj przyrost. |
|
email_sent
|
email_sent | float |
Wysłano wiadomość e-mail. |
|
entity_id
|
entity_id | float |
Identyfikator jednostki. |
|
ext_customer_id
|
ext_customer_id | string |
Ext identyfikator klienta. |
|
ext_order_id
|
ext_order_id | string |
Ext order id. |
|
forced_shipment_with_invoice
|
forced_shipment_with_invoice | float |
Wymuszona przesyłka z fakturą. |
|
global_currency_code
|
global_currency_code | string |
Globalny kod waluty. |
|
grand_total
|
grand_total | float |
Suma końcowa. |
|
discount_tax_compensation_amount
|
discount_tax_compensation_amount | float |
Kwota rekompensaty podatkowej z rabatem. |
|
discount_tax_compensation_invoiced
|
discount_tax_compensation_invoiced | float |
Obniżona rekompensata podatkowa zafakturowana. |
|
discount_tax_compensation_refunded
|
discount_tax_compensation_refunded | float |
Obniżona rekompensata podatkowa zwrócona. |
|
hold_before_state
|
hold_before_state | string |
Przytrzymaj przed stanem. |
|
hold_before_status
|
hold_before_status | string |
Przytrzymaj przed stanem. |
|
increment_id
|
increment_id | string |
Identyfikator przyrostu. |
|
is_virtual
|
is_virtual | float |
Jest wirtualny. |
|
order_currency_code
|
order_currency_code | string |
Zamów kod waluty. |
|
original_increment_id
|
original_increment_id | string |
Oryginalny identyfikator przyrostu. |
|
payment_authorization_amount
|
payment_authorization_amount | float |
Kwota autoryzacji płatności. |
|
payment_auth_expiration
|
payment_auth_expiration | float |
Wygaśnięcie autoryzacji płatności. |
|
protect_code
|
protect_code | string |
Chroń kod. |
|
quote_address_id
|
quote_address_id | float |
Identyfikator adresu cudzysłowu. |
|
quote_id
|
quote_id | float |
Identyfikator cudzysłowu. |
|
relation_child_id
|
relation_child_id | string |
Identyfikator elementu podrzędnego relacji. |
|
relation_child_real_id
|
relation_child_real_id | string |
Rzeczywisty identyfikator elementu podrzędnego relacji. |
|
relation_parent_id
|
relation_parent_id | string |
Identyfikator elementu nadrzędnego relacji. |
|
relation_parent_real_id
|
relation_parent_real_id | string |
Rzeczywisty identyfikator elementu nadrzędnego relacji. |
|
remote_ip
|
remote_ip | string |
Zdalny adres IP. |
|
shipping_amount
|
shipping_amount | float |
Kwota wysyłki. |
|
shipping_canceled
|
shipping_canceled | float |
Anulowano wysyłkę. |
|
shipping_description
|
shipping_description | string |
Deskryptor wysyłki. |
|
shipping_discount_amount
|
shipping_discount_amount | float |
Kwota rabatu wysyłkowego. |
|
shipping_discount_tax_compensation_amount
|
shipping_discount_tax_compensation_amount | float |
Kwota rekompensaty podatkowej z rabatem na wysyłkę. |
|
shipping_incl_tax
|
shipping_incl_tax | float |
Wysyłka podatek od wysyłki. |
|
shipping_invoiced
|
shipping_invoiced | float |
Wysyłka zafakturowana. |
|
shipping_refunded
|
shipping_refunded | float |
Zwrot kosztów wysyłki. |
|
shipping_tax_amount
|
shipping_tax_amount | float |
Kwota podatku wysyłkowego. |
|
shipping_tax_refunded
|
shipping_tax_refunded | float |
Wysyłka zwrotu podatku. |
|
stan
|
state | string |
Stan zamówienia. |
|
stan
|
status | string |
Stan zamówienia. |
|
store_currency_code
|
store_currency_code | string |
Przechowuj kod waluty. |
|
store_id
|
store_id | float |
Identyfikator sklepu. |
|
store_name
|
store_name | string |
Nazwa sklepu. |
|
store_to_base_rate
|
store_to_base_rate | float |
Przechowaj do stawki bazowej. |
|
store_to_order_rate
|
store_to_order_rate | float |
Przechowaj do stawki zamówienia. |
|
Suma częściowa
|
subtotal | float |
Zamów sumę częściową. |
|
subtotal_canceled
|
subtotal_canceled | float |
Suma częściowa została anulowana. |
|
subtotal_incl_tax
|
subtotal_incl_tax | float |
Podatek od sumy częściowej. |
|
subtotal_invoiced
|
subtotal_invoiced | float |
Zafakturowane sumy częściowe. |
|
subtotal_refunded
|
subtotal_refunded | float |
Zwrot sumy częściowej. |
|
tax_amount
|
tax_amount | float |
Kwota podatku. |
|
tax_canceled
|
tax_canceled | float |
Anulowano podatek. |
|
tax_invoiced
|
tax_invoiced | float |
Zafakturowany podatek. |
|
tax_refunded
|
tax_refunded | float |
Zwrócony podatek. |
|
total_canceled
|
total_canceled | float |
Anulowano podatek. |
|
total_due
|
total_due | float |
Łączna należna. |
|
total_invoiced
|
total_invoiced | float |
Łączna liczba zafakturowanych. |
|
total_item_count
|
total_item_count | float |
Łączna liczba elementów. |
|
total_offline_refunded
|
total_offline_refunded | float |
Łączna kwota zwrotu w trybie offline. |
|
total_online_refunded
|
total_online_refunded | float |
Łączna kwota zwrotu w trybie online. |
|
total_paid
|
total_paid | float |
Łączna kwota zapłacona. |
|
total_qty_ordered
|
total_qty_ordered | float |
Łączna ilość uporządkowana. |
|
total_refunded
|
total_refunded | float |
Łączny zwrot kosztów. |
|
updated_at
|
updated_at | string |
Zaktualizowano o. |
|
weight
|
weight | float |
Waga elementu. |
|
x_forwarded_for
|
x_forwarded_for | string |
Przekazano dalej. |
|
items
|
items | items | |
|
billing_address
|
billing_address | billing_address | |
|
płatność
|
payment | payment | |
|
status_histories
|
status_histories | status_histories | |
|
extension_attributes
|
extension_attributes | extension_attributes |
CustomerCollectionResponse
| Nazwa | Ścieżka | Typ | Opis |
|---|---|---|---|
|
id
|
id | integer |
Identyfikator klienta. |
|
group_id
|
group_id | integer |
Identyfikator grupy klientów. |
|
default_billing
|
default_billing | string |
Domyślne rozliczenia klienta. |
|
default_shipping
|
default_shipping | string |
Domyślna wysyłka klienta. |
|
potwierdzenie
|
confirmation | string |
Potwierdzenie klienta. |
|
utworzono_o
|
created_at | string |
Utworzono w dniu. |
|
updated_at
|
updated_at | string |
Zaktualizowano w dniu. |
|
created_in
|
created_in | string |
Utworzono w. |
|
Dob
|
dob | string |
Data urodzenia. |
|
e-mail
|
string |
Adres e-mail klienta. |
|
|
imię
|
firstname | string |
Imię klienta. |
|
nazwisko
|
lastname | string |
Nazwisko klienta. |
|
middlename
|
middlename | string |
Nazwa środkowa klienta. |
|
przedrostek
|
prefix | string |
Używany prefiks. |
|
przyrostek
|
suffix | string |
Używany sufiks. |
|
płeć
|
gender | integer |
Płeć klienta. |
|
store_id
|
store_id | integer |
Identyfikator sklepu. |
|
taxvat
|
taxvat | string |
Podatek vat. |
|
website_id
|
website_id | integer |
Identyfikator witryny sieci Web. |
|
addresses
|
addresses | CustomerAddresses |
Adresy klientów. |
|
disable_auto_group_change
|
disable_auto_group_change | integer |
Wyłącz zmianę automatycznej grupy. |
|
extension_attributes
|
extension_attributes | CustomerExtensionAttributes |
Atrybuty rozszerzenia. |
|
custom_attributes
|
custom_attributes | array of CustomerCustomAttributes |
Atrybuty niestandardowe |
Adresy klienta
Adresy klientów.
| Nazwa | Ścieżka | Typ | Opis |
|---|---|---|---|
|
id
|
id | integer |
Identyfikator adresu. |
|
customer_id
|
customer_id | integer |
Identyfikator klienta. |
|
region_code
|
region.region_code | string |
Kod regionu. |
|
region
|
region.region | string | |
|
region_id
|
region.region_id | integer |
Identyfikator regionu. |
|
region_id
|
region_id | integer |
Identyfikator regionu. |
|
country_id
|
country_id | string |
Identyfikator kraju. |
|
ulica
|
street | array of string |
Ulica w adresie. |
|
firma
|
company | string |
Firma z klientem. |
|
telefon
|
telephone | string |
Telefon klienta. |
|
faks
|
fax | string |
Faks klienta. |
|
Kodów pocztowych
|
postcode | string |
Kod pocztowy klienta. |
|
city
|
city | string |
Miasto klienta. |
|
imię
|
firstname | string |
Imię klienta. |
|
nazwisko
|
lastname | string |
Nazwisko klienta. |
|
middlename
|
middlename | string |
Nazwa środkowa klienta. |
|
przedrostek
|
prefix | string |
Prefiks klienta. |
|
przyrostek
|
suffix | string |
Sufiks klienta. |
|
vat_id
|
vat_id | string |
Identyfikator vat. |
|
default_shipping
|
default_shipping | boolean |
Domyślna wysyłka. |
|
default_billing
|
default_billing | boolean |
Domyślne rozliczenia. |
|
custom_attributes
|
custom_attributes | array of object |
Atrybuty niestandardowe. |
|
attribute_code
|
custom_attributes.attribute_code | string |
Kod atrybutu. |
|
wartość
|
custom_attributes.value | string |
Wartość atrybutu. |
CustomerExtensionAttributes
Atrybuty rozszerzenia.
| Nazwa | Ścieżka | Typ | Opis |
|---|---|---|---|
|
customer_id
|
company_attributes.customer_id | integer |
Identyfikator klienta. |
|
company_id
|
company_attributes.company_id | integer |
Identyfikator firmy. |
|
tytuł stanowiska
|
company_attributes.job_title | string |
Stanowisko. |
|
stan
|
company_attributes.status | integer |
Kod stanu. |
|
telefon
|
company_attributes.telephone | string |
Telefon klienta. |
|
is_subscribed
|
is_subscribed | boolean |
Jest subskrybowany. |
|
amazon_id
|
amazon_id | string |
Identyfikator amazon. |
|
vertex_customer_code
|
vertex_customer_code | string |
Kod klienta wierzchołka. |
|
vertex_customer_country
|
vertex_customer_country | string |
Kraj klienta wierzchołka. |
Atrybuty CustomerCustomAttributes
| Nazwa | Ścieżka | Typ | Opis |
|---|---|---|---|
|
attribute_code
|
attribute_code | string |
Kod atrybutu. |
|
wartość
|
value | string |
Wartość atrybutu. |
typ logiczny (boolowski)
Jest to podstawowy typ danych "wartość logiczna".