public interface MagentoClient
| Modifier and Type | Method and Description |
|---|---|
void |
addOrderComment(String orderIncrementId,
String status,
String comment,
boolean notify)
adds a comment to an order
|
void |
connect(org.imixs.workflow.ItemCollection config)
Connection the Client with the Magento Service.
|
void |
disconnect()
Disconnects the Client with the Magento Service.
|
org.imixs.workflow.ItemCollection |
getCustomerById(int id) |
org.imixs.workflow.ItemCollection |
getOrderById(String id) |
List<org.imixs.workflow.ItemCollection> |
getOrders(String status) |
org.imixs.workflow.ItemCollection |
getProductBySKU(String sku)
returns a single itemCollection for a magento product entry
|
List<org.imixs.workflow.ItemCollection> |
getProducts()
returns a List of itemCollection for magento product entries
|
void connect(org.imixs.workflow.ItemCollection config)
throws MagentoException
config - MagentoExceptionvoid disconnect()
List<org.imixs.workflow.ItemCollection> getProducts() throws MagentoException
org.imixs.workflow.exceptions.PluginExceptionMagentoExceptionorg.imixs.workflow.ItemCollection getCustomerById(int id)
throws MagentoException
MagentoExceptionorg.imixs.workflow.ItemCollection getOrderById(String id) throws MagentoException
MagentoExceptionList<org.imixs.workflow.ItemCollection> getOrders(String status) throws MagentoException
MagentoExceptionorg.imixs.workflow.ItemCollection getProductBySKU(String sku) throws MagentoException
item_id - org.imixs.workflow.exceptions.PluginExceptionMagentoExceptionvoid addOrderComment(String orderIncrementId, String status, String comment, boolean notify) throws MagentoException
item_id - org.imixs.workflow.exceptions.PluginExceptionMagentoExceptionCopyright © 2019 Imixs Software Solutions GmbH. All rights reserved.