| Namespace | http://www.mulesoft.org/schema/mule/magento |
|---|---|
| Schema Location | http://www.mulesoft.org/schema/mule/magento/current/mule-magento.xsd (View Schema) |
| Schema Version | 1.1 |
| Minimum Mule Version | 3.4 |
Magento is a feature-rich eCommerce platform built on open-source technology that provides online merchants with great and control over the look, content and functionality of their eCommerce store.
| Configuration | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Configure an instance of this module
| |||||||||||
| Message Processors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Assign product to category.
| |||||||||||
Adds a comment to the given order id
| |||||||||||
Adds a comment to the given order's invoice
| |||||||||||
Adds a comment to the shipment.
| |||||||||||
Adds a new tracking number
| |||||||||||
Links two products, given its source and destination productIdOrSku.
| |||||||||||
Adds a coupon code for a shopping cart (quote).
| |||||||||||
Adds one or more products to the shopping cart (quote).
| |||||||||||
Cancels an order
| |||||||||||
Cancels an order's invoice
| |||||||||||
Captures and invoice
| |||||||||||
Creates a new category.
| |||||||||||
Creates a customer with the given attributes
| |||||||||||
Creates a new address for the given customer using the given address
attributes
| |||||||||||
Creates an invoice for the given order
| |||||||||||
Creates a shipment for order
| |||||||||||
Creates a new product
| |||||||||||
Creates a new product media.
| |||||||||||
Creates an empty shopping cart.
| |||||||||||
Creates an order from a shopping cart (quote).
| |||||||||||
Deletes a category.
| |||||||||||
Remove a product assignment.
| |||||||||||
Deletes a customer given its id
| |||||||||||
Deletes a Customer Address
| |||||||||||
Deletes the given track of the given order's shipment
| |||||||||||
Deletes a product.
| |||||||||||
Removes a product image.
| |||||||||||
Deletes a product's link.
| |||||||||||
Answers the current default catalog store view id for this session
| |||||||||||
Answers category attributes.
| |||||||||||
Answers the category tree.
| |||||||||||
Answers customer attributes for the given id.
| |||||||||||
Answers the customer address attributes
| |||||||||||
Retrieves full information about the shopping cart (quote).
| |||||||||||
Answers the order properties for the given orderId
| |||||||||||
Retrieves order invoice information
| |||||||||||
Retrieves the order shipment attributes
| |||||||||||
Retrieves the order shipment carriers.
| |||||||||||
Answers a product's specified attributes.
| |||||||||||
Lists linked products to the given product and for the given link type.
| |||||||||||
Answers a product special price.
| |||||||||||
Puts order on hold.
| |||||||||||
Retrieves attribute options.
| |||||||||||
Retrieve product image types.
| |||||||||||
Answers levels of categories for a website, store view and parent category
| |||||||||||
Lists product of a given category.
| |||||||||||
Lists the customer address for a given customer id
| |||||||||||
Lists all the customer groups
| |||||||||||
Answers a list of customer attributes for the given filter expression.
| |||||||||||
Answers the list of countries
| |||||||||||
Answers a list of regions for the given county
| |||||||||||
Lists inventory stock items.
| |||||||||||
Lists order attributes that match the given filtering expression.
| |||||||||||
Lists order invoices that match the given filtering expression
| |||||||||||
Lists order shipment atrributes that match the given
optional filtering expression
| |||||||||||
Retrieves product image list.
| |||||||||||
Retrieve product image types.
| |||||||||||
Answers the product attribute options.
| |||||||||||
Retrieves product attribute sets.
| |||||||||||
Retrieve product tier prices.
| |||||||||||
Retrieves product attributes list.
| |||||||||||
Lists linked products to the given product and for the given link type
| |||||||||||
Lists all the attributes for the given product link type
| |||||||||||
Answers product link types
| |||||||||||
Answers product types.
| |||||||||||
Retrieve products list by filters.
| |||||||||||
Retrieves the website license agreement for the quote according to the website (store).
| |||||||||||
Retrieves a list of available payment methods for a shopping cart (quote).
| |||||||||||
Retrieves the list of products in the shopping cart (quote).
| |||||||||||
Retrieves the list of available shipping methods for a shopping cart (quote).
| |||||||||||
Retrieves total prices for a shopping cart (quote).
| |||||||||||
Retrieve stock data by product ids
| |||||||||||
Move category in tree.
| |||||||||||
Moves products from the current quote to a customer quote.
| |||||||||||
Removes a coupon code from a shopping cart (quote).
| |||||||||||
Removes one or several products from a shopping cart (quote).
| |||||||||||
Adds information about the customer to a shopping cart (quote).
| |||||||||||
Sets the customer addresses in the shopping cart (quote).
| |||||||||||
Sets a payment method for a shopping cart (quote), cart must not be empty.
| |||||||||||
Retrieves a shipping method for a shopping cart (quote).
| |||||||||||
Releases order
| |||||||||||
Updates a category.
| |||||||||||
Set the default catalog store view for this session
| |||||||||||
Updates a category product.
| |||||||||||
Updates the given customer attributes, for the given customer id.
| |||||||||||
Updates the given map of customer address attributes, for the given customer address
| |||||||||||
Updates an stock inventory item
| |||||||||||
Updates a product.
| |||||||||||
Updates product media.
| |||||||||||
Updates a single product tier price.
| |||||||||||
Update product link
| |||||||||||
Sets a product special price.
| |||||||||||
Updates one or several products in the shopping cart (quote).
| |||||||||||
Update product stock data given its id or sku
| |||||||||||
Voids an invoice
| |||||||||||
To use the this module within a flow the namespace to the module must be included. The resulting flow will look similar to the following:
<mule xmlns="http://www.mulesoft.org/schema/mule/core"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:magento="http://www.mulesoft.org/schema/mule/magento"
xsi:schemaLocation="
http://www.mulesoft.org/schema/mule/core
http://www.mulesoft.org/schema/mule/core/current/mule.xsd
http://www.mulesoft.org/schema/mule/magento
http://www.mulesoft.org/schema/mule/magento/current/mule-magento.xsd">
<!-- here goes your flows and configuration elements -->
</mule>
This connector offers automatic connection management via the use of a connection pool. The pool will act a storage mechanism for all the connections that are in-use by the user of this connector.
Prior to execution of a processor, the connector will attempt to lookup an already established connection and if one doesn't exists it will create one. That lookup mechanism is done in the connection pool via the use of connection variables declared as keys.
The user of the connector can configure the pool by adding a connection-pooling-profile to the connector configuration like this:
<magento:connection-pooling-profile maxActive="10" maxIdle="10"
exhaustedAction="WHEN_EXHAUSTED_GROW" maxWait="120" minEvictionMillis="60000" evictionCheckIntervalMillis="30000"/>
The following is a list of connection attributes, each connection attribute can be configured at the config element level or they can also be added to each processor. If they are used at the processor level they get the benefit of full expression resolution.
| Connection Attributes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
| Optional. Specify which configuration to use. | |||||||||||
| The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Reconnection Strategies specify how a connector behaves when its connection fails. You can control how Mule attempts to reconnect by specifying a number of criteria:
With a reconnection strategy, you can better control the behavior of a failed connection, by configuring it, for example, to re-attempt the connection only once every 15 minutes, and to give up after 30 attempts. You can also send an automatic notification to your IT administrator whenever this reconnection strategy goes into effect. You can even define a strategy that attempts to reconnect only during business hours. Such a setting can prove useful if your server is frequently shut down for nightly maintenance.
A reconnection strategy that allows the user to configure how many times a reconnection should be attempted and how long to wait between attempts.
<magento:config>
<reconnect count="5" frequency="1000"/>
</magento:config>
| Reconnect Attributes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Name | Default Value | Description | |||||||||
| Optional. How often (in ms) to reconnect | |||||||||||
| Optional. How many reconnection attempts to make | |||||||||||
For more information about reconnection strategies in Mule, or even how to write your own custom reconnection strategy please check this section.
Assign product to category. See catalog-category-assignProduct SOAP method
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The category where the given product will be added | int | */* | |||||||||
| Optional. The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id | Integer | */* | |||||||||
| Optional. The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku | String | */* | UTF-8 | ||||||||
| Optional. The id or sku of the product. | String | */* | UTF-8 | ||||||||
| The position of this product | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Adds a comment to the given order id
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The order id | String | */* | UTF-8 | ||||||||
| The comment status | String | */* | UTF-8 | ||||||||
| The comment | String | */* | UTF-8 | ||||||||
| false | Optional. If an email must be sent after shipment creation | boolean | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Adds a comment to the given order's invoice
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The invoice id | String | */* | UTF-8 | ||||||||
| The comment to add | String | */* | UTF-8 | ||||||||
| false | Optional. If an email must be sent after shipment creation | boolean | */* | ||||||||
| false | Optional. If the comment must be sent in the email | boolean | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Adds a comment to the shipment.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The shipment's increment id | String | */* | UTF-8 | ||||||||
| The comment to add | String | */* | UTF-8 | ||||||||
| false | Optional. If an email must be sent after shipment creation | boolean | */* | ||||||||
| false | Optional. If the comment must be sent in the email | boolean | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Adds a new tracking number
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The shipment id | String | */* | UTF-8 | ||||||||
| The new track's carrier code | String | */* | UTF-8 | ||||||||
| The new track's title | String | */* | UTF-8 | ||||||||
| The new track's id | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| int | the new track's id |
Links two products, given its source and destination productIdOrSku.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The product type | String | */* | UTF-8 | ||||||||
| Optional. The id of the source product. Use it instead of productIdOrSku in case you are sure the source product identifier is a product id | Integer | */* | |||||||||
| Optional. The sku of the source product. Use it instead of productIdOrSku in case you are sure the source product identifier is a product sku | String | */* | UTF-8 | ||||||||
| Optional. The id or sku of the source product. | String | */* | UTF-8 | ||||||||
| The destination product id or sku. | String | */* | UTF-8 | ||||||||
| #[payload] | Optional. The link attributes | CatalogProductLinkEntity | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Adds a coupon code for a shopping cart (quote). The shopping cart must not be empty. The shopping cart must be created with a storeId for this operation to work.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Shopping Cart ID (quote ID) | int | */* | |||||||||
| Coupon code | String | */* | UTF-8 | ||||||||
| Optional. Store view ID or code | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | True if the coupon code is added |
Adds one or more products to the shopping cart (quote).
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Shopping Cart ID (quote ID) | int | */* | |||||||||
| Optional. Store view ID or code | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| #[payload] | Optional. Products data | List<ShoppingCartProductEntity> |
| Return Type | Description |
|---|---|
| boolean | True on success (if the product is added to the shopping cart) |
Cancels an order
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The order to cancel | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Cancels an order's invoice
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The invoice id | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Captures and invoice
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The invoice to capture | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Creates a new category. See catalog-category-create SOAP method.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The parent category id | int | */* | |||||||||
| #[payload] | Optional. The new category attributes | CatalogCategoryEntityCreate | */* | ||||||||
| Optional. The id or code of the target store. Left unspecified for using current store | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| int | the new category id |
Creates a customer with the given attributes
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The attributes of the new customer | CustomerCustomerEntityToCreate | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| int | the new customer id |
Creates a new address for the given customer using the given address attributes
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The customer | int | */* | |||||||||
| #[payload] | Optional. The address attributes | CustomerAddressEntityCreate | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| int | a new customer address id |
Creates an invoice for the given order
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the order | String | */* | UTF-8 | ||||||||
| Optional. An optional comment | String | */* | UTF-8 | ||||||||
| false | Optional. If an email must be sent after shipment creation | boolean | */* | ||||||||
| false | Optional. If the comment must be sent in the email | boolean | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| #[payload] | Optional. OrderItemId quantity | List<OrderItemIdQty> |
| Return Type | Description |
|---|---|
| String | the new invoice's id |
Creates a shipment for order
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The order increment id | String | */* | UTF-8 | ||||||||
| Optional. An optional comment | String | */* | UTF-8 | ||||||||
| false | Optional. If an email must be sent after shipment creation | boolean | */* | ||||||||
| false | Optional. If the comment must be sent in the email | boolean | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| #[payload] | Optional. OrderItemId quantity | List<OrderItemIdQty> |
| Return Type | Description |
|---|---|
| String | the new shipment's id |
Creates a new product
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The new product's type | String | */* | UTF-8 | ||||||||
| The new product's set | int | */* | |||||||||
| The new product's sku | String | */* | UTF-8 | ||||||||
| #[payload] | Optional. The standard attributes of the new product | CatalogProductCreateEntity | */* | ||||||||
| Optional. The id or code of the target store. Left unspecified for using current store | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| Optional. The non standard attributes of the new product | List<AssociativeEntity> |
| Return Type | Description |
|---|---|
| int | the new product's id |
Creates a new product media. See catalog-product-attribute-media-create SOAP method.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id | Integer | */* | |||||||||
| Optional. The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku | String | */* | UTF-8 | ||||||||
| Optional. The id or sku of the product. | String | */* | UTF-8 | ||||||||
| #[payload] | Optional. The media attributes | CatalogProductAttributeMediaCreateEntity | */* | ||||||||
| Optional. The id or code of the target store. Left unspecified for using current store | String | */* | UTF-8 | ||||||||
| The image to upload. It may be a file, an input stream or a byte array | Object | */* | |||||||||
| The mimetype | MediaMimeType | */* | |||||||||
| Optional. The base name of the new remote image | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | the new image filename |
| Payload Class | Description |
|---|---|
| FileNotFoundException | when the payload object is not a valid file |
Creates an empty shopping cart. Store Id is optional, but some operations may not work correctly if isn't given in the cart creation.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. Store view ID or code | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| int | ID of the created empty shopping cart |
Creates an order from a shopping cart (quote).
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Shopping Cart ID (quote ID) | int | */* | |||||||||
| Optional. Store view ID or code | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| Optional. Website license ID | List<String> |
| Return Type | Description |
|---|---|
| String | result code of order creation |
Deletes a category. See catalog-category-delete SOAP method
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The category to delete | int | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | if the category is deleted |
Remove a product assignment. See catalog-category-removeProduct SOAP method.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The category to delete | int | */* | |||||||||
| Optional. The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id | Integer | */* | |||||||||
| Optional. The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku | String | */* | UTF-8 | ||||||||
| Optional. The id or sku of the product. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | if the product is removed from the category |
Deletes a customer given its id
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The customer to delete | int | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | if the customer is deleted |
Deletes a Customer Address
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The address id to delete | int | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | if the customer address is deleted |
Deletes the given track of the given order's shipment
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The target shipment id | String | */* | UTF-8 | ||||||||
| The id of the track to delete | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| int | if the tracking number is removed from the shipment |
Deletes a product. See catalog-product-delete SOAP method.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id | Integer | */* | |||||||||
| Optional. The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku | String | */* | UTF-8 | ||||||||
| Optional. The id or sku of the product. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| int | if the product is deleted |
Removes a product image. See catalog-product-attribute-media-remove SOAP method.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id | Integer | */* | |||||||||
| Optional. The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku | String | */* | UTF-8 | ||||||||
| Optional. The id or sku of the product. | String | */* | UTF-8 | ||||||||
| The remote media file to delete | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| int | if the image is removed from a product |
Deletes a product's link.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Link type | String | */* | UTF-8 | ||||||||
| Optional. The id of the source product. Use it instead of productIdOrSku in case you are sure the source product identifier is a product id | Integer | */* | |||||||||
| Optional. The sku of the source product. Use it instead of productIdOrSku in case you are sure the source product identifier is a product sku | String | */* | UTF-8 | ||||||||
| Optional. The id or sku of the source product. | String | */* | UTF-8 | ||||||||
| The linked product id or sku | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| String | if the link is removed from a product |
Answers the current default catalog store view id for this session
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| int | the current default store view id |
Answers category attributes. See catalog-category-info SOAP method.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The category whose attributes will be retrieved | int | */* | |||||||||
| Optional. The id or code of the target store. Left unspecified for using current store | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| The category attributes that will be retrieved | List<String> |
| Return Type | Description |
|---|---|
| CatalogCategoryInfo | the category attributes |
Answers the category tree. See catalog-category-tree SOAP method.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The parent id | String | */* | UTF-8 | ||||||||
| Optional. The id or code of the target store. Left unspecified for using current store | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| CatalogCategoryTree | a category tree attributes |
Answers customer attributes for the given id. Only the selected attributes are retrieved
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the customer to retrieve | int | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| The attributes to retrieve. Not empty | List<String> |
| Return Type | Description |
|---|---|
| CustomerCustomerEntity | the attributes map |
Answers the customer address attributes
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the address | int | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| CustomerAddressEntityItem | the customer address attributes map |
Retrieves full information about the shopping cart (quote).
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Shopping cart ID (quote ID) | int | */* | |||||||||
| Optional. Store view ID or code | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| ShoppingCartInfoEntity | shopping cart info |
Answers the order properties for the given orderId
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The order whose properties to fetch | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| SalesOrderEntity | a string-object map of order properties |
Retrieves order invoice information
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The target invoiceId | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| SalesOrderInvoiceEntity | the invoice attributes |
Retrieves the order shipment attributes
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the shipment | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| SalesOrderShipmentEntity | the shipment attributes |
Retrieves the order shipment carriers.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The target order id | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Answers a product's specified attributes. At least one of attributNames or additionalAttributeNames must be non null and non empty. See catalog-product-info SOAP method
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id | Integer | */* | |||||||||
| Optional. The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku | String | */* | UTF-8 | ||||||||
| Optional. The id or sku of the product. | String | */* | UTF-8 | ||||||||
| Optional. The id or code of the target store. Left unspecified for using current store | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| Optional. The list of standard attributes to be returned | List<String> | ||
| Optional. The list of non standard attributes to be returned in the additionalAttributes attribute | List<String> |
| Return Type | Description |
|---|---|
| CatalogProductReturnEntity | the attributes |
Lists linked products to the given product and for the given link type.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id | Integer | */* | |||||||||
| Optional. The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku | String | */* | UTF-8 | ||||||||
| Optional. The id or sku of the product. | String | */* | UTF-8 | ||||||||
| The name of the file | String | */* | UTF-8 | ||||||||
| Optional. The store view id or code | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| CatalogProductImageEntity | the list of links to the product |
Answers a product special price. See catalog-product-getSpecialPrice SOAP method.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id | Integer | */* | |||||||||
| Optional. The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku | String | */* | UTF-8 | ||||||||
| Optional. The id or sku of the product. | String | */* | UTF-8 | ||||||||
| Optional. The id or code of the target store. Left unspecified for using current store | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| CatalogProductReturnEntity | the product special price attributes |
Puts order on hold. This operation can be reverted with unholdOrder.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The order to put on hold state | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Retrieves attribute options. See catalog-category-attribute-options SOAP method.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The target attribute whose options will be retrieved | String | */* | UTF-8 | ||||||||
| Optional. The id or code of the target store. Left unspecified for using current store | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<CatalogAttributeOptionEntity> | the list of category attribute options |
Retrieve product image types. See catalog-product-attribute-media-types SOAP method.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<CatalogAttributeEntity> | the list of category attributes |
Answers levels of categories for a website, store view and parent category
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. The website | String | */* | UTF-8 | ||||||||
| Optional. The id or code of the target store. Left unspecified for using current store | String | */* | UTF-8 | ||||||||
| Optional. The parent category of the categories that will be listed | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<CatalogCategoryEntityNoChildren> | the list of categories attributes |
Lists product of a given category. See catalog-category-assignedProducts SOAP method.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The category | int | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<CatalogAssignedProduct> | the listing of category products |
Lists the customer address for a given customer id
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the customer | int | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<CustomerAddressEntityItem> | a listing of addresses |
Lists all the customer groups
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<CustomerGroupEntity> | a listing of groups attributes |
Answers a list of customer attributes for the given filter expression.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. Optional filtering expression - one or more comma-separated unary or binary predicates, one for each filter, in the form filterType(attributeName, value), for binary filters or filterType(attributeName), for unary filters, where filterType is istrue, isfalse or any of the Magento standard filters. Non-numeric values need to be escaped using simple quotes. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<CustomerCustomerEntity> | the list of attributes map |
Answers the list of countries
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<DirectoryCountryEntity> | a collection of countries attributes |
Answers a list of regions for the given county
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The country code, in ISO2 or ISO3 format | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<DirectoryRegionEntity> | the collection of regions attributes |
Lists inventory stock items.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| The list of product ids and/or skus whose attributes will be retrieved | List<String> |
| Return Type | Description |
|---|---|
| List<CatalogInventoryStockItemEntity> | the list of attributes |
Lists order attributes that match the given filtering expression.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. Optional filtering expression - one or more comma-separated unary or binary predicates, one for each filter, in the form filterType(attributeName, value), for binary filters or filterType(attributeName), for unary filters, where filterType is istrue, isfalse or any of the Magento standard filters. Non-numeric values need to be escaped using simple quotes. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<SalesOrderListEntity> | a list of string-object maps |
Lists order invoices that match the given filtering expression
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. Optional filtering expression - one or more comma-separated unary or binary predicates, one for each filter, in the form filterType(attributeName, value), for binary filters or filterType(attributeName), for unary filters, where filterType is istrue, isfalse or any of the Magento standard filters. Non-numeric values need to be escaped using simple quotes. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<SalesOrderInvoiceEntity> | list of string-object maps order attributes |
Lists order shipment atrributes that match the given optional filtering expression
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. Optional filtering expression - one or more comma-separated unary or binary predicates, one for each filter, in the form filterType(attributeName, value), for binary filters or filterType(attributeName), for unary filters, where filterType is istrue, isfalse or any of the Magento standard filters. Non-numeric values need to be escaped using simple quotes. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<SalesOrderShipmentEntity> | list of string-object map order shipments attributes |
Retrieves product image list. See catalog-product-attribute-media-list SOAP method
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id | Integer | */* | |||||||||
| Optional. The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku | String | */* | UTF-8 | ||||||||
| Optional. The id or sku of the product. | String | */* | UTF-8 | ||||||||
| Optional. The id or code of the target store. Left unspecified for using current store | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<CatalogProductImageEntity> | the list of product images attributes |
Retrieve product image types. See catalog-product-attribute-media-types SOAP method.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The setId | int | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<CatalogProductAttributeMediaTypeEntity> | the list of attribute media types |
Answers the product attribute options. See catalog-product-attribute-options SOAP method.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The target attribute whose options will be listed | String | */* | UTF-8 | ||||||||
| Optional. The id or code of the target store. Left unspecified for using current store | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<CatalogAttributeOptionEntity> | the attributes list |
Retrieves product attribute sets. See catalog-product-attribute-set-list SOAP method.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<CatalogProductAttributeSetEntity> | The list of product attributes sets |
Retrieve product tier prices. See catalog-product-attribute-tier-price-info SOAP Method.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id | Integer | */* | |||||||||
| Optional. The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku | String | */* | UTF-8 | ||||||||
| Optional. The id or sku of the product. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<CatalogProductTierPriceEntity> | the list of product attributes |
Retrieves product attributes list. See catalog-product-attribute-list SOAP methods
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The set id | int | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<CatalogAttributeEntity> | the list of product attributes |
Lists linked products to the given product and for the given link type
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The link type | String | */* | UTF-8 | ||||||||
| Optional. The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id | Integer | */* | |||||||||
| Optional. The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku | String | */* | UTF-8 | ||||||||
| Optional. The id or sku of the product. | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<CatalogProductLinkEntity> | the list of links to the product |
Lists all the attributes for the given product link type
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The product type | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<CatalogProductLinkAttributeEntity> | the listing of product attributes |
Answers product link types
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<String> | the list of product link types |
Answers product types. See catalog-product-type-list SOAP method
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<CatalogProductTypeEntity> | the list of product types |
Retrieve products list by filters. See catalog-product-list SOAP method.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. Optional filtering expression - one or more comma-separated unary or binary predicates, one for each filter, in the form filterType(attributeName, value), for binary filters or filterType(attributeName), for unary filters, where filterType is istrue, isfalse or any of the Magento standard filters. Non-numeric values need to be escaped using simple quotes. | String | */* | UTF-8 | ||||||||
| Optional. The id or code of the target store. Left unspecified for using current store | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<CatalogProductEntity> | the list of product attributes that match the given optional filtering expression |
Retrieves the website license agreement for the quote according to the website (store). Store id must be given in cart creation.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Shopping Cart ID (quote ID) | int | */* | |||||||||
| Optional. Store view ID or code | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<ShoppingCartLicenseEntity> | licences for the shopping cart |
Retrieves a list of available payment methods for a shopping cart (quote).
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Shopping Cart ID (quote ID) | int | */* | |||||||||
| Optional. Store view ID or code | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| ShoppingCartPaymentMethodResponseEntityArray | Payment methods available |
Retrieves the list of products in the shopping cart (quote).
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Shopping Cart ID (quote ID) | int | */* | |||||||||
| Optional. Store view ID or code | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<CatalogProductEntity> | products in the shopping cart. |
Retrieves the list of available shipping methods for a shopping cart (quote).
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Shopping Cart ID (quote ID) | int | */* | |||||||||
| Optional. Store view ID or code | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<ShoppingCartShippingMethodEntity> | Shipping methods available |
Retrieves total prices for a shopping cart (quote).
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Shopping cart ID (quote identifier) | int | */* | |||||||||
| Optional. Store view ID or code | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| List<ShoppingCartTotalsEntity> | shopping cart total prices |
Retrieve stock data by product ids
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| A not empty list of product ids or skus whose attributes to list | List<String> |
| Return Type | Description |
|---|---|
| List<CatalogInventoryStockItemEntity> | a list of stock items attributes |
Move category in tree. See catalog-category-move SOAP method. Please make sure that you are not moving category to any of its own children. There are no extra checks to prevent doing it through webservices API, and you won’t be able to fix this from admin interface then .
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the category to be moved | int | */* | |||||||||
| The new parent category id | int | */* | |||||||||
| Optional. An optional category id for use as reference in the positioning of the moved category | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Moves products from the current quote to a customer quote.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Shopping Cart ID (quote ID) | int | */* | |||||||||
| Optional. Store view ID or code | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| Products data | List<ShoppingCartProductEntity> |
| Return Type | Description |
|---|---|
| boolean | True if the product is moved to customer quote |
Removes a coupon code from a shopping cart (quote).
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Shopping Cart ID (quote ID) | int | */* | |||||||||
| Optional. Store view ID or code | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | True if the coupon code is removed |
Removes one or several products from a shopping cart (quote).
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Shopping Cart ID (quote ID) | int | */* | |||||||||
| Optional. Store view ID or code | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| #[payload] | Optional. Products data | List<ShoppingCartProductEntity> |
| Return Type | Description |
|---|---|
| boolean | True if the product is removed |
Adds information about the customer to a shopping cart (quote).
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Shopping Cart ID (quote ID) | int | */* | |||||||||
| #[payload] | Optional. Cuestomer data | ShoppingCartCustomerEntity | */* | ||||||||
| Optional. Store view ID or code | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | True if information is added |
Sets the customer addresses in the shopping cart (quote). Don't set a coupon to the cart before using this method, the address won't be set.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Shopping Cart ID (quote ID) | int | */* | |||||||||
| Optional. Store view ID or code | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| #[payload] | Optional. Addresses data (mode is required for each address and should be either "shipping" or "billing") | List<ShoppingCartCustomerAddressEntity> |
| Return Type | Description |
|---|---|
| boolean | True if information is added |
Sets a payment method for a shopping cart (quote), cart must not be empty.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Shopping Cart ID (quote ID) | int | */* | |||||||||
| #[payload] | Optional. Payment mehthod data | ShoppingCartPaymentMethodEntity | */* | ||||||||
| Optional. Store view ID or code | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | True on success |
Retrieves a shipping method for a shopping cart (quote).
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Shopping Cart ID (quote ID) | int | */* | |||||||||
| Shipping method code | String | */* | UTF-8 | ||||||||
| Optional. Store view ID or code | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Return Type | Description |
|---|---|
| boolean | True if the shipping method is retrieved |
Releases order
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id of the order to remove from hold state | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Updates a category. See catalog-category-update SOAP method.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The category to update | int | */* | |||||||||
| #[payload] | Optional. The category new attributes | CatalogCategoryEntityCreate | */* | ||||||||
| Optional. The id or code of the target store. Left unspecified for using current store | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Set the default catalog store view for this session
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The id or code of the target store. Left unspecified for using current store the id or code of the store view to set as default for this session | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Updates a category product.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The category id | int | */* | |||||||||
| Optional. The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id | Integer | */* | |||||||||
| Optional. The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku | String | */* | UTF-8 | ||||||||
| Optional. The id or sku of the product. | String | */* | UTF-8 | ||||||||
| The category position for ordering the category inside its level | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Updates the given customer attributes, for the given customer id. Password can not be updated using this method
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The target customer to update | int | */* | |||||||||
| #[payload] | Optional. The customer attributes | CustomerCustomerEntityToCreate | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Updates the given map of customer address attributes, for the given customer address
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The customer address to update | int | */* | |||||||||
| The address attributes to update | CustomerAddressEntityCreate | */* | |||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Updates an stock inventory item
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id | Integer | */* | |||||||||
| Optional. The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku | String | */* | UTF-8 | ||||||||
| Optional. The id or sku of the product. | String | */* | UTF-8 | ||||||||
| #[payload] | Optional. The new attributes of the stock item | CatalogInventoryStockItemUpdateEntity | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Updates a product. At least one of attributes or additionalAttributes must be non null and non empty. See catalog-category-updateProduct SOAP method
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id | Integer | */* | |||||||||
| Optional. The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku | String | */* | UTF-8 | ||||||||
| Optional. The id or sku of the product. | String | */* | UTF-8 | ||||||||
| #[payload] | Optional. Standard product attributes to update | CatalogProductCreateEntity | */* | ||||||||
| Optional. The id or code of the target store. Left unspecified for using current store | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| Optional. Non standard product attributes to update | List<AssociativeEntity> |
Updates product media. See catalog-product-attribute-media-update
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id | Integer | */* | |||||||||
| Optional. The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku | String | */* | UTF-8 | ||||||||
| Optional. The id or sku of the product. | String | */* | UTF-8 | ||||||||
| The name of the remote media file to update | String | */* | UTF-8 | ||||||||
| #[payload] | Optional. The attributes to update | CatalogProductAttributeMediaCreateEntity | */* | ||||||||
| Optional. The id or code of the target store. Left unspecified for using current store | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Updates a single product tier price. See catalog-product-attribute-tier-price-update SOAP method.
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id | Integer | */* | |||||||||
| Optional. The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku | String | */* | UTF-8 | ||||||||
| Optional. The id or sku of the product. | String | */* | UTF-8 | ||||||||
| #[payload] | Optional. The tier price to update. | CatalogProductTierPriceEntity | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Update product link
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The link type | String | */* | UTF-8 | ||||||||
| Optional. The id of the source product. Use it instead of productIdOrSku in case you are sure the source product identifier is a product id | Integer | */* | |||||||||
| Optional. The sku of the source product. Use it instead of productIdOrSku in case you are sure the source product identifier is a product sku | String | */* | UTF-8 | ||||||||
| Optional. The id or sku of the source product. | String | */* | UTF-8 | ||||||||
| The destination product id or sku. | String | */* | UTF-8 | ||||||||
| #[payload] | Optional. The link attributes | CatalogProductLinkEntity | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Sets a product special price. See catalog-product-setSpecialPrice SOAP method
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Optional. The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id | Integer | */* | |||||||||
| Optional. The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku | String | */* | UTF-8 | ||||||||
| Optional. The id or sku of the product. | String | */* | UTF-8 | ||||||||
| The special price to set | String | */* | UTF-8 | ||||||||
| Optional. Optional start date of the special price period | String | */* | UTF-8 | ||||||||
| Optional. Optional end date of the special price period | String | */* | UTF-8 | ||||||||
| Optional. The id or code of the target store. Left unspecified for using current store | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Updates one or several products in the shopping cart (quote).
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| Shopping Cart ID (quote ID) | int | */* | |||||||||
| Optional. Store view ID or code | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Name | Default Value | Description | Java Type |
|---|---|---|---|
| #[payload] | Optional. Products data | List<ShoppingCartProductEntity> |
| Return Type | Description |
|---|---|
| boolean | True if the product is updated |
Update product stock data given its id or sku
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The product id or sku of the product to update | String | */* | UTF-8 | ||||||||
| #[payload] | Optional. The attributes to update | CatalogInventoryStockItemUpdateEntity | */* | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||
Voids an invoice
INCLUDE_ERROR
| Name | Default Value | Description | Java Type | MIME Type | Encoding | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Optional. Specify which configuration to use. | |||||||||||
| The invoice id | String | */* | UTF-8 | ||||||||
| Connection Parameters This are only required if you didn't specified them at the configuration element. They are also useful for overriding the values of the configurations or even if you need to extract them from the Mule message since they support expression evaluation. | |||||||||||
| Optional. The user name to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The password to access Magento Web Services | String | */* | UTF-8 | ||||||||
| Optional. The address to access Magento Web Services | String | */* | UTF-8 | ||||||||