| java.lang.Object | ||
| ↳ | org.mule.module.magento.api.AbstractMagentoClient | |
| ↳ | org.mule.module.magento.api.customer.AxisMagentoInventoryClient | |
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.module.magento.api.AbstractMagentoClient
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve stock data by product ids
| |||||||||||
Update product stock data given its id or sku
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.module.magento.api.AbstractMagentoClient
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.mule.module.magento.api.customer.MagentoInventoryClient
| |||||||||||
Retrieve stock data by product ids
| productIdsOrSkus | A not empty list of product ids or skus whose attributes to list |
|---|
| RemoteException |
|---|
Update product stock data given its id or sku
| productIdOrSkus | The product id or sku of the product to update |
|---|---|
| attributes | To update |
| RemoteException |
|---|