Connector Magento V2
The Connector Magento V2 component collect data from several Magento API resources.
Data In/Data Out
Data In | N/A |
Data Out | ndjson files in the out/files folder. |
Learn more: about the folder structure please go to this article.
Parameters
URL (required) | The URL for the API. |
Access Token (required) |
It is used for authorization. The token acts like an electronic key that lets you access the API. User can get it by setting up new integration in Magento interface.
Learn more: About the access token here. |
Magento API connector is using 2 API endpoints customers
and orders
.
Get Orders (optional) | Check the box if you want to send GET API request with the orders endpoints. |
Modified Since (required) | Start time range period. |
Modified Until (required) | End time range period. |
Get Customers (optional) | Check the box if you want to send GET API request with the customers endpoints. |