| java.lang.Object | |
| ↳ | org.mule.module.magento.MagentoCloudConnector |
Known Direct Subclasses
|
Known Indirect Subclasses
|
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.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| catalogClient | |||||||||||
| customerClient | |||||||||||
| directoryClient | |||||||||||
| inventoryClient | |||||||||||
| orderClient | |||||||||||
| serverAddress | The address to access Magento Web Services | ||||||||||
| shoppingCartClient | |||||||||||
| user | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
The address to access Magento Web Services
Assign product to category. See catalog-category-assignProduct SOAP method
| categoryId | The category where the given product will be added |
|---|---|
| productId | The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id |
| productSku | The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku |
| productIdOrSku | The id or sku of the product. |
| position | The position of this product |
Adds a comment to the given order id
| orderId | The order id |
|---|---|
| status | The comment status |
| comment | The comment |
| sendEmail | If an email must be sent after shipment creation |
Adds a comment to the given order's invoice
| invoiceId | The invoice id |
|---|---|
| comment | The comment to add |
| sendEmail | If an email must be sent after shipment creation |
| includeCommentInEmail | If the comment must be sent in the email |
Adds a comment to the shipment.
| shipmentId | The shipment's increment id |
|---|---|
| comment | The comment to add |
| sendEmail | If an email must be sent after shipment creation |
| includeCommentInEmail | If the comment must be sent in the email |
Adds a new tracking number
| shipmentId | The shipment id |
|---|---|
| carrierCode | The new track's carrier code |
| title | The new track's title |
| trackId | The new track's id |
Links two products, given its source and destination productIdOrSku.
| type | The product type |
|---|---|
| productId | The id of the source product. Use it instead of productIdOrSku in case you are sure the source product identifier is a product id |
| productSku | The sku of the source product. Use it instead of productIdOrSku in case you are sure the source product identifier is a product sku |
| productIdOrSku | The id or sku of the source product. |
| linkedProductIdOrSku | The destination product id or sku. |
| productLinkEntity | The link attributes |
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.
| quoteId | Shopping Cart ID (quote ID) |
|---|---|
| couponCode | Coupon code |
| storeId | Store view ID or code |
Adds one or more products to the shopping cart (quote).
| quoteId | Shopping Cart ID (quote ID) |
|---|---|
| products | Products data |
| storeId | Store view ID or code |
Cancels an order
| orderId | The order to cancel |
|---|
Cancels an order's invoice
| invoiceId | The invoice id |
|---|
Captures and invoice
| invoiceId | The invoice to capture |
|---|
Creates a new category. See catalog-category-create SOAP method.
| parentId | The parent category id |
|---|---|
| catalogCategoryEntity | The new category attributes |
| storeViewIdOrCode | The id or code of the target store. Left unspecified for using current store |
Creates a customer with the given attributes
| customer | The attributes of the new customer |
|---|
Creates a new address for the given customer using the given address attributes
| customerId | The customer |
|---|---|
| customerAddress | The address attributes |
Creates an invoice for the given order
| orderId | The id of the order |
|---|---|
| itemsQuantities | OrderItemId quantity |
| comment | An optional comment |
| sendEmail | If an email must be sent after shipment creation |
| includeCommentInEmail | If the comment must be sent in the email |
Creates a shipment for order
| orderId | The order increment id |
|---|---|
| itemsQuantities | OrderItemId quantity |
| comment | An optional comment |
| sendEmail | If an email must be sent after shipment creation |
| includeCommentInEmail | If the comment must be sent in the email |
Creates a new product
| type | The new product's type |
|---|---|
| set | The new product's set |
| sku | The new product's sku |
| attributes | The standard attributes of the new product |
| additionalAttributes | The non standard attributes of the new product |
| storeViewIdOrCode | The id or code of the target store. Left unspecified for using current store |
Creates a new product media. See catalog-product-attribute-media-create SOAP method.
| productId | The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id |
|---|---|
| productSku | The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku |
| productIdOrSku | The id or sku of the product. |
| catalogProductAttributeMediaEntity | The media attributes |
| storeViewIdOrCode | The id or code of the target store. Left unspecified for using current store |
| payload | The image to upload. It may be a file, an input stream or a byte array |
| mimeType | The mimetype |
| baseFileName | The base name of the new remote image |
| 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.
| storeId | Store view ID or code |
|---|
Creates an order from a shopping cart (quote).
| quoteId | Shopping Cart ID (quote ID) |
|---|---|
| storeId | Store view ID or code |
| licenses | Website license ID |
Deletes a category. See catalog-category-delete SOAP method
| categoryId | The category to delete |
|---|
Remove a product assignment. See catalog-category-removeProduct SOAP method.
| categoryId | The category to delete |
|---|---|
| productId | The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id |
| productSku | The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku |
| productIdOrSku | The id or sku of the product. |
Deletes a customer given its id
| customerId | The customer to delete |
|---|
Deletes a Customer Address
| addressId | The address id to delete |
|---|
Deletes the given track of the given order's shipment
| shipmentId | The target shipment id |
|---|---|
| trackId | The id of the track to delete |
Deletes a product. See catalog-product-delete SOAP method.
| productId | The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id |
|---|---|
| productSku | The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku |
| productIdOrSku | The id or sku of the product. |
Removes a product image. See catalog-product-attribute-media-remove SOAP method.
| productId | The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id |
|---|---|
| productSku | The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku |
| productIdOrSku | The id or sku of the product. |
| fileName | The remote media file to delete |
Deletes a product's link.
| type | Link type |
|---|---|
| productId | The id of the source product. Use it instead of productIdOrSku in case you are sure the source product identifier is a product id |
| productSku | The sku of the source product. Use it instead of productIdOrSku in case you are sure the source product identifier is a product sku |
| productIdOrSku | The id or sku of the source product. |
| linkedProductIdOrSku | The linked product id or sku |
Answers the current default catalog store view id for this session
Answers category attributes. See catalog-category-info SOAP method.
| categoryId | The category whose attributes will be retrieved |
|---|---|
| storeViewIdOrCode | The id or code of the target store. Left unspecified for using current store |
| attributeNames | The category attributes that will be retrieved |
Answers the category tree. See catalog-category-tree SOAP method.
| parentId | The parent id |
|---|---|
| storeViewIdOrCode | The id or code of the target store. Left unspecified for using current store |
Answers customer attributes for the given id. Only the selected attributes are retrieved
| customerId | The id of the customer to retrieve |
|---|---|
| attributeNames | The attributes to retrieve. Not empty |
Answers the customer address attributes
| addressId | The id of the address |
|---|
Retrieves full information about the shopping cart (quote).
| quoteId | Shopping cart ID (quote ID) |
|---|---|
| storeId | Store view ID or code |
Answers the order properties for the given orderId
| orderId | The order whose properties to fetch |
|---|
Retrieves order invoice information
| invoiceId | The target invoiceId |
|---|
Retrieves the order shipment attributes
| shipmentId | The id of the shipment |
|---|
Retrieves the order shipment carriers.
| orderId | The target order id |
|---|
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
| productId | The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id |
|---|---|
| productSku | The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku |
| productIdOrSku | The id or sku of the product. |
| storeViewIdOrCode | The id or code of the target store. Left unspecified for using current store |
| attributesNames | The list of standard attributes to be returned |
| additionalAttributeNames | The list of non standard attributes to be returned in the additionalAttributes attribute |
Lists linked products to the given product and for the given link type.
| productId | The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id |
|---|---|
| productSku | The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku |
| productIdOrSku | The id or sku of the product. |
| fileName | The name of the file |
| storeViewIdOrCode | The store view id or code |
Answers a product special price. See catalog-product-getSpecialPrice SOAP method.
| productId | The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id |
|---|---|
| productSku | The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku |
| productIdOrSku | The id or sku of the product. |
| storeViewIdOrCode | The id or code of the target store. Left unspecified for using current store |
Puts order on hold. This operation can be reverted with unholdOrder.
| orderId | The order to put on hold state |
|---|
| username | The user name to access Magento Web Services |
|---|---|
| password | The password to access Magento Web Services |
| address | The address to access Magento Web Services |
| ConnectionException |
|---|
Retrieves attribute options. See catalog-category-attribute-options SOAP method.
| attributeId | The target attribute whose options will be retrieved |
|---|---|
| storeViewIdOrCode | The id or code of the target store. Left unspecified for using current store |
Retrieve product image types. See catalog-product-attribute-media-types SOAP method.
Answers levels of categories for a website, store view and parent category
| website | The website |
|---|---|
| storeViewIdOrCode | The id or code of the target store. Left unspecified for using current store |
| parentCategoryId | The parent category of the categories that will be listed |
Lists product of a given category. See catalog-category-assignedProducts SOAP method.
| categoryId | The category |
|---|
Lists the customer address for a given customer id
| customerId | The id of the customer |
|---|
Lists all the customer groups
Answers a list of customer attributes for the given filter expression.
| filter | 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. |
|---|
Answers the list of countries
Answers a list of regions for the given county
| countryId | The country code, in ISO2 or ISO3 format |
|---|
Lists inventory stock items.
| productIdOrSkus | The list of product ids and/or skus whose attributes will be retrieved |
|---|
Lists order attributes that match the given filtering expression.
| filter | 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. |
|---|
Lists order invoices that match the given filtering expression
| filter | 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. |
|---|
Lists order shipment atrributes that match the given optional filtering expression
| filter | 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. |
|---|
Retrieves product image list. See catalog-product-attribute-media-list SOAP method
| productId | The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id |
|---|---|
| productSku | The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku |
| productIdOrSku | The id or sku of the product. |
| storeViewIdOrCode | The id or code of the target store. Left unspecified for using current store |
Retrieve product image types. See catalog-product-attribute-media-types SOAP method.
| setId | The setId |
|---|
Answers the product attribute options. See catalog-product-attribute-options SOAP method.
| attributeId | The target attribute whose options will be listed |
|---|---|
| storeViewIdOrCode | The id or code of the target store. Left unspecified for using current store |
Retrieves product attribute sets. See catalog-product-attribute-set-list SOAP method.
Retrieve product tier prices. See catalog-product-attribute-tier-price-info SOAP Method.
| productId | The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id |
|---|---|
| productSku | The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku |
| productIdOrSku | The id or sku of the product. |
Retrieves product attributes list. See catalog-product-attribute-list SOAP methods
| setId | The set id |
|---|
Lists linked products to the given product and for the given link type
| type | The link type |
|---|---|
| productId | The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id |
| productSku | The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku |
| productIdOrSku | The id or sku of the product. |
Lists all the attributes for the given product link type
| type | The product type |
|---|
Answers product link types
Answers product types. See catalog-product-type-list SOAP method
Retrieve products list by filters. See catalog-product-list SOAP method.
| filter | 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. |
|---|---|
| storeViewIdOrCode | The id or code of the target store. Left unspecified for using current store |
Retrieves the website license agreement for the quote according to the website (store). Store id must be given in cart creation.
| quoteId | Shopping Cart ID (quote ID) |
|---|---|
| storeId | Store view ID or code |
Retrieves a list of available payment methods for a shopping cart (quote).
| quoteId | Shopping Cart ID (quote ID) |
|---|---|
| storeId | Store view ID or code |
Retrieves the list of products in the shopping cart (quote).
| quoteId | Shopping Cart ID (quote ID) |
|---|---|
| storeId | Store view ID or code |
Retrieves the list of available shipping methods for a shopping cart (quote).
| quoteId | Shopping Cart ID (quote ID) |
|---|---|
| storeId | Store view ID or code |
Retrieves total prices for a shopping cart (quote).
| quoteId | Shopping cart ID (quote identifier) |
|---|---|
| storeId | Store view ID or code |
Retrieve stock data by product ids
| productIdOrSkus | A not empty list of product ids or skus whose attributes to list |
|---|
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 .
| categoryId | The id of the category to be moved |
|---|---|
| parentId | The new parent category id |
| afterId | An optional category id for use as reference in the positioning of the moved category |
Moves products from the current quote to a customer quote.
| quoteId | Shopping Cart ID (quote ID) |
|---|---|
| products | Products data |
| storeId | Store view ID or code |
Removes a coupon code from a shopping cart (quote).
| quoteId | Shopping Cart ID (quote ID) |
|---|---|
| storeId | Store view ID or code |
Removes one or several products from a shopping cart (quote).
| quoteId | Shopping Cart ID (quote ID) |
|---|---|
| products | Products data |
| storeId | Store view ID or code |
| directoryClient |
|---|
| inventoryClient |
|---|
| serverAddress |
|---|
| catalogClient |
|---|
Adds information about the customer to a shopping cart (quote).
| quoteId | Shopping Cart ID (quote ID) |
|---|---|
| customer | Cuestomer data |
| storeId | Store view ID or code |
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.
| quoteId | Shopping Cart ID (quote ID) |
|---|---|
| shoppingCartCustomerAddresses | Addresses data (mode is required for each address and should be either "shipping" or "billing") |
| storeId | Store view ID or code |
Sets a payment method for a shopping cart (quote), cart must not be empty.
| quoteId | Shopping Cart ID (quote ID) |
|---|---|
| shoppingCartPaymentMethod | Payment mehthod data |
| storeId | Store view ID or code |
Retrieves a shipping method for a shopping cart (quote).
| quoteId | Shopping Cart ID (quote ID) |
|---|---|
| method | Shipping method code |
| storeId | Store view ID or code |
| user |
|---|
Releases order
| orderId | The id of the order to remove from hold state |
|---|
Updates a category. See catalog-category-update SOAP method.
| categoryId | The category to update |
|---|---|
| catalogCategoryEntity | The category new attributes |
| storeViewIdOrCode | The id or code of the target store. Left unspecified for using current store |
Set the default catalog store view for this session
| storeViewIdOrCode | 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 |
|---|
Updates a category product.
| categoryId | The category id |
|---|---|
| productId | The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id |
| productSku | The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku |
| productIdOrSku | The id or sku of the product. |
| position | The category position for ordering the category inside its level |
Updates the given customer attributes, for the given customer id. Password can not be updated using this method
| customerId | The target customer to update |
|---|---|
| customer | The customer attributes |
Updates the given map of customer address attributes, for the given customer address
| addressId | The customer address to update |
|---|---|
| customerAddress | The address attributes to update |
Updates an stock inventory item
| productId | The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id |
|---|---|
| productSku | The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku |
| productIdOrSku | The id or sku of the product. |
| catalogInventoryStockItem | The new attributes of the stock item |
Updates a product. At least one of attributes or additionalAttributes must be non null and non empty. See catalog-category-updateProduct SOAP method
| productId | The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id |
|---|---|
| productSku | The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku |
| productIdOrSku | The id or sku of the product. |
| catalogProductEntity | Standard product attributes to update |
| additionalAttributes | Non standard product attributes to update |
| storeViewIdOrCode | The id or code of the target store. Left unspecified for using current store |
Updates product media. See catalog-product-attribute-media-update
| productId | The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id |
|---|---|
| productSku | The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku |
| productIdOrSku | The id or sku of the product. |
| fileName | The name of the remote media file to update |
| catalogProductAttributeMediaEntity | The attributes to update |
| storeViewIdOrCode | The id or code of the target store. Left unspecified for using current store |
Updates a single product tier price. See catalog-product-attribute-tier-price-update SOAP method.
| productId | The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id |
|---|---|
| productSku | The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku |
| productIdOrSku | The id or sku of the product. |
| catalogProductTierPriceEntity | The tier price to update. |
Update product link
| type | The link type |
|---|---|
| productId | The id of the source product. Use it instead of productIdOrSku in case you are sure the source product identifier is a product id |
| productSku | The sku of the source product. Use it instead of productIdOrSku in case you are sure the source product identifier is a product sku |
| productIdOrSku | The id or sku of the source product. |
| linkedProductIdOrSku | The destination product id or sku. |
| catalogProductLinkEntity | The link attributes |
Sets a product special price. See catalog-product-setSpecialPrice SOAP method
| productId | The id of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product id |
|---|---|
| productSku | The sku of the product. Use it instead of productIdOrSku in case you are sure the product identifier is a product sku |
| productIdOrSku | The id or sku of the product. |
| specialPrice | The special price to set |
| fromDate | Optional start date of the special price period |
| toDate | Optional end date of the special price period |
| storeViewIdOrCode | The id or code of the target store. Left unspecified for using current store |
Updates one or several products in the shopping cart (quote).
| quoteId | Shopping Cart ID (quote ID) |
|---|---|
| products | Products data |
| storeId | Store view ID or code |
Update product stock data given its id or sku
| productIdOrSku | The product id or sku of the product to update |
|---|---|
| stockItem | The attributes to update |
Voids an invoice
| invoiceId | The invoice id |
|---|