| Namespace | http://www.mulesoft.org/schema/mule/magento |
|---|---|
| Schema Location | http://www.mulesoft.org/schema/mule/magento/1.1/mule-magento.xsd |
| Version | 1.1 |
| Minimum Mule Version | 3.2 |
A Cloud Connector for the Magento Order Sales API.
| 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.
| |||||||||||
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.
| |||||||||||
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
| |||||||||||
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.
| |||||||||||
Retrieve stock data by product ids
| |||||||||||
Move category in tree.
| |||||||||||
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.
| |||||||||||
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/1.1/mule-magento.xsd">
<!-- here goes your flows and configuration elements -->
</mule>
This module is configured using the config element. This element must be placed outside of your flows and at the root of your Mule application. You can create as many configurations as you deem necesary as long as each carries its own name.
Each message processor, message source or transformer carries a config-ref attribute that allows the invoker to specify which configuration to use.
| Attributes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Type | Name | Default Value | Description | Optional. Give a name to this configuration so it can be later referenced. | |||||||
| The address to access Magento Web Services | |||||||||||
| The password to access Magento Web Services | |||||||||||
| The user name to access Magento Web Services | |||||||||||
Assign product to category. See catalog-category-assignProduct SOAP method
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The category where the given product will be added |
||
| Optional. The id of the product. Use it instead of productIdOrSku in
case you are sure the product identifier is a product id |
||
| Optional. The sku of the product. Use it instead of productIdOrSku in
case you are sure the product identifier is a product sku |
||
| Optional. The id or sku of the product. |
||
| The position of this product
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Adds a comment to the given order id
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The order id |
||
| The comment status |
||
| The comment |
||
| Optional. If an email must be sent after shipment creation
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Adds a comment to the given order's invoice
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The invoice id |
||
| The comment to add |
||
| Optional. If an email must be sent after shipment creation |
||
| Optional. If the comment must be sent in the email
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Adds a comment to the shipment.
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The shipment's increment id |
||
| The comment to add |
||
| Optional. If an email must be sent after shipment creation |
||
| Optional. If the comment must be sent in the email
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Adds a new tracking number
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The shipment id |
||
| The new track's carrier code |
||
| The new track's title |
||
| The new track's id |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Links two products, given its source and destination productIdOrSku.
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The product type |
||
| 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 |
||
| 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 |
||
| Optional. The id or sku of the source product. |
||
| The destination product id or sku. |
||
| Optional. The link attributes
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Cancels an order
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The order to cancel
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Cancels an order's invoice
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The invoice id
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Captures and invoice
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The invoice to capture
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Creates a new category. See catalog-category-create SOAP method.
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The parent category id |
||
| The new category attributes |
||
| Optional. The id or code of the target store. Left unspecified for using current store |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Creates a customer with the given attributes
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The attributes of the new customer |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Creates a new address for the given customer using the given address attributes
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The customer |
||
| The address attributes |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Creates an invoice for the given order
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The id of the order |
||
| A map containing an entry per each (orderItemId,
quantity) pair |
||
| Optional. An optional comment |
||
| Optional. If an email must be sent after shipment creation |
||
| Optional. If the comment must be sent in the email |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Creates a shipment for order
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The order increment id |
||
| A map containing an entry per each (orderItemId,
quantity) pair |
||
| Optional. An optional comment |
||
| Optional. If an email must be sent after shipment creation |
||
| Optional. If the comment must be sent in the email |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Creates a new product
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The new product's type |
||
| The new product's set |
||
| The new product's sku |
||
| Optional. The attributes of the new product |
||
| Optional. The id or code of the target store. Left unspecified for using current store |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Creates a new product media. See catalog-product-attribute-media-create SOAP method.
INCLUDE_ERROR
| 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 |
||
| Optional. The sku of the product. Use it instead of productIdOrSku
in case you are sure the product identifier is a
product sku |
||
| Optional. The id or sku of the product. |
||
| Optional. The media attributes |
||
| Optional. The id or code of the target store. Left unspecified for using current store |
||
| The image to upload. It may be a file, an input stream or a byte array |
||
| The mimetype |
||
| Optional. The base name of the new remote image |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
| FileNotFoundException |
|---|
Deletes a category. See catalog-category-delete SOAP method
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The category to delete
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Remove a product assignment. See catalog-category-removeProduct SOAP method.
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The category to delete |
||
| Optional. The id of the product. Use it instead of productIdOrSku in
case you are sure the product identifier is a product id |
||
| Optional. The sku of the product. Use it instead of productIdOrSku in
case you are sure the product identifier is a product sku |
||
| Optional. The id or sku of the product.
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Deletes a customer given its id
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The customer to delete
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Deletes a Customer Address
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The address id to delete
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Deletes the given track of the given order's shipment
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The target shipment id |
||
| The id of the track to delete
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Deletes a product. See catalog-product-delete SOAP method.
INCLUDE_ERROR
| 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 |
||
| Optional. The sku of the product. Use it instead of productIdOrSku in
case you are sure the product identifier is a product sku |
||
| Optional. The id or sku of the product.
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Removes a product image. See catalog-product-attribute-media-remove SOAP method.
INCLUDE_ERROR
| 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 |
||
| Optional. The sku of the product. Use it instead of productIdOrSku
in case you are sure the product identifier is a
product sku |
||
| Optional. The id or sku of the product. |
||
| The remote media file to delete
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Deletes a product's link.
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| Link type |
||
| 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 |
||
| 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 |
||
| Optional. The id or sku of the source product. |
||
| The linked product id or sku
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Answers the current default catalog store view id for this session
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Answers category attributes. See catalog-category-info SOAP method.
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The category whose attributes will be retrieved |
||
| Optional. The id or code of the target store. Left unspecified
for using current store |
||
| The category attributes that will be retrieved |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Answers the category tree. See catalog-category-tree SOAP method.
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The parent id |
||
| Optional. The id or code of the target store. Left unspecified for using current store |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Answers customer attributes for the given id. Only the selected attributes are retrieved
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The id of the customer to retrieve |
||
| The attributes to retrieve. Not empty |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Answers the customer address attributes
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The id of the address |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Answers the order properties for the given orderId
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The order whose properties to fetch |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Retrieves order invoice information
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The target invoiceId |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Retrieves the order shipment attributes
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The id of the shipment |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Retrieves the order shipment carriers.
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The target order id |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Carrier object
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
| 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 |
||
| Optional. The sku of the product. Use it instead of productIdOrSku in
case you are sure the product identifier is a product sku |
||
| Optional. The id or sku of the product. |
||
| Optional. The id or code of the target store. Left unspecified for using current store |
||
| Optional. The list of standard attributes to be returned |
||
| Optional. The list of non standard attributes to be returned in the additionalAttributes attribute |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Lists linked products to the given product and for the given link type.
INCLUDE_ERROR
| 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 |
||
| Optional. The sku of the product. Use it instead of productIdOrSku in
case you are sure the product identifier is a product sku |
||
| Optional. The id or sku of the product. |
||
| The name of the file |
||
| Optional. The store view id or code |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Answers a product special price. See catalog-product-getSpecialPrice SOAP method.
INCLUDE_ERROR
| 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 |
||
| Optional. The sku of the product. Use it instead of productIdOrSku in
case you are sure the product identifier is a product sku |
||
| Optional. The id or sku of the product. |
||
| Optional. The id or code of the target store. Left unspecified for using current store |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Puts order on hold. This operation can be reverted with unholdOrder.
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The order to put on hold state
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Retrieves attribute options. See catalog-category-attribute-options SOAP method.
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The target attribute whose options will be retrieved |
||
| Optional. The id or code of the target store. Left unspecified for using current store |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Retrieve product image types. See catalog-product-attribute-media-types SOAP method.
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Answers levels of categories for a website, store view and parent category
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| Optional. The website |
||
| Optional. The id or code of the target store. Left unspecified for using current store |
||
| Optional. The parent category of the categories that will be listed |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Lists product of a given category. See catalog-category-assignedProducts SOAP method.
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The category |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Lists the customer address for a given customer id
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The id of the customer |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Lists all the customer groups
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Answers a list of customer attributes for the given filter expression.
INCLUDE_ERROR
| 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. |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Answers the list of countries
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Answers a list of regions for the given county
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The country code, in ISO2 or ISO3 format |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Lists inventory stock items.
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The list of product ids and/or skus whose attributes will be retrieved |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Lists order attributes that match the given filtering expression.
INCLUDE_ERROR
| 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. |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Lists order invoices that match the given filtering expression
INCLUDE_ERROR
| 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. |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Lists order shipment atrributes that match the given optional filtering expression
INCLUDE_ERROR
| 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. |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Retrieves product image list. See catalog-product-attribute-media-list SOAP method
INCLUDE_ERROR
| 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 |
||
| Optional. The sku of the product. Use it instead of productIdOrSku in
case you are sure the product identifier is a product sku |
||
| Optional. The id or sku of the product. |
||
| Optional. The id or code of the target store. Left unspecified for using current store |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Retrieve product image types. See catalog-product-attribute-media-types SOAP method.
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The setId |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Answers the product attribute options. See catalog-product-attribute-options SOAP method.
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The target attribute whose options will be listed |
||
| Optional. The id or code of the target store. Left unspecified for using current store |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Retrieves product attribute sets. See catalog-product-attribute-set-list SOAP method.
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Retrieve product tier prices. See catalog-product-attribute-tier-price-info SOAP Method.
INCLUDE_ERROR
| 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 |
||
| Optional. The sku of the product. Use it instead of productIdOrSku in
case you are sure the product identifier is a product sku |
||
| Optional. The id or sku of the product. |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Retrieves product attributes list. See catalog-product-attribute-list SOAP methods
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The set id |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Lists linked products to the given product and for the given link type
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The link type |
||
| Optional. The id of the product. Use it instead of productIdOrSku in
case you are sure the product identifier is a product id |
||
| Optional. The sku of the product. Use it instead of productIdOrSku in
case you are sure the product identifier is a product sku |
||
| Optional. The id or sku of the product. |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Lists all the attributes for the given product link type
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The product type |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Answers product link types
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Answers product types. See catalog-product-type-list SOAP method
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Retrieve products list by filters. See catalog-product-list SOAP method.
INCLUDE_ERROR
| 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. |
||
| Optional. The id or code of the target store. Left unspecified for using current store |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Retrieve stock data by product ids
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| A not empty list of product ids or skus whose attributes to list |
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
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
| Optional. Specify which configuration to use. | ||
| The id of the category to be moved |
||
| The new parent category id |
||
| Optional. An optional category id for use as reference in the positioning of the moved category
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Releases order
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The id of the order to remove from hold state
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Updates a category. See catalog-category-update SOAP method.
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The category to update |
||
| The category new attributes |
||
| Optional. The id or code of the target store. Left unspecified for using current store
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Set the default catalog store view for this session
INCLUDE_ERROR
| 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
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Updates a category product.
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The category id |
||
| Optional. The id of the product. Use it instead of productIdOrSku in
case you are sure the product identifier is a product id |
||
| Optional. The sku of the product. Use it instead of productIdOrSku in
case you are sure the product identifier is a product sku |
||
| Optional. The id or sku of the product. |
||
| The category position for ordering the category inside its level
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Updates the given customer attributes, for the given customer id. Password can not be updated using this method
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The target customer to update |
||
| The attributes map
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Updates the given map of customer address attributes, for the given customer address
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The customer address to update |
||
| The address attributes to update
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Updates an stock inventory item
INCLUDE_ERROR
| 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 |
||
| Optional. The sku of the product. Use it instead of productIdOrSku in
case you are sure the product identifier is a product sku |
||
| Optional. The id or sku of the product. |
||
| The new attributes of the stock item
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Updates a product. See catalog-category-updateProduct SOAP method
INCLUDE_ERROR
| 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 |
||
| Optional. The sku of the product. Use it instead of productIdOrSku in
case you are sure the product identifier is a product sku |
||
| Optional. The id or sku of the product. |
||
| The not empty map of product attributes to update |
||
| Optional. The id or code of the target store. Left unspecified for using current store
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Updates product media. See catalog-product-attribute-media-update
INCLUDE_ERROR
| 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 |
||
| Optional. The sku of the product. Use it instead of productIdOrSku in
case you are sure the product identifier is a product sku |
||
| Optional. The id or sku of the product. |
||
| The name of the remote media file to update |
||
| The attributes to update |
||
| Optional. The id or code of the target store. Left unspecified for using current store
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Updates a single product tier price. See catalog-product-attribute-tier-price-update SOAP method.
INCLUDE_ERROR
| 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 |
||
| Optional. The sku of the product. Use it instead of productIdOrSku in
case you are sure the product identifier is a product sku |
||
| Optional. The id or sku of the product. |
||
| The tier price to update.
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Update product link
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The link type |
||
| 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 |
||
| 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 |
||
| Optional. The id or sku of the source product. |
||
| The destination product id or sku. |
||
| The link attributes
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Sets a product special price. See catalog-product-setSpecialPrice SOAP method
INCLUDE_ERROR
| 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 |
||
| Optional. The sku of the product. Use it instead of productIdOrSku in
case you are sure the product identifier is a product sku |
||
| Optional. The id or sku of the product. |
||
| The special price to set |
||
| Optional. Optional start date of the special price period |
||
| Optional. Optional end date of the special price period |
||
| Optional. The id or code of the target store. Left unspecified for using current store
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Update product stock data given its id or sku
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The product id or sku of the product to update |
||
| The attributes to update
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |
Voids an invoice
INCLUDE_ERROR
| Optional. Specify which configuration to use. | ||
| The invoice id
|
||
| 1 | Optional. Specify how many times this operation can be retried automatically |