---
title: "Adobe Commerce Magento Connector | Lansweeper Platform"
slug: "adobe-commerce-magento-connector"
description: "Manage your e-commerce with Adobe Commerce: handle products, orders, customers, and transactions seamlessly using API access and webhooks."
updated: 2026-07-17T15:48:59Z
published: 2026-07-17T15:48:59Z
canonical: "docs.lansweeper.com/adobe-commerce-magento-connector"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lansweeper.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Adobe Commerce Magento Connector

<!-- # Adobe Commerce Magento Connector -->

:::(Warning) (Note on third‑party tools)
We aim to provide accurate and helpful details about third‑party tools, but we can’t guarantee that this information is always complete or up to date. If you notice any discrepancies, feel free to share them in the feedback section below. For the most reliable information, please always refer to the third‑party tool’s official documentation.
:::

[Adobe Commerce (Magento)](https://business.adobe.com/products/magento/magento-commerce.html#) is an open-source e-commerce platform.

Use the Adobe Commerce component to manage your Products, Orders, Customers, and Transactions.

## API Documentation

This component was built using the [Adobe Commerce REST API Overview](https://developer.adobe.com/commerce/webapi/rest/).

## Connections

### API Access Key

Authenticate with Adobe Commerce using an API Access Key and Secret.

The Marketplace EQP API uses a two-step process to authenticate a client application and authorize access to resources:

1. Using your [API access key](https://developer.adobe.com/commerce/marketplace/guides/eqp/v1/access-keys), obtain a session token.
2. You create your API access key from one, or both, of the **Marketplace Developer Portal** user interfaces:
   1. production - [https://commercedeveloper.adobe.com](https://commercedeveloper.adobe.com/)
   2. sandbox - [https://commercedeveloper-sandbox.adobe.com](https://commercedeveloper-sandbox.adobe.com/)
3. From the **Marketplace Developer Portal**, sign in, click on your name (top, right corner), and choose either the **Account Information** or the **Marketplace Profile** link.
4. From the left-hand side navigation menu, click on **Manage API Keys**.
5. Click **Create API Access Key**.
6. In the "Create New API Key" dialog, enter an **API Key Name**. This name is for your own use. Then, click **Continue**.
7. Enter this API Key value into your connection configuration.

| Input                      | Comments                                                                                                                                            | Default |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| Application ID             | https://developer.adobe.com/commerce/marketplace/guides/eqp/v1/access-keys#what-is-an-api-access-key                                                |         |
| Application Secret         | https://developer.adobe.com/commerce/marketplace/guides/eqp/v1/access-keys#what-is-an-api-access-key                                                |         |
| Use Production Environment | Set true for production environment (https://commercedeveloper-api.adobe.com), false for sandbox (https://commercedeveloper-sandbox-api.adobe.com). | false   |

## Triggers

### New and Updated Records

Polls a Magento resource collection (orders, customers, or products) for records whose `updated_at` is at or after the last poll. Records whose `created_at` is also after the last poll go to the `created` branch; older records modified since the last poll go to `updated`.

| Input                | Comments                                                                                                                             | Default |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ------- |
| Connection           |                                                                                                                                      |         |
| Resource Type        | The Magento resource collection to poll for new and updated records.                                                                 | orders  |
| Show New Records     | When enabled, records whose `created_at` falls after the last poll will be emitted on the `created` branch.                          | true    |
| Show Updated Records | When enabled, records whose `updated_at` falls after the last poll but were created earlier will be emitted on the `updated` branch. | true    |

### Webhook

Receive and validate webhook requests from Adobe Commerce for webhooks you configure.

## Actions

### Cancel Order

Cancels a specified order.

| Input      | Comments  | Default |
| ---------- | --------- | ------- |
| Connection |           |         |
| Order ID   | Order ID. |         |

### Create Customer

Create customer account.

| Input        | Comments      | Default                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| ------------ | ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Connection   |               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Customer     | Customer.     | <code>{<br /> "customer": {<br /> "id": 0,<br /> "group_id": 0,<br /> "default_billing": "string",<br /> "default_shipping": "string",<br /> "confirmation": "string",<br /> "created_at": "string",<br /> "updated_at": "string",<br /> "created_in": "string",<br /> "dob": "string",<br /> "email": "string",<br /> "firstname": "string",<br /> "lastname": "string",<br /> "middlename": "string",<br /> "prefix": "string",<br /> "suffix": "string",<br /> "gender": 0,<br /> "store_id": 0,<br /> "taxvat": "string",<br /> "website_id": 0,<br /> "addresses": [<br /> {<br /> "id": 0,<br /> "customer_id": 0,<br /> "region": {<br /> "region_code": "string",<br /> "region": "string",<br /> "region_id": 0,<br /> "extension_attributes": {}<br /> },<br /> "region_id": 0,<br /> "country_id": "string",<br /> "street": [<br /> "string"<br /> ],<br /> "company": "string",<br /> "telephone": "string",<br /> "fax": "string",<br /> "postcode": "string",<br /> "city": "string",<br /> "firstname": "string",<br /> "lastname": "string",<br /> "middlename": "string",<br /> "prefix": "string",<br /> "suffix": "string",<br /> "vat_id": "string",<br /> "default_shipping": true,<br /> "default_billing": true,<br /> "extension_attributes": {},<br /> "custom_attributes": [<br /> {<br /> "attribute_code": "string",<br /> "value": "string"<br /> }<br /> ]<br /> }<br /> ],<br /> "disable_auto_group_change": 0,<br /> "extension_attributes": {<br /> "company_attributes": {<br /> "customer_id": 0,<br /> "company_id": 0,<br /> "job_title": "string",<br /> "status": 0,<br /> "telephone": "string",<br /> "extension_attributes": {}<br /> },<br /> "assistance_allowed": 0,<br /> "is_subscribed": true<br /> },<br /> "custom_attributes": [<br /> {<br /> "attribute_code": "string",<br /> "value": "string"<br /> }<br /> ]<br /> }<br />}</code> |
| Password     | Password.     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Redirect URL | Redirect URL. |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |

### Create Order

Performs persist operations for a specified order.

| Input      | Comments | Default                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| ---------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Connection |          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Entity     | Entity.  | <code>{<br /> "entity": {<br /> "adjustment_negative": 0,<br /> "adjustment_positive": 0,<br /> "applied_rule_ids": "string",<br /> "base_adjustment_negative": 0,<br /> "base_adjustment_positive": 0,<br /> "base_currency_code": "string",<br /> "base_discount_amount": 0,<br /> "base_discount_canceled": 0,<br /> "base_discount_invoiced": 0,<br /> "base_discount_refunded": 0,<br /> "base_grand_total": 0,<br /> "base_discount_tax_compensation_amount": 0,<br /> "base_discount_tax_compensation_invoiced": 0,<br /> "base_discount_tax_compensation_refunded": 0,<br /> "base_shipping_amount": 0,<br /> "base_shipping_canceled": 0,<br /> "base_shipping_discount_amount": 0,<br /> "base_shipping_discount_tax_compensation_amnt": 0,<br /> "base_shipping_incl_tax": 0,<br /> "base_shipping_invoiced": 0,<br /> "base_shipping_refunded": 0,<br /> "base_shipping_tax_amount": 0,<br /> "base_shipping_tax_refunded": 0,<br /> "base_subtotal": 0,<br /> "base_subtotal_canceled": 0,<br /> "base_subtotal_incl_tax": 0,<br /> "base_subtotal_invoiced": 0,<br /> "base_subtotal_refunded": 0,<br /> "base_tax_amount": 0,<br /> "base_tax_canceled": 0,<br /> "base_tax_invoiced": 0,<br /> "base_tax_refunded": 0,<br /> "base_total_canceled": 0,<br /> "base_total_due": 0,<br /> "base_total_invoiced": 0,<br /> "base_total_invoiced_cost": 0,<br /> "base_total_offline_refunded": 0,<br /> "base_total_online_refunded": 0,<br /> "base_total_paid": 0,<br /> "base_total_qty_ordered": 0,<br /> "base_total_refunded": 0,<br /> "base_to_global_rate": 0,<br /> "base_to_order_rate": 0,<br /> "billing_address_id": 0,<br /> "can_ship_partially": 0,<br /> "can_ship_partially_item": 0,<br /> "coupon_code": "string",<br /> "created_at": "string",<br /> "customer_dob": "string",<br /> "customer_email": "string",<br /> "customer_firstname": "string",<br /> "customer_gender": 0,<br /> "customer_group_id": 0,<br /> "customer_id": 0,<br /> "customer_is_guest": 0,<br /> "customer_lastname": "string",<br /> "customer_middlename": "string",<br /> "customer_note": "string",<br /> "customer_note_notify": 0,<br /> "customer_prefix": "string",<br /> "customer_suffix": "string",<br /> "customer_taxvat": "string",<br /> "discount_amount": 0,<br /> "discount_canceled": 0,<br /> "discount_description": "string",<br /> "discount_invoiced": 0,<br /> "discount_refunded": 0,<br /> "edit_increment": 0,<br /> "email_sent": 0,<br /> "entity_id": 0,<br /> "ext_customer_id": "string",<br /> "ext_order_id": "string",<br /> "forced_shipment_with_invoice": 0,<br /> "global_currency_code": "string",<br /> "grand_total": 0,<br /> "discount_tax_compensation_amount": 0,<br /> "discount_tax_compensation_invoiced": 0,<br /> "discount_tax_compensation_refunded": 0,<br /> "hold_before_state": "string",<br /> "hold_before_status": "string",<br /> "increment_id": "string",<br /> "is_virtual": 0,<br /> "order_currency_code": "string",<br /> "original_increment_id": "string",<br /> "payment_authorization_amount": 0,<br /> "payment_auth_expiration": 0,<br /> "protect_code": "string",<br /> "quote_address_id": 0,<br /> "quote_id": 0,<br /> "relation_child_id": "string",<br /> "relation_child_real_id": "string",<br /> "relation_parent_id": "string",<br /> "relation_parent_real_id": "string",<br /> "remote_ip": "string",<br /> "shipping_amount": 0,<br /> "shipping_canceled": 0,<br /> "shipping_description": "string",<br /> "shipping_discount_amount": 0,<br /> "shipping_discount_tax_compensation_amount": 0,<br /> "shipping_incl_tax": 0,<br /> "shipping_invoiced": 0,<br /> "shipping_refunded": 0,<br /> "shipping_tax_amount": 0,<br /> "shipping_tax_refunded": 0,<br /> "state": "string",<br /> "status": "string",<br /> "store_currency_code": "string",<br /> "store_id": 0,<br /> "store_name": "string",<br /> "store_to_base_rate": 0,<br /> "store_to_order_rate": 0,<br /> "subtotal": 0,<br /> "subtotal_canceled": 0,<br /> "subtotal_incl_tax": 0,<br /> "subtotal_invoiced": 0,<br /> "subtotal_refunded": 0,<br /> "tax_amount": 0,<br /> "tax_canceled": 0,<br /> "tax_invoiced": 0,<br /> "tax_refunded": 0,<br /> "total_canceled": 0,<br /> "total_due": 0,<br /> "total_invoiced": 0,<br /> "total_item_count": 0,<br /> "total_offline_refunded": 0,<br /> "total_online_refunded": 0,<br /> "total_paid": 0,<br /> "total_qty_ordered": 0,<br /> "total_refunded": 0,<br /> "updated_at": "string",<br /> "weight": 0,<br /> "x_forwarded_for": "string",<br /> "items": [<br /> {<br /> "additional_data": "string",<br /> "amount_refunded": 0,<br /> "applied_rule_ids": "string",<br /> "base_amount_refunded": 0,<br /> "base_cost": 0,<br /> "base_discount_amount": 0,<br /> "base_discount_invoiced": 0,<br /> "base_discount_refunded": 0,<br /> "base_discount_tax_compensation_amount": 0,<br /> "base_discount_tax_compensation_invoiced": 0,<br /> "base_discount_tax_compensation_refunded": 0,<br /> "base_original_price": 0,<br /> "base_price": 0,<br /> "base_price_incl_tax": 0,<br /> "base_row_invoiced": 0,<br /> "base_row_total": 0,<br /> "base_row_total_incl_tax": 0,<br /> "base_tax_amount": 0,<br /> "base_tax_before_discount": 0,<br /> "base_tax_invoiced": 0,<br /> "base_tax_refunded": 0,<br /> "base_weee_tax_applied_amount": 0,<br /> "base_weee_tax_applied_row_amnt": 0,<br /> "base_weee_tax_disposition": 0,<br /> "base_weee_tax_row_disposition": 0,<br /> "created_at": "string",<br /> "description": "string",<br /> "discount_amount": 0,<br /> "discount_invoiced": 0,<br /> "discount_percent": 0,<br /> "discount_refunded": 0,<br /> "event_id": 0,<br /> "ext_order_item_id": "string",<br /> "free_shipping": 0,<br /> "gw_base_price": 0,<br /> "gw_base_price_invoiced": 0,<br /> "gw_base_price_refunded": 0,<br /> "gw_base_tax_amount": 0,<br /> "gw_base_tax_amount_invoiced": 0,<br /> "gw_base_tax_amount_refunded": 0,<br /> "gw_id": 0,<br /> "gw_price": 0,<br /> "gw_price_invoiced": 0,<br /> "gw_price_refunded": 0,<br /> "gw_tax_amount": 0,<br /> "gw_tax_amount_invoiced": 0,<br /> "gw_tax_amount_refunded": 0,<br /> "discount_tax_compensation_amount": 0,<br /> "discount_tax_compensation_canceled": 0,<br /> "discount_tax_compensation_invoiced": 0,<br /> "discount_tax_compensation_refunded": 0,<br /> "is_qty_decimal": 0,<br /> "is_virtual": 0,<br /> "item_id": 0,<br /> "locked_do_invoice": 0,<br /> "locked_do_ship": 0,<br /> "name": "string",<br /> "no_discount": 0,<br /> "order_id": 0,<br /> "original_price": 0,<br /> "parent_item_id": 0,<br /> "price": 0,<br /> "price_incl_tax": 0,<br /> "product_id": 0,<br /> "product_type": "string",<br /> "qty_backordered": 0,<br /> "qty_canceled": 0,<br /> "qty_invoiced": 0,<br /> "qty_ordered": 0,<br /> "qty_refunded": 0,<br /> "qty_returned": 0,<br /> "qty_shipped": 0,<br /> "quote_item_id": 0,<br /> "row_invoiced": 0,<br /> "row_total": 0,<br /> "row_total_incl_tax": 0,<br /> "row_weight": 0,<br /> "sku": "string",<br /> "store_id": 0,<br /> "tax_amount": 0,<br /> "tax_before_discount": 0,<br /> "tax_canceled": 0,<br /> "tax_invoiced": 0,<br /> "tax_percent": 0,<br /> "tax_refunded": 0,<br /> "updated_at": "string",<br /> "weee_tax_applied": "string",<br /> "weee_tax_applied_amount": 0,<br /> "weee_tax_applied_row_amount": 0,<br /> "weee_tax_disposition": 0,<br /> "weee_tax_row_disposition": 0,<br /> "weight": 0,<br /> "parent_item": {},<br /> "product_option": {<br /> "extension_attributes": {<br /> "custom_options": [<br /> {<br /> "option_id": null,<br /> "option_value": null,<br /> "extension_attributes": null<br /> }<br /> ],<br /> "bundle_options": [<br /> {<br /> "option_id": null,<br /> "option_qty": null,<br /> "option_selections": [],<br /> "extension_attributes": null<br /> }<br /> ],<br /> "downloadable_option": {<br /> "downloadable_links": [<br /> null<br /> ]<br /> },<br /> "giftcard_item_option": {<br /> "giftcard_amount": "string",<br /> "custom_giftcard_amount": 0,<br /> "giftcard_sender_name": "string",<br /> "giftcard_recipient_name": "string",<br /> "giftcard_sender_email": "string",<br /> "giftcard_recipient_email": "string",<br /> "giftcard_message": "string",<br /> "extension_attributes": {<br /> "giftcard_created_codes": []<br /> }<br /> },<br /> "configurable_item_options": [<br /> {<br /> "option_id": null,<br /> "option_value": null,<br /> "extension_attributes": null<br /> }<br /> ]<br /> }<br /> },<br /> "extension_attributes": {<br /> "gift_message": {<br /> "gift_message_id": 0,<br /> "customer_id": 0,<br /> "sender": "string",<br /> "recipient": "string",<br /> "message": "string",<br /> "extension_attributes": {<br /> "entity_id": "string",<br /> "entity_type": "string",<br /> "wrapping_id": 0,<br /> "wrapping_allow_gift_receipt": true,<br /> "wrapping_add_printed_card": true<br /> }<br /> },<br /> "gw_id": "string",<br /> "gw_base_price": "string",<br /> "gw_price": "string",<br /> "gw_base_tax_amount": "string",<br /> "gw_tax_amount": "string",<br /> "gw_base_price_invoiced": "string",<br /> "gw_price_invoiced": "string",<br /> "gw_base_tax_amount_invoiced": "string",<br /> "gw_tax_amount_invoiced": "string",<br /> "gw_base_price_refunded": "string",<br /> "gw_price_refunded": "string",<br /> "gw_base_tax_amount_refunded": "string",<br /> "gw_tax_amount_refunded": "string"<br /> }<br /> }<br /> ],<br /> "billing_address": {<br /> "address_type": "string",<br /> "city": "string",<br /> "company": "string",<br /> "country_id": "string",<br /> "customer_address_id": 0,<br /> "customer_id": 0,<br /> "email": "string",<br /> "entity_id": 0,<br /> "fax": "string",<br /> "firstname": "string",<br /> "lastname": "string",<br /> "middlename": "string",<br /> "parent_id": 0,<br /> "postcode": "string",<br /> "prefix": "string",<br /> "region": "string",<br /> "region_code": "string",<br /> "region_id": 0,<br /> "street": [<br /> "string"<br /> ],<br /> "suffix": "string",<br /> "telephone": "string",<br /> "vat_id": "string",<br /> "vat_is_valid": 0,<br /> "vat_request_date": "string",<br /> "vat_request_id": "string",<br /> "vat_request_success": 0,<br /> "extension_attributes": {}<br /> },<br /> "payment": {<br /> "account_status": "string",<br /> "additional_data": "string",<br /> "additional_information": [<br /> "string"<br /> ],<br /> "address_status": "string",<br /> "amount_authorized": 0,<br /> "amount_canceled": 0,<br /> "amount_ordered": 0,<br /> "amount_paid": 0,<br /> "amount_refunded": 0,<br /> "anet_trans_method": "string",<br /> "base_amount_authorized": 0,<br /> "base_amount_canceled": 0,<br /> "base_amount_ordered": 0,<br /> "base_amount_paid": 0,<br /> "base_amount_paid_online": 0,<br /> "base_amount_refunded": 0,<br /> "base_amount_refunded_online": 0,<br /> "base_shipping_amount": 0,<br /> "base_shipping_captured": 0,<br /> "base_shipping_refunded": 0,<br /> "cc_approval": "string",<br /> "cc_avs_status": "string",<br /> "cc_cid_status": "string",<br /> "cc_debug_request_body": "string",<br /> "cc_debug_response_body": "string",<br /> "cc_debug_response_serialized": "string",<br /> "cc_exp_month": "string",<br /> "cc_exp_year": "string",<br /> "cc_last4": "string",<br /> "cc_number_enc": "string",<br /> "cc_owner": "string",<br /> "cc_secure_verify": "string",<br /> "cc_ss_issue": "string",<br /> "cc_ss_start_month": "string",<br /> "cc_ss_start_year": "string",<br /> "cc_status": "string",<br /> "cc_status_description": "string",<br /> "cc_trans_id": "string",<br /> "cc_type": "string",<br /> "echeck_account_name": "string",<br /> "echeck_account_type": "string",<br /> "echeck_bank_name": "string",<br /> "echeck_routing_number": "string",<br /> "echeck_type": "string",<br /> "entity_id": 0,<br /> "last_trans_id": "string",<br /> "method": "string",<br /> "parent_id": 0,<br /> "po_number": "string",<br /> "protection_eligibility": "string",<br /> "quote_payment_id": 0,<br /> "shipping_amount": 0,<br /> "shipping_captured": 0,<br /> "shipping_refunded": 0,<br /> "extension_attributes": {<br /> "notification_message": "string",<br /> "vault_payment_token": {<br /> "entity_id": 0,<br /> "customer_id": 0,<br /> "public_hash": "string",<br /> "payment_method_code": "string",<br /> "type": "string",<br /> "created_at": "string",<br /> "expires_at": "string",<br /> "gateway_token": "string",<br /> "token_details": "string",<br /> "is_active": true,<br /> "is_visible": true<br /> }<br /> }<br /> },<br /> "status_histories": [<br /> {<br /> "comment": "string",<br /> "created_at": "string",<br /> "entity_id": 0,<br /> "entity_name": "string",<br /> "is_customer_notified": 0,<br /> "is_visible_on_front": 0,<br /> "parent_id": 0,<br /> "status": "string",<br /> "extension_attributes": {}<br /> }<br /> ],<br /> "extension_attributes": {<br /> "shipping_assignments": [<br /> {<br /> "shipping": {<br /> "address": {<br /> "address_type": "string",<br /> "city": "string",<br /> "company": "string",<br /> "country_id": "string",<br /> "customer_address_id": 0,<br /> "customer_id": 0,<br /> "email": "string",<br /> "entity_id": 0,<br /> "fax": "string",<br /> "firstname": "string",<br /> "lastname": "string",<br /> "middlename": "string",<br /> "parent_id": 0,<br /> "postcode": "string",<br /> "prefix": "string",<br /> "region": "string",<br /> "region_code": "string",<br /> "region_id": 0,<br /> "street": [<br /> null<br /> ],<br /> "suffix": "string",<br /> "telephone": "string",<br /> "vat_id": "string",<br /> "vat_is_valid": 0,<br /> "vat_request_date": "string",<br /> "vat_request_id": "string",<br /> "vat_request_success": 0,<br /> "extension_attributes": {}<br /> },<br /> "method": "string",<br /> "total": {<br /> "base_shipping_amount": 0,<br /> "base_shipping_canceled": 0,<br /> "base_shipping_discount_amount": 0,<br /> "base_shipping_discount_tax_compensation_amnt": 0,<br /> "base_shipping_incl_tax": 0,<br /> "base_shipping_invoiced": 0,<br /> "base_shipping_refunded": 0,<br /> "base_shipping_tax_amount": 0,<br /> "base_shipping_tax_refunded": 0,<br /> "shipping_amount": 0,<br /> "shipping_canceled": 0,<br /> "shipping_discount_amount": 0,<br /> "shipping_discount_tax_compensation_amount": 0,<br /> "shipping_incl_tax": 0,<br /> "shipping_invoiced": 0,<br /> "shipping_refunded": 0,<br /> "shipping_tax_amount": 0,<br /> "shipping_tax_refunded": 0,<br /> "extension_attributes": {}<br /> },<br /> "extension_attributes": {}<br /> },<br /> "items": [<br /> {<br /> "additional_data": "string",<br /> "amount_refunded": 0,<br /> "applied_rule_ids": "string",<br /> "base_amount_refunded": 0,<br /> "base_cost": 0,<br /> "base_discount_amount": 0,<br /> "base_discount_invoiced": 0,<br /> "base_discount_refunded": 0,<br /> "base_discount_tax_compensation_amount": 0,<br /> "base_discount_tax_compensation_invoiced": 0,<br /> "base_discount_tax_compensation_refunded": 0,<br /> "base_original_price": 0,<br /> "base_price": 0,<br /> "base_price_incl_tax": 0,<br /> "base_row_invoiced": 0,<br /> "base_row_total": 0,<br /> "base_row_total_incl_tax": 0,<br /> "base_tax_amount": 0,<br /> "base_tax_before_discount": 0,<br /> "base_tax_invoiced": 0,<br /> "base_tax_refunded": 0,<br /> "base_weee_tax_applied_amount": 0,<br /> "base_weee_tax_applied_row_amnt": 0,<br /> "base_weee_tax_disposition": 0,<br /> "base_weee_tax_row_disposition": 0,<br /> "created_at": "string",<br /> "description": "string",<br /> "discount_amount": 0,<br /> "discount_invoiced": 0,<br /> "discount_percent": 0,<br /> "discount_refunded": 0,<br /> "event_id": 0,<br /> "ext_order_item_id": "string",<br /> "free_shipping": 0,<br /> "gw_base_price": 0,<br /> "gw_base_price_invoiced": 0,<br /> "gw_base_price_refunded": 0,<br /> "gw_base_tax_amount": 0,<br /> "gw_base_tax_amount_invoiced": 0,<br /> "gw_base_tax_amount_refunded": 0,<br /> "gw_id": 0,<br /> "gw_price": 0,<br /> "gw_price_invoiced": 0,<br /> "gw_price_refunded": 0,<br /> "gw_tax_amount": 0,<br /> "gw_tax_amount_invoiced": 0,<br /> "gw_tax_amount_refunded": 0,<br /> "discount_tax_compensation_amount": 0,<br /> "discount_tax_compensation_canceled": 0,<br /> "discount_tax_compensation_invoiced": 0,<br /> "discount_tax_compensation_refunded": 0,<br /> "is_qty_decimal": 0,<br /> "is_virtual": 0,<br /> "item_id": 0,<br /> "locked_do_invoice": 0,<br /> "locked_do_ship": 0,<br /> "name": "string",<br /> "no_discount": 0,<br /> "order_id": 0,<br /> "original_price": 0,<br /> "parent_item_id": 0,<br /> "price": 0,<br /> "price_incl_tax": 0,<br /> "product_id": 0,<br /> "product_type": "string",<br /> "qty_backordered": 0,<br /> "qty_canceled": 0,<br /> "qty_invoiced": 0,<br /> "qty_ordered": 0,<br /> "qty_refunded": 0,<br /> "qty_returned": 0,<br /> "qty_shipped": 0,<br /> "quote_item_id": 0,<br /> "row_invoiced": 0,<br /> "row_total": 0,<br /> "row_total_incl_tax": 0,<br /> "row_weight": 0,<br /> "sku": "string",<br /> "store_id": 0,<br /> "tax_amount": 0,<br /> "tax_before_discount": 0,<br /> "tax_canceled": 0,<br /> "tax_invoiced": 0,<br /> "tax_percent": 0,<br /> "tax_refunded": 0,<br /> "updated_at": "string",<br /> "weee_tax_applied": "string",<br /> "weee_tax_applied_amount": 0,<br /> "weee_tax_applied_row_amount": 0,<br /> "weee_tax_disposition": 0,<br /> "weee_tax_row_disposition": 0,<br /> "weight": 0,<br /> "parent_item": {},<br /> "product_option": {<br /> "extension_attributes": null<br /> },<br /> "extension_attributes": {<br /> "gift_message": null,<br /> "gw_id": null,<br /> "gw_base_price": null,<br /> "gw_price": null,<br /> "gw_base_tax_amount": null,<br /> "gw_tax_amount": null,<br /> "gw_base_price_invoiced": null,<br /> "gw_price_invoiced": null,<br /> "gw_base_tax_amount_invoiced": null,<br /> "gw_tax_amount_invoiced": null,<br /> "gw_base_price_refunded": null,<br /> "gw_price_refunded": null,<br /> "gw_base_tax_amount_refunded": null,<br /> "gw_tax_amount_refunded": null<br /> }<br /> }<br /> ],<br /> "stock_id": 0,<br /> "extension_attributes": {}<br /> }<br /> ],<br /> "payment_additional_info": [<br /> {<br /> "key": "string",<br /> "value": "string"<br /> }<br /> ],<br /> "company_order_attributes": {<br /> "order_id": 0,<br /> "company_id": 0,<br /> "company_name": "string",<br /> "extension_attributes": {}<br /> },<br /> "applied_taxes": [<br /> {<br /> "code": "string",<br /> "title": "string",<br /> "percent": 0,<br /> "amount": 0,<br /> "base_amount": 0,<br /> "extension_attributes": {<br /> "rates": [<br /> {<br /> "code": null,<br /> "title": null,<br /> "percent": null,<br /> "extension_attributes": null<br /> }<br /> ]<br /> }<br /> }<br /> ],<br /> "item_applied_taxes": [<br /> {<br /> "type": "string",<br /> "item_id": 0,<br /> "associated_item_id": 0,<br /> "applied_taxes": [<br /> {<br /> "code": "string",<br /> "title": "string",<br /> "percent": 0,<br /> "amount": 0,<br /> "base_amount": 0,<br /> "extension_attributes": {<br /> "rates": []<br /> }<br /> }<br /> ],<br /> "extension_attributes": {}<br /> }<br /> ],<br /> "converting_from_quote": true,<br /> "base_customer_balance_amount": 0,<br /> "customer_balance_amount": 0,<br /> "base_customer_balance_invoiced": 0,<br /> "customer_balance_invoiced": 0,<br /> "base_customer_balance_refunded": 0,<br /> "customer_balance_refunded": 0,<br /> "base_customer_balance_total_refunded": 0,<br /> "customer_balance_total_refunded": 0,<br /> "gift_cards": [<br /> {<br /> "id": 0,<br /> "code": "string",<br /> "amount": 0,<br /> "base_amount": 0<br /> }<br /> ],<br /> "base_gift_cards_amount": 0,<br /> "gift_cards_amount": 0,<br /> "base_gift_cards_invoiced": 0,<br /> "gift_cards_invoiced": 0,<br /> "base_gift_cards_refunded": 0,<br /> "gift_cards_refunded": 0,<br /> "gift_message": {<br /> "gift_message_id": 0,<br /> "customer_id": 0,<br /> "sender": "string",<br /> "recipient": "string",<br /> "message": "string",<br /> "extension_attributes": {<br /> "entity_id": "string",<br /> "entity_type": "string",<br /> "wrapping_id": 0,<br /> "wrapping_allow_gift_receipt": true,<br /> "wrapping_add_printed_card": true<br /> }<br /> },<br /> "gw_id": "string",<br /> "gw_allow_gift_receipt": "string",<br /> "gw_add_card": "string",<br /> "gw_base_price": "string",<br /> "gw_price": "string",<br /> "gw_items_base_price": "string",<br /> "gw_items_price": "string",<br /> "gw_card_base_price": "string",<br /> "gw_card_price": "string",<br /> "gw_base_tax_amount": "string",<br /> "gw_tax_amount": "string",<br /> "gw_items_base_tax_amount": "string",<br /> "gw_items_tax_amount": "string",<br /> "gw_card_base_tax_amount": "string",<br /> "gw_card_tax_amount": "string",<br /> "gw_base_price_incl_tax": "string",<br /> "gw_price_incl_tax": "string",<br /> "gw_items_base_price_incl_tax": "string",<br /> "gw_items_price_incl_tax": "string",<br /> "gw_card_base_price_incl_tax": "string",<br /> "gw_card_price_incl_tax": "string",<br /> "gw_base_price_invoiced": "string",<br /> "gw_price_invoiced": "string",<br /> "gw_items_base_price_invoiced": "string",<br /> "gw_items_price_invoiced": "string",<br /> "gw_card_base_price_invoiced": "string",<br /> "gw_card_price_invoiced": "string",<br /> "gw_base_tax_amount_invoiced": "string",<br /> "gw_tax_amount_invoiced": "string",<br /> "gw_items_base_tax_invoiced": "string",<br /> "gw_items_tax_invoiced": "string",<br /> "gw_card_base_tax_invoiced": "string",<br /> "gw_card_tax_invoiced": "string",<br /> "gw_base_price_refunded": "string",<br /> "gw_price_refunded": "string",<br /> "gw_items_base_price_refunded": "string",<br /> "gw_items_price_refunded": "string",<br /> "gw_card_base_price_refunded": "string",<br /> "gw_card_price_refunded": "string",<br /> "gw_base_tax_amount_refunded": "string",<br /> "gw_tax_amount_refunded": "string",<br /> "gw_items_base_tax_refunded": "string",<br /> "gw_items_tax_refunded": "string",<br /> "gw_card_base_tax_refunded": "string",<br /> "gw_card_tax_refunded": "string",<br /> "pickup_location_code": "string",<br /> "notification_sent": 0,<br /> "send_notification": 0,<br /> "reward_points_balance": 0,<br /> "reward_currency_amount": 0,<br /> "base_reward_currency_amount": 0<br /> }<br /> }<br />}</code> |

### Create Product Attributes

Save attribute data

| Input      | Comments   | Default                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| ---------- | ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Connection |            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Attribute  | Attribute. | <code>{<br /> "attribute": {<br /> "extension_attributes": {<br /> "is_pagebuilder_enabled": true<br /> },<br /> "is_wysiwyg_enabled": true,<br /> "is_html_allowed_on_front": true,<br /> "used_for_sort_by": true,<br /> "is_filterable": true,<br /> "is_filterable_in_search": true,<br /> "is_used_in_grid": true,<br /> "is_visible_in_grid": true,<br /> "is_filterable_in_grid": true,<br /> "position": 0,<br /> "apply_to": [<br /> "string"<br /> ],<br /> "is_searchable": "string",<br /> "is_visible_in_advanced_search": "string",<br /> "is_comparable": "string",<br /> "is_used_for_promo_rules": "string",<br /> "is_visible_on_front": "string",<br /> "used_in_product_listing": "string",<br /> "is_visible": true,<br /> "scope": "string",<br /> "attribute_id": 0,<br /> "attribute_code": "string",<br /> "frontend_input": "string",<br /> "entity_type_id": "string",<br /> "is_required": true,<br /> "options": [<br /> {<br /> "label": "string",<br /> "value": "string",<br /> "sort_order": 0,<br /> "is_default": true,<br /> "store_labels": [<br /> {<br /> "store_id": 0,<br /> "label": "string"<br /> }<br /> ]<br /> }<br /> ],<br /> "is_user_defined": true,<br /> "default_frontend_label": "string",<br /> "frontend_labels": [<br /> {<br /> "store_id": 0,<br /> "label": "string"<br /> }<br /> ],<br /> "note": "string",<br /> "backend_type": "string",<br /> "backend_model": "string",<br /> "source_model": "string",<br /> "default_value": "string",<br /> "is_unique": "string",<br /> "frontend_class": "string",<br /> "validation_rules": [<br /> {<br /> "key": "string",<br /> "value": "string"<br /> }<br /> ],<br /> "custom_attributes": [<br /> {<br /> "attribute_code": "string",<br /> "value": "string"<br /> }<br /> ]<br /> }<br />}</code> |

### Create Product Options

Save Custom Option

| Input      | Comments | Default                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| ---------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Connection |          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Option     | Option.  | <code>{<br /> "option": {<br /> "product_sku": "string",<br /> "option_id": 0,<br /> "title": "string",<br /> "type": "string",<br /> "sort_order": 0,<br /> "is_require": true,<br /> "price": 0,<br /> "price_type": "string",<br /> "sku": "string",<br /> "file_extension": "string",<br /> "max_characters": 0,<br /> "image_size_x": 0,<br /> "image_size_y": 0,<br /> "values": [<br /> {<br /> "title": "string",<br /> "sort_order": 0,<br /> "price": 0,<br /> "price_type": "string",<br /> "sku": "string",<br /> "option_type_id": 0<br /> }<br /> ],<br /> "extension_attributes": {}<br /> }<br />}</code> |

### Create Products

Create a new Product

| Input      | Comments | Default                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| ---------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Connection |          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Product    | Product. | <code>{<br /> "product": {<br /> "id": 0,<br /> "sku": "string",<br /> "name": "string",<br /> "attribute_set_id": 0,<br /> "price": 0,<br /> "status": 0,<br /> "visibility": 0,<br /> "type_id": "string",<br /> "created_at": "string",<br /> "updated_at": "string",<br /> "weight": 0,<br /> "extension_attributes": {<br /> "website_ids": [<br /> 0<br /> ],<br /> "category_links": [<br /> {<br /> "position": 0,<br /> "category_id": "string",<br /> "extension_attributes": {}<br /> }<br /> ],<br /> "discounts": [<br /> {<br /> "discount_data": {<br /> "amount": 0,<br /> "base_amount": 0,<br /> "original_amount": 0,<br /> "base_original_amount": 0<br /> },<br /> "rule_label": "string",<br /> "rule_id": 0<br /> }<br /> ],<br /> "bundle_product_options": [<br /> {<br /> "option_id": 0,<br /> "title": "string",<br /> "required": true,<br /> "type": "string",<br /> "position": 0,<br /> "sku": "string",<br /> "product_links": [<br /> {<br /> "id": "string",<br /> "sku": "string",<br /> "option_id": 0,<br /> "qty": 0,<br /> "position": 0,<br /> "is_default": true,<br /> "price": 0,<br /> "price_type": 0,<br /> "can_change_quantity": 0,<br /> "extension_attributes": {}<br /> }<br /> ],<br /> "extension_attributes": {}<br /> }<br /> ],<br /> "stock_item": {<br /> "item_id": 0,<br /> "product_id": 0,<br /> "stock_id": 0,<br /> "qty": 0,<br /> "is_in_stock": true,<br /> "is_qty_decimal": true,<br /> "show_default_notification_message": true,<br /> "use_config_min_qty": true,<br /> "min_qty": 0,<br /> "use_config_min_sale_qty": 0,<br /> "min_sale_qty": 0,<br /> "use_config_max_sale_qty": true,<br /> "max_sale_qty": 0,<br /> "use_config_backorders": true,<br /> "backorders": 0,<br /> "use_config_notify_stock_qty": true,<br /> "notify_stock_qty": 0,<br /> "use_config_qty_increments": true,<br /> "qty_increments": 0,<br /> "use_config_enable_qty_inc": true,<br /> "enable_qty_increments": true,<br /> "use_config_manage_stock": true,<br /> "manage_stock": true,<br /> "low_stock_date": "string",<br /> "is_decimal_divided": true,<br /> "stock_status_changed_auto": 0,<br /> "extension_attributes": {}<br /> },<br /> "downloadable_product_links": [<br /> {<br /> "id": 0,<br /> "title": "string",<br /> "sort_order": 0,<br /> "is_shareable": 0,<br /> "price": 0,<br /> "number_of_downloads": 0,<br /> "link_type": "string",<br /> "link_file": "string",<br /> "link_file_content": {<br /> "file_data": "string",<br /> "name": "string",<br /> "extension_attributes": {}<br /> },<br /> "link_url": "string",<br /> "sample_type": "string",<br /> "sample_file": "string",<br /> "sample_file_content": {<br /> "file_data": "string",<br /> "name": "string",<br /> "extension_attributes": {}<br /> },<br /> "sample_url": "string",<br /> "extension_attributes": {}<br /> }<br /> ],<br /> "downloadable_product_samples": [<br /> {<br /> "id": 0,<br /> "title": "string",<br /> "sort_order": 0,<br /> "sample_type": "string",<br /> "sample_file": "string",<br /> "sample_file_content": {<br /> "file_data": "string",<br /> "name": "string",<br /> "extension_attributes": {}<br /> },<br /> "sample_url": "string",<br /> "extension_attributes": {}<br /> }<br /> ],<br /> "giftcard_amounts": [<br /> {<br /> "attribute_id": 0,<br /> "website_id": 0,<br /> "value": 0,<br /> "website_value": 0,<br /> "extension_attributes": {}<br /> }<br /> ],<br /> "configurable_product_options": [<br /> {<br /> "id": 0,<br /> "attribute_id": "string",<br /> "label": "string",<br /> "position": 0,<br /> "is_use_default": true,<br /> "values": [<br /> {<br /> "value_index": 0,<br /> "extension_attributes": {}<br /> }<br /> ],<br /> "extension_attributes": {},<br /> "product_id": 0<br /> }<br /> ],<br /> "configurable_product_links": [<br /> 0<br /> ]<br /> },<br /> "product_links": [<br /> {<br /> "sku": "string",<br /> "link_type": "string",<br /> "linked_product_sku": "string",<br /> "linked_product_type": "string",<br /> "position": 0,<br /> "extension_attributes": {<br /> "qty": 0<br /> }<br /> }<br /> ],<br /> "options": [<br /> {<br /> "product_sku": "string",<br /> "option_id": 0,<br /> "title": "string",<br /> "type": "string",<br /> "sort_order": 0,<br /> "is_require": true,<br /> "price": 0,<br /> "price_type": "string",<br /> "sku": "string",<br /> "file_extension": "string",<br /> "max_characters": 0,<br /> "image_size_x": 0,<br /> "image_size_y": 0,<br /> "values": [<br /> {<br /> "title": "string",<br /> "sort_order": 0,<br /> "price": 0,<br /> "price_type": "string",<br /> "sku": "string",<br /> "option_type_id": 0<br /> }<br /> ],<br /> "extension_attributes": {}<br /> }<br /> ],<br /> "media_gallery_entries": [<br /> {<br /> "id": 0,<br /> "media_type": "string",<br /> "label": "string",<br /> "position": 0,<br /> "disabled": true,<br /> "types": [<br /> "string"<br /> ],<br /> "file": "string",<br /> "content": {<br /> "base64_encoded_data": "string",<br /> "type": "string",<br /> "name": "string"<br /> },<br /> "extension_attributes": {<br /> "video_content": {<br /> "media_type": "string",<br /> "video_provider": "string",<br /> "video_url": "string",<br /> "video_title": "string",<br /> "video_description": "string",<br /> "video_metadata": "string"<br /> }<br /> }<br /> }<br /> ],<br /> "tier_prices": [<br /> {<br /> "customer_group_id": 0,<br /> "qty": 0,<br /> "value": 0,<br /> "extension_attributes": {<br /> "percentage_value": 0,<br /> "website_id": 0<br /> }<br /> }<br /> ],<br /> "custom_attributes": [<br /> {<br /> "attribute_code": "string",<br /> "value": "string"<br /> }<br /> ]<br /> },<br /> "saveOptions": true<br />}</code> |

### Delete Customer

Delete customer by Customer ID.

| Input       | Comments     | Default |
| ----------- | ------------ | ------- |
| Connection  |              |         |
| Customer ID | Customer ID. |         |

### Get Customer

Get customer by Customer ID.

| Input       | Comments     | Default |
| ----------- | ------------ | ------- |
| Connection  |              |         |
| Customer ID | Customer ID. |         |

### Get Order

Loads a specified order.

| Input      | Comments  | Default |
| ---------- | --------- | ------- |
| Connection |           |         |
| Order ID   | Order ID. |         |

### Get Transaction

Loads a specified transaction.

| Input          | Comments        | Default |
| -------------- | --------------- | ------- |
| Connection     |                 |         |
| Transaction ID | Transaction ID. |         |

### GraphQL Raw Request

Send raw GraphQL request to Adobe Commerce

| Input         | Comments                                                                       | Default                                                       |
| ------------- | ------------------------------------------------------------------------------ | ------------------------------------------------------------- |
| Connection    |                                                                                |                                                               |
| Store         | Input your store name for the GraphQL endpoint (https://<your store>/graphql). |                                                               |
| GraphQL Query |                                                                                | query myCartQuery{<br /> cart(cart_id: String!): Cart<br /> } |

### List Order Items

Lists order items that match specified search criteria.

| Input             | Comments                                                                                                                                                      | Default |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| Connection        |                                                                                                                                                               |         |
| Fetch All         | When enabled, automatically fetches all pages of results using searchCriteria pagination. Current Page and Page Size inputs are ignored when this is enabled. | false   |
| Condition Type    | Condition type.                                                                                                                                               |         |
| Current Page      | Current page.                                                                                                                                                 |         |
| Field             | Field.                                                                                                                                                        |         |
| Page Size         | Page size.                                                                                                                                                    |         |
| Sorting Direction | Sorting direction.                                                                                                                                            |         |
| Sorting Field     | Sorting field.                                                                                                                                                |         |
| Value             | Value.                                                                                                                                                        |         |

### List Orders

Lists orders that match specified search criteria.

| Input             | Comments                                                                                                                                                      | Default |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| Connection        |                                                                                                                                                               |         |
| Fetch All         | When enabled, automatically fetches all pages of results using searchCriteria pagination. Current Page and Page Size inputs are ignored when this is enabled. | false   |
| Current Page      | Current page.                                                                                                                                                 |         |
| Condition Type    | Condition type.                                                                                                                                               |         |
| Field             | Field.                                                                                                                                                        |         |
| Value             | Value.                                                                                                                                                        |         |
| Page Size         | Page size.                                                                                                                                                    |         |
| Sorting Direction | Sorting direction.                                                                                                                                            |         |
| Sorting Field     | Sorting field.                                                                                                                                                |         |

### List Product Attributes

Retrieve all attributes for entity type

| Input             | Comments                                                                                                                                                      | Default |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| Connection        |                                                                                                                                                               |         |
| Fetch All         | When enabled, automatically fetches all pages of results using searchCriteria pagination. Current Page and Page Size inputs are ignored when this is enabled. | false   |
| Current Page      | Current page.                                                                                                                                                 |         |
| Condition Type    | Condition type.                                                                                                                                               |         |
| Field             | Field.                                                                                                                                                        |         |
| Value             | Value.                                                                                                                                                        |         |
| Page Size         | Page size.                                                                                                                                                    |         |
| Sorting Direction | Sorting direction.                                                                                                                                            |         |
| Sorting Field     | Sorting field.                                                                                                                                                |         |

### List Product Option Types

Get custom option types

| Input      | Comments | Default |
| ---------- | -------- | ------- |
| Connection |          |         |

### List Products

Get product list

| Input             | Comments                                                                                                                                                      | Default |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| Connection        |                                                                                                                                                               |         |
| Fetch All         | When enabled, automatically fetches all pages of results using searchCriteria pagination. Current Page and Page Size inputs are ignored when this is enabled. | false   |
| Current Page      | Current page.                                                                                                                                                 |         |
| Condition Type    | Condition type.                                                                                                                                               |         |
| Field             | Field.                                                                                                                                                        |         |
| Value             | Value.                                                                                                                                                        |         |
| Page Size         | Page size.                                                                                                                                                    |         |
| Sorting Direction | Sorting direction.                                                                                                                                            |         |
| Sorting Field     | Sorting field.                                                                                                                                                |         |

### List Product Types

Retrieve available product types

| Input      | Comments | Default |
| ---------- | -------- | ------- |
| Connection |          |         |

### List Transactions

Lists transactions that match specified search criteria.

| Input             | Comments                                                                                                                                                      | Default |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| Connection        |                                                                                                                                                               |         |
| Fetch All         | When enabled, automatically fetches all pages of results using searchCriteria pagination. Current Page and Page Size inputs are ignored when this is enabled. | false   |
| Current Page      | Current page.                                                                                                                                                 |         |
| Condition Type    | Condition type.                                                                                                                                               |         |
| Field             | Field.                                                                                                                                                        |         |
| Value             | Value.                                                                                                                                                        |         |
| Page Size         | Page size.                                                                                                                                                    |         |
| Sorting Direction | Sorting direction.                                                                                                                                            |         |
| Sorting Field     | Sorting field.                                                                                                                                                |         |

### REST Raw Request

Send raw HTTP request to Adobe Commerce

| Input                   | Comments                                                                                                                                                                                                                                                                                                           | Default |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------- |
| Connection              |                                                                                                                                                                                                                                                                                                                    |         |
| URL                     | Input the path only (/orders), The base URL is already included (https://commercedeveloper-sandbox-api.adobe.com for sandbox or https://commercedeveloper-api.adobe.com for production). For example, to connect to https://commercedeveloper-sandbox-api.adobe.com/orders, only /orders is entered in this field. |         |
| Method                  | The HTTP method to use.                                                                                                                                                                                                                                                                                            |         |
| Data                    | The HTTP body payload to send to the URL.                                                                                                                                                                                                                                                                          |         |
| Form Data               | The Form Data to be sent as a multipart form upload.                                                                                                                                                                                                                                                               |         |
| File Data               | File Data to be sent as a multipart form upload.                                                                                                                                                                                                                                                                   |         |
| File Data File Names    | File names to apply to the file data inputs. Keys must match the file data keys above.                                                                                                                                                                                                                             |         |
| Query Parameter         | A list of query parameters to send with the request. This is the portion at the end of the URL similar to ?key1=value1&key2=value2.                                                                                                                                                                                |         |
| Header                  | A list of headers to send with the request.                                                                                                                                                                                                                                                                        |         |
| Response Type           | The type of data you expect in the response. You can request json, text, or binary data.                                                                                                                                                                                                                           | json    |
| Timeout                 | The maximum time that a client will await a response to its request                                                                                                                                                                                                                                                |         |
| Retry Delay (ms)        | The delay in milliseconds between retries. This is used when 'Use Exponential Backoff' is disabled.                                                                                                                                                                                                                | 0       |
| Retry On All Errors     | If true, retries on all erroneous responses regardless of type. This is helpful when retrying after HTTP 429 or other 3xx or 4xx errors. Otherwise, only retries on HTTP 5xx and network errors.                                                                                                                   | false   |
| Max Retry Count         | The maximum number of retries to attempt. Specify 0 for no retries.                                                                                                                                                                                                                                                | 0       |
| Use Exponential Backoff | Specifies whether to use a pre-defined exponential backoff strategy for retries. When enabled, 'Retry Delay (ms)' is ignored.                                                                                                                                                                                      | false   |

### Search Customers

Retrieve customers which match a specified criteria.

| Input             | Comments                                                                                                                                                      | Default |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| Connection        |                                                                                                                                                               |         |
| Fetch All         | When enabled, automatically fetches all pages of results using searchCriteria pagination. Current Page and Page Size inputs are ignored when this is enabled. | false   |
| Current Page      | Current page.                                                                                                                                                 |         |
| Condition Type    | Condition type.                                                                                                                                               |         |
| Field             | Field.                                                                                                                                                        |         |
| Value             | Value.                                                                                                                                                        |         |
| Page Size         | Page size.                                                                                                                                                    |         |
| Sorting Direction | Sorting direction.                                                                                                                                            |         |
| Sorting Field     | Sorting field.                                                                                                                                                |         |

### Update Customer

Create or update a customer.

| Input         | Comments       | Default                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| ------------- | -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Connection    |                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Customer ID   | Customer ID.   |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Password Hash | Password hash. |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Customer      | Customer.      | <code>{<br /> "customer": {<br /> "id": 0,<br /> "group_id": 0,<br /> "default_billing": "string",<br /> "default_shipping": "string",<br /> "confirmation": "string",<br /> "created_at": "string",<br /> "updated_at": "string",<br /> "created_in": "string",<br /> "dob": "string",<br /> "email": "string",<br /> "firstname": "string",<br /> "lastname": "string",<br /> "middlename": "string",<br /> "prefix": "string",<br /> "suffix": "string",<br /> "gender": 0,<br /> "store_id": 0,<br /> "taxvat": "string",<br /> "website_id": 0,<br /> "addresses": [<br /> {<br /> "id": 0,<br /> "customer_id": 0,<br /> "region": {<br /> "region_code": "string",<br /> "region": "string",<br /> "region_id": 0,<br /> "extension_attributes": {}<br /> },<br /> "region_id": 0,<br /> "country_id": "string",<br /> "street": [<br /> "string"<br /> ],<br /> "company": "string",<br /> "telephone": "string",<br /> "fax": "string",<br /> "postcode": "string",<br /> "city": "string",<br /> "firstname": "string",<br /> "lastname": "string",<br /> "middlename": "string",<br /> "prefix": "string",<br /> "suffix": "string",<br /> "vat_id": "string",<br /> "default_shipping": true,<br /> "default_billing": true,<br /> "extension_attributes": {},<br /> "custom_attributes": [<br /> {<br /> "attribute_code": "string",<br /> "value": "string"<br /> }<br /> ]<br /> }<br /> ],<br /> "disable_auto_group_change": 0,<br /> "extension_attributes": {<br /> "company_attributes": {<br /> "customer_id": 0,<br /> "company_id": 0,<br /> "job_title": "string",<br /> "status": 0,<br /> "telephone": "string",<br /> "extension_attributes": {}<br /> },<br /> "assistance_allowed": 0,<br /> "is_subscribed": true<br /> },<br /> "custom_attributes": [<br /> {<br /> "attribute_code": "string",<br /> "value": "string"<br /> }<br /> ]<br /> }<br />}</code> |
