Adobe Commerce (preview)
Adobe Commerce, mogelijk gemaakt doorSources, biedt e-commerceplatforms en cloudoplossingen. Maak verbinding met Adobe Commerce om bestellingen op te halen en updates te verzenden.
Deze connector is beschikbaar in de volgende producten en regio's:
| Dienst | klasse | Regions |
|---|---|---|
| Logic-apps | Standard | Alle Logic Apps-regio's , met uitzondering van het volgende: - Azure Government-regio's - Azure China-regio's - Us Department of Defense (DoD) |
| contact opnemen met | |
|---|---|
| Naam | Microsoft Dynamics |
| URL | https://aka.ms/iomsupport |
| E-mailadres | iomdri@microsoft.com |
| Connectormetagegevens | |
|---|---|
| Publisher | Microsoft |
| Website | https://business.adobe.com/products/magento/magento-commerce.html |
| Privacybeleid | https://www.adobe.com/privacy/policy.html |
| Categorieën | Commerce; Website |
Adobe Commerce-connector is speciaal ontwikkeld om te worden gebruikt voor de integratie van de provider van Dynamics 365 Intelligent Order Management.
Vereiste voorwaarden
Het Adobe Commerce Cloud-account is geregistreerd en de website wordt geïmplementeerd.
Referenties ophalen
Toegangstoken (type integratietoken):
- Meld u aan bij de beheerder van de Adobe Commerce-website
- Klik op Integraties van systeemextensies >> om de pagina Integraties weer te geven.
- Klik op Nieuwe integratie toevoegen om de pagina Nieuwe integratie weer te geven.
- Voer een unieke naam in voor de integratie in het veld Naam en voer vervolgens uw beheerderswachtwoord in het veld Uw wachtwoord in. Laat alle andere velden leeg.
- Klik op het tabblad API. Selecteer de Adobe Commerce-resources die toegang hebben tot de integratie. U kunt alle resources selecteren of een aangepaste lijst selecteren.
- Klik op Opslaan om uw wijzigingen op te slaan en terug te keren naar de pagina Integraties.
- Klik op de koppeling Activeren in het raster die overeenkomt met de zojuist gemaakte integratie.
- Klik op Toestaan en er wordt een dialoogvenster geopend.
- Zoek het toegangstoken in dit dialoogvenster.
Opmerking: Host-URL is de hostnaam van de Adobe Commerce-website
Aan de slag met uw connector
Volg https://docs.microsoft.com/en-us/dynamics365/intelligent-order-management/work-providers#set-up-a-provider deze stappen om Adobe Commerce Provider in te schakelen.
Bekende problemen en beperkingen
Deze connector is speciaal ontwikkeld om te worden gebruikt voor de integratie van Adobe Commerce Provider van Dynamics 365 Intelligent Order Management. Ondersteuning voor use cases buiten Dynamics 365 Intelligent Order Management wordt beperkt.
Een verbinding maken
De connector ondersteunt de volgende verificatietypen:
| standaard | Parameters voor het maken van verbinding. | Alle regio's | Niet deelbaar |
Verstek
Van toepassing: Alle regio's
Parameters voor het maken van verbinding.
Dit is geen deelbare verbinding. Als de power-app wordt gedeeld met een andere gebruiker, wordt een andere gebruiker gevraagd om expliciet een nieuwe verbinding te maken.
| Naam | Typ | Beschrijving | Verplicht |
|---|---|---|---|
| API-sleutel | beveiligde string | De API-sleutel voor deze API | Klopt |
| URL van winkelhost | string | Host-URL van Adobe Commerce Store | Klopt |
Beperkingslimieten
| Name | Aanroepen | Verlengingsperiode |
|---|---|---|
| API-aanroepen per verbinding | 100 | 60 seconden |
Acties
| Alle orders ophalen |
Hiermee worden orders weergegeven die overeenkomen met opgegeven zoekcriteria. |
| Een bestelling annuleren |
Hiermee annuleert u een opgegeven bestelling. |
| Een order maken of bijwerken |
Hiermee maakt of werkt u een opgegeven bestelling bij. |
| Klant ophalen op klant-id |
Klant ophalen op klant-id. |
Alle orders ophalen
Hiermee worden orders weergegeven die overeenkomen met opgegeven zoekcriteria.
Parameters
| Name | Sleutel | Vereist | Type | Description |
|---|---|---|---|---|
|
Huidige pagina
|
searchCriteria[currentPage] | integer |
Retourneert de huidige pagina. |
|
|
Filtervoorwaarde
|
searchCriteria[filter_groups][0][filters][0][condition_type] | string |
Voorwaarde voor het filteren op orders. |
|
|
Filteren op veld
|
searchCriteria[filter_groups][0][filters][0][field] | string |
Veld voor filteren op orders. |
|
|
Filterwaarde
|
searchCriteria[filter_groups][0][filters][0][value] | string |
Waarde voor filteren op orders. |
|
|
Paginaformaat
|
searchCriteria[pageSize] | integer |
Totaal aantal records per pagina. |
|
|
Sorteerrichting
|
searchCriteria[sortOrders][0][direction] | string |
Sorteren in asc of desc. |
|
|
Sorteerveld
|
searchCriteria[sortOrders][0][field] | string |
Sorteervolgordes op veld. |
Retouren
| Name | Pad | Type | Description |
|---|---|---|---|
|
Onderdelen
|
items | array of itemsHeader | |
|
filter_groups
|
search_criteria.filter_groups | array of object | |
|
filters
|
search_criteria.filter_groups.filters | array of object | |
|
veld
|
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 | |
|
veld
|
search_criteria.sort_orders.field | string | |
|
richting
|
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 |
Een bestelling annuleren
Hiermee annuleert u een opgegeven bestelling.
Parameters
| Name | Sleutel | Vereist | Type | Description |
|---|---|---|---|---|
|
Unieke order-id
|
id | True | string |
Unieke order-id. |
Retouren
- Antwoord
- boolean
Een order maken of bijwerken
Klant ophalen op klant-id
Klant ophalen op klant-id.
Parameters
| Name | Sleutel | Vereist | Type | Description |
|---|---|---|---|---|
|
Klant-id
|
customerId | True | string |
Klant ophalen op id. |
Retouren
Definities
billing_address
| Name | Pad | Type | Description |
|---|---|---|---|
|
address_type
|
address_type | string | |
|
city
|
city | string | |
|
bedrijf
|
company | string | |
|
country_id
|
country_id | string | |
|
customer_address_id
|
customer_address_id | integer | |
|
customer_id
|
customer_id | integer |
Klant-id. |
|
e-mailadres
|
string | ||
|
entity_id
|
entity_id | integer |
Entiteits-id. |
|
fax
|
fax | string | |
|
voornaam
|
firstname | string | |
|
achternaam
|
lastname | string | |
|
middlename
|
middlename | string | |
|
parent_id
|
parent_id | integer | |
|
postcode
|
postcode | string | |
|
voorvoegsel
|
prefix | string | |
|
regio
|
region | string | |
|
region_code
|
region_code | string | |
|
region_id
|
region_id | integer | |
|
straat
|
street | array of string | |
|
achtervoegsel
|
suffix | string | |
|
telefoon
|
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 |
betaling
| Name | Pad | Type | Description |
|---|---|---|---|
|
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 |
Bedrag terugbetaald. |
|
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 |
Basisbedrag terugbetaald. |
|
base_amount_refunded_online
|
base_amount_refunded_online | float | |
|
base_shipping_amount
|
base_shipping_amount | float |
Basisverzendingsbedrag. |
|
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 |
Entiteits-id. |
|
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 |
Verzendbedrag. |
|
shipping_captured
|
shipping_captured | float | |
|
shipping_refunded
|
shipping_refunded | float |
Verzending terugbetaald. |
|
notification_message
|
extension_attributes.notification_message | string | |
|
entity_id
|
extension_attributes.vault_payment_token.entity_id | integer |
Entiteits-id. |
|
customer_id
|
extension_attributes.vault_payment_token.customer_id | integer |
Klant-id. |
|
public_hash
|
extension_attributes.vault_payment_token.public_hash | string | |
|
payment_method_code
|
extension_attributes.vault_payment_token.payment_method_code | string | |
|
soort
|
extension_attributes.vault_payment_token.type | string | |
|
aangemaakt_op
|
extension_attributes.vault_payment_token.created_at | string |
Gemaakt op. |
|
verloopt_op
|
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
| Name | Pad | Type | Description |
|---|---|---|---|
|
reactie
|
comment | string | |
|
aangemaakt_op
|
created_at | string |
Gemaakt op. |
|
entity_id
|
entity_id | integer |
Entiteits-id. |
|
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
|
status | string |
Orderstatus. |
|
extension_attributes
|
extension_attributes | object |
extension_attributes
| Name | Pad | Type | Description |
|---|---|---|---|
|
payment_additional_info
|
payment_additional_info | array of object | |
|
sleutel
|
payment_additional_info.key | string | |
|
value
|
payment_additional_info.value | string | |
|
order_id
|
company_order_attributes.order_id | float |
Order-id. |
|
company_id
|
company_order_attributes.company_id | float | |
|
bedrijfsnaam
|
company_order_attributes.company_name | string | |
|
extension_attributes
|
company_order_attributes.extension_attributes | object | |
|
applied_taxes
|
applied_taxes | array of object | |
|
code
|
applied_taxes.code | string | |
|
title
|
applied_taxes.title | string | |
|
percent
|
applied_taxes.percent | float | |
|
aantal
|
applied_taxes.amount | float | |
|
base_amount
|
applied_taxes.base_amount | float | |
|
Tarieven
|
applied_taxes.extension_attributes.rates | array of object | |
|
Onderdelen
|
applied_taxes.extension_attributes.rates | object | |
|
item_applied_taxes
|
item_applied_taxes | array of object | |
|
soort
|
item_applied_taxes.type | string | |
|
item_id
|
item_applied_taxes.item_id | float |
Item-id. |
|
associated_item_id
|
item_applied_taxes.associated_item_id | float | |
|
applied_taxes
|
item_applied_taxes.applied_taxes | array of object | |
|
Onderdelen
|
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 | |
|
identiteitskaart
|
gift_cards.id | float | |
|
code
|
gift_cards.code | string | |
|
aantal
|
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 |
Klant-id. |
|
afzender
|
gift_message.sender | string | |
|
ontvanger
|
gift_message.recipient | string | |
|
message
|
gift_message.message | string | |
|
entity_id
|
gift_message.extension_attributes.entity_id | string |
Entiteits-id. |
|
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 id. |
|
gw_allow_gift_receipt
|
gw_allow_gift_receipt | string | |
|
gw_add_card
|
gw_add_card | string | |
|
gw_base_price
|
gw_base_price | string |
Gw basisprijs. |
|
gw_price
|
gw_price | string |
Gw-prijs. |
|
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 |
Basisbelastingbedrag gw. |
|
gw_tax_amount
|
gw_tax_amount | string |
Basisbelastingbedrag 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 |
De basisprijs van Gw wordt gefactureerd. |
|
gw_price_invoiced
|
gw_price_invoiced | string |
Gw-prijs gefactureerd. |
|
gw_items_base_price_invoiced
|
gw_items_base_price_invoiced | string |
Gw items basisprijs gefactureerd. |
|
gw_items_price_invoiced
|
gw_items_price_invoiced | string |
Gw items basisprijs gefactureerd. |
|
gw_card_base_price_invoiced
|
gw_card_base_price_invoiced | string |
Gw items basisprijs gefactureerd. |
|
gw_card_price_invoiced
|
gw_card_price_invoiced | string |
Gw items basisprijs gefactureerd. |
|
gw_base_tax_amount_invoiced
|
gw_base_tax_amount_invoiced | string |
Gw items basisprijs gefactureerd. |
|
gw_tax_amount_invoiced
|
gw_tax_amount_invoiced | string |
Gw items basisprijs gefactureerd. |
|
gw_items_base_tax_invoiced
|
gw_items_base_tax_invoiced | string |
Gw items basisprijs gefactureerd. |
|
gw_items_tax_invoiced
|
gw_items_tax_invoiced | string |
Gw items basisprijs gefactureerd. |
|
gw_card_base_tax_invoiced
|
gw_card_base_tax_invoiced | string |
Gw items basisprijs gefactureerd. |
|
gw_card_tax_invoiced
|
gw_card_tax_invoiced | string |
Gw items basisprijs gefactureerd. |
|
gw_base_price_refunded
|
gw_base_price_refunded | string |
Gw items basisprijs terugbetaald. |
|
gw_price_refunded
|
gw_price_refunded | string |
Gw items basisprijs terugbetaald. |
|
gw_items_base_price_refunded
|
gw_items_base_price_refunded | string |
Gw items basisprijs terugbetaald. |
|
gw_items_price_refunded
|
gw_items_price_refunded | string |
Gw items basisprijs terugbetaald. |
|
gw_card_base_price_refunded
|
gw_card_base_price_refunded | string |
Gw items basisprijs terugbetaald. |
|
gw_card_price_refunded
|
gw_card_price_refunded | string |
Gw items basisprijs terugbetaald. |
|
gw_base_tax_amount_refunded
|
gw_base_tax_amount_refunded | string |
Gw items basisprijs terugbetaald. |
|
gw_tax_amount_refunded
|
gw_tax_amount_refunded | string |
Gw items basisprijs terugbetaald. |
|
gw_items_base_tax_refunded
|
gw_items_base_tax_refunded | string |
Gw items basisprijs terugbetaald. |
|
gw_items_tax_refunded
|
gw_items_tax_refunded | string |
Gw items basisprijs terugbetaald. |
|
gw_card_base_tax_refunded
|
gw_card_base_tax_refunded | string |
Gw-kaartbelasting terugbetaald. |
|
gw_card_tax_refunded
|
gw_card_tax_refunded | string |
Gw-kaartbelasting terugbetaald. |
|
reward_points_balance
|
reward_points_balance | float |
Gw-kaartbelasting terugbetaald. |
|
reward_currency_amount
|
reward_currency_amount | float |
Valutabedrag voor beloning. |
|
base_reward_currency_amount
|
base_reward_currency_amount | float |
Valutabedrag voor beloning. |
|
amazon_order_reference_id
|
amazon_order_reference_id.amazon_order_reference_id | string | |
|
order_id
|
amazon_order_reference_id.order_id | float |
Order-id. |
Onderdelen
| Name | Pad | Type | Description |
|---|---|---|---|
|
base_amount_refunded
|
base_amount_refunded | float |
Basisbedrag terugbetaald. |
|
base_cost
|
base_cost | float |
Basiskosten. |
|
base_discount_amount
|
base_discount_amount | float |
Basiskortingsbedrag. |
|
base_discount_invoiced
|
base_discount_invoiced | float |
Basiskorting gefactureerd. |
|
base_discount_refunded
|
base_discount_refunded | float |
Basiskorting terugbetaald. |
|
base_original_price
|
base_original_price | float |
Basisprijs. |
|
base_price
|
base_price | float |
Basisprijs. |
|
base_price_incl_tax
|
base_price_incl_tax | float |
Basisprijsbelasting. |
|
base_row_invoiced
|
base_row_invoiced | float |
Gefactureerde basisrij. |
|
base_row_total
|
base_row_total | float |
Totaal van basisrijen. |
|
base_row_total_incl_tax
|
base_row_total_incl_tax | float |
Totaalbelasting basisrijen. |
|
base_tax_amount
|
base_tax_amount | float |
Basisbelastingbedrag. |
|
base_tax_before_discount
|
base_tax_before_discount | float |
Basisbelasting vóór korting. |
|
base_tax_invoiced
|
base_tax_invoiced | float |
Btw wordt gefactureerd. |
|
base_tax_refunded
|
base_tax_refunded | float |
Basisbelasting terugbetaald. |
|
aangemaakt_op
|
created_at | string |
Gemaakt op. |
|
beschrijving
|
description | string | |
|
discount_amount
|
discount_amount | float |
Korting. |
|
discount_invoiced
|
discount_invoiced | float |
Korting gefactureerd. |
|
discount_percent
|
discount_percent | float |
Korting gefactureerd. |
|
discount_refunded
|
discount_refunded | float |
Korting terugbetaald. |
|
event_id
|
event_id | integer |
Korting gefactureerd. |
|
ext_order_item_id
|
ext_order_item_id | string |
Korting gefactureerd. |
|
free_shipping
|
free_shipping | integer |
Gratis verzending. |
|
is_qty_decimal
|
is_qty_decimal | integer |
Is een aantal decimalen. |
|
is_virtual
|
is_virtual | integer |
Is virtueel. |
|
item_id
|
item_id | integer |
Item-id. |
|
locked_do_invoice
|
locked_do_invoice | integer |
Vergrendelde do-factuur. |
|
locked_do_ship
|
locked_do_ship | integer |
Vergrendelde do-factuur. |
|
naam
|
name | string |
Naam van. |
|
no_discount
|
no_discount | integer |
Geen korting. |
|
order_id
|
order_id | integer |
Order-id. |
|
original_price
|
original_price | float |
Oorspronkelijke prijs. |
|
parent_item_id
|
parent_item_id | integer |
Id van bovenliggend item. |
|
prijs
|
price | float |
Prijsitem. |
|
price_incl_tax
|
price_incl_tax | float |
Prijs incl belasting. |
|
product_id
|
product_id | float |
Product-id. |
|
product_type
|
product_type | string |
Soort product. |
|
qty_backordered
|
qty_backordered | float |
Qty backordered. |
|
qty_canceled
|
qty_canceled | float |
Aantal geannuleerd. |
|
qty_invoiced
|
qty_invoiced | float |
Aantal gefactureerde. |
|
qty_ordered
|
qty_ordered | float |
Aantal besteld. |
|
qty_refunded
|
qty_refunded | float |
Qty terugbetaald. |
|
qty_returned
|
qty_returned | float |
Aantal geretourneerd. |
|
qty_shipped
|
qty_shipped | float |
Aantal verzonden. |
|
quote_item_id
|
quote_item_id | integer |
Item-id van aanhalingsteken. |
|
row_invoiced
|
row_invoiced | float |
Rij gefactureerd. |
|
row_total
|
row_total | float |
Rijtotaal. |
|
row_total_incl_tax
|
row_total_incl_tax | float |
Rijtotaal inclusief belasting. |
|
row_weight
|
row_weight | float |
Rijdikte. |
|
sku
|
sku | string |
SKU van item. |
|
store_id
|
store_id | integer |
Winkel-id. |
|
tax_amount
|
tax_amount | float |
Belastingbedrag. |
|
tax_before_discount
|
tax_before_discount | float | |
|
tax_canceled
|
tax_canceled | float |
Belasting geannuleerd. |
|
tax_invoiced
|
tax_invoiced | float |
Btw gefactureerd. |
|
tax_percent
|
tax_percent | float | |
|
tax_refunded
|
tax_refunded | float |
Belasting terugbetaald. |
|
updated_at
|
updated_at | string | |
|
weee_tax_applied
|
weee_tax_applied | string |
Wee belasting toegepast. |
|
weee_tax_applied_amount
|
weee_tax_applied_amount | float |
Wee belasting toegepast bedrag. |
|
weee_tax_applied_row_amount
|
weee_tax_applied_row_amount | float |
Wee belasting toegepast bedrag. |
|
weee_tax_disposition
|
weee_tax_disposition | float |
Wee belastingbestemming. |
|
weee_tax_row_disposition
|
weee_tax_row_disposition | float |
Wee belastingbestemming. |
|
weight
|
weight | float |
Dikte van item. |
|
parent_item
|
parent_item | object |
Bovenliggend item. |
|
custom_options
|
product_option.extension_attributes.custom_options | array of object | |
|
Onderdelen
|
product_option.extension_attributes.custom_options | object | |
|
bundle_options
|
product_option.extension_attributes.bundle_options | array of object | |
|
Onderdelen
|
product_option.extension_attributes.bundle_options | object | |
|
downloadable_links
|
product_option.extension_attributes.downloadable_option.downloadable_links | array of object | |
|
Onderdelen
|
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 | |
|
Onderdelen
|
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 |
Klant-id. |
|
afzender
|
extension_attributes.gift_message.sender | string |
Naam van afzender. |
|
ontvanger
|
extension_attributes.gift_message.recipient | string |
Naam van geadresseerde. |
|
message
|
extension_attributes.gift_message.message | string |
Berichttekst. |
|
entity_id
|
extension_attributes.gift_message.extension_attributes.entity_id | string |
Entiteits-id. |
|
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 id. |
|
gw_base_price
|
extension_attributes.gw_base_price | string |
Gw basisprijs. |
|
gw_price
|
extension_attributes.gw_price | string |
Gw-prijs. |
|
gw_base_tax_amount
|
extension_attributes.gw_base_tax_amount | string |
Basisbelastingbedrag gw. |
|
gw_tax_amount
|
extension_attributes.gw_tax_amount | string |
Basisbelastingbedrag gw. |
|
gw_base_price_invoiced
|
extension_attributes.gw_base_price_invoiced | string |
De basisprijs van Gw wordt gefactureerd. |
|
gw_price_invoiced
|
extension_attributes.gw_price_invoiced | string |
Gw-prijs gefactureerd. |
|
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 | |
|
code
|
extension_attributes.vertex_commodity_code.code | string | |
|
soort
|
extension_attributes.vertex_commodity_code.type | string |
itemsHeader
| Name | Pad | Type | Description |
|---|---|---|---|
|
base_discount_amount
|
base_discount_amount | float |
Basiskortingsbedrag. |
|
base_discount_canceled
|
base_discount_canceled | float |
Basiskorting geannuleerd. |
|
base_discount_invoiced
|
base_discount_invoiced | float |
Basiskorting gefactureerd. |
|
base_discount_refunded
|
base_discount_refunded | float |
Basiskorting terugbetaald. |
|
base_grand_total
|
base_grand_total | float |
Eindtotaal basis. |
|
base_subtotal
|
base_subtotal | float |
Basissubtotaal. |
|
base_subtotal_canceled
|
base_subtotal_canceled | float |
Het basissubtotaal is geannuleerd. |
|
base_subtotal_incl_tax
|
base_subtotal_incl_tax | float |
Basissubtotaal inbegrepen belasting. |
|
base_subtotal_invoiced
|
base_subtotal_invoiced | float |
Basissubtotaal geïnvoiceerd. |
|
base_subtotal_refunded
|
base_subtotal_refunded | float |
Basissubtotaal terugbetaald. |
|
base_tax_amount
|
base_tax_amount | float |
Basisbelastingbedrag. |
|
base_tax_canceled
|
base_tax_canceled | float |
De basisbelasting is geannuleerd. |
|
base_tax_invoiced
|
base_tax_invoiced | float |
Btw wordt gefactureerd. |
|
base_tax_refunded
|
base_tax_refunded | float |
Basisbelasting terugbetaald. |
|
base_total_canceled
|
base_total_canceled | float |
Basistotaal geannuleerd. |
|
base_total_due
|
base_total_due | float |
Einddatum basistotaal. |
|
base_total_invoiced
|
base_total_invoiced | float |
Basistotaal gefactureerd. |
|
base_total_invoiced_cost
|
base_total_invoiced_cost | float |
Totale gefactureerde kosten basis. |
|
base_total_offline_refunded
|
base_total_offline_refunded | float |
Basistotaal offline gerestitueerd. |
|
base_total_online_refunded
|
base_total_online_refunded | float |
Basistotaal online terugbetaald. |
|
base_total_paid
|
base_total_paid | float |
Basistotaal betaald. |
|
base_total_qty_ordered
|
base_total_qty_ordered | float |
Aantal bestelde basishoeveelheid. |
|
base_total_refunded
|
base_total_refunded | float |
Basistotaal terugbetaald. |
|
base_to_global_rate
|
base_to_global_rate | float |
Base to global rate. |
|
base_to_order_rate
|
base_to_order_rate | float |
Base to order rate. |
|
billing_address_id
|
billing_address_id | float |
Factureringsadres-id. |
|
can_ship_partially
|
can_ship_partially | float |
Kan gedeeltelijk worden verzonden. |
|
can_ship_partially_item
|
can_ship_partially_item | float |
Kan gedeeltelijk item verzenden. |
|
coupon_code
|
coupon_code | string |
Couponcode. |
|
aangemaakt_op
|
created_at | string |
Gemaakt op. |
|
customer_dob
|
customer_dob | string |
Klant dob. |
|
customer_email
|
customer_email | string |
E-mail van de klant. |
|
customer_firstname
|
customer_firstname | string |
Voornaam van klant. |
|
customer_gender
|
customer_gender | float |
Geslacht van klant. |
|
customer_group_id
|
customer_group_id | float |
Groeps-id van de klant. |
|
customer_id
|
customer_id | float |
Klant-id. |
|
customer_is_guest
|
customer_is_guest | float |
Klant is gast. |
|
customer_lastname
|
customer_lastname | string |
Achternaam van klant. |
|
customer_middlename
|
customer_middlename | string |
Middlename van klant. |
|
customer_note
|
customer_note | string |
Opmerking van de klant. |
|
customer_note_notify
|
customer_note_notify | float |
Melding van klantnotitie. |
|
customer_prefix
|
customer_prefix | string |
Klantvoorvoegsel. |
|
customer_suffix
|
customer_suffix | string |
Achtervoegsel van de klant. |
|
customer_taxvat
|
customer_taxvat | string |
Klantbelasting. |
|
discount_amount
|
discount_amount | float |
Korting. |
|
discount_canceled
|
discount_canceled | float |
Korting geannuleerd. |
|
discount_description
|
discount_description | string |
Kortingsbeschrijving. |
|
discount_invoiced
|
discount_invoiced | float |
Korting gefactureerd. |
|
discount_refunded
|
discount_refunded | float |
Korting terugbetaald. |
|
edit_increment
|
edit_increment | float |
Verhoging bewerken. |
|
email_sent
|
email_sent | float |
E-mail verzonden. |
|
entity_id
|
entity_id | float |
Entiteits-id. |
|
ext_customer_id
|
ext_customer_id | string |
Ext-klant-id. |
|
ext_order_id
|
ext_order_id | string |
Ext order id. |
|
forced_shipment_with_invoice
|
forced_shipment_with_invoice | float |
Geforceerde verzending met factuur. |
|
global_currency_code
|
global_currency_code | string |
Globale valutacode. |
|
grand_total
|
grand_total | float |
Eindtotaal. |
|
discount_tax_compensation_amount
|
discount_tax_compensation_amount | float |
Belastingcompensatiebedrag. |
|
discount_tax_compensation_invoiced
|
discount_tax_compensation_invoiced | float |
Factuur voor belastingcompensatie voor korting. |
|
discount_tax_compensation_refunded
|
discount_tax_compensation_refunded | float |
Kortingsbelastingcompensatie terugbetaald. |
|
hold_before_state
|
hold_before_state | string |
Wacht voor de status. |
|
hold_before_status
|
hold_before_status | string |
Houd de status vast. |
|
increment_id
|
increment_id | string |
Incrementele id. |
|
is_virtual
|
is_virtual | float |
Is virtueel. |
|
order_currency_code
|
order_currency_code | string |
Valutacode bestellen. |
|
original_increment_id
|
original_increment_id | string |
Oorspronkelijke increment-id. |
|
payment_authorization_amount
|
payment_authorization_amount | float |
Betalingsautorisatiebedrag. |
|
payment_auth_expiration
|
payment_auth_expiration | float |
Vervaldatum van betalingsautorisatie. |
|
protect_code
|
protect_code | string |
Code beveiligen. |
|
quote_address_id
|
quote_address_id | float |
Offerteadres-id. |
|
quote_id
|
quote_id | float |
Offerte-id. |
|
relation_child_id
|
relation_child_id | string |
Relatie-onderliggende id. |
|
relation_child_real_id
|
relation_child_real_id | string |
Relation child real id. |
|
relation_parent_id
|
relation_parent_id | string |
Relatie-bovenliggende id. |
|
relation_parent_real_id
|
relation_parent_real_id | string |
Relation parent real id. |
|
remote_ip
|
remote_ip | string |
Extern IP- adres. |
|
shipping_amount
|
shipping_amount | float |
Verzendbedrag. |
|
shipping_canceled
|
shipping_canceled | float |
Verzending geannuleerd. |
|
shipping_description
|
shipping_description | string |
Verzenddescripton. |
|
shipping_discount_amount
|
shipping_discount_amount | float |
Verzendkortingsbedrag. |
|
shipping_discount_tax_compensation_amount
|
shipping_discount_tax_compensation_amount | float |
Belastingcompensatiebedrag voor verzendkosten. |
|
shipping_incl_tax
|
shipping_incl_tax | float |
Verzendkosten incl belasting. |
|
shipping_invoiced
|
shipping_invoiced | float |
Gefactureerde verzending. |
|
shipping_refunded
|
shipping_refunded | float |
Verzending terugbetaald. |
|
shipping_tax_amount
|
shipping_tax_amount | float |
Btw-bedrag. |
|
shipping_tax_refunded
|
shipping_tax_refunded | float |
Verzendkosten terugbetaald. |
|
state
|
state | string |
Orderstatus. |
|
status
|
status | string |
Orderstatus. |
|
store_currency_code
|
store_currency_code | string |
Valutacode opslaan. |
|
store_id
|
store_id | float |
Winkel-id. |
|
store_name
|
store_name | string |
Winkelnaam. |
|
store_to_base_rate
|
store_to_base_rate | float |
Sla op basistarief op. |
|
store_to_order_rate
|
store_to_order_rate | float |
Sla op bestellingstarief op. |
|
Subtotaal
|
subtotal | float |
Subtotaal bestellen. |
|
subtotal_canceled
|
subtotal_canceled | float |
Subtotaal geannuleerd. |
|
subtotal_incl_tax
|
subtotal_incl_tax | float |
Subtotaal incl belasting. |
|
subtotal_invoiced
|
subtotal_invoiced | float |
Subtotaal gefactureerd. |
|
subtotal_refunded
|
subtotal_refunded | float |
Subtotaal terugbetaald. |
|
tax_amount
|
tax_amount | float |
Belastingbedrag. |
|
tax_canceled
|
tax_canceled | float |
Belasting geannuleerd. |
|
tax_invoiced
|
tax_invoiced | float |
Btw gefactureerd. |
|
tax_refunded
|
tax_refunded | float |
Belasting terugbetaald. |
|
total_canceled
|
total_canceled | float |
Belasting geannuleerd. |
|
total_due
|
total_due | float |
Totaal verschuldigd. |
|
total_invoiced
|
total_invoiced | float |
Totaal gefactureerd. |
|
total_item_count
|
total_item_count | float |
Totaal aantal items. |
|
total_offline_refunded
|
total_offline_refunded | float |
Totaal offline gerestitueerd. |
|
total_online_refunded
|
total_online_refunded | float |
Totaal online terugbetaald. |
|
total_paid
|
total_paid | float |
Totaal betaald. |
|
total_qty_ordered
|
total_qty_ordered | float |
Totale bestelde hoeveelheid. |
|
total_refunded
|
total_refunded | float |
Totaal terugbetaald. |
|
updated_at
|
updated_at | string |
Bijgewerkt op. |
|
weight
|
weight | float |
Dikte van item. |
|
x_forwarded_for
|
x_forwarded_for | string |
Doorgestuurd voor. |
|
Onderdelen
|
items | items | |
|
billing_address
|
billing_address | billing_address | |
|
betaling
|
payment | payment | |
|
status_histories
|
status_histories | status_histories | |
|
extension_attributes
|
extension_attributes | extension_attributes |
CustomerCollectionResponse
| Name | Pad | Type | Description |
|---|---|---|---|
|
identiteitskaart
|
id | integer |
Klant-id. |
|
group_id
|
group_id | integer |
Groeps-id van de klant. |
|
default_billing
|
default_billing | string |
Standaardfacturering van de klant. |
|
default_shipping
|
default_shipping | string |
Standaardverzending van de klant. |
|
bevestiging
|
confirmation | string |
Bevestiging van de klant. |
|
aangemaakt_op
|
created_at | string |
Gemaakt op datum. |
|
updated_at
|
updated_at | string |
Bijgewerkt op datum. |
|
created_in
|
created_in | string |
Gemaakt in. |
|
Dob
|
dob | string |
Geboortedatum. |
|
e-mailadres
|
string |
E-mail van de klant. |
|
|
voornaam
|
firstname | string |
Voornaam van klant. |
|
achternaam
|
lastname | string |
Achternaam van klant. |
|
middlename
|
middlename | string |
Middlename van klant. |
|
voorvoegsel
|
prefix | string |
Voorvoegsel gebruikt. |
|
achtervoegsel
|
suffix | string |
Achtervoegsel gebruikt. |
|
geslacht
|
gender | integer |
Geslacht van klant. |
|
store_id
|
store_id | integer |
Winkel-id. |
|
taxvat
|
taxvat | string |
Btw. |
|
website_id
|
website_id | integer |
Website-id. |
|
addresses
|
addresses | CustomerAddresses |
Klantadressen. |
|
disable_auto_group_change
|
disable_auto_group_change | integer |
Schakel automatische groepswijziging uit. |
|
extension_attributes
|
extension_attributes | CustomerExtensionAttributes |
Extensiekenmerken. |
|
custom_attributes
|
custom_attributes | array of CustomerCustomAttributes |
Aangepaste kenmerken |
CustomerAddresses
Klantadressen.
| Name | Pad | Type | Description |
|---|---|---|---|
|
identiteitskaart
|
id | integer |
Adres-id. |
|
customer_id
|
customer_id | integer |
Klant-id. |
|
region_code
|
region.region_code | string |
Regiocode. |
|
regio
|
region.region | string | |
|
region_id
|
region.region_id | integer |
Regio-id. |
|
region_id
|
region_id | integer |
Regio-id. |
|
country_id
|
country_id | string |
Land-id. |
|
straat
|
street | array of string |
Straatnaam. |
|
bedrijf
|
company | string |
Het bedrijf van de klant. |
|
telefoon
|
telephone | string |
Telefoon van de klant. |
|
fax
|
fax | string |
Fax van klant. |
|
postcode
|
postcode | string |
Postcode klant. |
|
city
|
city | string |
Klantstad. |
|
voornaam
|
firstname | string |
Voornaam van klant. |
|
achternaam
|
lastname | string |
Achternaam van klant. |
|
middlename
|
middlename | string |
Middlename van klant. |
|
voorvoegsel
|
prefix | string |
Klantvoorvoegsel. |
|
achtervoegsel
|
suffix | string |
Achtervoegsel van de klant. |
|
vat_id
|
vat_id | string |
Btw-nummer. |
|
default_shipping
|
default_shipping | boolean |
Standaardverzending. |
|
default_billing
|
default_billing | boolean |
Standaardfacturering. |
|
custom_attributes
|
custom_attributes | array of object |
Aangepaste kenmerken. |
|
attribute_code
|
custom_attributes.attribute_code | string |
Kenmerkcode. |
|
value
|
custom_attributes.value | string |
Kenmerkwaarde. |
CustomerExtensionAttributes
Extensiekenmerken.
| Name | Pad | Type | Description |
|---|---|---|---|
|
customer_id
|
company_attributes.customer_id | integer |
Klant-id. |
|
company_id
|
company_attributes.company_id | integer |
Bedrijfs-id. |
|
functietitel
|
company_attributes.job_title | string |
Functie. |
|
status
|
company_attributes.status | integer |
Statuscode. |
|
telefoon
|
company_attributes.telephone | string |
Telefoon van de klant. |
|
is_subscribed
|
is_subscribed | boolean |
Is geabonneerd. |
|
amazon_id
|
amazon_id | string |
Amazon id. |
|
vertex_customer_code
|
vertex_customer_code | string |
Vertex-klantcode. |
|
vertex_customer_country
|
vertex_customer_country | string |
Het land van de klant van het hoekpunt. |
CustomerCustomAttributes
| Name | Pad | Type | Description |
|---|---|---|---|
|
attribute_code
|
attribute_code | string |
Kenmerkcode. |
|
value
|
value | string |
Kenmerkwaarde. |
boolean
Dit is het basisgegevenstype 'Booleaanse waarde'.