Essa é a API para a conexão de um sistema externo com a Get Commerce.
Para que você tenha acesso a API da Get Commerce é preciso solicitar através do e-mail [email protected] as credenciais para sua loja.
Web Service: GetCommerceService
Target Namespace:
urn:Magento
Port Port Port typeSource code
Location:
https://dominio.com.br/api/v2_soap/index/
Protocol:
SOAP
Default style:
document
Transport protocol:
SOAP over HTTP
Operations:
- callDetailSource code
- catalogCategoryAssignProductDetailSource code
- catalogCategoryAssignedProductsDetailSource code
- catalogCategoryAttributeCurrentStoreDetailSource code
- catalogCategoryAttributeListDetailSource code
- catalogCategoryAttributeOptionsDetailSource code
- catalogCategoryCreateDetailSource code
- catalogCategoryCurrentStoreDetailSource code
- catalogCategoryDeleteDetailSource code
- catalogCategoryInfoDetailSource code
- catalogCategoryLevelDetailSource code
- catalogCategoryMoveDetailSource code
- catalogCategoryRemoveProductDetailSource code
- catalogCategoryTreeDetailSource code
- catalogCategoryUpdateDetailSource code
- catalogCategoryUpdateProductDetailSource code
- catalogInventoryStockItemListDetailSource code
- catalogInventoryStockItemMultiUpdateDetailSource code
- catalogInventoryStockItemUpdateDetailSource code
- catalogProductAttributeAddOptionDetailSource code
- catalogProductAttributeCreateDetailSource code
- catalogProductAttributeCurrentStoreDetailSource code
- catalogProductAttributeInfoDetailSource code
- catalogProductAttributeListDetailSource code
- catalogProductAttributeMediaCreateDetailSource code
- catalogProductAttributeMediaCurrentStoreDetailSource code
- catalogProductAttributeMediaInfoDetailSource code
- catalogProductAttributeMediaListDetailSource code
- catalogProductAttributeMediaRemoveDetailSource code
- catalogProductAttributeMediaTypesDetailSource code
- catalogProductAttributeMediaUpdateDetailSource code
- catalogProductAttributeOptionsDetailSource code
- catalogProductAttributeRemoveDetailSource code
- catalogProductAttributeSetAttributeAddDetailSource code
- catalogProductAttributeSetAttributeRemoveDetailSource code
- catalogProductAttributeSetCreateDetailSource code
- catalogProductAttributeSetGroupAddDetailSource code
- catalogProductAttributeSetGroupRemoveDetailSource code
- catalogProductAttributeSetGroupRenameDetailSource code
- catalogProductAttributeSetListDetailSource code
- catalogProductAttributeSetRemoveDetailSource code
- catalogProductAttributeTierPriceInfoDetailSource code
- catalogProductAttributeTierPriceUpdateDetailSource code
- catalogProductAttributeUpdateDetailSource code
- catalogProductCreateDetailSource code
- catalogProductCurrentStoreDetailSource code
- catalogProductCustomOptionAddDetailSource code
- catalogProductCustomOptionInfoDetailSource code
- catalogProductCustomOptionListDetailSource code
- catalogProductCustomOptionRemoveDetailSource code
- catalogProductCustomOptionTypesDetailSource code
- catalogProductCustomOptionUpdateDetailSource code
- catalogProductCustomOptionValueAddDetailSource code
- catalogProductCustomOptionValueInfoDetailSource code
- catalogProductCustomOptionValueListDetailSource code
- catalogProductCustomOptionValueRemoveDetailSource code
- catalogProductCustomOptionValueUpdateDetailSource code
- catalogProductDeleteDetailSource code
- catalogProductDownloadableLinkAddDetailSource code
- catalogProductDownloadableLinkListDetailSource code
- catalogProductDownloadableLinkRemoveDetailSource code
- catalogProductGetSpecialPriceDetailSource code
- catalogProductInfoDetailSource code
- catalogProductLinkAssignDetailSource code
- catalogProductLinkAttributesDetailSource code
- catalogProductLinkListDetailSource code
- catalogProductLinkRemoveDetailSource code
- catalogProductLinkTypesDetailSource code
- catalogProductLinkUpdateDetailSource code
- catalogProductListDetailSource code
- catalogProductMultiUpdateDetailSource code
- catalogProductSetSpecialPriceDetailSource code
- catalogProductTagAddDetailSource code
- catalogProductTagInfoDetailSource code
- catalogProductTagListDetailSource code
- catalogProductTagRemoveDetailSource code
- catalogProductTagUpdateDetailSource code
- catalogProductTypeListDetailSource code
- catalogProductUpdateDetailSource code
- customerAddressCreateDetailSource code
- customerAddressDeleteDetailSource code
- customerAddressInfoDetailSource code
- customerAddressListDetailSource code
- customerAddressUpdateDetailSource code
- customerCustomerCreateDetailSource code
- customerCustomerDeleteDetailSource code
- customerCustomerInfoDetailSource code
- customerCustomerListDetailSource code
- customerCustomerUpdateDetailSource code
- customerGroupListDetailSource code
- directoryCountryListDetailSource code
- directoryRegionListDetailSource code
- endSessionDetailSource code
- giftMessageSetForQuoteDetailSource code
- giftMessageSetForQuoteItemDetailSource code
- giftMessageSetForQuoteProductDetailSource code
- globalFaultsDetailSource code
- loginDetailSource code
- magentoInfoDetailSource code
- multiCallDetailSource code
- resourceFaultsDetailSource code
- resourcesDetailSource code
- salesOrderAddCommentDetailSource code
- salesOrderCancelDetailSource code
- salesOrderCreditmemoAddCommentDetailSource code
- salesOrderCreditmemoCancelDetailSource code
- salesOrderCreditmemoCreateDetailSource code
- salesOrderCreditmemoInfoDetailSource code
- salesOrderCreditmemoListDetailSource code
- salesOrderHoldDetailSource code
- salesOrderInfoDetailSource code
- salesOrderInvoiceAddCommentDetailSource code
- salesOrderInvoiceCancelDetailSource code
- salesOrderInvoiceCaptureDetailSource code
- salesOrderInvoiceCreateDetailSource code
- salesOrderInvoiceInfoDetailSource code
- salesOrderInvoiceListDetailSource code
- salesOrderInvoiceVoidDetailSource code
- salesOrderListDetailSource code
- salesOrderShipmentAddCommentDetailSource code
- salesOrderShipmentAddTrackDetailSource code
- salesOrderShipmentCreateDetailSource code
- salesOrderShipmentGetCarriersDetailSource code
- salesOrderShipmentInfoDetailSource code
- salesOrderShipmentListDetailSource code
- salesOrderShipmentRemoveTrackDetailSource code
- salesOrderShipmentSendInfoDetailSource code
- salesOrderUnholdDetailSource code
- shoppingCartCouponAddDetailSource code
- shoppingCartCouponRemoveDetailSource code
- shoppingCartCreateDetailSource code
- shoppingCartCustomerAddressesDetailSource code
- shoppingCartCustomerSetDetailSource code
- shoppingCartInfoDetailSource code
- shoppingCartLicenseDetailSource code
- shoppingCartOrderDetailSource code
- shoppingCartPaymentListDetailSource code
- shoppingCartPaymentMethodDetailSource code
- shoppingCartProductAddDetailSource code
- shoppingCartProductListDetailSource code
- shoppingCartProductMoveToCustomerQuoteDetailSource code
- shoppingCartProductRemoveDetailSource code
- shoppingCartProductUpdateDetailSource code
- shoppingCartShippingListDetailSource code
- shoppingCartShippingMethodDetailSource code
- shoppingCartTotalsDetailSource code
- startSessionDetailSource code
- storeInfoDetailSource code
- storeListDetailSource code
Operations
- callDescription:Call api functionalityOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:call (soap:body, use = literal)Source codeparameters type callParam
- sessionId type string
- apiPath type string
- args type anyType
Output:callResponse (soap:body, use = literal)Source codeparameters type callResponseParam- result type anyType
- catalogCategoryAssignProductDescription:Assign product to categoryOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogCategoryAssignProductRequest (soap:body, use = literal)Source codeparameters type catalogCategoryAssignProductRequestParam
- sessionId type string
- categoryId type int
- productId type string
- position - optional; type string
- identifierType - optional; type string
Output:catalogCategoryAssignProductResponse (soap:body, use = literal)Source codeparameters type catalogCategoryAssignProductResponseParam- result type boolean
- catalogCategoryAssignedProductsDescription:Retrieve list of assigned productsOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogCategoryAssignedProductsRequest (soap:body, use = literal)Source codeparameters type catalogCategoryAssignedProductsRequestParam
- sessionId type string
- categoryId type int
- store - optional; type string
Output:catalogCategoryAssignedProductsResponse (soap:body, use = literal)Source codeparameters type catalogCategoryAssignedProductsResponseParam- result type catalogAssignedProductArray
- complexObjectArray - optional, unbounded; type catalogAssignedProduct
- product_id type int
- type type string
- set type int
- sku type string
- position type int
- complexObjectArray - optional, unbounded; type catalogAssignedProduct
- catalogCategoryAttributeCurrentStoreDescription:Set/Get current store viewOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogCategoryAttributeCurrentStoreRequest (soap:body, use = literal)Source codeparameters type catalogCategoryAttributeCurrentStoreRequestParam
- sessionId type string
- store - optional; type string
Output:catalogCategoryAttributeCurrentStoreResponse (soap:body, use = literal)Source codeparameters type catalogCategoryAttributeCurrentStoreResponseParam- result type int
- catalogCategoryAttributeListDescription:Retrieve category attributesOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogCategoryAttributeListRequest (soap:body, use = literal)Source codeparameters type catalogCategoryAttributeListRequestParam
- sessionId type string
Output:catalogCategoryAttributeListResponse (soap:body, use = literal)Source codeparameters type catalogCategoryAttributeListResponseParam- result type catalogAttributeEntityArray
- complexObjectArray - optional, unbounded; type catalogAttributeEntity
- attribute_id - optional; type int
- code - optional; type string
- type - optional; type string
- required - optional; type string
- scope - optional; type string
- complexObjectArray - optional, unbounded; type catalogAttributeEntity
- catalogCategoryAttributeOptionsDescription:Retrieve attribute optionsOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogCategoryAttributeOptionsRequest (soap:body, use = literal)Source codeparameters type catalogCategoryAttributeOptionsRequestParam
- sessionId type string
- attributeId type string
- store - optional; type string
Output:catalogCategoryAttributeOptionsResponse (soap:body, use = literal)Source codeparameters type catalogCategoryAttributeOptionsResponseParam- result type catalogAttributeOptionEntityArray
- complexObjectArray - optional, unbounded; type catalogAttributeOptionEntity
- label type string
- value type string
- complexObjectArray - optional, unbounded; type catalogAttributeOptionEntity
- catalogCategoryCreateDescription:Create new category and return its id.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogCategoryCreateRequest (soap:body, use = literal)Source codeparameters type catalogCategoryCreateRequestParam
- sessionId type string
- parentId type int
- categoryData type catalogCategoryEntityCreate
- name - optional; type string
- is_active - optional; type int
- position - optional; type int
- available_sort_by - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- custom_design - optional; type string
- custom_design_apply - optional; type int
- custom_design_from - optional; type string
- custom_design_to - optional; type string
- custom_layout_update - optional; type string
- default_sort_by - optional; type string
- description - optional; type string
- display_mode - optional; type string
- is_anchor - optional; type int
- landing_page - optional; type int
- meta_description - optional; type string
- meta_keywords - optional; type string
- meta_title - optional; type string
- page_layout - optional; type string
- url_key - optional; type string
- include_in_menu - optional; type int
- store - optional; type string
Output:catalogCategoryCreateResponse (soap:body, use = literal)Source codeparameters type catalogCategoryCreateResponseParam- result type int
- catalogCategoryCurrentStoreDescription:Set_Get current store viewOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogCategoryCurrentStoreRequest (soap:body, use = literal)Source codeparameters type catalogCategoryCurrentStoreRequestParam
- sessionId type string
- store - optional; type string
Output:catalogCategoryCurrentStoreResponse (soap:body, use = literal)Source codeparameters type catalogCategoryCurrentStoreResponseParam- result type int
- catalogCategoryDeleteDescription:Delete categoryOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogCategoryDeleteRequest (soap:body, use = literal)Source codeparameters type catalogCategoryDeleteRequestParam
- sessionId type string
- categoryId type int
Output:catalogCategoryDeleteResponse (soap:body, use = literal)Source codeparameters type catalogCategoryDeleteResponseParam- result type boolean
- catalogCategoryInfoDescription:Retrieve hierarchical tree of categories.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogCategoryInfoRequest (soap:body, use = literal)Source codeparameters type catalogCategoryInfoRequestParam
- sessionId type string
- categoryId type int
- store - optional; type string
- attributes - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
Output:catalogCategoryInfoResponse (soap:body, use = literal)Source codeparameters type catalogCategoryInfoResponseParam- result type catalogCategoryInfo
- category_id type string
- is_active type int
- position type string
- level type string
- parent_id type string
- all_children type string
- children type string
- created_at - optional; type string
- updated_at - optional; type string
- name - optional; type string
- url_key - optional; type string
- description - optional; type string
- meta_title - optional; type string
- meta_keywords - optional; type string
- meta_description - optional; type string
- path - optional; type string
- url_path - optional; type string
- children_count - optional; type int
- display_mode - optional; type string
- is_anchor - optional; type int
- available_sort_by - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- custom_design - optional; type string
- custom_design_apply - optional; type string
- custom_design_from - optional; type string
- custom_design_to - optional; type string
- page_layout - optional; type string
- custom_layout_update - optional; type string
- default_sort_by - optional; type string
- landing_page - optional; type int
- include_in_menu - optional; type int
- custom_use_parent_settings - optional; type int
- custom_apply_to_products - optional; type int
- filter_price_range - optional; type string
- catalogCategoryLevelDescription:Retrieve hierarchical tree of categories.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogCategoryLevelRequest (soap:body, use = literal)Source codeparameters type catalogCategoryLevelRequestParam
- sessionId type string
- website - optional; type string
- store - optional; type string
- categoryId - optional; type string
Output:catalogCategoryLevelResponse (soap:body, use = literal)Source codeparameters type catalogCategoryLevelResponseParam- result type ArrayOfCatalogCategoryEntitiesNoChildren
- complexObjectArray - optional, unbounded; type catalogCategoryEntityNoChildren
- category_id type int
- parent_id type int
- name type string
- is_active type int
- position type int
- level type int
- complexObjectArray - optional, unbounded; type catalogCategoryEntityNoChildren
- catalogCategoryMoveDescription:Move category in treeOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogCategoryMoveRequest (soap:body, use = literal)Source codeparameters type catalogCategoryMoveRequestParam
- sessionId type string
- categoryId type int
- parentId type int
- afterId type string
Output:catalogCategoryMoveResponse (soap:body, use = literal)Source codeparameters type catalogCategoryMoveResponseParam- result type boolean
- catalogCategoryRemoveProductDescription:Remove product assignment from categoryOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogCategoryRemoveProductRequest (soap:body, use = literal)Source codeparameters type catalogCategoryRemoveProductRequestParam
- sessionId type string
- categoryId type int
- productId type string
- identifierType - optional; type string
Output:catalogCategoryRemoveProductResponse (soap:body, use = literal)Source codeparameters type catalogCategoryRemoveProductResponseParam- result type boolean
- catalogCategoryTreeDescription:Retrieve hierarchical tree of categories.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogCategoryTreeRequest (soap:body, use = literal)Source codeparameters type catalogCategoryTreeRequestParam
- sessionId type string
- parentId type string
- store - optional; type string
Output:catalogCategoryTreeResponse (soap:body, use = literal)Source codeparameters type catalogCategoryTreeResponseParam- result type catalogCategoryTree
- category_id type int
- parent_id type int
- name type string
- position type int
- level type int
- children type ArrayOfCatalogCategoryEntities
- complexObjectArray - optional, unbounded; type catalogCategoryEntity
- category_id type int
- parent_id type int
- name type string
- is_active type int
- position type int
- level type int
- children type ArrayOfCatalogCategoryEntities
- complexObjectArray - optional, unbounded; type catalogCategoryEntity
- category_id type int
- parent_id type int
- name type string
- is_active type int
- position type int
- level type int
- children type ArrayOfCatalogCategoryEntities
- complexObjectArray - optional, unbounded; type catalogCategoryEntity
- category_id type int
- parent_id type int
- name type string
- is_active type int
- position type int
- level type int
- children type ArrayOfCatalogCategoryEntities... is recursive
- complexObjectArray - optional, unbounded; type catalogCategoryEntity
- complexObjectArray - optional, unbounded; type catalogCategoryEntity
- complexObjectArray - optional, unbounded; type catalogCategoryEntity
- catalogCategoryUpdateDescription:Update categoryOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogCategoryUpdateRequest (soap:body, use = literal)Source codeparameters type catalogCategoryUpdateRequestParam
- sessionId type string
- categoryId type int
- categoryData type catalogCategoryEntityCreate
- name - optional; type string
- is_active - optional; type int
- position - optional; type int
- available_sort_by - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- custom_design - optional; type string
- custom_design_apply - optional; type int
- custom_design_from - optional; type string
- custom_design_to - optional; type string
- custom_layout_update - optional; type string
- default_sort_by - optional; type string
- description - optional; type string
- display_mode - optional; type string
- is_anchor - optional; type int
- landing_page - optional; type int
- meta_description - optional; type string
- meta_keywords - optional; type string
- meta_title - optional; type string
- page_layout - optional; type string
- url_key - optional; type string
- include_in_menu - optional; type int
- store - optional; type string
Output:catalogCategoryUpdateResponse (soap:body, use = literal)Source codeparameters type catalogCategoryUpdateResponseParam- result type boolean
- catalogCategoryUpdateProductDescription:Update assigned productOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogCategoryUpdateProductRequest (soap:body, use = literal)Source codeparameters type catalogCategoryUpdateProductRequestParam
- sessionId type string
- categoryId type int
- productId type string
- position - optional; type string
- identifierType - optional; type string
Output:catalogCategoryUpdateProductResponse (soap:body, use = literal)Source codeparameters type catalogCategoryUpdateProductResponseParam- result type boolean
- catalogInventoryStockItemListDescription:Retrieve stock data by product idsOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogInventoryStockItemListRequest (soap:body, use = literal)Source codeparameters type catalogInventoryStockItemListRequestParam
- sessionId type string
- productIds type ArrayOfString
- complexObjectArray - optional, unbounded; type string
Output:catalogInventoryStockItemListResponse (soap:body, use = literal)Source codeparameters type catalogInventoryStockItemListResponseParam- result type catalogInventoryStockItemEntityArray
- complexObjectArray - optional, unbounded; type catalogInventoryStockItemEntity
- product_id - optional; type string
- sku - optional; type string
- qty - optional; type string
- is_in_stock - optional; type string
- complexObjectArray - optional, unbounded; type catalogInventoryStockItemEntity
- catalogInventoryStockItemMultiUpdateDescription:Multi update product stock dataOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogInventoryStockItemMultiUpdateRequest (soap:body, use = literal)Source codeparameters type catalogInventoryStockItemMultiUpdateRequestParam
- sessionId type string
- productIds type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- productData type catalogInventoryStockItemUpdateEntityArray
- complexObjectArray - optional, unbounded; type catalogInventoryStockItemUpdateEntity
- qty - optional; type string
- is_in_stock - optional; type int
- manage_stock - optional; type int
- use_config_manage_stock - optional; type int
- min_qty - optional; type int
- use_config_min_qty - optional; type int
- min_sale_qty - optional; type int
- use_config_min_sale_qty - optional; type int
- max_sale_qty - optional; type int
- use_config_max_sale_qty - optional; type int
- is_qty_decimal - optional; type int
- backorders - optional; type int
- use_config_backorders - optional; type int
- notify_stock_qty - optional; type int
- use_config_notify_stock_qty - optional; type int
- complexObjectArray - optional, unbounded; type catalogInventoryStockItemUpdateEntity
Output:catalogInventoryStockItemMultiUpdateResponse (soap:body, use = literal)Source codeparameters type catalogInventoryStockItemMultiUpdateResponseParam- result type boolean
- catalogInventoryStockItemUpdateDescription:Update product stock dataOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogInventoryStockItemUpdateRequest (soap:body, use = literal)Source codeparameters type catalogInventoryStockItemUpdateRequestParam
- sessionId type string
- productId type string
- data type catalogInventoryStockItemUpdateEntity
- qty - optional; type string
- is_in_stock - optional; type int
- manage_stock - optional; type int
- use_config_manage_stock - optional; type int
- min_qty - optional; type int
- use_config_min_qty - optional; type int
- min_sale_qty - optional; type int
- use_config_min_sale_qty - optional; type int
- max_sale_qty - optional; type int
- use_config_max_sale_qty - optional; type int
- is_qty_decimal - optional; type int
- backorders - optional; type int
- use_config_backorders - optional; type int
- notify_stock_qty - optional; type int
- use_config_notify_stock_qty - optional; type int
Output:catalogInventoryStockItemUpdateResponse (soap:body, use = literal)Source codeparameters type catalogInventoryStockItemUpdateResponseParam- result type int
- catalogProductAttributeAddOptionDescription:Add option to attributeOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeAddOptionRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeAddOptionRequestParam
- sessionId type string
- attribute type string
- data type catalogProductAttributeOptionEntityToAdd
- label type catalogProductAttributeOptionLabelArray
- complexObjectArray - unbounded; type catalogProductAttributeOptionLabelEntity
- store_id type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- value type string
- store_id type ArrayOfString
- complexObjectArray - unbounded; type catalogProductAttributeOptionLabelEntity
- order type int
- is_default type int
- label type catalogProductAttributeOptionLabelArray
Output:catalogProductAttributeAddOptionResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeAddOptionResponseParam- result type boolean
- catalogProductAttributeCreateDescription:Create new attributeOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeCreateRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeCreateRequestParam
- sessionId type string
- data type catalogProductAttributeEntityToCreate
- attribute_code type string
- frontend_input type string
- scope - optional; type string
- default_value - optional; type string
- is_unique - optional; type int
- is_required - optional; type int
- apply_to - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- is_configurable - optional; type int
- is_searchable - optional; type int
- is_visible_in_advanced_search - optional; type int
- is_comparable - optional; type int
- is_used_for_promo_rules - optional; type int
- is_visible_on_front - optional; type int
- used_in_product_listing - optional; type int
- additional_fields - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- frontend_label - optional; type catalogProductAttributeFrontendLabelArray
- complexObjectArray - optional, unbounded; type catalogProductAttributeFrontendLabelEntity
- store_id type string
- label type string
- complexObjectArray - optional, unbounded; type catalogProductAttributeFrontendLabelEntity
Output:catalogProductAttributeCreateResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeCreateResponseParam- result type string
- catalogProductAttributeCurrentStoreDescription:Set/Get current store viewOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeCurrentStoreRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeCurrentStoreRequestParam
- sessionId type string
- store - optional; type string
Output:catalogProductAttributeCurrentStoreResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeCurrentStoreResponseParam- result type int
- catalogProductAttributeInfoDescription:Get full information about attribute with list of optionsOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeInfoRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeInfoRequestParam
- sessionId type string
- attribute type string
Output:catalogProductAttributeInfoResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeInfoResponseParam- result type catalogProductAttributeEntity
- attribute_id type string
- attribute_code type string
- frontend_input type string
- scope - optional; type string
- default_value - optional; type string
- is_unique - optional; type int
- is_required - optional; type int
- apply_to - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- is_configurable - optional; type int
- is_searchable - optional; type int
- is_visible_in_advanced_search - optional; type int
- is_comparable - optional; type int
- is_used_for_promo_rules - optional; type int
- is_visible_on_front - optional; type int
- used_in_product_listing - optional; type int
- additional_fields - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- options - optional; type catalogAttributeOptionEntityArray
- complexObjectArray - optional, unbounded; type catalogAttributeOptionEntity
- label type string
- value type string
- complexObjectArray - optional, unbounded; type catalogAttributeOptionEntity
- frontend_label type catalogProductAttributeFrontendLabelArray
- complexObjectArray - optional, unbounded; type catalogProductAttributeFrontendLabelEntity
- store_id type string
- label type string
- complexObjectArray - optional, unbounded; type catalogProductAttributeFrontendLabelEntity
- catalogProductAttributeListDescription:Retrieve attribute listOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeListRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeListRequestParam
- sessionId type string
- setId type int
Output:catalogProductAttributeListResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeListResponseParam- result type catalogAttributeEntityArray
- complexObjectArray - optional, unbounded; type catalogAttributeEntity
- attribute_id - optional; type int
- code - optional; type string
- type - optional; type string
- required - optional; type string
- scope - optional; type string
- complexObjectArray - optional, unbounded; type catalogAttributeEntity
- catalogProductAttributeMediaCreateDescription:Upload new product imageOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeMediaCreateRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeMediaCreateRequestParam
- sessionId type string
- productId type string
- data type catalogProductAttributeMediaCreateEntity
- file - optional; type catalogProductImageFileEntity
- content type string
- mime type string
- name - optional; type string
- label - optional; type string
- position - optional; type string
- types - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- exclude - optional; type string
- remove - optional; type string
- file - optional; type catalogProductImageFileEntity
- store - optional; type string
- identifierType - optional; type string
Output:catalogProductAttributeMediaCreateResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeMediaCreateResponseParam- result type string
- catalogProductAttributeMediaCurrentStoreDescription:Set/Get current store viewOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeMediaCurrentStoreRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeMediaCurrentStoreRequestParam
- sessionId type string
- store - optional; type string
Output:catalogProductAttributeMediaCurrentStoreResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeMediaCurrentStoreResponseParam- result type int
- catalogProductAttributeMediaInfoDescription:Retrieve product image dataOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeMediaInfoRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeMediaInfoRequestParam
- sessionId type string
- productId type string
- file type string
- store - optional; type string
- identifierType - optional; type string
Output:catalogProductAttributeMediaInfoResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeMediaInfoResponseParam- result type catalogProductImageEntity
- file type string
- label type string
- position type string
- exclude type string
- url type string
- types type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- catalogProductAttributeMediaListDescription:Retrieve product image listOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeMediaListRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeMediaListRequestParam
- sessionId type string
- productId type string
- store - optional; type string
- identifierType - optional; type string
Output:catalogProductAttributeMediaListResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeMediaListResponseParam- result type catalogProductImageEntityArray
- complexObjectArray - optional, unbounded; type catalogProductImageEntity
- file type string
- label type string
- position type string
- exclude type string
- url type string
- types type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- complexObjectArray - optional, unbounded; type catalogProductImageEntity
- catalogProductAttributeMediaRemoveDescription:Remove product imageOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeMediaRemoveRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeMediaRemoveRequestParam
- sessionId type string
- productId type string
- file type string
- identifierType - optional; type string
Output:catalogProductAttributeMediaRemoveResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeMediaRemoveResponseParam- result type int
- catalogProductAttributeMediaTypesDescription:Retrieve product image typesOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeMediaTypesRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeMediaTypesRequestParam
- sessionId type string
- setId type string
Output:catalogProductAttributeMediaTypesResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeMediaTypesResponseParam- result type catalogProductAttributeMediaTypeEntityArray
- complexObjectArray - optional, unbounded; type catalogProductAttributeMediaTypeEntity
- code type string
- scope type string
- complexObjectArray - optional, unbounded; type catalogProductAttributeMediaTypeEntity
- catalogProductAttributeMediaUpdateDescription:Update product imageOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeMediaUpdateRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeMediaUpdateRequestParam
- sessionId type string
- productId type string
- file type string
- data type catalogProductAttributeMediaCreateEntity
- file - optional; type catalogProductImageFileEntity
- content type string
- mime type string
- name - optional; type string
- label - optional; type string
- position - optional; type string
- types - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- exclude - optional; type string
- remove - optional; type string
- file - optional; type catalogProductImageFileEntity
- store - optional; type string
- identifierType - optional; type string
Output:catalogProductAttributeMediaUpdateResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeMediaUpdateResponseParam- result type int
- catalogProductAttributeOptionsDescription:Retrieve attribute optionsOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeOptionsRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeOptionsRequestParam
- sessionId type string
- attributeId type int
- store - optional; type string
Output:catalogProductAttributeOptionsResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeOptionsResponseParam- result type catalogAttributeOptionEntityArray
- complexObjectArray - optional, unbounded; type catalogAttributeOptionEntity
- label type string
- value type string
- complexObjectArray - optional, unbounded; type catalogAttributeOptionEntity
- catalogProductAttributeRemoveDescription:Delete attributeOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeRemoveRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeRemoveRequestParam
- sessionId type string
- attribute type string
Output:catalogProductAttributeRemoveResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeRemoveResponseParam- result type boolean
- catalogProductAttributeSetAttributeAddDescription:Add attribute into attribute setOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeSetAttributeAddRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeSetAttributeAddRequestParam
- sessionId type string
- attributeId type string
- attributeSetId type string
- attributeGroupId - optional; type string
- sortOrder - optional; type string
Output:catalogProductAttributeSetAttributeAddResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeSetAttributeAddResponseParam- result type int
- catalogProductAttributeSetAttributeRemoveDescription:Remove attribute from attribute setOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeSetAttributeRemoveRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeSetAttributeRemoveRequestParam
- sessionId type string
- attributeId type string
- attributeSetId type string
Output:catalogProductAttributeSetAttributeRemoveResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeSetAttributeRemoveResponseParam- result type int
- catalogProductAttributeSetCreateDescription:Create product attribute set based on another setOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeSetCreateRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeSetCreateRequestParam
- sessionId type string
- attributeSetName type string
- skeletonSetId type string
Output:catalogProductAttributeSetCreateResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeSetCreateResponseParam- result type string
- catalogProductAttributeSetGroupAddDescription:Create group within existing attribute setOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeSetGroupAddRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeSetGroupAddRequestParam
- sessionId type string
- attributeSetId type string
- groupName type string
Output:catalogProductAttributeSetGroupAddResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeSetGroupAddResponseParam- result type string
- catalogProductAttributeSetGroupRemoveDescription:Remove group from attribute setOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeSetGroupRemoveRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeSetGroupRemoveRequestParam
- sessionId type string
- attributeGroupId type string
Output:catalogProductAttributeSetGroupRemoveResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeSetGroupRemoveResponseParam- result type int
- catalogProductAttributeSetGroupRenameDescription:Rename existing groupOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeSetGroupRenameRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeSetGroupRenameRequestParam
- sessionId type string
- groupId type string
- groupName type string
Output:catalogProductAttributeSetGroupRenameResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeSetGroupRenameResponseParam- result type int
- catalogProductAttributeSetListDescription:Retrieve product attribute setsOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeSetListRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeSetListRequestParam
- sessionId type string
Output:catalogProductAttributeSetListResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeSetListResponseParam- result type catalogProductAttributeSetEntityArray
- complexObjectArray - optional, unbounded; type catalogProductAttributeSetEntity
- set_id - optional; type int
- name - optional; type string
- complexObjectArray - optional, unbounded; type catalogProductAttributeSetEntity
- catalogProductAttributeSetRemoveDescription:Remove product attribute setOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeSetRemoveRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeSetRemoveRequestParam
- sessionId type string
- attributeSetId type string
- forceProductsRemove - optional; type string
Output:catalogProductAttributeSetRemoveResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeSetRemoveResponseParam- result type int
- catalogProductAttributeTierPriceInfoDescription:Retrieve product tier pricesOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeTierPriceInfoRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeTierPriceInfoRequestParam
- sessionId type string
- productId type string
- identifierType - optional; type string
Output:catalogProductAttributeTierPriceInfoResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeTierPriceInfoResponseParam- result type catalogProductTierPriceEntityArray
- complexObjectArray - optional, unbounded; type catalogProductTierPriceEntity
- customer_group_id - optional; type string
- website - optional; type string
- qty - optional; type int
- price - optional; type double
- complexObjectArray - optional, unbounded; type catalogProductTierPriceEntity
- catalogProductAttributeTierPriceUpdateDescription:Update product tier pricesOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeTierPriceUpdateRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeTierPriceUpdateRequestParam
- sessionId type string
- productId type string
- tierPrices type catalogProductTierPriceEntityArray
- complexObjectArray - optional, unbounded; type catalogProductTierPriceEntity
- customer_group_id - optional; type string
- website - optional; type string
- qty - optional; type int
- price - optional; type double
- complexObjectArray - optional, unbounded; type catalogProductTierPriceEntity
- identifierType - optional; type string
Output:catalogProductAttributeTierPriceUpdateResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeTierPriceUpdateResponseParam- result type int
- catalogProductAttributeUpdateDescription:Update attributeOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductAttributeUpdateRequest (soap:body, use = literal)Source codeparameters type catalogProductAttributeUpdateRequestParam
- sessionId type string
- attribute type string
- data type catalogProductAttributeEntityToUpdate
- scope - optional; type string
- default_value - optional; type string
- is_unique - optional; type int
- is_required - optional; type int
- apply_to - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- is_configurable - optional; type int
- is_searchable - optional; type int
- is_visible_in_advanced_search - optional; type int
- is_comparable - optional; type int
- is_used_for_promo_rules - optional; type int
- is_visible_on_front - optional; type int
- used_in_product_listing - optional; type int
- additional_fields - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- frontend_label type catalogProductAttributeFrontendLabelArray
- complexObjectArray - optional, unbounded; type catalogProductAttributeFrontendLabelEntity
- store_id type string
- label type string
- complexObjectArray - optional, unbounded; type catalogProductAttributeFrontendLabelEntity
Output:catalogProductAttributeUpdateResponse (soap:body, use = literal)Source codeparameters type catalogProductAttributeUpdateResponseParam- result type boolean
- catalogProductCreateDescription:Create new product and return product idOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductCreateRequest (soap:body, use = literal)Source codeparameters type catalogProductCreateRequestParam
- sessionId type string
- type type string
- set type string
- sku type string
- productData type catalogProductCreateEntity
- categories - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- websites - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- name - optional; type string
- description - optional; type string
- short_description - optional; type string
- weight - optional; type string
- status - optional; type string
- url_key - optional; type string
- url_path - optional; type string
- visibility - optional; type string
- category_ids - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- website_ids - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- has_options - optional; type string
- gift_message_available - optional; type string
- price - optional; type string
- special_price - optional; type string
- special_from_date - optional; type string
- special_to_date - optional; type string
- tax_class_id - optional; type string
- tier_price - optional; type catalogProductTierPriceEntityArray
- complexObjectArray - optional, unbounded; type catalogProductTierPriceEntity
- customer_group_id - optional; type string
- website - optional; type string
- qty - optional; type int
- price - optional; type double
- complexObjectArray - optional, unbounded; type catalogProductTierPriceEntity
- meta_title - optional; type string
- meta_keyword - optional; type string
- meta_description - optional; type string
- custom_design - optional; type string
- custom_layout_update - optional; type string
- options_container - optional; type string
- additional_attributes - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- stock_data - optional; type catalogInventoryStockItemUpdateEntity
- qty - optional; type string
- is_in_stock - optional; type int
- manage_stock - optional; type int
- use_config_manage_stock - optional; type int
- min_qty - optional; type int
- use_config_min_qty - optional; type int
- min_sale_qty - optional; type int
- use_config_min_sale_qty - optional; type int
- max_sale_qty - optional; type int
- use_config_max_sale_qty - optional; type int
- is_qty_decimal - optional; type int
- backorders - optional; type int
- use_config_backorders - optional; type int
- notify_stock_qty - optional; type int
- use_config_notify_stock_qty - optional; type int
- categories - optional; type ArrayOfString
- store - optional; type string
Output:catalogProductCreateResponse (soap:body, use = literal)Source codeparameters type catalogProductCreateResponseParam- result type int
- catalogProductCurrentStoreDescription:Set/Get current store viewOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductCurrentStoreRequest (soap:body, use = literal)Source codeparameters type catalogProductCurrentStoreRequestParam
- sessionId type string
- store - optional; type string
Output:catalogProductCurrentStoreResponse (soap:body, use = literal)Source codeparameters type catalogProductCurrentStoreResponseParam- result type int
- catalogProductCustomOptionAddDescription:Add new custom option into productOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductCustomOptionAddRequest (soap:body, use = literal)Source codeparameters type catalogProductCustomOptionAddRequestParam
- sessionId type string
- productId type string
- data type catalogProductCustomOptionToAdd
- title type string
- type type string
- sort_order - optional; type string
- is_require - optional; type int
- additional_fields type catalogProductCustomOptionAdditionalFieldsArray
- complexObjectArray - unbounded; type catalogProductCustomOptionAdditionalFieldsEntity
- title - optional; type string
- price - optional; type string
- price_type - optional; type string
- sku - optional; type string
- max_characters - optional; type string
- sort_order - optional; type string
- file_extension - optional; type string
- image_size_x - optional; type string
- image_size_y - optional; type string
- value_id - optional; type string
- complexObjectArray - unbounded; type catalogProductCustomOptionAdditionalFieldsEntity
- store - optional; type string
Output:catalogProductCustomOptionAddResponse (soap:body, use = literal)Source codeparameters type catalogProductCustomOptionAddResponseParam- result type int
- catalogProductCustomOptionInfoDescription:Get full information about custom option in productOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductCustomOptionInfoRequest (soap:body, use = literal)Source codeparameters type catalogProductCustomOptionInfoRequestParam
- sessionId type string
- optionId type string
- store - optional; type string
Output:catalogProductCustomOptionInfoResponse (soap:body, use = literal)Source codeparameters type catalogProductCustomOptionInfoResponseParam- result type catalogProductCustomOptionInfoEntity
- title type string
- type type string
- sort_order type string
- is_require type int
- additional_fields type catalogProductCustomOptionAdditionalFieldsArray
- complexObjectArray - unbounded; type catalogProductCustomOptionAdditionalFieldsEntity
- title - optional; type string
- price - optional; type string
- price_type - optional; type string
- sku - optional; type string
- max_characters - optional; type string
- sort_order - optional; type string
- file_extension - optional; type string
- image_size_x - optional; type string
- image_size_y - optional; type string
- value_id - optional; type string
- complexObjectArray - unbounded; type catalogProductCustomOptionAdditionalFieldsEntity
- catalogProductCustomOptionListDescription:Retrieve list of product custom optionsOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductCustomOptionListRequest (soap:body, use = literal)Source codeparameters type catalogProductCustomOptionListRequestParam
- sessionId type string
- productId type string
- store - optional; type string
Output:catalogProductCustomOptionListResponse (soap:body, use = literal)Source codeparameters type catalogProductCustomOptionListResponseParam- result type catalogProductCustomOptionListArray
- complexObjectArray - optional, unbounded; type catalogProductCustomOptionListEntity
- option_id type string
- title type string
- type type string
- sort_order type string
- is_require type int
- complexObjectArray - optional, unbounded; type catalogProductCustomOptionListEntity
- catalogProductCustomOptionRemoveDescription:Remove custom optionOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductCustomOptionRemoveRequest (soap:body, use = literal)Source codeparameters type catalogProductCustomOptionRemoveRequestParam
- sessionId type string
- optionId type string
Output:catalogProductCustomOptionRemoveResponse (soap:body, use = literal)Source codeparameters type catalogProductCustomOptionRemoveResponseParam- result type int
- catalogProductCustomOptionTypesDescription:Get list of available custom option typesOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductCustomOptionTypesRequest (soap:body, use = literal)Source codeparameters type catalogProductCustomOptionTypesRequestParam
- sessionId type string
Output:catalogProductCustomOptionTypesResponse (soap:body, use = literal)Source codeparameters type catalogProductCustomOptionTypesResponseParam- result type catalogProductCustomOptionTypesArray
- complexObjectArray - optional, unbounded; type catalogProductCustomOptionTypesEntity
- label type string
- value type string
- complexObjectArray - optional, unbounded; type catalogProductCustomOptionTypesEntity
- catalogProductCustomOptionUpdateDescription:Update product custom optionOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductCustomOptionUpdateRequest (soap:body, use = literal)Source codeparameters type catalogProductCustomOptionUpdateRequestParam
- sessionId type string
- optionId type string
- data type catalogProductCustomOptionToUpdate
- title - optional; type string
- type - optional; type string
- sort_order - optional; type string
- is_require - optional; type int
- additional_fields - optional; type catalogProductCustomOptionAdditionalFieldsArray
- complexObjectArray - unbounded; type catalogProductCustomOptionAdditionalFieldsEntity
- title - optional; type string
- price - optional; type string
- price_type - optional; type string
- sku - optional; type string
- max_characters - optional; type string
- sort_order - optional; type string
- file_extension - optional; type string
- image_size_x - optional; type string
- image_size_y - optional; type string
- value_id - optional; type string
- complexObjectArray - unbounded; type catalogProductCustomOptionAdditionalFieldsEntity
- store - optional; type string
Output:catalogProductCustomOptionUpdateResponse (soap:body, use = literal)Source codeparameters type catalogProductCustomOptionUpdateResponseParam- result type int
- catalogProductCustomOptionValueAddDescription:Add new custom option valuesOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductCustomOptionValueAddRequest (soap:body, use = literal)Source codeparameters type catalogProductCustomOptionValueAddRequestParam
- sessionId type string
- optionId type string
- data type catalogProductCustomOptionValueAddArray
- complexObjectArray - unbounded; type catalogProductCustomOptionValueAddEntity
- title type string
- price type string
- price_type type string
- sku type string
- sort_order - optional; type string
- complexObjectArray - unbounded; type catalogProductCustomOptionValueAddEntity
- store - optional; type string
Output:catalogProductCustomOptionValueAddResponse (soap:body, use = literal)Source codeparameters type catalogProductCustomOptionValueAddResponseParam- result type int
- catalogProductCustomOptionValueInfoDescription:Retrieve custom option value infoOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductCustomOptionValueInfoRequest (soap:body, use = literal)Source codeparameters type catalogProductCustomOptionValueInfoRequestParam
- sessionId type string
- valueId type string
- store - optional; type string
Output:catalogProductCustomOptionValueInfoResponse (soap:body, use = literal)Source codeparameters type catalogProductCustomOptionValueInfoResponseParam- result type catalogProductCustomOptionValueInfoEntity
- value_id type string
- option_id type string
- sku type string
- sort_order type string
- default_price type string
- default_price_type type string
- store_price type string
- store_price_type type string
- price type string
- price_type type string
- default_title type string
- store_title type string
- title type string
- catalogProductCustomOptionValueListDescription:Retrieve custom option values listOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductCustomOptionValueListRequest (soap:body, use = literal)Source codeparameters type catalogProductCustomOptionValueListRequestParam
- sessionId type string
- optionId type string
- store - optional; type string
Output:catalogProductCustomOptionValueListResponse (soap:body, use = literal)Source codeparameters type catalogProductCustomOptionValueListResponseParam- result type catalogProductCustomOptionValueListArray
- complexObjectArray - optional, unbounded; type catalogProductCustomOptionValueListEntity
- value_id type string
- title type string
- price type string
- price_type type string
- sku type string
- sort_order type string
- complexObjectArray - optional, unbounded; type catalogProductCustomOptionValueListEntity
- catalogProductCustomOptionValueRemoveDescription:Remove value from custom optionOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductCustomOptionValueRemoveRequest (soap:body, use = literal)Source codeparameters type catalogProductCustomOptionValueRemoveRequestParam
- sessionId type string
- valueId type string
Output:catalogProductCustomOptionValueRemoveResponse (soap:body, use = literal)Source codeparameters type catalogProductCustomOptionValueRemoveResponseParam- result type int
- catalogProductCustomOptionValueUpdateDescription:Update custom option valueOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductCustomOptionValueUpdateRequest (soap:body, use = literal)Source codeparameters type catalogProductCustomOptionValueUpdateRequestParam
- sessionId type string
- valueId type string
- data type catalogProductCustomOptionValueUpdateEntity
- title type string
- price type string
- price_type type string
- sku type string
- sort_order - optional; type string
- store - optional; type string
Output:catalogProductCustomOptionValueUpdateResponse (soap:body, use = literal)Source codeparameters type catalogProductCustomOptionValueUpdateResponseParam- result type int
- catalogProductDeleteDescription:Delete productOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductDeleteRequest (soap:body, use = literal)Source codeparameters type catalogProductDeleteRequestParam
- sessionId type string
- productId type string
- identifierType - optional; type string
Output:catalogProductDeleteResponse (soap:body, use = literal)Source codeparameters type catalogProductDeleteResponseParam- result type int
- catalogProductDownloadableLinkAddDescription:Add links to downloadable productOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductDownloadableLinkAddRequest (soap:body, use = literal)Source codeparameters type catalogProductDownloadableLinkAddRequestParam
- sessionId type string
- productId type string
- resource type catalogProductDownloadableLinkAddEntity
- title type string
- price - optional; type string
- is_unlimited - optional; type int
- number_of_downloads - optional; type int
- is_shareable - optional; type int
- sample - optional; type catalogProductDownloadableLinkAddSampleEntity
- type - optional; type string
- file - optional; type catalogProductDownloadableLinkFileEntity
- name - optional; type string
- base64_content - optional; type string
- url - optional; type string
- type - optional; type string
- file - optional; type catalogProductDownloadableLinkFileEntity
- name - optional; type string
- base64_content - optional; type string
- link_url - optional; type string
- sample_url - optional; type string
- sort_order - optional; type int
- resourceType type string
- store - optional; type string
- identifierType - optional; type string
Output:catalogProductDownloadableLinkAddResponse (soap:body, use = literal)Source codeparameters type catalogProductDownloadableLinkAddResponseParam- result type int
- catalogProductDownloadableLinkListDescription:Retrieve list of links and samples for downloadable productOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductDownloadableLinkListRequest (soap:body, use = literal)Source codeparameters type catalogProductDownloadableLinkListRequestParam
- sessionId type string
- productId type string
- store - optional; type string
- identifierType - optional; type string
Output:catalogProductDownloadableLinkListResponse (soap:body, use = literal)Source codeparameters type catalogProductDownloadableLinkListResponseParam- result type catalogProductDownloadableLinkListEntity
- links type catalogProductDownloadableLinkEntityArray
- complexObjectArray - optional, unbounded; type catalogProductDownloadableLinkEntity
- link_id type string
- title type string
- price type string
- number_of_downloads - optional; type int
- is_unlimited - optional; type int
- is_shareable type int
- link_url type string
- link_type type string
- sample_file - optional; type string
- sample_url - optional; type string
- sample_type type string
- sort_order type int
- file_save - optional; type catalogProductDownloadableLinkFileInfoEntityArray
- complexObjectArray - optional, unbounded; type catalogProductDownloadableLinkFileInfoEntity
- file type string
- name type string
- size type int
- status type string
- complexObjectArray - optional, unbounded; type catalogProductDownloadableLinkFileInfoEntity
- sample_file_save - optional; type catalogProductDownloadableLinkFileInfoEntityArray
- complexObjectArray - optional, unbounded; type catalogProductDownloadableLinkFileInfoEntity
- file type string
- name type string
- size type int
- status type string
- complexObjectArray - optional, unbounded; type catalogProductDownloadableLinkFileInfoEntity
- complexObjectArray - optional, unbounded; type catalogProductDownloadableLinkEntity
- samples type catalogProductDownloadableLinkSampleEntityArray
- complexObjectArray - optional, unbounded; type catalogProductDownloadableLinkSampleEntity
- sample_id type string
- product_id type string
- sample_file - optional; type string
- sample_url - optional; type string
- sample_type type string
- sort_order type string
- default_title type string
- store_title type string
- title type string
- complexObjectArray - optional, unbounded; type catalogProductDownloadableLinkSampleEntity
- links type catalogProductDownloadableLinkEntityArray
- catalogProductDownloadableLinkRemoveDescription:Remove links and samples from downloadable productOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductDownloadableLinkRemoveRequest (soap:body, use = literal)Source codeparameters type catalogProductDownloadableLinkRemoveRequestParam
- sessionId type string
- linkId type string
- resourceType type string
Output:catalogProductDownloadableLinkRemoveResponse (soap:body, use = literal)Source codeparameters type catalogProductDownloadableLinkRemoveResponseParam- result type int
- catalogProductGetSpecialPriceDescription:Get product special price dataOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductGetSpecialPriceRequest (soap:body, use = literal)Source codeparameters type catalogProductGetSpecialPriceRequestParam
- sessionId type string
- productId type string
- store - optional; type string
Output:catalogProductGetSpecialPriceResponse (soap:body, use = literal)Source codeparameters type catalogProductGetSpecialPriceResponseParam- result type catalogProductSpecialPriceReturnEntity
- special_price type string
- special_from_date type string
- special_to_date type string
- catalogProductInfoDescription:Retrieve productOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductInfoRequest (soap:body, use = literal)Source codeparameters type catalogProductInfoRequestParam
- sessionId type string
- productId type string
- store - optional; type string
- attributes - optional; type catalogProductRequestAttributes
- attributes - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- additional_attributes - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- attributes - optional; type ArrayOfString
- identifierType - optional; type string
Output:catalogProductInfoResponse (soap:body, use = literal)Source codeparameters type catalogProductInfoResponseParam- result type catalogProductReturnEntity
- product_id - optional; type string
- sku - optional; type string
- set - optional; type string
- type - optional; type string
- categories - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- websites - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- created_at - optional; type string
- updated_at - optional; type string
- type_id - optional; type string
- name - optional; type string
- description - optional; type string
- short_description - optional; type string
- weight - optional; type string
- status - optional; type string
- url_key - optional; type string
- url_path - optional; type string
- visibility - optional; type string
- category_ids - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- website_ids - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- has_options - optional; type string
- gift_message_available - optional; type string
- price - optional; type string
- special_price - optional; type string
- special_from_date - optional; type string
- special_to_date - optional; type string
- tax_class_id - optional; type string
- tier_price - optional; type catalogProductTierPriceEntityArray
- complexObjectArray - optional, unbounded; type catalogProductTierPriceEntity
- customer_group_id - optional; type string
- website - optional; type string
- qty - optional; type int
- price - optional; type double
- complexObjectArray - optional, unbounded; type catalogProductTierPriceEntity
- meta_title - optional; type string
- meta_keyword - optional; type string
- meta_description - optional; type string
- custom_design - optional; type string
- custom_layout_update - optional; type string
- options_container - optional; type string
- additional_attributes - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- catalogProductLinkAssignDescription:Assign product linkOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductLinkAssignRequest (soap:body, use = literal)Source codeparameters type catalogProductLinkAssignRequestParam
- sessionId type string
- type type string
- productId type string
- linkedProductId type string
- data - optional; type catalogProductLinkEntity
- product_id - optional; type string
- type - optional; type string
- set - optional; type string
- sku - optional; type string
- position - optional; type string
- qty - optional; type string
- identifierType - optional; type string
Output:catalogProductLinkAssignResponse (soap:body, use = literal)Source codeparameters type catalogProductLinkAssignResponseParam- result type string
- catalogProductLinkAttributesDescription:Retrieve product link type attributesOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductLinkAttributesRequest (soap:body, use = literal)Source codeparameters type catalogProductLinkAttributesRequestParam
- sessionId type string
- type type string
Output:catalogProductLinkAttributesResponse (soap:body, use = literal)Source codeparameters type catalogProductLinkAttributesResponseParam- result type catalogProductLinkAttributeEntityArray
- complexObjectArray - optional, unbounded; type catalogProductLinkAttributeEntity
- code - optional; type string
- type - optional; type string
- complexObjectArray - optional, unbounded; type catalogProductLinkAttributeEntity
- catalogProductLinkListDescription:Retrieve linked productsOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductLinkListRequest (soap:body, use = literal)Source codeparameters type catalogProductLinkListRequestParam
- sessionId type string
- type type string
- productId type string
- identifierType - optional; type string
Output:catalogProductLinkListResponse (soap:body, use = literal)Source codeparameters type catalogProductLinkListResponseParam- result type catalogProductLinkEntityArray
- complexObjectArray - optional, unbounded; type catalogProductLinkEntity
- product_id - optional; type string
- type - optional; type string
- set - optional; type string
- sku - optional; type string
- position - optional; type string
- qty - optional; type string
- complexObjectArray - optional, unbounded; type catalogProductLinkEntity
- catalogProductLinkRemoveDescription:Remove product linkOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductLinkRemoveRequest (soap:body, use = literal)Source codeparameters type catalogProductLinkRemoveRequestParam
- sessionId type string
- type type string
- productId type string
- linkedProductId type string
- identifierType - optional; type string
Output:catalogProductLinkRemoveResponse (soap:body, use = literal)Source codeparameters type catalogProductLinkRemoveResponseParam- result type string
- catalogProductLinkTypesDescription:Retrieve product link typesOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductLinkTypesRequest (soap:body, use = literal)Source codeparameters type catalogProductLinkTypesRequestParam
- sessionId type string
Output:catalogProductLinkTypesResponse (soap:body, use = literal)Source codeparameters type catalogProductLinkTypesResponseParam- result type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- catalogProductLinkUpdateDescription:Update product linkOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductLinkUpdateRequest (soap:body, use = literal)Source codeparameters type catalogProductLinkUpdateRequestParam
- sessionId type string
- type type string
- productId type string
- linkedProductId type string
- data - optional; type catalogProductLinkEntity
- product_id - optional; type string
- type - optional; type string
- set - optional; type string
- sku - optional; type string
- position - optional; type string
- qty - optional; type string
- identifierType - optional; type string
Output:catalogProductLinkUpdateResponse (soap:body, use = literal)Source codeparameters type catalogProductLinkUpdateResponseParam- result type string
- catalogProductListDescription:Retrieve products list by filtersOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductListRequest (soap:body, use = literal)Source codeparameters type catalogProductListRequestParam
- sessionId type string
- filters type filters
- filter - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- complex_filter - optional; type complexFilterArray
- complexObjectArray - optional, unbounded; type complexFilter
- key type string
- value type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type complexFilter
- filter - optional; type associativeArray
- store - optional; type string
Output:catalogProductListResponse (soap:body, use = literal)Source codeparameters type catalogProductListResponseParam- result type catalogProductEntityArray
- complexObjectArray - optional, unbounded; type catalogProductEntity
- product_id type string
- sku type string
- name type string
- set type string
- type type string
- category_ids type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- website_ids type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- complexObjectArray - optional, unbounded; type catalogProductEntity
- catalogProductMultiUpdateDescription:Product multi updateOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductMultiUpdateRequest (soap:body, use = literal)Source codeparameters type catalogProductMultiUpdateRequestParam
- sessionId type string
- productIds type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- productData type catalogProductCreateEntityArray
- complexObjectArray - optional, unbounded; type catalogProductCreateEntity
- categories - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- websites - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- name - optional; type string
- description - optional; type string
- short_description - optional; type string
- weight - optional; type string
- status - optional; type string
- url_key - optional; type string
- url_path - optional; type string
- visibility - optional; type string
- category_ids - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- website_ids - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- has_options - optional; type string
- gift_message_available - optional; type string
- price - optional; type string
- special_price - optional; type string
- special_from_date - optional; type string
- special_to_date - optional; type string
- tax_class_id - optional; type string
- tier_price - optional; type catalogProductTierPriceEntityArray
- complexObjectArray - optional, unbounded; type catalogProductTierPriceEntity
- customer_group_id - optional; type string
- website - optional; type string
- qty - optional; type int
- price - optional; type double
- complexObjectArray - optional, unbounded; type catalogProductTierPriceEntity
- meta_title - optional; type string
- meta_keyword - optional; type string
- meta_description - optional; type string
- custom_design - optional; type string
- custom_layout_update - optional; type string
- options_container - optional; type string
- additional_attributes - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- stock_data - optional; type catalogInventoryStockItemUpdateEntity
- qty - optional; type string
- is_in_stock - optional; type int
- manage_stock - optional; type int
- use_config_manage_stock - optional; type int
- min_qty - optional; type int
- use_config_min_qty - optional; type int
- min_sale_qty - optional; type int
- use_config_min_sale_qty - optional; type int
- max_sale_qty - optional; type int
- use_config_max_sale_qty - optional; type int
- is_qty_decimal - optional; type int
- backorders - optional; type int
- use_config_backorders - optional; type int
- notify_stock_qty - optional; type int
- use_config_notify_stock_qty - optional; type int
- categories - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type catalogProductCreateEntity
- store - optional; type string
- identifierType - optional; type string
Output:catalogProductMultiUpdateResponse (soap:body, use = literal)Source codeparameters type catalogProductMultiUpdateResponseParam- result type boolean
- catalogProductSetSpecialPriceDescription:Update product special priceOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductSetSpecialPriceRequest (soap:body, use = literal)Source codeparameters type catalogProductSetSpecialPriceRequestParam
- sessionId type string
- productId type string
- specialPrice - optional; type string
- fromDate - optional; type string
- toDate - optional; type string
- store - optional; type string
Output:catalogProductSetSpecialPriceResponse (soap:body, use = literal)Source codeparameters type catalogProductSetSpecialPriceResponseParam- result type int
- catalogProductTagAddDescription:Add tag(s) to productOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductTagAddRequest (soap:body, use = literal)Source codeparameters type catalogProductTagAddRequestParam
- sessionId type string
- data type catalogProductTagAddEntity
- tag type string
- product_id type string
- customer_id type string
- store type string
Output:catalogProductTagAddResponse (soap:body, use = literal)Source codeparameters type catalogProductTagAddResponseParam- result type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- catalogProductTagInfoDescription:Retrieve product tag infoOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductTagInfoRequest (soap:body, use = literal)Source codeparameters type catalogProductTagInfoRequestParam
- sessionId type string
- tagId type string
- store type string
Output:catalogProductTagInfoResponse (soap:body, use = literal)Source codeparameters type catalogProductTagInfoResponseParam- result type catalogProductTagInfoEntity
- name type string
- status type string
- base_popularity type string
- products type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- catalogProductTagListDescription:Retrieve list of tags by productOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductTagListRequest (soap:body, use = literal)Source codeparameters type catalogProductTagListRequestParam
- sessionId type string
- productId type string
- store type string
Output:catalogProductTagListResponse (soap:body, use = literal)Source codeparameters type catalogProductTagListResponseParam- result type catalogProductTagListEntityArray
- complexObjectArray - optional, unbounded; type catalogProductTagListEntity
- tag_id type string
- name type string
- complexObjectArray - optional, unbounded; type catalogProductTagListEntity
- catalogProductTagRemoveDescription:Remove product tagOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductTagRemoveRequest (soap:body, use = literal)Source codeparameters type catalogProductTagRemoveRequestParam
- sessionId type string
- tagId type string
Output:catalogProductTagRemoveResponse (soap:body, use = literal)Source codeparameters type catalogProductTagRemoveResponseParam- result type int
- catalogProductTagUpdateDescription:Update product tagOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductTagUpdateRequest (soap:body, use = literal)Source codeparameters type catalogProductTagUpdateRequestParam
- sessionId type string
- tagId type string
- data type catalogProductTagUpdateEntity
- name - optional; type string
- status - optional; type string
- base_popularity - optional; type string
- store type string
Output:catalogProductTagUpdateResponse (soap:body, use = literal)Source codeparameters type catalogProductTagUpdateResponseParam- result type int
- catalogProductTypeListDescription:Retrieve product typesOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductTypeListRequest (soap:body, use = literal)Source codeparameters type catalogProductTypeListRequestParam
- sessionId type string
Output:catalogProductTypeListResponse (soap:body, use = literal)Source codeparameters type catalogProductTypeListResponseParam- result type catalogProductTypeEntityArray
- complexObjectArray - optional, unbounded; type catalogProductTypeEntity
- type - optional; type string
- label - optional; type string
- complexObjectArray - optional, unbounded; type catalogProductTypeEntity
- catalogProductUpdateDescription:Update productOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:catalogProductUpdateRequest (soap:body, use = literal)Source codeparameters type catalogProductUpdateRequestParam
- sessionId type string
- productId type string
- productData type catalogProductCreateEntity
- categories - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- websites - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- name - optional; type string
- description - optional; type string
- short_description - optional; type string
- weight - optional; type string
- status - optional; type string
- url_key - optional; type string
- url_path - optional; type string
- visibility - optional; type string
- category_ids - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- website_ids - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- has_options - optional; type string
- gift_message_available - optional; type string
- price - optional; type string
- special_price - optional; type string
- special_from_date - optional; type string
- special_to_date - optional; type string
- tax_class_id - optional; type string
- tier_price - optional; type catalogProductTierPriceEntityArray
- complexObjectArray - optional, unbounded; type catalogProductTierPriceEntity
- customer_group_id - optional; type string
- website - optional; type string
- qty - optional; type int
- price - optional; type double
- complexObjectArray - optional, unbounded; type catalogProductTierPriceEntity
- meta_title - optional; type string
- meta_keyword - optional; type string
- meta_description - optional; type string
- custom_design - optional; type string
- custom_layout_update - optional; type string
- options_container - optional; type string
- additional_attributes - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- stock_data - optional; type catalogInventoryStockItemUpdateEntity
- qty - optional; type string
- is_in_stock - optional; type int
- manage_stock - optional; type int
- use_config_manage_stock - optional; type int
- min_qty - optional; type int
- use_config_min_qty - optional; type int
- min_sale_qty - optional; type int
- use_config_min_sale_qty - optional; type int
- max_sale_qty - optional; type int
- use_config_max_sale_qty - optional; type int
- is_qty_decimal - optional; type int
- backorders - optional; type int
- use_config_backorders - optional; type int
- notify_stock_qty - optional; type int
- use_config_notify_stock_qty - optional; type int
- categories - optional; type ArrayOfString
- store - optional; type string
- identifierType - optional; type string
Output:catalogProductUpdateResponse (soap:body, use = literal)Source codeparameters type catalogProductUpdateResponseParam- result type boolean
- customerAddressCreateDescription:Create customer addressOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:customerAddressCreateRequest (soap:body, use = literal)Source codeparameters type customerAddressCreateRequestParam
- sessionId type string
- customerId type int
- addressData type customerAddressEntityCreate
- city - optional; type string
- company - optional; type string
- country_id - optional; type string
- fax - optional; type string
- firstname - optional; type string
- lastname - optional; type string
- middlename - optional; type string
- postcode - optional; type string
- prefix - optional; type string
- region_id - optional; type int
- region - optional; type string
- street - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- suffix - optional; type string
- telephone - optional; type string
- is_default_billing - optional; type boolean
- is_default_shipping - optional; type boolean
Output:customerAddressCreateResponse (soap:body, use = literal)Source codeparameters type customerAddressCreateResponseParam- result type int
- customerAddressDeleteDescription:Delete customer addressOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:customerAddressDeleteRequest (soap:body, use = literal)Source codeparameters type customerAddressDeleteRequestParam
- sessionId type string
- addressId type int
Output:customerAddressDeleteResponse (soap:body, use = literal)Source codeparameters type customerAddressDeleteResponseParam- result type boolean
- customerAddressInfoDescription:Retrieve customer address dataOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:customerAddressInfoRequest (soap:body, use = literal)Source codeparameters type customerAddressInfoRequestParam
- sessionId type string
- addressId type int
Output:customerAddressInfoResponse (soap:body, use = literal)Source codeparameters type customerAddressInfoResponseParam- result type customerAddressEntityItem
- customer_address_id - optional; type int
- created_at - optional; type string
- updated_at - optional; type string
- increment_id - optional; type string
- city - optional; type string
- company - optional; type string
- country_id - optional; type string
- fax - optional; type string
- firstname - optional; type string
- lastname - optional; type string
- middlename - optional; type string
- postcode - optional; type string
- prefix - optional; type string
- region - optional; type string
- region_id - optional; type int
- street - optional; type string
- suffix - optional; type string
- telephone - optional; type string
- is_default_billing - optional; type boolean
- is_default_shipping - optional; type boolean
- customerAddressListDescription:Retrieve customer addressesOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:customerAddressListRequest (soap:body, use = literal)Source codeparameters type customerAddressListRequestParam
- sessionId type string
- customerId type int
Output:customerAddressListResponse (soap:body, use = literal)Source codeparameters type customerAddressListResponseParam- result type customerAddressEntityArray
- complexObjectArray - optional, unbounded; type customerAddressEntityItem
- customer_address_id - optional; type int
- created_at - optional; type string
- updated_at - optional; type string
- increment_id - optional; type string
- city - optional; type string
- company - optional; type string
- country_id - optional; type string
- fax - optional; type string
- firstname - optional; type string
- lastname - optional; type string
- middlename - optional; type string
- postcode - optional; type string
- prefix - optional; type string
- region - optional; type string
- region_id - optional; type int
- street - optional; type string
- suffix - optional; type string
- telephone - optional; type string
- is_default_billing - optional; type boolean
- is_default_shipping - optional; type boolean
- complexObjectArray - optional, unbounded; type customerAddressEntityItem
- customerAddressUpdateDescription:Update customer address dataOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:customerAddressUpdateRequest (soap:body, use = literal)Source codeparameters type customerAddressUpdateRequestParam
- sessionId type string
- addressId type int
- addressData type customerAddressEntityCreate
- city - optional; type string
- company - optional; type string
- country_id - optional; type string
- fax - optional; type string
- firstname - optional; type string
- lastname - optional; type string
- middlename - optional; type string
- postcode - optional; type string
- prefix - optional; type string
- region_id - optional; type int
- region - optional; type string
- street - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- suffix - optional; type string
- telephone - optional; type string
- is_default_billing - optional; type boolean
- is_default_shipping - optional; type boolean
Output:customerAddressUpdateResponse (soap:body, use = literal)Source codeparameters type customerAddressUpdateResponseParam- result type boolean
- customerCustomerCreateDescription:Create customerOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:customerCustomerCreateRequest (soap:body, use = literal)Source codeparameters type customerCustomerCreateRequestParam
- sessionId type string
- customerData type customerCustomerEntityToCreate
- customer_id - optional; type int
- email - optional; type string
- firstname - optional; type string
- lastname - optional; type string
- middlename - optional; type string
- password - optional; type string
- website_id - optional; type int
- store_id - optional; type int
- group_id - optional; type int
- prefix - optional; type string
- suffix - optional; type string
- dob - optional; type string
- taxvat - optional; type string
- gender - optional; type int
Output:customerCustomerCreateResponse (soap:body, use = literal)Source codeparameters type customerCustomerCreateResponseParam- result type int
- customerCustomerDeleteDescription:Delete customerOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:customerCustomerDeleteRequest (soap:body, use = literal)Source codeparameters type customerCustomerDeleteRequestParam
- sessionId type string
- customerId type int
Output:customerCustomerDeleteResponse (soap:body, use = literal)Source codeparameters type customerCustomerDeleteResponseParam- result type boolean
- customerCustomerInfoDescription:Retrieve customer dataOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:customerCustomerInfoRequest (soap:body, use = literal)Source codeparameters type customerCustomerInfoRequestParam
- sessionId type string
- customerId type int
- attributes - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
Output:customerCustomerInfoResponse (soap:body, use = literal)Source codeparameters type customerCustomerInfoResponseParam- result type customerCustomerEntity
- customer_id - optional; type int
- created_at - optional; type string
- updated_at - optional; type string
- increment_id - optional; type string
- store_id - optional; type int
- website_id - optional; type int
- created_in - optional; type string
- email - optional; type string
- firstname - optional; type string
- middlename - optional; type string
- lastname - optional; type string
- group_id - optional; type int
- prefix - optional; type string
- suffix - optional; type string
- dob - optional; type string
- taxvat - optional; type string
- confirmation - optional; type boolean
- password_hash - optional; type string
- customerCustomerListDescription:Retrieve customersOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:customerCustomerListRequest (soap:body, use = literal)Source codeparameters type customerCustomerListRequestParam
- sessionId type string
- filters type filters
- filter - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- complex_filter - optional; type complexFilterArray
- complexObjectArray - optional, unbounded; type complexFilter
- key type string
- value type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type complexFilter
- filter - optional; type associativeArray
Output:customerCustomerListResponse (soap:body, use = literal)Source codeparameters type customerCustomerListResponseParam- result type customerCustomerEntityArray
- complexObjectArray - optional, unbounded; type customerCustomerEntity
- customer_id - optional; type int
- created_at - optional; type string
- updated_at - optional; type string
- increment_id - optional; type string
- store_id - optional; type int
- website_id - optional; type int
- created_in - optional; type string
- email - optional; type string
- firstname - optional; type string
- middlename - optional; type string
- lastname - optional; type string
- group_id - optional; type int
- prefix - optional; type string
- suffix - optional; type string
- dob - optional; type string
- taxvat - optional; type string
- confirmation - optional; type boolean
- password_hash - optional; type string
- complexObjectArray - optional, unbounded; type customerCustomerEntity
- customerCustomerUpdateDescription:Update customer dataOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:customerCustomerUpdateRequest (soap:body, use = literal)Source codeparameters type customerCustomerUpdateRequestParam
- sessionId type string
- customerId type int
- customerData type customerCustomerEntityToCreate
- customer_id - optional; type int
- email - optional; type string
- firstname - optional; type string
- lastname - optional; type string
- middlename - optional; type string
- password - optional; type string
- website_id - optional; type int
- store_id - optional; type int
- group_id - optional; type int
- prefix - optional; type string
- suffix - optional; type string
- dob - optional; type string
- taxvat - optional; type string
- gender - optional; type int
Output:customerCustomerUpdateResponse (soap:body, use = literal)Source codeparameters type customerCustomerUpdateResponseParam- result type boolean
- customerGroupListDescription:Retrieve customer groupsOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:customerGroupListRequest (soap:body, use = literal)Source codeparameters type customerGroupListRequestParam
- sessionId type string
Output:customerGroupListResponse (soap:body, use = literal)Source codeparameters type customerGroupListResponseParam- result type customerGroupEntityArray
- complexObjectArray - optional, unbounded; type customerGroupEntity
- customer_group_id type int
- customer_group_code type string
- complexObjectArray - optional, unbounded; type customerGroupEntity
- directoryCountryListDescription:List of countriesOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:directoryCountryListRequest (soap:body, use = literal)Source codeparameters type directoryCountryListRequestParam
- sessionId type string
Output:directoryCountryListResponse (soap:body, use = literal)Source codeparameters type directoryCountryListResponseParam- result type directoryCountryEntityArray
- complexObjectArray - optional, unbounded; type directoryCountryEntity
- country_id type string
- iso2_code type string
- iso3_code type string
- name type string
- complexObjectArray - optional, unbounded; type directoryCountryEntity
- directoryRegionListDescription:List of regions in specified countryOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:directoryRegionListRequest (soap:body, use = literal)Source codeparameters type directoryRegionListRequestParam
- sessionId type string
- country type string
Output:directoryRegionListResponse (soap:body, use = literal)Source codeparameters type directoryRegionListResponseParam- result type directoryRegionEntityArray
- complexObjectArray - optional, unbounded; type directoryRegionEntity
- region_id type string
- code type string
- name type string
- complexObjectArray - optional, unbounded; type directoryRegionEntity
- endSessionDescription:End web service sessionOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:endSession (soap:body, use = literal)Source codeparameters type endSessionParam
- sessionId type string
Output:endSessionResponse (soap:body, use = literal)Source codeparameters type endSessionResponseParam- result type boolean
- giftMessageSetForQuoteDescription:Set a gift message to the cartOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:giftMessageForQuoteRequest (soap:body, use = literal)Source codeparameters type giftMessageForQuoteRequestParam
- sessionId type string
- quoteId type string
- giftMessage type giftMessageEntity
- from - optional; type string
- to - optional; type string
- message - optional; type string
- store - optional; type string
Output:giftMessageForQuoteResponse (soap:body, use = literal)Source codeparameters type giftMessageForQuoteResponseParam- result type giftMessageResponse
- entityId - optional; type string
- result - optional; type boolean
- error - optional; type string
- giftMessageSetForQuoteItemDescription:Setting a gift messages to the quote itemOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:giftMessageForQuoteItemRequest (soap:body, use = literal)Source codeparameters type giftMessageForQuoteItemRequestParam
- sessionId type string
- quoteItemId type string
- giftMessage type giftMessageEntity
- from - optional; type string
- to - optional; type string
- message - optional; type string
- store - optional; type string
Output:giftMessageForQuoteItemResponse (soap:body, use = literal)Source codeparameters type giftMessageForQuoteItemResponseParam- result type giftMessageResponse
- entityId - optional; type string
- result - optional; type boolean
- error - optional; type string
- giftMessageSetForQuoteProductDescription:Setting a gift messages to the quote items by productsOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:giftMessageForQuoteProductRequest (soap:body, use = literal)Source codeparameters type giftMessageForQuoteProductRequestParam
- sessionId type string
- quoteId type string
- productsAndMessages type giftMessageAssociativeProductsEntityArray
- complexObjectArray - optional, unbounded; type giftMessageAssociativeProductsEntity
- product type shoppingCartProductEntity
- product_id - optional; type string
- sku - optional; type string
- qty - optional; type double
- options - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- bundle_option - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- bundle_option_qty - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- links - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- message type giftMessageEntity
- from - optional; type string
- to - optional; type string
- message - optional; type string
- product type shoppingCartProductEntity
- complexObjectArray - optional, unbounded; type giftMessageAssociativeProductsEntity
- store - optional; type string
Output:giftMessageForQuoteProductResponse (soap:body, use = literal)Source codeparameters type giftMessageForQuoteProductResponseParam- result type giftMessageResponseArray
- complexObjectArray - optional, unbounded; type giftMessageResponse
- entityId - optional; type string
- result - optional; type boolean
- error - optional; type string
- complexObjectArray - optional, unbounded; type giftMessageResponse
- globalFaultsDescription:List of global faultsOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:globalFaults (soap:body, use = literal)Source codeparameters type globalFaultsParam
- sessionId type string
Output:globalFaultsResponse (soap:body, use = literal)Source codeparameters type globalFaultsResponseParam- result type ArrayOfExistsFaltures
- complexObjectArray - optional, unbounded; type existsFaltureEntity
- code type string
- message type string
- complexObjectArray - optional, unbounded; type existsFaltureEntity
- loginDescription:Login user and retrive session idOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:login (soap:body, use = literal)Source codeparameters type loginParam
- username type string
- apiKey type string
Output:loginResponse (soap:body, use = literal)Source codeparameters type loginResponseParam- result type string
- magentoInfoDescription:Info about current Magento installationOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:magentoInfoRequest (soap:body, use = literal)Source codeparameters type magentoInfoRequestParam
- sessionId type string
Output:magentoInfoResponse (soap:body, use = literal)Source codeparameters type magentoInfoResponseParam- result type magentoInfoEntity
- magento_version type string
- magento_edition type string
- multiCallDescription:Multiple calls of resource functionalityOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:multiCall (soap:body, use = literal)Source codeparameters type multiCallParam
- sessionId type string
- calls type anyType
- options type anyType
Output:multiCallResponse (soap:body, use = literal)Source codeparameters type multiCallResponseParam- result type anyType
- resourceFaultsDescription:List of resource faultsOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:resourceFaults (soap:body, use = literal)Source codeparameters type resourceFaultsParam
- sessionId type string
- resourceName type string
Output:resourceFaultsResponse (soap:body, use = literal)Source codeparameters type resourceFaultsResponseParam- result type ArrayOfExistsFaltures
- complexObjectArray - optional, unbounded; type existsFaltureEntity
- code type string
- message type string
- complexObjectArray - optional, unbounded; type existsFaltureEntity
- resourcesDescription:List of available resourcesOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:resourcesRequest (soap:body, use = literal)Source codeparameters type resourcesRequestParam
- sessionId type string
Output:resourcesResponse (soap:body, use = literal)Source codeparameters type resourcesResponseParam- result type ArrayOfApis
- complexObjectArray - optional, unbounded; type apiEntity
- title type string
- name type string
- aliases type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- methods type ArrayOfApiMethods
- complexObjectArray - optional, unbounded; type apiMethodEntity
- title type string
- path type string
- name type string
- aliases type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- complexObjectArray - optional, unbounded; type apiMethodEntity
- complexObjectArray - optional, unbounded; type apiEntity
- salesOrderAddCommentDescription:Add comment to orderOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderAddCommentRequest (soap:body, use = literal)Source codeparameters type salesOrderAddCommentRequestParam
- sessionId type string
- orderIncrementId type string
- status type string
- comment - optional; type string
- notify - optional; type int
Output:salesOrderAddCommentResponse (soap:body, use = literal)Source codeparameters type salesOrderAddCommentResponseParam- result type int
- salesOrderCancelDescription:Cancel orderOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderCancelRequest (soap:body, use = literal)Source codeparameters type salesOrderCancelRequestParam
- sessionId type string
- orderIncrementId type string
Output:salesOrderCancelResponse (soap:body, use = literal)Source codeparameters type salesOrderCancelResponseParam- result type int
- salesOrderCreditmemoAddCommentDescription:Add new comment to creditmemoOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderCreditmemoAddCommentRequest (soap:body, use = literal)Source codeparameters type salesOrderCreditmemoAddCommentRequestParam
- sessionId type string
- creditmemoIncrementId type string
- comment type string
- notifyCustomer - optional; type int
- includeComment - optional; type int
Output:salesOrderCreditmemoAddCommentResponse (soap:body, use = literal)Source codeparameters type salesOrderCreditmemoAddCommentResponseParam- result type int
- salesOrderCreditmemoCancelDescription:Cancel creditmemoOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderCreditmemoCancelRequest (soap:body, use = literal)Source codeparameters type salesOrderCreditmemoCancelRequestParam
- sessionId type string
- creditmemoIncrementId type string
Output:salesOrderCreditmemoCancelResponse (soap:body, use = literal)Source codeparameters type salesOrderCreditmemoCancelResponseParam- result type string
- salesOrderCreditmemoCreateDescription:Create new creditmemo for orderOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderCreditmemoCreateRequest (soap:body, use = literal)Source codeparameters type salesOrderCreditmemoCreateRequestParam
- sessionId type string
- orderIncrementId type string
- creditmemoData - optional; type salesOrderCreditmemoData
- qtys - optional; type orderItemIdQtyArray
- complexObjectArray - optional, unbounded; type orderItemIdQty
- order_item_id type int
- qty type double
- complexObjectArray - optional, unbounded; type orderItemIdQty
- shipping_amount - optional; type double
- adjustment_positive - optional; type double
- adjustment_negative - optional; type double
- qtys - optional; type orderItemIdQtyArray
- comment - optional; type string
- notifyCustomer - optional; type int
- includeComment - optional; type int
- refundToStoreCreditAmount - optional; type string
Output:salesOrderCreditmemoCreateResponse (soap:body, use = literal)Source codeparameters type salesOrderCreditmemoCreateResponseParam- result type string
- salesOrderCreditmemoInfoDescription:Retrieve creditmemo informationOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderCreditmemoInfoRequest (soap:body, use = literal)Source codeparameters type salesOrderCreditmemoInfoRequestParam
- sessionId type string
- creditmemoIncrementId type string
Output:salesOrderCreditmemoInfoResponse (soap:body, use = literal)Source codeparameters type salesOrderCreditmemoInfoResponseParam- result type salesOrderCreditmemoEntity
- updated_at - optional; type string
- created_at - optional; type string
- increment_id - optional; type string
- transaction_id - optional; type string
- global_currency_code - optional; type string
- base_currency_code - optional; type string
- order_currency_code - optional; type string
- store_currency_code - optional; type string
- cybersource_token - optional; type string
- invoice_id - optional; type string
- billing_address_id - optional; type string
- shipping_address_id - optional; type string
- state - optional; type string
- creditmemo_status - optional; type string
- email_sent - optional; type string
- order_id - optional; type string
- tax_amount - optional; type string
- shipping_tax_amount - optional; type string
- base_tax_amount - optional; type string
- base_adjustment_positive - optional; type string
- base_grand_total - optional; type string
- adjustment - optional; type string
- subtotal - optional; type string
- discount_amount - optional; type string
- base_subtotal - optional; type string
- base_adjustment - optional; type string
- base_to_global_rate - optional; type string
- store_to_base_rate - optional; type string
- base_shipping_amount - optional; type string
- adjustment_negative - optional; type string
- subtotal_incl_tax - optional; type string
- shipping_amount - optional; type string
- base_subtotal_incl_tax - optional; type string
- base_adjustment_negative - optional; type string
- grand_total - optional; type string
- base_discount_amount - optional; type string
- base_to_order_rate - optional; type string
- store_to_order_rate - optional; type string
- base_shipping_tax_amount - optional; type string
- adjustment_positive - optional; type string
- store_id - optional; type string
- hidden_tax_amount - optional; type string
- base_hidden_tax_amount - optional; type string
- shipping_hidden_tax_amount - optional; type string
- base_shipping_hidden_tax_amnt - optional; type string
- shipping_incl_tax - optional; type string
- base_shipping_incl_tax - optional; type string
- base_customer_balance_amount - optional; type string
- customer_balance_amount - optional; type string
- bs_customer_bal_total_refunded - optional; type string
- customer_bal_total_refunded - optional; type string
- base_gift_cards_amount - optional; type string
- gift_cards_amount - optional; type string
- gw_base_price - optional; type string
- gw_price - optional; type string
- gw_items_base_price - optional; type string
- gw_items_price - optional; type string
- gw_card_base_price - optional; type string
- gw_card_price - optional; type string
- gw_base_tax_amount - optional; type string
- gw_tax_amount - optional; type string
- gw_items_base_tax_amount - optional; type string
- gw_items_tax_amount - optional; type string
- gw_card_base_tax_amount - optional; type string
- gw_card_tax_amount - optional; type string
- base_reward_currency_amount - optional; type string
- reward_currency_amount - optional; type string
- reward_points_balance - optional; type string
- reward_points_balance_refund - optional; type string
- creditmemo_id - optional; type string
- items - optional; type salesOrderCreditmemoItemEntityArray
- complexObjectArray - optional, unbounded; type salesOrderCreditmemoItemEntity
- item_id - optional; type string
- parent_id - optional; type string
- weee_tax_applied_row_amount - optional; type string
- base_price - optional; type string
- base_weee_tax_row_disposition - optional; type string
- tax_amount - optional; type string
- base_weee_tax_applied_amount - optional; type string
- weee_tax_row_disposition - optional; type string
- base_row_total - optional; type string
- discount_amount - optional; type string
- row_total - optional; type string
- weee_tax_applied_amount - optional; type string
- base_discount_amount - optional; type string
- base_weee_tax_disposition - optional; type string
- price_incl_tax - optional; type string
- base_tax_amount - optional; type string
- weee_tax_disposition - optional; type string
- base_price_incl_tax - optional; type string
- qty - optional; type string
- base_cost - optional; type string
- base_weee_tax_applied_row_amount - optional; type string
- price - optional; type string
- base_row_total_incl_tax - optional; type string
- row_total_incl_tax - optional; type string
- product_id - optional; type string
- order_item_id - optional; type string
- additional_data - optional; type string
- description - optional; type string
- weee_tax_applied - optional; type string
- sku - optional; type string
- name - optional; type string
- hidden_tax_amount - optional; type string
- base_hidden_tax_amount - optional; type string
- complexObjectArray - optional, unbounded; type salesOrderCreditmemoItemEntity
- comments - optional; type salesOrderCreditmemoCommentEntityArray
- complexObjectArray - optional, unbounded; type salesOrderCreditmemoCommentEntity
- parent_id - optional; type string
- created_at - optional; type string
- comment - optional; type string
- is_customer_notified - optional; type string
- comment_id - optional; type string
- is_visible_on_front - optional; type string
- complexObjectArray - optional, unbounded; type salesOrderCreditmemoCommentEntity
- salesOrderCreditmemoListDescription:Retrieve list of creditmemos by filtersOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderCreditmemoListRequest (soap:body, use = literal)Source codeparameters type salesOrderCreditmemoListRequestParam
- sessionId type string
- filters - optional; type filters
- filter - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- complex_filter - optional; type complexFilterArray
- complexObjectArray - optional, unbounded; type complexFilter
- key type string
- value type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type complexFilter
- filter - optional; type associativeArray
Output:salesOrderCreditmemoListResponse (soap:body, use = literal)Source codeparameters type salesOrderCreditmemoListResponseParam- result type salesOrderCreditmemoEntityArray
- complexObjectArray - optional, unbounded; type salesOrderCreditmemoEntity
- updated_at - optional; type string
- created_at - optional; type string
- increment_id - optional; type string
- transaction_id - optional; type string
- global_currency_code - optional; type string
- base_currency_code - optional; type string
- order_currency_code - optional; type string
- store_currency_code - optional; type string
- cybersource_token - optional; type string
- invoice_id - optional; type string
- billing_address_id - optional; type string
- shipping_address_id - optional; type string
- state - optional; type string
- creditmemo_status - optional; type string
- email_sent - optional; type string
- order_id - optional; type string
- tax_amount - optional; type string
- shipping_tax_amount - optional; type string
- base_tax_amount - optional; type string
- base_adjustment_positive - optional; type string
- base_grand_total - optional; type string
- adjustment - optional; type string
- subtotal - optional; type string
- discount_amount - optional; type string
- base_subtotal - optional; type string
- base_adjustment - optional; type string
- base_to_global_rate - optional; type string
- store_to_base_rate - optional; type string
- base_shipping_amount - optional; type string
- adjustment_negative - optional; type string
- subtotal_incl_tax - optional; type string
- shipping_amount - optional; type string
- base_subtotal_incl_tax - optional; type string
- base_adjustment_negative - optional; type string
- grand_total - optional; type string
- base_discount_amount - optional; type string
- base_to_order_rate - optional; type string
- store_to_order_rate - optional; type string
- base_shipping_tax_amount - optional; type string
- adjustment_positive - optional; type string
- store_id - optional; type string
- hidden_tax_amount - optional; type string
- base_hidden_tax_amount - optional; type string
- shipping_hidden_tax_amount - optional; type string
- base_shipping_hidden_tax_amnt - optional; type string
- shipping_incl_tax - optional; type string
- base_shipping_incl_tax - optional; type string
- base_customer_balance_amount - optional; type string
- customer_balance_amount - optional; type string
- bs_customer_bal_total_refunded - optional; type string
- customer_bal_total_refunded - optional; type string
- base_gift_cards_amount - optional; type string
- gift_cards_amount - optional; type string
- gw_base_price - optional; type string
- gw_price - optional; type string
- gw_items_base_price - optional; type string
- gw_items_price - optional; type string
- gw_card_base_price - optional; type string
- gw_card_price - optional; type string
- gw_base_tax_amount - optional; type string
- gw_tax_amount - optional; type string
- gw_items_base_tax_amount - optional; type string
- gw_items_tax_amount - optional; type string
- gw_card_base_tax_amount - optional; type string
- gw_card_tax_amount - optional; type string
- base_reward_currency_amount - optional; type string
- reward_currency_amount - optional; type string
- reward_points_balance - optional; type string
- reward_points_balance_refund - optional; type string
- creditmemo_id - optional; type string
- items - optional; type salesOrderCreditmemoItemEntityArray
- complexObjectArray - optional, unbounded; type salesOrderCreditmemoItemEntity
- item_id - optional; type string
- parent_id - optional; type string
- weee_tax_applied_row_amount - optional; type string
- base_price - optional; type string
- base_weee_tax_row_disposition - optional; type string
- tax_amount - optional; type string
- base_weee_tax_applied_amount - optional; type string
- weee_tax_row_disposition - optional; type string
- base_row_total - optional; type string
- discount_amount - optional; type string
- row_total - optional; type string
- weee_tax_applied_amount - optional; type string
- base_discount_amount - optional; type string
- base_weee_tax_disposition - optional; type string
- price_incl_tax - optional; type string
- base_tax_amount - optional; type string
- weee_tax_disposition - optional; type string
- base_price_incl_tax - optional; type string
- qty - optional; type string
- base_cost - optional; type string
- base_weee_tax_applied_row_amount - optional; type string
- price - optional; type string
- base_row_total_incl_tax - optional; type string
- row_total_incl_tax - optional; type string
- product_id - optional; type string
- order_item_id - optional; type string
- additional_data - optional; type string
- description - optional; type string
- weee_tax_applied - optional; type string
- sku - optional; type string
- name - optional; type string
- hidden_tax_amount - optional; type string
- base_hidden_tax_amount - optional; type string
- complexObjectArray - optional, unbounded; type salesOrderCreditmemoItemEntity
- comments - optional; type salesOrderCreditmemoCommentEntityArray
- complexObjectArray - optional, unbounded; type salesOrderCreditmemoCommentEntity
- parent_id - optional; type string
- created_at - optional; type string
- comment - optional; type string
- is_customer_notified - optional; type string
- comment_id - optional; type string
- is_visible_on_front - optional; type string
- complexObjectArray - optional, unbounded; type salesOrderCreditmemoCommentEntity
- complexObjectArray - optional, unbounded; type salesOrderCreditmemoEntity
- salesOrderHoldDescription:Hold orderOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderHoldRequest (soap:body, use = literal)Source codeparameters type salesOrderHoldRequestParam
- sessionId type string
- orderIncrementId type string
Output:salesOrderHoldResponse (soap:body, use = literal)Source codeparameters type salesOrderHoldResponseParam- result type int
- salesOrderInfoDescription:Retrieve order informationOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderInfoRequest (soap:body, use = literal)Source codeparameters type salesOrderInfoRequestParam
- sessionId type string
- orderIncrementId type string
Output:salesOrderInfoResponse (soap:body, use = literal)Source codeparameters type salesOrderInfoResponseParam- result type salesOrderEntity
- increment_id - optional; type string
- parent_id - optional; type string
- store_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- is_active - optional; type string
- customer_id - optional; type string
- tax_amount - optional; type string
- shipping_amount - optional; type string
- discount_amount - optional; type string
- subtotal - optional; type string
- grand_total - optional; type string
- total_paid - optional; type string
- total_refunded - optional; type string
- total_qty_ordered - optional; type string
- total_canceled - optional; type string
- total_invoiced - optional; type string
- total_online_refunded - optional; type string
- total_offline_refunded - optional; type string
- base_tax_amount - optional; type string
- base_shipping_amount - optional; type string
- base_discount_amount - optional; type string
- base_subtotal - optional; type string
- base_grand_total - optional; type string
- base_total_paid - optional; type string
- base_total_refunded - optional; type string
- base_total_qty_ordered - optional; type string
- base_total_canceled - optional; type string
- base_total_invoiced - optional; type string
- base_total_online_refunded - optional; type string
- base_total_offline_refunded - optional; type string
- billing_address_id - optional; type string
- billing_firstname - optional; type string
- billing_lastname - optional; type string
- shipping_address_id - optional; type string
- shipping_firstname - optional; type string
- shipping_lastname - optional; type string
- billing_name - optional; type string
- shipping_name - optional; type string
- store_to_base_rate - optional; type string
- store_to_order_rate - optional; type string
- base_to_global_rate - optional; type string
- base_to_order_rate - optional; type string
- weight - optional; type string
- store_name - optional; type string
- remote_ip - optional; type string
- status - optional; type string
- state - optional; type string
- applied_rule_ids - optional; type string
- global_currency_code - optional; type string
- base_currency_code - optional; type string
- store_currency_code - optional; type string
- order_currency_code - optional; type string
- shipping_method - optional; type string
- shipping_description - optional; type string
- customer_email - optional; type string
- customer_firstname - optional; type string
- customer_lastname - optional; type string
- quote_id - optional; type string
- is_virtual - optional; type string
- customer_group_id - optional; type string
- customer_note_notify - optional; type string
- customer_is_guest - optional; type string
- email_sent - optional; type string
- order_id - optional; type string
- gift_message_id - optional; type string
- gift_message - optional; type string
- shipping_address - optional; type salesOrderAddressEntity
- increment_id - optional; type string
- parent_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- is_active - optional; type string
- address_type - optional; type string
- firstname - optional; type string
- lastname - optional; type string
- company - optional; type string
- street - optional; type string
- city - optional; type string
- region - optional; type string
- postcode - optional; type string
- country_id - optional; type string
- telephone - optional; type string
- fax - optional; type string
- region_id - optional; type string
- address_id - optional; type string
- billing_address - optional; type salesOrderAddressEntity
- increment_id - optional; type string
- parent_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- is_active - optional; type string
- address_type - optional; type string
- firstname - optional; type string
- lastname - optional; type string
- company - optional; type string
- street - optional; type string
- city - optional; type string
- region - optional; type string
- postcode - optional; type string
- country_id - optional; type string
- telephone - optional; type string
- fax - optional; type string
- region_id - optional; type string
- address_id - optional; type string
- items - optional; type salesOrderItemEntityArray
- complexObjectArray - optional, unbounded; type salesOrderItemEntity
- item_id - optional; type string
- order_id - optional; type string
- quote_item_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- product_id - optional; type string
- product_type - optional; type string
- product_options - optional; type string
- weight - optional; type string
- is_virtual - optional; type string
- sku - optional; type string
- name - optional; type string
- applied_rule_ids - optional; type string
- free_shipping - optional; type string
- is_qty_decimal - optional; type string
- no_discount - optional; type string
- qty_canceled - optional; type string
- qty_invoiced - optional; type string
- qty_ordered - optional; type string
- qty_refunded - optional; type string
- qty_shipped - optional; type string
- cost - optional; type string
- price - optional; type string
- base_price - optional; type string
- original_price - optional; type string
- base_original_price - optional; type string
- tax_percent - optional; type string
- tax_amount - optional; type string
- base_tax_amount - optional; type string
- tax_invoiced - optional; type string
- base_tax_invoiced - optional; type string
- discount_percent - optional; type string
- discount_amount - optional; type string
- base_discount_amount - optional; type string
- discount_invoiced - optional; type string
- base_discount_invoiced - optional; type string
- amount_refunded - optional; type string
- base_amount_refunded - optional; type string
- row_total - optional; type string
- base_row_total - optional; type string
- row_invoiced - optional; type string
- base_row_invoiced - optional; type string
- row_weight - optional; type string
- gift_message_id - optional; type string
- gift_message - optional; type string
- gift_message_available - optional; type string
- base_tax_before_discount - optional; type string
- tax_before_discount - optional; type string
- weee_tax_applied - optional; type string
- weee_tax_applied_amount - optional; type string
- weee_tax_applied_row_amount - optional; type string
- base_weee_tax_applied_amount - optional; type string
- base_weee_tax_applied_row_amount - optional; type string
- weee_tax_disposition - optional; type string
- weee_tax_row_disposition - optional; type string
- base_weee_tax_disposition - optional; type string
- base_weee_tax_row_disposition - optional; type string
- complexObjectArray - optional, unbounded; type salesOrderItemEntity
- payment - optional; type salesOrderPaymentEntity
- increment_id - optional; type string
- parent_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- is_active - optional; type string
- amount_ordered - optional; type string
- shipping_amount - optional; type string
- base_amount_ordered - optional; type string
- base_shipping_amount - optional; type string
- method - optional; type string
- po_number - optional; type string
- cc_type - optional; type string
- cc_number_enc - optional; type string
- cc_last4 - optional; type string
- cc_owner - optional; type string
- cc_exp_month - optional; type string
- cc_exp_year - optional; type string
- cc_ss_start_month - optional; type string
- cc_ss_start_year - optional; type string
- payment_id - optional; type string
- status_history - optional; type salesOrderStatusHistoryEntityArray
- complexObjectArray - optional, unbounded; type salesOrderStatusHistoryEntity
- increment_id - optional; type string
- parent_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- is_active - optional; type string
- is_customer_notified - optional; type string
- status - optional; type string
- comment - optional; type string
- complexObjectArray - optional, unbounded; type salesOrderStatusHistoryEntity
- salesOrderInvoiceAddCommentDescription:Add new comment to shipmentOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderInvoiceAddCommentRequest (soap:body, use = literal)Source codeparameters type salesOrderInvoiceAddCommentRequestParam
- sessionId type string
- invoiceIncrementId type string
- comment type string
- email - optional; type string
- includeComment - optional; type string
Output:salesOrderInvoiceAddCommentResponse (soap:body, use = literal)Source codeparameters type salesOrderInvoiceAddCommentResponseParam- result type string
- salesOrderInvoiceCancelDescription:Cancel invoiceOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderInvoiceCancelRequest (soap:body, use = literal)Source codeparameters type salesOrderInvoiceCancelRequestParam
- sessionId type string
- invoiceIncrementId type string
Output:salesOrderInvoiceCancelResponse (soap:body, use = literal)Source codeparameters type salesOrderInvoiceCancelResponseParam- result type string
- salesOrderInvoiceCaptureDescription:Capture invoiceOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderInvoiceCaptureRequest (soap:body, use = literal)Source codeparameters type salesOrderInvoiceCaptureRequestParam
- sessionId type string
- invoiceIncrementId type string
Output:salesOrderInvoiceCaptureResponse (soap:body, use = literal)Source codeparameters type salesOrderInvoiceCaptureResponseParam- result type string
- salesOrderInvoiceCreateDescription:Create new invoice for orderOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderInvoiceCreateRequest (soap:body, use = literal)Source codeparameters type salesOrderInvoiceCreateRequestParam
- sessionId type string
- invoiceIncrementId type string
- itemsQty type orderItemIdQtyArray
- complexObjectArray - optional, unbounded; type orderItemIdQty
- order_item_id type int
- qty type double
- complexObjectArray - optional, unbounded; type orderItemIdQty
- comment - optional; type string
- email - optional; type string
- includeComment - optional; type string
Output:salesOrderInvoiceCreateResponse (soap:body, use = literal)Source codeparameters type salesOrderInvoiceCreateResponseParam- result type string
- salesOrderInvoiceInfoDescription:Retrieve invoice informationOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderInvoiceInfoRequest (soap:body, use = literal)Source codeparameters type salesOrderInvoiceInfoRequestParam
- sessionId type string
- invoiceIncrementId type string
Output:salesOrderInvoiceInfoResponse (soap:body, use = literal)Source codeparameters type salesOrderInvoiceInfoResponseParam- result type salesOrderInvoiceEntity
- increment_id - optional; type string
- parent_id - optional; type string
- store_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- is_active - optional; type string
- global_currency_code - optional; type string
- base_currency_code - optional; type string
- store_currency_code - optional; type string
- order_currency_code - optional; type string
- store_to_base_rate - optional; type string
- store_to_order_rate - optional; type string
- base_to_global_rate - optional; type string
- base_to_order_rate - optional; type string
- subtotal - optional; type string
- base_subtotal - optional; type string
- base_grand_total - optional; type string
- discount_amount - optional; type string
- base_discount_amount - optional; type string
- shipping_amount - optional; type string
- base_shipping_amount - optional; type string
- tax_amount - optional; type string
- base_tax_amount - optional; type string
- billing_address_id - optional; type string
- billing_firstname - optional; type string
- billing_lastname - optional; type string
- order_id - optional; type string
- order_increment_id - optional; type string
- order_created_at - optional; type string
- state - optional; type string
- grand_total - optional; type string
- invoice_id - optional; type string
- items - optional; type salesOrderInvoiceItemEntityArray
- complexObjectArray - optional, unbounded; type salesOrderInvoiceItemEntity
- increment_id - optional; type string
- parent_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- is_active - optional; type string
- weee_tax_applied - optional; type string
- qty - optional; type string
- cost - optional; type string
- price - optional; type string
- tax_amount - optional; type string
- row_total - optional; type string
- base_price - optional; type string
- base_tax_amount - optional; type string
- base_row_total - optional; type string
- base_weee_tax_applied_amount - optional; type string
- base_weee_tax_applied_row_amount - optional; type string
- weee_tax_applied_amount - optional; type string
- weee_tax_applied_row_amount - optional; type string
- weee_tax_disposition - optional; type string
- weee_tax_row_disposition - optional; type string
- base_weee_tax_disposition - optional; type string
- base_weee_tax_row_disposition - optional; type string
- sku - optional; type string
- name - optional; type string
- order_item_id - optional; type string
- product_id - optional; type string
- item_id - optional; type string
- complexObjectArray - optional, unbounded; type salesOrderInvoiceItemEntity
- comments - optional; type salesOrderInvoiceCommentEntityArray
- complexObjectArray - optional, unbounded; type salesOrderInvoiceCommentEntity
- increment_id - optional; type string
- parent_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- is_active - optional; type string
- comment - optional; type string
- is_customer_notified - optional; type string
- comment_id - optional; type string
- complexObjectArray - optional, unbounded; type salesOrderInvoiceCommentEntity
- salesOrderInvoiceListDescription:Retrieve list of invoices by filtersOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderInvoiceListRequest (soap:body, use = literal)Source codeparameters type salesOrderInvoiceListRequestParam
- sessionId type string
- filters - optional; type filters
- filter - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- complex_filter - optional; type complexFilterArray
- complexObjectArray - optional, unbounded; type complexFilter
- key type string
- value type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type complexFilter
- filter - optional; type associativeArray
Output:salesOrderInvoiceListResponse (soap:body, use = literal)Source codeparameters type salesOrderInvoiceListResponseParam- result type salesOrderInvoiceEntityArray
- complexObjectArray - optional, unbounded; type salesOrderInvoiceEntity
- increment_id - optional; type string
- parent_id - optional; type string
- store_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- is_active - optional; type string
- global_currency_code - optional; type string
- base_currency_code - optional; type string
- store_currency_code - optional; type string
- order_currency_code - optional; type string
- store_to_base_rate - optional; type string
- store_to_order_rate - optional; type string
- base_to_global_rate - optional; type string
- base_to_order_rate - optional; type string
- subtotal - optional; type string
- base_subtotal - optional; type string
- base_grand_total - optional; type string
- discount_amount - optional; type string
- base_discount_amount - optional; type string
- shipping_amount - optional; type string
- base_shipping_amount - optional; type string
- tax_amount - optional; type string
- base_tax_amount - optional; type string
- billing_address_id - optional; type string
- billing_firstname - optional; type string
- billing_lastname - optional; type string
- order_id - optional; type string
- order_increment_id - optional; type string
- order_created_at - optional; type string
- state - optional; type string
- grand_total - optional; type string
- invoice_id - optional; type string
- items - optional; type salesOrderInvoiceItemEntityArray
- complexObjectArray - optional, unbounded; type salesOrderInvoiceItemEntity
- increment_id - optional; type string
- parent_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- is_active - optional; type string
- weee_tax_applied - optional; type string
- qty - optional; type string
- cost - optional; type string
- price - optional; type string
- tax_amount - optional; type string
- row_total - optional; type string
- base_price - optional; type string
- base_tax_amount - optional; type string
- base_row_total - optional; type string
- base_weee_tax_applied_amount - optional; type string
- base_weee_tax_applied_row_amount - optional; type string
- weee_tax_applied_amount - optional; type string
- weee_tax_applied_row_amount - optional; type string
- weee_tax_disposition - optional; type string
- weee_tax_row_disposition - optional; type string
- base_weee_tax_disposition - optional; type string
- base_weee_tax_row_disposition - optional; type string
- sku - optional; type string
- name - optional; type string
- order_item_id - optional; type string
- product_id - optional; type string
- item_id - optional; type string
- complexObjectArray - optional, unbounded; type salesOrderInvoiceItemEntity
- comments - optional; type salesOrderInvoiceCommentEntityArray
- complexObjectArray - optional, unbounded; type salesOrderInvoiceCommentEntity
- increment_id - optional; type string
- parent_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- is_active - optional; type string
- comment - optional; type string
- is_customer_notified - optional; type string
- comment_id - optional; type string
- complexObjectArray - optional, unbounded; type salesOrderInvoiceCommentEntity
- complexObjectArray - optional, unbounded; type salesOrderInvoiceEntity
- salesOrderInvoiceVoidDescription:Void invoiceOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderInvoiceVoidRequest (soap:body, use = literal)Source codeparameters type salesOrderInvoiceVoidRequestParam
- sessionId type string
- invoiceIncrementId type string
Output:salesOrderInvoiceVoidResponse (soap:body, use = literal)Source codeparameters type salesOrderInvoiceVoidResponseParam- result type string
- salesOrderListDescription:Retrieve list of orders by filtersOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderListRequest (soap:body, use = literal)Source codeparameters type salesOrderListRequestParam
- sessionId type string
- filters type filters
- filter - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- complex_filter - optional; type complexFilterArray
- complexObjectArray - optional, unbounded; type complexFilter
- key type string
- value type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type complexFilter
- filter - optional; type associativeArray
Output:salesOrderListResponse (soap:body, use = literal)Source codeparameters type salesOrderListResponseParam- result type salesOrderListEntityArray
- complexObjectArray - optional, unbounded; type salesOrderListEntity
- increment_id - optional; type string
- store_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- customer_id - optional; type string
- tax_amount - optional; type string
- shipping_amount - optional; type string
- discount_amount - optional; type string
- subtotal - optional; type string
- grand_total - optional; type string
- total_paid - optional; type string
- total_refunded - optional; type string
- total_qty_ordered - optional; type string
- total_canceled - optional; type string
- total_invoiced - optional; type string
- total_online_refunded - optional; type string
- total_offline_refunded - optional; type string
- base_tax_amount - optional; type string
- base_shipping_amount - optional; type string
- base_discount_amount - optional; type string
- base_subtotal - optional; type string
- base_grand_total - optional; type string
- base_total_paid - optional; type string
- base_total_refunded - optional; type string
- base_total_qty_ordered - optional; type string
- base_total_canceled - optional; type string
- base_total_invoiced - optional; type string
- base_total_online_refunded - optional; type string
- base_total_offline_refunded - optional; type string
- billing_address_id - optional; type string
- billing_firstname - optional; type string
- billing_lastname - optional; type string
- shipping_address_id - optional; type string
- shipping_firstname - optional; type string
- shipping_lastname - optional; type string
- billing_name - optional; type string
- shipping_name - optional; type string
- store_to_base_rate - optional; type string
- store_to_order_rate - optional; type string
- base_to_global_rate - optional; type string
- base_to_order_rate - optional; type string
- weight - optional; type string
- store_name - optional; type string
- remote_ip - optional; type string
- status - optional; type string
- state - optional; type string
- applied_rule_ids - optional; type string
- global_currency_code - optional; type string
- base_currency_code - optional; type string
- store_currency_code - optional; type string
- order_currency_code - optional; type string
- shipping_method - optional; type string
- shipping_description - optional; type string
- customer_email - optional; type string
- customer_firstname - optional; type string
- customer_lastname - optional; type string
- quote_id - optional; type string
- is_virtual - optional; type string
- customer_group_id - optional; type string
- customer_note_notify - optional; type string
- customer_is_guest - optional; type string
- email_sent - optional; type string
- order_id - optional; type string
- gift_message_id - optional; type string
- coupon_code - optional; type string
- protect_code - optional; type string
- base_discount_canceled - optional; type string
- base_discount_invoiced - optional; type string
- base_discount_refunded - optional; type string
- base_shipping_canceled - optional; type string
- base_shipping_invoiced - optional; type string
- base_shipping_refunded - optional; type string
- base_shipping_tax_amount - optional; type string
- base_shipping_tax_refunded - optional; type string
- base_subtotal_canceled - optional; type string
- base_subtotal_invoiced - optional; type string
- base_subtotal_refunded - optional; type string
- base_tax_canceled - optional; type string
- base_tax_invoiced - optional; type string
- base_tax_refunded - optional; type string
- base_total_invoiced_cost - optional; type string
- discount_canceled - optional; type string
- discount_invoiced - optional; type string
- discount_refunded - optional; type string
- shipping_canceled - optional; type string
- shipping_invoiced - optional; type string
- shipping_refunded - optional; type string
- shipping_tax_amount - optional; type string
- shipping_tax_refunded - optional; type string
- subtotal_canceled - optional; type string
- subtotal_invoiced - optional; type string
- subtotal_refunded - optional; type string
- tax_canceled - optional; type string
- tax_invoiced - optional; type string
- tax_refunded - optional; type string
- can_ship_partially - optional; type string
- can_ship_partially_item - optional; type string
- edit_increment - optional; type string
- forced_do_shipment_with_invoice - optional; type string
- payment_authorization_expiration - optional; type string
- paypal_ipn_customer_notified - optional; type string
- quote_address_id - optional; type string
- adjustment_negative - optional; type string
- adjustment_positive - optional; type string
- base_adjustment_negative - optional; type string
- base_adjustment_positive - optional; type string
- base_shipping_discount_amount - optional; type string
- base_subtotal_incl_tax - optional; type string
- base_total_due - optional; type string
- payment_authorization_amount - optional; type string
- shipping_discount_amount - optional; type string
- subtotal_incl_tax - optional; type string
- total_due - optional; type string
- customer_dob - optional; type string
- customer_middlename - optional; type string
- customer_prefix - optional; type string
- customer_suffix - optional; type string
- customer_taxvat - optional; type string
- discount_description - optional; type string
- ext_customer_id - optional; type string
- ext_order_id - optional; type string
- hold_before_state - optional; type string
- hold_before_status - optional; type string
- original_increment_id - optional; type string
- relation_child_id - optional; type string
- relation_child_real_id - optional; type string
- relation_parent_id - optional; type string
- relation_parent_real_id - optional; type string
- x_forwarded_for - optional; type string
- customer_note - optional; type string
- total_item_count - optional; type string
- customer_gender - optional; type string
- hidden_tax_amount - optional; type string
- base_hidden_tax_amount - optional; type string
- shipping_hidden_tax_amount - optional; type string
- base_shipping_hidden_tax_amount - optional; type string
- hidden_tax_invoiced - optional; type string
- base_hidden_tax_invoiced - optional; type string
- hidden_tax_refunded - optional; type string
- base_hidden_tax_refunded - optional; type string
- shipping_incl_tax - optional; type string
- base_shipping_incl_tax - optional; type string
- base_customer_balance_amount - optional; type string
- customer_balance_amount - optional; type string
- base_customer_balance_invoiced - optional; type string
- customer_balance_invoiced - optional; type string
- base_customer_balance_refunded - optional; type string
- customer_balance_refunded - optional; type string
- base_customer_balance_total_refunded - optional; type string
- customer_balance_total_refunded - optional; type string
- gift_cards - optional; type string
- base_gift_cards_amount - optional; type string
- gift_cards_amount - optional; type string
- base_gift_cards_invoiced - optional; type string
- gift_cards_invoiced - optional; type string
- base_gift_cards_refunded - optional; type string
- gift_cards_refunded - optional; type string
- reward_points_balance - optional; type string
- base_reward_currency_amount - optional; type string
- reward_currency_amount - optional; type string
- base_reward_currency_amount_invoiced - optional; type string
- reward_currency_amount_invoiced - optional; type string
- base_reward_currency_amount_refunded - optional; type string
- reward_currency_amount_refunded - optional; type string
- reward_points_balance_refunded - optional; type string
- reward_points_balance_to_refund - optional; type string
- reward_salesrule_points - optional; type string
- firstname - optional; type string
- lastname - optional; type string
- telephone - optional; type string
- postcode - optional; type string
- complexObjectArray - optional, unbounded; type salesOrderListEntity
- salesOrderShipmentAddCommentDescription:Add new comment to shipmentOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderShipmentAddCommentRequest (soap:body, use = literal)Source codeparameters type salesOrderShipmentAddCommentRequestParam
- sessionId type string
- shipmentIncrementId type string
- comment - optional; type string
- email type string
- includeInEmail type string
Output:salesOrderShipmentAddCommentResponse (soap:body, use = literal)Source codeparameters type salesOrderShipmentAddCommentResponseParam- result type int
- salesOrderShipmentAddTrackDescription:Add new tracking numberOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderShipmentAddTrackRequest (soap:body, use = literal)Source codeparameters type salesOrderShipmentAddTrackRequestParam
- sessionId type string
- shipmentIncrementId type string
- carrier type string
- title type string
- trackNumber type string
Output:salesOrderShipmentAddTrackResponse (soap:body, use = literal)Source codeparameters type salesOrderShipmentAddTrackResponseParam- result type int
- salesOrderShipmentCreateDescription:Create new shipment for orderOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderShipmentCreateRequest (soap:body, use = literal)Source codeparameters type salesOrderShipmentCreateRequestParam
- sessionId type string
- orderIncrementId type string
- itemsQty type orderItemIdQtyArray
- complexObjectArray - optional, unbounded; type orderItemIdQty
- order_item_id type int
- qty type double
- complexObjectArray - optional, unbounded; type orderItemIdQty
- comment - optional; type string
- email type int
- includeComment type int
Output:salesOrderShipmentCreateResponse (soap:body, use = literal)Source codeparameters type salesOrderShipmentCreateResponseParam- result type string
- salesOrderShipmentGetCarriersDescription:Retrieve list of allowed carriers for orderOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderShipmentGetCarriersRequest (soap:body, use = literal)Source codeparameters type salesOrderShipmentGetCarriersRequestParam
- sessionId type string
- orderIncrementId type string
Output:salesOrderShipmentGetCarriersResponse (soap:body, use = literal)Source codeparameters type salesOrderShipmentGetCarriersResponseParam- result type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- salesOrderShipmentInfoDescription:Retrieve shipment informationOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderShipmentInfoRequest (soap:body, use = literal)Source codeparameters type salesOrderShipmentInfoRequestParam
- sessionId type string
- shipmentIncrementId type string
Output:salesOrderShipmentInfoResponse (soap:body, use = literal)Source codeparameters type salesOrderShipmentInfoResponseParam- result type salesOrderShipmentEntity
- increment_id - optional; type string
- parent_id - optional; type string
- store_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- is_active - optional; type string
- shipping_address_id - optional; type string
- shipping_firstname - optional; type string
- shipping_lastname - optional; type string
- order_id - optional; type string
- order_increment_id - optional; type string
- order_created_at - optional; type string
- total_qty - optional; type string
- shipment_id - optional; type string
- items - optional; type salesOrderShipmentItemEntityArray
- complexObjectArray - optional, unbounded; type salesOrderShipmentItemEntity
- increment_id - optional; type string
- parent_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- is_active - optional; type string
- sku - optional; type string
- name - optional; type string
- order_item_id - optional; type string
- product_id - optional; type string
- weight - optional; type string
- price - optional; type string
- qty - optional; type string
- item_id - optional; type string
- complexObjectArray - optional, unbounded; type salesOrderShipmentItemEntity
- tracks - optional; type salesOrderShipmentTrackEntityArray
- complexObjectArray - optional, unbounded; type salesOrderShipmentTrackEntity
- increment_id - optional; type string
- parent_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- is_active - optional; type string
- carrier_code - optional; type string
- title - optional; type string
- number - optional; type string
- order_id - optional; type string
- track_id - optional; type string
- complexObjectArray - optional, unbounded; type salesOrderShipmentTrackEntity
- comments - optional; type salesOrderShipmentCommentEntityArray
- complexObjectArray - optional, unbounded; type salesOrderShipmentCommentEntity
- increment_id - optional; type string
- parent_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- is_active - optional; type string
- comment - optional; type string
- is_customer_notified - optional; type string
- comment_id - optional; type string
- complexObjectArray - optional, unbounded; type salesOrderShipmentCommentEntity
- salesOrderShipmentListDescription:Retrieve list of shipments by filtersOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderShipmentListRequest (soap:body, use = literal)Source codeparameters type salesOrderShipmentListRequestParam
- sessionId type string
- filters - optional; type filters
- filter - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- complex_filter - optional; type complexFilterArray
- complexObjectArray - optional, unbounded; type complexFilter
- key type string
- value type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type complexFilter
- filter - optional; type associativeArray
Output:salesOrderShipmentListResponse (soap:body, use = literal)Source codeparameters type salesOrderShipmentListResponseParam- result type salesOrderShipmentEntityArray
- complexObjectArray - optional, unbounded; type salesOrderShipmentEntity
- increment_id - optional; type string
- parent_id - optional; type string
- store_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- is_active - optional; type string
- shipping_address_id - optional; type string
- shipping_firstname - optional; type string
- shipping_lastname - optional; type string
- order_id - optional; type string
- order_increment_id - optional; type string
- order_created_at - optional; type string
- total_qty - optional; type string
- shipment_id - optional; type string
- items - optional; type salesOrderShipmentItemEntityArray
- complexObjectArray - optional, unbounded; type salesOrderShipmentItemEntity
- increment_id - optional; type string
- parent_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- is_active - optional; type string
- sku - optional; type string
- name - optional; type string
- order_item_id - optional; type string
- product_id - optional; type string
- weight - optional; type string
- price - optional; type string
- qty - optional; type string
- item_id - optional; type string
- complexObjectArray - optional, unbounded; type salesOrderShipmentItemEntity
- tracks - optional; type salesOrderShipmentTrackEntityArray
- complexObjectArray - optional, unbounded; type salesOrderShipmentTrackEntity
- increment_id - optional; type string
- parent_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- is_active - optional; type string
- carrier_code - optional; type string
- title - optional; type string
- number - optional; type string
- order_id - optional; type string
- track_id - optional; type string
- complexObjectArray - optional, unbounded; type salesOrderShipmentTrackEntity
- comments - optional; type salesOrderShipmentCommentEntityArray
- complexObjectArray - optional, unbounded; type salesOrderShipmentCommentEntity
- increment_id - optional; type string
- parent_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- is_active - optional; type string
- comment - optional; type string
- is_customer_notified - optional; type string
- comment_id - optional; type string
- complexObjectArray - optional, unbounded; type salesOrderShipmentCommentEntity
- complexObjectArray - optional, unbounded; type salesOrderShipmentEntity
- salesOrderShipmentRemoveTrackDescription:Remove tracking numberOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderShipmentRemoveTrackRequest (soap:body, use = literal)Source codeparameters type salesOrderShipmentRemoveTrackRequestParam
- sessionId type string
- shipmentIncrementId type string
- trackId type string
Output:salesOrderShipmentRemoveTrackResponse (soap:body, use = literal)Source codeparameters type salesOrderShipmentRemoveTrackResponseParam- result type int
- salesOrderShipmentSendInfoDescription:Send shipment infoOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderShipmentSendInfoRequest (soap:body, use = literal)Source codeparameters type salesOrderShipmentSendInfoRequestParam
- sessionId type string
- shipmentIncrementId type string
- comment - optional; type string
Output:salesOrderShipmentSendInfoResponse (soap:body, use = literal)Source codeparameters type salesOrderShipmentSendInfoResponseParam- result type int
- salesOrderUnholdDescription:Unhold orderOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:salesOrderUnholdRequest (soap:body, use = literal)Source codeparameters type salesOrderUnholdRequestParam
- sessionId type string
- orderIncrementId type string
Output:salesOrderUnholdResponse (soap:body, use = literal)Source codeparameters type salesOrderUnholdResponseParam- result type int
- shoppingCartCouponAddDescription:Add coupon code for shopping cartOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:shoppingCartCouponAddRequest (soap:body, use = literal)Source codeparameters type shoppingCartCouponAddRequestParam
- sessionId type string
- quoteId type int
- couponCode type string
- store - optional; type string
Output:shoppingCartCouponAddResponse (soap:body, use = literal)Source codeparameters type shoppingCartCouponAddResponseParam- result type boolean
- shoppingCartCouponRemoveDescription:Remove coupon code from shopping cartOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:shoppingCartCouponRemoveRequest (soap:body, use = literal)Source codeparameters type shoppingCartCouponRemoveRequestParam
- sessionId type string
- quoteId type int
- store - optional; type string
Output:shoppingCartCouponRemoveResponse (soap:body, use = literal)Source codeparameters type shoppingCartCouponRemoveResponseParam- result type boolean
- shoppingCartCreateDescription:Create shopping cartOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:shoppingCartCreateRequest (soap:body, use = literal)Source codeparameters type shoppingCartCreateRequestParam
- sessionId type string
- store - optional; type string
Output:shoppingCartCreateResponse (soap:body, use = literal)Source codeparameters type shoppingCartCreateResponseParam- result type int
- shoppingCartCustomerAddressesDescription:Set customer's addresses in shopping cartOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:shoppingCartCustomerAddressesRequest (soap:body, use = literal)Source codeparameters type shoppingCartCustomerAddressesRequestParam
- sessionId type string
- quoteId type int
- customerAddressData type shoppingCartCustomerAddressEntityArray
- complexObjectArray - optional, unbounded; type shoppingCartCustomerAddressEntity
- mode - optional; type string
- address_id - optional; type string
- firstname - optional; type string
- lastname - optional; type string
- company - optional; type string
- street - optional; type string
- city - optional; type string
- region - optional; type string
- region_id - optional; type string
- postcode - optional; type string
- country_id - optional; type string
- telephone - optional; type string
- fax - optional; type string
- is_default_billing - optional; type int
- is_default_shipping - optional; type int
- complexObjectArray - optional, unbounded; type shoppingCartCustomerAddressEntity
- store - optional; type string
Output:shoppingCartCustomerAddressesResponse (soap:body, use = literal)Source codeparameters type shoppingCartCustomerAddressesResponseParam- result type boolean
- shoppingCartCustomerSetDescription:Set customer for shopping cartOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:shoppingCartCustomerSetRequest (soap:body, use = literal)Source codeparameters type shoppingCartCustomerSetRequestParam
- sessionId type string
- quoteId type int
- customerData type shoppingCartCustomerEntity
- mode - optional; type string
- customer_id - optional; type int
- email - optional; type string
- firstname - optional; type string
- lastname - optional; type string
- password - optional; type string
- confirmation - optional; type string
- website_id - optional; type int
- store_id - optional; type int
- group_id - optional; type int
- store - optional; type string
Output:shoppingCartCustomerSetResponse (soap:body, use = literal)Source codeparameters type shoppingCartCustomerSetResponseParam- result type boolean
- shoppingCartInfoDescription:Retrieve information about shopping cartOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:shoppingCartInfoRequest (soap:body, use = literal)Source codeparameters type shoppingCartInfoRequestParam
- sessionId type string
- quoteId type int
- store - optional; type string
Output:shoppingCartInfoResponse (soap:body, use = literal)Source codeparameters type shoppingCartInfoResponseParam- result type shoppingCartInfoEntity
- store_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- converted_at - optional; type string
- quote_id - optional; type int
- is_active - optional; type int
- is_virtual - optional; type int
- is_multi_shipping - optional; type int
- items_count - optional; type double
- items_qty - optional; type double
- orig_order_id - optional; type string
- store_to_base_rate - optional; type string
- store_to_quote_rate - optional; type string
- base_currency_code - optional; type string
- store_currency_code - optional; type string
- quote_currency_code - optional; type string
- grand_total - optional; type string
- base_grand_total - optional; type string
- checkout_method - optional; type string
- customer_id - optional; type string
- customer_tax_class_id - optional; type string
- customer_group_id - optional; type int
- customer_email - optional; type string
- customer_prefix - optional; type string
- customer_firstname - optional; type string
- customer_middlename - optional; type string
- customer_lastname - optional; type string
- customer_suffix - optional; type string
- customer_note - optional; type string
- customer_note_notify - optional; type string
- customer_is_guest - optional; type string
- applied_rule_ids - optional; type string
- reserved_order_id - optional; type string
- password_hash - optional; type string
- coupon_code - optional; type string
- global_currency_code - optional; type string
- base_to_global_rate - optional; type double
- base_to_quote_rate - optional; type double
- customer_taxvat - optional; type string
- customer_gender - optional; type string
- subtotal - optional; type double
- base_subtotal - optional; type double
- subtotal_with_discount - optional; type double
- base_subtotal_with_discount - optional; type double
- ext_shipping_info - optional; type string
- gift_message_id - optional; type string
- gift_message - optional; type string
- customer_balance_amount_used - optional; type double
- base_customer_balance_amount_used - optional; type double
- use_customer_balance - optional; type string
- gift_cards_amount - optional; type string
- base_gift_cards_amount - optional; type string
- gift_cards_amount_used - optional; type string
- use_reward_points - optional; type string
- reward_points_balance - optional; type string
- base_reward_currency_amount - optional; type string
- reward_currency_amount - optional; type string
- shipping_address - optional; type shoppingCartAddressEntity
- address_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- customer_id - optional; type string
- save_in_address_book - optional; type int
- customer_address_id - optional; type string
- address_type - optional; type string
- email - optional; type string
- prefix - optional; type string
- firstname - optional; type string
- middlename - optional; type string
- lastname - optional; type string
- suffix - optional; type string
- company - optional; type string
- street - optional; type string
- city - optional; type string
- region - optional; type string
- region_id - optional; type string
- postcode - optional; type string
- country_id - optional; type string
- telephone - optional; type string
- fax - optional; type string
- same_as_billing - optional; type int
- free_shipping - optional; type int
- shipping_method - optional; type string
- shipping_description - optional; type string
- weight - optional; type double
- billing_address - optional; type shoppingCartAddressEntity
- address_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- customer_id - optional; type string
- save_in_address_book - optional; type int
- customer_address_id - optional; type string
- address_type - optional; type string
- email - optional; type string
- prefix - optional; type string
- firstname - optional; type string
- middlename - optional; type string
- lastname - optional; type string
- suffix - optional; type string
- company - optional; type string
- street - optional; type string
- city - optional; type string
- region - optional; type string
- region_id - optional; type string
- postcode - optional; type string
- country_id - optional; type string
- telephone - optional; type string
- fax - optional; type string
- same_as_billing - optional; type int
- free_shipping - optional; type int
- shipping_method - optional; type string
- shipping_description - optional; type string
- weight - optional; type double
- items - optional; type shoppingCartItemEntityArray
- complexObjectArray - optional, unbounded; type shoppingCartItemEntity
- item_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- product_id - optional; type string
- store_id - optional; type string
- parent_item_id - optional; type string
- is_virtual - optional; type int
- sku - optional; type string
- name - optional; type string
- description - optional; type string
- applied_rule_ids - optional; type string
- additional_data - optional; type string
- free_shipping - optional; type string
- is_qty_decimal - optional; type string
- no_discount - optional; type string
- weight - optional; type double
- qty - optional; type double
- price - optional; type double
- base_price - optional; type double
- custom_price - optional; type double
- discount_percent - optional; type double
- discount_amount - optional; type double
- base_discount_amount - optional; type double
- tax_percent - optional; type double
- tax_amount - optional; type double
- base_tax_amount - optional; type double
- row_total - optional; type double
- base_row_total - optional; type double
- row_total_with_discount - optional; type double
- row_weight - optional; type double
- product_type - optional; type string
- base_tax_before_discount - optional; type double
- tax_before_discount - optional; type double
- original_custom_price - optional; type double
- base_cost - optional; type double
- price_incl_tax - optional; type double
- base_price_incl_tax - optional; type double
- row_total_incl_tax - optional; type double
- base_row_total_incl_tax - optional; type double
- gift_message_id - optional; type string
- gift_message - optional; type string
- gift_message_available - optional; type string
- weee_tax_applied - optional; type double
- weee_tax_applied_amount - optional; type double
- weee_tax_applied_row_amount - optional; type double
- base_weee_tax_applied_amount - optional; type double
- base_weee_tax_applied_row_amount - optional; type double
- weee_tax_disposition - optional; type double
- weee_tax_row_disposition - optional; type double
- base_weee_tax_disposition - optional; type double
- base_weee_tax_row_disposition - optional; type double
- tax_class_id - optional; type string
- complexObjectArray - optional, unbounded; type shoppingCartItemEntity
- payment - optional; type shoppingCartPaymentEntity
- payment_id - optional; type string
- created_at - optional; type string
- updated_at - optional; type string
- method - optional; type string
- cc_type - optional; type string
- cc_number_enc - optional; type string
- cc_last4 - optional; type string
- cc_cid_enc - optional; type string
- cc_owner - optional; type string
- cc_exp_month - optional; type string
- cc_exp_year - optional; type string
- cc_ss_owner - optional; type string
- cc_ss_start_month - optional; type string
- cc_ss_start_year - optional; type string
- cc_ss_issue - optional; type string
- po_number - optional; type string
- additional_data - optional; type string
- additional_information - optional; type string
- shoppingCartLicenseDescription:Get terms and conditionsOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:shoppingCartLicenseRequest (soap:body, use = literal)Source codeparameters type shoppingCartLicenseRequestParam
- sessionId type string
- quoteId type int
- store - optional; type string
Output:shoppingCartLicenseResponse (soap:body, use = literal)Source codeparameters type shoppingCartLicenseResponseParam- result type shoppingCartLicenseEntityArray
- complexObjectArray - optional, unbounded; type shoppingCartLicenseEntity
- agreement_id - optional; type string
- name - optional; type string
- content - optional; type string
- is_active - optional; type int
- is_html - optional; type int
- complexObjectArray - optional, unbounded; type shoppingCartLicenseEntity
- shoppingCartOrderDescription:Create an order from shopping cartOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:shoppingCartOrderRequest (soap:body, use = literal)Source codeparameters type shoppingCartOrderRequestParam
- sessionId type string
- quoteId type int
- store - optional; type string
- agreements - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
Output:shoppingCartOrderResponse (soap:body, use = literal)Source codeparameters type shoppingCartOrderResponseParam- result type string
- shoppingCartPaymentListDescription:Get list of available payment methodsOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:shoppingCartPaymentListRequest (soap:body, use = literal)Source codeparameters type shoppingCartPaymentListRequestParam
- sessionId type string
- quoteId type int
- store - optional; type string
Output:shoppingCartPaymentListResponse (soap:body, use = literal)Source codeparameters type shoppingCartPaymentListResponseParam- result type shoppingCartPaymentMethodResponseEntityArray
- complexObjectArray - optional, unbounded; type shoppingCartPaymentMethodResponseEntity
- code type string
- title type string
- cc_types type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- complexObjectArray - optional, unbounded; type shoppingCartPaymentMethodResponseEntity
- shoppingCartPaymentMethodDescription:Set payment methodOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:shoppingCartPaymentMethodRequest (soap:body, use = literal)Source codeparameters type shoppingCartPaymentMethodRequestParam
- sessionId type string
- quoteId type int
- paymentData type shoppingCartPaymentMethodEntity
- po_number - optional; type string
- method - optional; type string
- cc_cid - optional; type string
- cc_owner - optional; type string
- cc_number - optional; type string
- cc_type - optional; type string
- cc_exp_year - optional; type string
- cc_exp_month - optional; type string
- store - optional; type string
Output:shoppingCartPaymentMethodResponse (soap:body, use = literal)Source codeparameters type shoppingCartPaymentMethodResponseParam- result type boolean
- shoppingCartProductAddDescription:Add product(s) to shopping cartOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:shoppingCartProductAddRequest (soap:body, use = literal)Source codeparameters type shoppingCartProductAddRequestParam
- sessionId type string
- quoteId type int
- productsData type shoppingCartProductEntityArray
- complexObjectArray - optional, unbounded; type shoppingCartProductEntity
- product_id - optional; type string
- sku - optional; type string
- qty - optional; type double
- options - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- bundle_option - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- bundle_option_qty - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- links - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- complexObjectArray - optional, unbounded; type shoppingCartProductEntity
- store - optional; type string
Output:shoppingCartProductAddResponse (soap:body, use = literal)Source codeparameters type shoppingCartProductAddResponseParam- result type boolean
- shoppingCartProductListDescription:Get list of products in shopping cartOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:shoppingCartProductListRequest (soap:body, use = literal)Source codeparameters type shoppingCartProductListRequestParam
- sessionId type string
- quoteId type int
- store - optional; type string
Output:shoppingCartProductListResponse (soap:body, use = literal)Source codeparameters type shoppingCartProductListResponseParam- result type shoppingCartProductResponseEntityArray
- complexObjectArray - optional, unbounded; type catalogProductEntity
- product_id type string
- sku type string
- name type string
- set type string
- type type string
- category_ids type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- website_ids type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- complexObjectArray - optional, unbounded; type catalogProductEntity
- shoppingCartProductMoveToCustomerQuoteDescription:Move product(s) to customer quoteOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:shoppingCartProductMoveToCustomerQuoteRequest (soap:body, use = literal)Source codeparameters type shoppingCartProductMoveToCustomerQuoteRequestParam
- sessionId type string
- quoteId type int
- productsData type shoppingCartProductEntityArray
- complexObjectArray - optional, unbounded; type shoppingCartProductEntity
- product_id - optional; type string
- sku - optional; type string
- qty - optional; type double
- options - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- bundle_option - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- bundle_option_qty - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- links - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- complexObjectArray - optional, unbounded; type shoppingCartProductEntity
- store - optional; type string
Output:shoppingCartProductMoveToCustomerQuoteResponse (soap:body, use = literal)Source codeparameters type shoppingCartProductMoveToCustomerQuoteResponseParam- result type boolean
- shoppingCartProductRemoveDescription:Remove product(s) from shopping cartOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:shoppingCartProductRemoveRequest (soap:body, use = literal)Source codeparameters type shoppingCartProductRemoveRequestParam
- sessionId type string
- quoteId type int
- productsData type shoppingCartProductEntityArray
- complexObjectArray - optional, unbounded; type shoppingCartProductEntity
- product_id - optional; type string
- sku - optional; type string
- qty - optional; type double
- options - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- bundle_option - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- bundle_option_qty - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- links - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- complexObjectArray - optional, unbounded; type shoppingCartProductEntity
- store - optional; type string
Output:shoppingCartProductRemoveResponse (soap:body, use = literal)Source codeparameters type shoppingCartProductRemoveResponseParam- result type boolean
- shoppingCartProductUpdateDescription:Update product(s) quantities in shopping cartOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:shoppingCartProductUpdateRequest (soap:body, use = literal)Source codeparameters type shoppingCartProductUpdateRequestParam
- sessionId type string
- quoteId type int
- productsData type shoppingCartProductEntityArray
- complexObjectArray - optional, unbounded; type shoppingCartProductEntity
- product_id - optional; type string
- sku - optional; type string
- qty - optional; type double
- options - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- bundle_option - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- bundle_option_qty - optional; type associativeArray
- complexObjectArray - optional, unbounded; type associativeEntity
- key type string
- value type string
- complexObjectArray - optional, unbounded; type associativeEntity
- links - optional; type ArrayOfString
- complexObjectArray - optional, unbounded; type string
- complexObjectArray - optional, unbounded; type shoppingCartProductEntity
- store - optional; type string
Output:shoppingCartProductUpdateResponse (soap:body, use = literal)Source codeparameters type shoppingCartProductUpdateResponseParam- result type boolean
- shoppingCartShippingListDescription:Get list of available shipping methodsOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:shoppingCartShippingListRequest (soap:body, use = literal)Source codeparameters type shoppingCartShippingListRequestParam
- sessionId type string
- quoteId type int
- store - optional; type string
Output:shoppingCartShippingListResponse (soap:body, use = literal)Source codeparameters type shoppingCartShippingListResponseParam- result type shoppingCartShippingMethodEntityArray
- complexObjectArray - optional, unbounded; type shoppingCartShippingMethodEntity
- code - optional; type string
- carrier - optional; type string
- carrier_title - optional; type string
- method - optional; type string
- method_title - optional; type string
- method_description - optional; type string
- price - optional; type double
- complexObjectArray - optional, unbounded; type shoppingCartShippingMethodEntity
- shoppingCartShippingMethodDescription:Set shipping methodOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:shoppingCartShippingMethodRequest (soap:body, use = literal)Source codeparameters type shoppingCartShippingMethodRequestParam
- sessionId type string
- quoteId type int
- shippingMethod type string
- store - optional; type string
Output:shoppingCartShippingMethodResponse (soap:body, use = literal)Source codeparameters type shoppingCartShippingMethodResponseParam- result type boolean
- shoppingCartTotalsDescription:Get total prices for shopping cartOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:shoppingCartTotalsRequest (soap:body, use = literal)Source codeparameters type shoppingCartTotalsRequestParam
- sessionId type string
- quoteId type int
- store - optional; type string
Output:shoppingCartTotalsResponse (soap:body, use = literal)Source codeparameters type shoppingCartTotalsResponseParam- result type shoppingCartTotalsEntityArray
- complexObjectArray - optional, unbounded; type shoppingCartTotalsEntity
- title - optional; type string
- amount - optional; type double
- complexObjectArray - optional, unbounded; type shoppingCartTotalsEntity
- startSessionDescription:Start web service sessionOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:startSession (soap:body, use = literal)Source codeOutput:startSessionResponse (soap:body, use = literal)Source codeparameters type startSessionResponseParam
- result type string
- storeInfoDescription:Store view infoOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:storeInfoRequest (soap:body, use = literal)Source codeparameters type storeInfoRequestParam
- sessionId type string
- storeId type string
Output:storeInfoResponse (soap:body, use = literal)Source codeparameters type storeInfoResponseParam- result type storeEntity
- store_id type int
- code type string
- website_id type int
- group_id type int
- name type string
- sort_order type int
- is_active type int
- storeListDescription:List of storesOperation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:storeListRequest (soap:body, use = literal)Source codeparameters type storeListRequestParam
- sessionId type string
Output:storeListResponse (soap:body, use = literal)Source codeparameters type storeListResponseParam- result type storeEntityArray
- complexObjectArray - optional, unbounded; type storeEntity
- store_id type int
- code type string
- website_id type int
- group_id type int
- name type string
- sort_order type int
- is_active type int
- complexObjectArray - optional, unbounded; type storeEntity
Port type PortTypeSource code
WSDL source code
<?xml version="1.0"?>
<wsdl:definitions name="Magento" targetNamespace="urn:Magento"
xmlns:typens="urn:Magento"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
><wsdl:types>
<xsd:schema targetNamespace="urn:Magento">
</wsdl:types><xsd:complexType name="associativeEntity"></xsd:complexType>
<xsd:complexType name="associativeArray"></xsd:complexType>
<xsd:complexType name="associativeMultiEntity"></xsd:complexType>
<xsd:complexType name="associativeMultiArray"></xsd:complexType>
<xsd:complexType name="complexFilter"></xsd:complexType>
<xsd:complexType name="complexFilterArray"></xsd:complexType>
<xsd:complexType name="filters"></xsd:complexType>
<xsd:complexType name="ArrayOfString"></xsd:complexType>
<xsd:complexType name="ArrayOfInt"></xsd:complexType>
<xsd:complexType name="apiMethodEntity"></xsd:complexType>
<xsd:complexType name="ArrayOfApiMethods"></xsd:complexType>
<xsd:complexType name="apiEntity"></xsd:complexType>
<xsd:complexType name="ArrayOfApis"></xsd:complexType>
<xsd:complexType name="existsFaltureEntity"></xsd:complexType>
<xsd:complexType name="ArrayOfExistsFaltures"></xsd:complexType>
<xsd:element name="callParam"></xsd:element>
<xsd:element name="callResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="multiCallParam"></xsd:element>
<xsd:element name="multiCallResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="endSessionParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="endSessionResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="loginParam"></xsd:element>
<xsd:element name="loginResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="resourcesRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="resourcesResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="globalFaultsParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="globalFaultsResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="resourceFaultsParam"></xsd:element>
<xsd:element name="resourceFaultsResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="startSessionResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:complexType name="storeEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="storeEntityArray"></xsd:complexType>
<xsd:complexType name="magentoInfoEntity"></xsd:complexType>
<xsd:element name="storeListRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="storeListResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="storeInfoRequestParam"></xsd:element>
<xsd:element name="storeInfoResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="magentoInfoRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="magentoInfoResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:complexType name="directoryCountryEntity"></xsd:complexType>
<xsd:complexType name="directoryCountryEntityArray"></xsd:complexType>
<xsd:complexType name="directoryRegionEntity"></xsd:complexType>
<xsd:complexType name="directoryRegionEntityArray"></xsd:complexType>
<xsd:element name="directoryCountryListRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="directoryCountryListResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="directoryRegionListRequestParam"></xsd:element>
<xsd:element name="directoryRegionListResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:complexType name="customerCustomerEntityToCreate">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="customerCustomerEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="customerCustomerEntityArray"></xsd:complexType>
<xsd:complexType name="customerGroupEntity"></xsd:complexType>
<xsd:complexType name="customerGroupEntityArray"></xsd:complexType>
<xsd:complexType name="customerAddressEntityCreate">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="customerAddressEntityItem">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="customerAddressEntityArray"></xsd:complexType>
<xsd:element name="customerCustomerListRequestParam"></xsd:element>
<xsd:element name="customerCustomerListResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="customerCustomerCreateRequestParam"></xsd:element>
<xsd:element name="customerCustomerCreateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="customerCustomerInfoRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="customerCustomerInfoResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="customerCustomerUpdateRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="customerCustomerUpdateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="customerCustomerDeleteRequestParam"></xsd:element>
<xsd:element name="customerCustomerDeleteResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="customerGroupListRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="customerGroupListResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="customerAddressListRequestParam"></xsd:element>
<xsd:element name="customerAddressListResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="customerAddressCreateRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="customerAddressCreateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="customerAddressInfoRequestParam"></xsd:element>
<xsd:element name="customerAddressInfoResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="customerAddressUpdateRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="customerAddressUpdateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="customerAddressDeleteRequestParam"></xsd:element>
<xsd:element name="customerAddressDeleteResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:complexType name="catalogProductEntityArray"></xsd:complexType>
<xsd:complexType name="catalogProductEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogProductRequestAttributes"></xsd:complexType>
<xsd:complexType name="catalogProductReturnEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogProductCreateEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogProductCreateEntityArray"></xsd:complexType>
<xsd:complexType name="catalogProductAttributeSetEntity"></xsd:complexType>
<xsd:complexType name="catalogProductAttributeSetEntityArray"></xsd:complexType>
<xsd:complexType name="catalogProductTypeEntity"></xsd:complexType>
<xsd:complexType name="catalogProductTypeEntityArray"></xsd:complexType>
<xsd:complexType name="catalogProductTierPriceEntity"></xsd:complexType>
<xsd:complexType name="catalogProductTierPriceEntityArray"></xsd:complexType>
<xsd:complexType name="ArrayOfCatalogCategoryEntities"></xsd:complexType>
<xsd:complexType name="catalogCategoryEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogCategoryEntityNoChildren">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="ArrayOfCatalogCategoryEntitiesNoChildren"></xsd:complexType>
<xsd:complexType name="catalogCategoryTree">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogCategoryEntityCreate">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogCategoryInfo">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogAssignedProduct"></xsd:complexType>
<xsd:complexType name="catalogAssignedProductArray"></xsd:complexType>
<xsd:complexType name="catalogAttributeEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogAttributeEntityArray"></xsd:complexType>
<xsd:complexType name="catalogAttributeOptionEntity"></xsd:complexType>
<xsd:complexType name="catalogAttributeOptionEntityArray"></xsd:complexType>
<xsd:complexType name="catalogProductImageEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogProductImageEntityArray"></xsd:complexType>
<xsd:complexType name="catalogProductAttributeMediaTypeEntity"></xsd:complexType>
<xsd:complexType name="catalogProductAttributeMediaTypeEntityArray"></xsd:complexType>
<xsd:complexType name="catalogProductImageFileEntity"></xsd:complexType>
<xsd:complexType name="catalogProductAttributeMediaCreateEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogProductLinkEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogProductLinkEntityArray"></xsd:complexType>
<xsd:complexType name="catalogProductLinkAttributeEntity"></xsd:complexType>
<xsd:complexType name="catalogProductLinkAttributeEntityArray"></xsd:complexType>
<xsd:complexType name="catalogProductAttributeFrontendLabelEntity"></xsd:complexType>
<xsd:complexType name="catalogProductAttributeFrontendLabelArray"></xsd:complexType>
<xsd:complexType name="catalogProductAttributeEntityToCreate">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogProductCustomOptionAdditionalFieldsEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogProductCustomOptionAdditionalFieldsArray"></xsd:complexType>
<xsd:complexType name="catalogProductCustomOptionToAdd">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogProductCustomOptionToUpdate">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogProductCustomOptionInfoEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogProductCustomOptionListEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogProductCustomOptionListArray"></xsd:complexType>
<xsd:complexType name="catalogProductCustomOptionTypesEntity"></xsd:complexType>
<xsd:complexType name="catalogProductCustomOptionTypesArray"></xsd:complexType>
<xsd:complexType name="catalogProductCustomOptionValueInfoEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogProductCustomOptionValueListEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogProductCustomOptionValueListArray"></xsd:complexType>
<xsd:complexType name="catalogProductCustomOptionValueAddEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogProductCustomOptionValueAddArray"></xsd:complexType>
<xsd:complexType name="catalogProductCustomOptionValueUpdateEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogProductAttributeOptionLabelEntity"></xsd:complexType>
<xsd:complexType name="catalogProductAttributeOptionLabelArray"></xsd:complexType>
<xsd:complexType name="catalogProductAttributeOptionEntityToAdd"></xsd:complexType>
<xsd:complexType name="catalogProductAttributeEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogProductAttributeEntityToUpdate">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogProductSpecialPriceReturnEntity"></xsd:complexType>
<xsd:element name="catalogProductCurrentStoreResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductListRequestParam"></xsd:element>
<xsd:element name="catalogProductListResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductInfoRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogProductInfoResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductCreateRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogProductCreateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductUpdateRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogProductUpdateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductMultiUpdateRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogProductMultiUpdateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductSetSpecialPriceRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogProductSetSpecialPriceResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductDeleteRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductDeleteResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeCurrentStoreResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeListResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductCustomOptionAddRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductCustomOptionAddResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductCustomOptionUpdateRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogProductCustomOptionUpdateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductCustomOptionTypesRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductCustomOptionRemoveResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductCustomOptionValueAddRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogProductCustomOptionValueAddResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductCustomOptionValueUpdateRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogProductCustomOptionValueUpdateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductCustomOptionValueRemoveResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeSetCreateRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeSetCreateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeSetRemoveRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeSetRemoveResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeSetListRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeSetAttributeAddRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogProductAttributeSetAttributeAddResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeAddOptionRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeAddOptionResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeSetAttributeRemoveRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeSetAttributeRemoveResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeSetGroupAddRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeSetGroupAddResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeSetGroupRenameResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeSetGroupRemoveResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductTypeListRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductTypeListResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeTierPriceInfoRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeTierPriceUpdateRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogProductAttributeTierPriceUpdateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeMediaCurrentStoreResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeMediaListRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogProductAttributeMediaListResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeMediaInfoRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogProductAttributeMediaInfoResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeMediaCreateRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogProductAttributeMediaCreateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeMediaUpdateRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogProductAttributeMediaUpdateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeMediaRemoveRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogProductAttributeMediaRemoveResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductLinkListRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogProductLinkListResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductLinkAssignRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogProductLinkAssignResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductLinkUpdateRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogProductLinkUpdateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductLinkRemoveRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogProductLinkRemoveResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductLinkTypesRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductLinkTypesResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogCategoryCurrentStoreResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogCategoryTreeRequestParam"></xsd:element>
<xsd:element name="catalogCategoryTreeResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogCategoryLevelRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogCategoryLevelResponseParam"></xsd:element>
<xsd:element name="catalogCategoryInfoRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogCategoryInfoResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogCategoryCreateRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogCategoryCreateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogCategoryUpdateRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogCategoryUpdateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogCategoryMoveRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogCategoryMoveResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogCategoryDeleteRequestParam"></xsd:element>
<xsd:element name="catalogCategoryDeleteResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogCategoryAssignedProductsResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogCategoryAssignProductRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogCategoryAssignProductResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogCategoryUpdateProductRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogCategoryUpdateProductResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogCategoryRemoveProductRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogCategoryRemoveProductResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogCategoryAttributeListRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogCategoryAttributeListResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogCategoryAttributeCurrentStoreResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeCreateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeRemoveResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeInfoResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeUpdateRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductAttributeUpdateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:complexType name="salesOrderEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="salesOrderListEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="salesOrderListEntityArray"></xsd:complexType>
<xsd:complexType name="salesOrderAddressEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="salesOrderItemEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="salesOrderItemEntityArray"></xsd:complexType>
<xsd:complexType name="orderItemIdQty"></xsd:complexType>
<xsd:complexType name="orderItemIdQtyArray"></xsd:complexType>
<xsd:complexType name="salesOrderPaymentEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="salesOrderStatusHistoryEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="salesOrderStatusHistoryEntityArray"></xsd:complexType>
<xsd:complexType name="salesOrderShipmentEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="salesOrderShipmentEntityArray"></xsd:complexType>
<xsd:complexType name="salesOrderShipmentCommentEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="salesOrderShipmentCommentEntityArray"></xsd:complexType>
<xsd:complexType name="salesOrderShipmentTrackEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="salesOrderShipmentTrackEntityArray"></xsd:complexType>
<xsd:complexType name="salesOrderShipmentItemEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="salesOrderShipmentItemEntityArray"></xsd:complexType>
<xsd:complexType name="salesOrderInvoiceEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="salesOrderInvoiceEntityArray"></xsd:complexType>
<xsd:complexType name="salesOrderInvoiceItemEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="salesOrderInvoiceItemEntityArray"></xsd:complexType>
<xsd:complexType name="salesOrderInvoiceCommentEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="salesOrderInvoiceCommentEntityArray"></xsd:complexType>
<xsd:complexType name="salesOrderCreditmemoEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="salesOrderCreditmemoEntityArray"></xsd:complexType>
<xsd:complexType name="salesOrderCreditmemoItemEntity"></xsd:complexType>
<xsd:complexType name="salesOrderCreditmemoItemEntityArray"></xsd:complexType>
<xsd:complexType name="salesOrderCreditmemoCommentEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="salesOrderCreditmemoCommentEntityArray"></xsd:complexType>
<xsd:complexType name="salesOrderCreditmemoData">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="salesOrderListRequestParam"></xsd:element>
<xsd:element name="salesOrderListResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderInfoRequestParam"></xsd:element>
<xsd:element name="salesOrderInfoResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderAddCommentRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="salesOrderAddCommentResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderHoldRequestParam"></xsd:element>
<xsd:element name="salesOrderHoldResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderUnholdRequestParam"></xsd:element>
<xsd:element name="salesOrderUnholdResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderCancelRequestParam"></xsd:element>
<xsd:element name="salesOrderCancelResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderShipmentListRequestParam"></xsd:element>
<xsd:element name="salesOrderShipmentListResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderShipmentInfoRequestParam"></xsd:element>
<xsd:element name="salesOrderShipmentInfoResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderShipmentCreateRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="salesOrderShipmentCreateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderShipmentAddTrackRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="salesOrderShipmentAddTrackResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderShipmentRemoveTrackRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderShipmentRemoveTrackResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderShipmentSendInfoRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderShipmentSendInfoResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderShipmentAddCommentRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="salesOrderShipmentAddCommentResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderShipmentGetCarriersResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderInvoiceListRequestParam"></xsd:element>
<xsd:element name="salesOrderInvoiceListResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderInvoiceInfoRequestParam"></xsd:element>
<xsd:element name="salesOrderInvoiceInfoResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderInvoiceCreateRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="salesOrderInvoiceCreateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderInvoiceAddCommentRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="salesOrderInvoiceAddCommentResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderInvoiceCaptureResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderInvoiceVoidRequestParam"></xsd:element>
<xsd:element name="salesOrderInvoiceVoidResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderInvoiceCancelRequestParam"></xsd:element>
<xsd:element name="salesOrderInvoiceCancelResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderCreditmemoInfoResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderCreditmemoCreateRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="salesOrderCreditmemoCreateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderCreditmemoAddCommentRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="salesOrderCreditmemoAddCommentResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="salesOrderCreditmemoCancelResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:complexType name="catalogInventoryStockItemEntity"></xsd:complexType>
<xsd:complexType name="catalogInventoryStockItemEntityArray"></xsd:complexType>
<xsd:complexType name="catalogInventoryStockItemUpdateEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogInventoryStockItemUpdateEntityArray"></xsd:complexType>
<xsd:element name="catalogInventoryStockItemUpdateRequestParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogInventoryStockItemUpdateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogInventoryStockItemMultiUpdateRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogInventoryStockItemMultiUpdateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:complexType name="shoppingCartAddressEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="shoppingCartItemEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="shoppingCartItemEntityArray"></xsd:complexType>
<xsd:complexType name="shoppingCartPaymentEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="shoppingCartInfoEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="shoppingCartTotalsEntity"></xsd:complexType>
<xsd:complexType name="shoppingCartTotalsEntityArray"></xsd:complexType>
<xsd:complexType name="shoppingCartLicenseEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="shoppingCartLicenseEntityArray"></xsd:complexType>
<xsd:complexType name="shoppingCartProductEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="shoppingCartProductEntityArray"></xsd:complexType>
<xsd:complexType name="shoppingCartProductResponseEntityArray"></xsd:complexType>
<xsd:complexType name="shoppingCartCustomerEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="shoppingCartCustomerAddressEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="shoppingCartCustomerAddressEntityArray"></xsd:complexType>
<xsd:complexType name="shoppingCartShippingMethodEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="shoppingCartShippingMethodEntityArray"></xsd:complexType>
<xsd:complexType name="shoppingCartPaymentMethodEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="shoppingCartPaymentMethodResponseEntity"></xsd:complexType>
<xsd:complexType name="shoppingCartPaymentMethodResponseEntityArray"></xsd:complexType>
<xsd:element name="shoppingCartCreateRequestParam"></xsd:element>
<xsd:element name="shoppingCartCreateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="shoppingCartOrderRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="shoppingCartOrderResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="shoppingCartInfoRequestParam"></xsd:element>
<xsd:element name="shoppingCartInfoResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="shoppingCartTotalsRequestParam"></xsd:element>
<xsd:element name="shoppingCartTotalsResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="shoppingCartLicenseRequestParam"></xsd:element>
<xsd:element name="shoppingCartLicenseResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="shoppingCartProductAddRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="shoppingCartProductAddResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="shoppingCartProductUpdateRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="shoppingCartProductUpdateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="shoppingCartProductRemoveRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="shoppingCartProductRemoveResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="shoppingCartProductListRequestParam"></xsd:element>
<xsd:element name="shoppingCartProductMoveToCustomerQuoteRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="shoppingCartProductMoveToCustomerQuoteResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="shoppingCartCustomerSetRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="shoppingCartCustomerSetResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="shoppingCartCustomerAddressesRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="shoppingCartCustomerAddressesResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="shoppingCartShippingMethodRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="shoppingCartShippingMethodResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="shoppingCartPaymentMethodRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="shoppingCartPaymentMethodResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="shoppingCartPaymentListRequestParam"></xsd:element>
<xsd:element name="shoppingCartCouponAddRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="shoppingCartCouponAddResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="shoppingCartCouponRemoveResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:complexType name="catalogProductTagListEntity"></xsd:complexType>
<xsd:complexType name="catalogProductTagListEntityArray"></xsd:complexType>
<xsd:complexType name="catalogProductTagAddEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogProductTagUpdateEntity"></xsd:complexType>
<xsd:complexType name="catalogProductTagInfoEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogProductTagListRequestParam"></xsd:element>
<xsd:element name="catalogProductTagListResponseParam"></xsd:element>
<xsd:element name="catalogProductTagInfoRequestParam"></xsd:element>
<xsd:element name="catalogProductTagInfoResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductTagAddRequestParam"></xsd:element>
<xsd:element name="catalogProductTagAddResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductTagUpdateRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogProductTagUpdateResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductTagRemoveRequestParam"></xsd:element>
<xsd:element name="catalogProductTagRemoveResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:complexType name="giftMessageEntity"></xsd:complexType>
<xsd:complexType name="giftMessageResponse"></xsd:complexType>
<xsd:complexType name="giftMessageResponseArray"></xsd:complexType>
<xsd:complexType name="giftMessageAssociativeProductsEntity"></xsd:complexType>
<xsd:complexType name="giftMessageAssociativeProductsEntityArray"></xsd:complexType>
<xsd:element name="giftMessageForQuoteRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="giftMessageForQuoteResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="giftMessageForQuoteItemRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="giftMessageForQuoteItemResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="giftMessageForQuoteProductRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="giftMessageForQuoteProductResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:complexType name="catalogProductDownloadableLinkFileEntity"></xsd:complexType>
<xsd:complexType name="catalogProductDownloadableLinkAddSampleEntity"></xsd:complexType>
<xsd:complexType name="catalogProductDownloadableLinkAddEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogProductDownloadableLinkFileInfoEntity"></xsd:complexType>
<xsd:complexType name="catalogProductDownloadableLinkEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogProductDownloadableLinkEntityArray"></xsd:complexType>
<xsd:complexType name="catalogProductDownloadableLinkSampleEntity">
<xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:complexType name="catalogProductDownloadableLinkSampleEntityArray"></xsd:complexType>
<xsd:complexType name="catalogProductDownloadableLinkListEntity"></xsd:complexType>
<xsd:element name="catalogProductDownloadableLinkAddRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogProductDownloadableLinkAddResponseParam">
<xsd:complexType></xsd:complexType>
</xsd:element><xsd:element name="catalogProductDownloadableLinkListRequestParam">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType><xsd:element name="catalogProductDownloadableLinkRemoveResponseParam">
</xsd:schema><xsd:complexType></xsd:complexType>
</xsd:element><wsdl:message name="callResponse"></wsdl:message>
<wsdl:message name="multiCall"></wsdl:message>
<wsdl:message name="multiCallResponse"></wsdl:message>
<wsdl:message name="endSession"></wsdl:message>
<wsdl:message name="endSessionResponse"></wsdl:message>
<wsdl:message name="login"></wsdl:message>
<wsdl:message name="loginResponse"></wsdl:message>
<wsdl:message name="resourcesRequest"></wsdl:message>
<wsdl:message name="resourcesResponse"></wsdl:message>
<wsdl:message name="globalFaults"></wsdl:message>
<wsdl:message name="globalFaultsResponse"></wsdl:message>
<wsdl:message name="resourceFaults"></wsdl:message>
<wsdl:message name="resourceFaultsResponse"></wsdl:message>
<wsdl:message name="startSessionResponse"></wsdl:message>
<wsdl:portType name="PortType">
<wsdl:operation name="call">
<wsdl:documentation>Call api functionality</wsdl:documentation>
</wsdl:operation><wsdl:operation name="multiCall">
<wsdl:documentation>Multiple calls of resource functionality</wsdl:documentation>
</wsdl:operation><wsdl:operation name="endSession">
<wsdl:documentation>End web service session</wsdl:documentation>
</wsdl:operation><wsdl:operation name="login">
<wsdl:documentation>Login user and retrive session id</wsdl:documentation>
</wsdl:operation><wsdl:operation name="startSession">
<wsdl:documentation>Start web service session</wsdl:documentation>
</wsdl:operation><wsdl:operation name="resources">
<wsdl:documentation>List of available resources</wsdl:documentation>
</wsdl:operation><wsdl:operation name="globalFaults">
<wsdl:documentation>List of global faults</wsdl:documentation>
</wsdl:operation><wsdl:operation name="resourceFaults">
<wsdl:documentation>List of resource faults</wsdl:documentation>
</wsdl:operation><wsdl:operation name="storeList">
<wsdl:documentation>List of stores</wsdl:documentation>
</wsdl:operation><wsdl:operation name="storeInfo">
<wsdl:documentation>Store view info</wsdl:documentation>
</wsdl:operation><wsdl:operation name="magentoInfo">
<wsdl:documentation>Info about current Magento installation</wsdl:documentation>
</wsdl:operation><wsdl:operation name="directoryCountryList">
<wsdl:documentation>List of countries</wsdl:documentation>
</wsdl:operation><wsdl:operation name="directoryRegionList">
<wsdl:documentation>List of regions in specified country</wsdl:documentation>
</wsdl:operation><wsdl:operation name="customerCustomerList">
<wsdl:documentation>Retrieve customers</wsdl:documentation>
</wsdl:operation><wsdl:operation name="customerCustomerCreate">
<wsdl:documentation>Create customer</wsdl:documentation>
</wsdl:operation><wsdl:operation name="customerCustomerInfo">
<wsdl:documentation>Retrieve customer data</wsdl:documentation>
</wsdl:operation><wsdl:operation name="customerCustomerUpdate">
<wsdl:documentation>Update customer data</wsdl:documentation>
</wsdl:operation><wsdl:operation name="customerCustomerDelete">
<wsdl:documentation>Delete customer</wsdl:documentation>
</wsdl:operation><wsdl:operation name="customerGroupList">
<wsdl:documentation>Retrieve customer groups</wsdl:documentation>
</wsdl:operation><wsdl:operation name="customerAddressList">
<wsdl:documentation>Retrieve customer addresses</wsdl:documentation>
</wsdl:operation><wsdl:operation name="customerAddressCreate">
<wsdl:documentation>Create customer address</wsdl:documentation>
</wsdl:operation><wsdl:operation name="customerAddressInfo">
<wsdl:documentation>Retrieve customer address data</wsdl:documentation>
</wsdl:operation><wsdl:operation name="customerAddressUpdate">
<wsdl:documentation>Update customer address data</wsdl:documentation>
</wsdl:operation><wsdl:operation name="customerAddressDelete">
<wsdl:documentation>Delete customer address</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogCategoryCurrentStore">
<wsdl:documentation>Set_Get current store view</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogCategoryTree">
<wsdl:documentation>Retrieve hierarchical tree of categories.</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogCategoryLevel">
<wsdl:documentation>Retrieve hierarchical tree of categories.</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogCategoryInfo">
<wsdl:documentation>Retrieve hierarchical tree of categories.</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogCategoryCreate">
<wsdl:documentation>Create new category and return its id.</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogCategoryUpdate">
<wsdl:documentation>Update category</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogCategoryMove">
<wsdl:documentation>Move category in tree</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogCategoryDelete">
<wsdl:documentation>Delete category</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogCategoryAssignedProducts">
<wsdl:documentation>Retrieve list of assigned products</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogCategoryAssignProduct">
<wsdl:documentation>Assign product to category</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogCategoryUpdateProduct">
<wsdl:documentation>Update assigned product</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogCategoryRemoveProduct">
<wsdl:documentation>Remove product assignment from category</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogCategoryAttributeCurrentStore">
<wsdl:documentation>Set/Get current store view</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogCategoryAttributeList">
<wsdl:documentation>Retrieve category attributes</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogCategoryAttributeOptions">
<wsdl:documentation>Retrieve attribute options</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductCurrentStore">
<wsdl:documentation>Set/Get current store view</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductList">
<wsdl:documentation>Retrieve products list by filters</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductInfo">
<wsdl:documentation>Retrieve product</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductCreate">
<wsdl:documentation>Create new product and return product id</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductUpdate">
<wsdl:documentation>Update product</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductMultiUpdate">
<wsdl:documentation>Product multi update</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductSetSpecialPrice">
<wsdl:documentation>Update product special price</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductGetSpecialPrice">
<wsdl:documentation>Get product special price data</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductDelete">
<wsdl:documentation>Delete product</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeCurrentStore">
<wsdl:documentation>Set/Get current store view</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeList">
<wsdl:documentation>Retrieve attribute list</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeOptions">
<wsdl:documentation>Retrieve attribute options</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductCustomOptionAdd">
<wsdl:documentation>Add new custom option into product</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductCustomOptionUpdate">
<wsdl:documentation>Update product custom option</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductCustomOptionTypes">
<wsdl:documentation>Get list of available custom option types</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductCustomOptionList">
<wsdl:documentation>Retrieve list of product custom options</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductCustomOptionInfo">
<wsdl:documentation>Get full information about custom option in product</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductCustomOptionRemove">
<wsdl:documentation>Remove custom option</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductCustomOptionValueList">
<wsdl:documentation>Retrieve custom option values list</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductCustomOptionValueAdd">
<wsdl:documentation>Add new custom option values</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductCustomOptionValueInfo">
<wsdl:documentation>Retrieve custom option value info</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductCustomOptionValueUpdate">
<wsdl:documentation>Update custom option value</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductCustomOptionValueRemove">
<wsdl:documentation>Remove value from custom option</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeSetCreate">
<wsdl:documentation>Create product attribute set based on another set</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeSetRemove">
<wsdl:documentation>Remove product attribute set</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeSetList">
<wsdl:documentation>Retrieve product attribute sets</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeSetAttributeAdd">
<wsdl:documentation>Add attribute into attribute set</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeAddOption">
<wsdl:documentation>Add option to attribute</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeSetAttributeRemove">
<wsdl:documentation>Remove attribute from attribute set</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeSetGroupAdd">
<wsdl:documentation>Create group within existing attribute set</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeSetGroupRename">
<wsdl:documentation>Rename existing group</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeSetGroupRemove">
<wsdl:documentation>Remove group from attribute set</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductTypeList">
<wsdl:documentation>Retrieve product types</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeTierPriceInfo">
<wsdl:documentation>Retrieve product tier prices</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeTierPriceUpdate">
<wsdl:documentation>Update product tier prices</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeMediaCurrentStore">
<wsdl:documentation>Set/Get current store view</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeMediaList">
<wsdl:documentation>Retrieve product image list</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeMediaInfo">
<wsdl:documentation>Retrieve product image data</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeMediaTypes">
<wsdl:documentation>Retrieve product image types</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeMediaCreate">
<wsdl:documentation>Upload new product image</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeMediaUpdate">
<wsdl:documentation>Update product image</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeMediaRemove">
<wsdl:documentation>Remove product image</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductLinkList">
<wsdl:documentation>Retrieve linked products</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductLinkAssign">
<wsdl:documentation>Assign product link</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductLinkUpdate">
<wsdl:documentation>Update product link</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductLinkRemove">
<wsdl:documentation>Remove product link</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductLinkTypes">
<wsdl:documentation>Retrieve product link types</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductLinkAttributes">
<wsdl:documentation>Retrieve product link type attributes</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeCreate">
<wsdl:documentation>Create new attribute</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeUpdate">
<wsdl:documentation>Update attribute</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeRemove">
<wsdl:documentation>Delete attribute</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductAttributeInfo">
<wsdl:documentation>Get full information about attribute with list of options</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderList">
<wsdl:documentation>Retrieve list of orders by filters</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderInfo">
<wsdl:documentation>Retrieve order information</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderAddComment">
<wsdl:documentation>Add comment to order</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderHold">
<wsdl:documentation>Hold order</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderUnhold">
<wsdl:documentation>Unhold order</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderCancel">
<wsdl:documentation>Cancel order</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderShipmentList">
<wsdl:documentation>Retrieve list of shipments by filters</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderShipmentInfo">
<wsdl:documentation>Retrieve shipment information</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderShipmentCreate">
<wsdl:documentation>Create new shipment for order</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderShipmentAddComment">
<wsdl:documentation>Add new comment to shipment</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderShipmentAddTrack">
<wsdl:documentation>Add new tracking number</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderShipmentRemoveTrack">
<wsdl:documentation>Remove tracking number</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderShipmentSendInfo">
<wsdl:documentation>Send shipment info</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderShipmentGetCarriers">
<wsdl:documentation>Retrieve list of allowed carriers for order</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderInvoiceList">
<wsdl:documentation>Retrieve list of invoices by filters</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderInvoiceInfo">
<wsdl:documentation>Retrieve invoice information</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderInvoiceCreate">
<wsdl:documentation>Create new invoice for order</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderInvoiceAddComment">
<wsdl:documentation>Add new comment to shipment</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderInvoiceCapture">
<wsdl:documentation>Capture invoice</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderInvoiceVoid">
<wsdl:documentation>Void invoice</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderInvoiceCancel">
<wsdl:documentation>Cancel invoice</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderCreditmemoList">
<wsdl:documentation>Retrieve list of creditmemos by filters</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderCreditmemoInfo">
<wsdl:documentation>Retrieve creditmemo information</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderCreditmemoCreate">
<wsdl:documentation>Create new creditmemo for order</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderCreditmemoAddComment">
<wsdl:documentation>Add new comment to creditmemo</wsdl:documentation>
</wsdl:operation><wsdl:operation name="salesOrderCreditmemoCancel">
<wsdl:documentation>Cancel creditmemo</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogInventoryStockItemList">
<wsdl:documentation>Retrieve stock data by product ids</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogInventoryStockItemUpdate">
<wsdl:documentation>Update product stock data</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogInventoryStockItemMultiUpdate">
<wsdl:documentation>Multi update product stock data</wsdl:documentation>
</wsdl:operation><wsdl:operation name="shoppingCartCreate">
<wsdl:documentation>Create shopping cart</wsdl:documentation>
</wsdl:operation><wsdl:operation name="shoppingCartInfo">
<wsdl:documentation>Retrieve information about shopping cart</wsdl:documentation>
</wsdl:operation><wsdl:operation name="shoppingCartOrder">
<wsdl:documentation>Create an order from shopping cart</wsdl:documentation>
</wsdl:operation><wsdl:operation name="shoppingCartTotals">
<wsdl:documentation>Get total prices for shopping cart</wsdl:documentation>
</wsdl:operation><wsdl:operation name="shoppingCartLicense">
<wsdl:documentation>Get terms and conditions</wsdl:documentation>
</wsdl:operation><wsdl:operation name="shoppingCartProductAdd">
<wsdl:documentation>Add product(s) to shopping cart</wsdl:documentation>
</wsdl:operation><wsdl:operation name="shoppingCartProductUpdate">
<wsdl:documentation>Update product(s) quantities in shopping cart</wsdl:documentation>
</wsdl:operation><wsdl:operation name="shoppingCartProductRemove">
<wsdl:documentation>Remove product(s) from shopping cart</wsdl:documentation>
</wsdl:operation><wsdl:operation name="shoppingCartProductList">
<wsdl:documentation>Get list of products in shopping cart</wsdl:documentation>
</wsdl:operation><wsdl:operation name="shoppingCartProductMoveToCustomerQuote">
<wsdl:documentation>Move product(s) to customer quote</wsdl:documentation>
</wsdl:operation><wsdl:operation name="shoppingCartCustomerSet">
<wsdl:documentation>Set customer for shopping cart</wsdl:documentation>
</wsdl:operation><wsdl:operation name="shoppingCartCustomerAddresses">
<wsdl:documentation>Set customer's addresses in shopping cart</wsdl:documentation>
</wsdl:operation><wsdl:operation name="shoppingCartShippingMethod">
<wsdl:documentation>Set shipping method</wsdl:documentation>
</wsdl:operation><wsdl:operation name="shoppingCartShippingList">
<wsdl:documentation>Get list of available shipping methods</wsdl:documentation>
</wsdl:operation><wsdl:operation name="shoppingCartPaymentMethod">
<wsdl:documentation>Set payment method</wsdl:documentation>
</wsdl:operation><wsdl:operation name="shoppingCartPaymentList">
<wsdl:documentation>Get list of available payment methods</wsdl:documentation>
</wsdl:operation><wsdl:operation name="shoppingCartCouponAdd">
<wsdl:documentation>Add coupon code for shopping cart</wsdl:documentation>
</wsdl:operation><wsdl:operation name="shoppingCartCouponRemove">
<wsdl:documentation>Remove coupon code from shopping cart</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductTagList">
<wsdl:documentation>Retrieve list of tags by product</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductTagInfo">
<wsdl:documentation>Retrieve product tag info</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductTagAdd">
<wsdl:documentation>Add tag(s) to product</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductTagUpdate">
<wsdl:documentation>Update product tag</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductTagRemove">
<wsdl:documentation>Remove product tag</wsdl:documentation>
</wsdl:operation><wsdl:operation name="giftMessageSetForQuote">
<wsdl:documentation>Set a gift message to the cart</wsdl:documentation>
</wsdl:operation><wsdl:operation name="giftMessageSetForQuoteItem">
<wsdl:documentation>Setting a gift messages to the quote item</wsdl:documentation>
</wsdl:operation><wsdl:operation name="giftMessageSetForQuoteProduct">
<wsdl:documentation>Setting a gift messages to the quote items by products</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductDownloadableLinkAdd">
<wsdl:documentation>Add links to downloadable product</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductDownloadableLinkList">
<wsdl:documentation>Retrieve list of links and samples for downloadable product</wsdl:documentation>
</wsdl:operation><wsdl:operation name="catalogProductDownloadableLinkRemove">
</wsdl:portType><wsdl:documentation>Remove links and samples from downloadable product</wsdl:documentation>
</wsdl:operation><wsdl:binding name="Binding" type="typens:PortType">
<wsdl:operation name="multiCall">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="endSession">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="startSession">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="resources">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="globalFaults">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="resourceFaults">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="storeList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="storeInfo">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="magentoInfo">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="directoryCountryList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="directoryRegionList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="customerCustomerList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="customerCustomerCreate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="customerCustomerInfo">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="customerCustomerUpdate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="customerCustomerDelete">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="customerGroupList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="customerAddressList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="customerAddressCreate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="customerAddressInfo">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="customerAddressUpdate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="customerAddressDelete">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogCategoryCurrentStore">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogCategoryTree">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogCategoryLevel">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogCategoryInfo">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogCategoryCreate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogCategoryUpdate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogCategoryMove">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogCategoryDelete">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogCategoryAssignedProducts">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogCategoryAssignProduct">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogCategoryUpdateProduct">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogCategoryRemoveProduct">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductCurrentStore">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductInfo">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductCreate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductUpdate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductMultiUpdate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductSetSpecialPrice">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductGetSpecialPrice">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductDelete">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeCurrentStore">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeOptions">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductCustomOptionAdd">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductCustomOptionUpdate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductCustomOptionTypes">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductCustomOptionList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductCustomOptionInfo">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductCustomOptionRemove">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductCustomOptionValueList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductCustomOptionValueInfo">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductCustomOptionValueAdd">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductCustomOptionValueUpdate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductCustomOptionValueRemove">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeSetCreate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeSetRemove">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeSetList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeSetAttributeAdd">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeSetAttributeRemove">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeAddOption">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeSetGroupAdd">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeSetGroupRename">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeSetGroupRemove">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductTypeList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeTierPriceInfo">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeTierPriceUpdate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogCategoryAttributeCurrentStore">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogCategoryAttributeList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogCategoryAttributeOptions">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeMediaCurrentStore">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeMediaList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeMediaInfo">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeMediaTypes">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeMediaCreate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeMediaUpdate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeMediaRemove">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductLinkList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductLinkAssign">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductLinkUpdate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductLinkRemove">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductLinkTypes">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductLinkAttributes">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeCreate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeRemove">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeInfo">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductAttributeUpdate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderInfo">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderAddComment">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderHold">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderUnhold">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderCancel">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderShipmentList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderShipmentInfo">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderShipmentCreate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderShipmentAddComment">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderShipmentAddTrack">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderShipmentRemoveTrack">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderShipmentSendInfo">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderShipmentGetCarriers">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderInvoiceList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderInvoiceInfo">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderInvoiceCreate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderInvoiceAddComment">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderInvoiceCapture">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderInvoiceVoid">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderInvoiceCancel">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderCreditmemoList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderCreditmemoInfo">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderCreditmemoCreate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderCreditmemoAddComment">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="salesOrderCreditmemoCancel">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogInventoryStockItemList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogInventoryStockItemUpdate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogInventoryStockItemMultiUpdate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="shoppingCartCreate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="shoppingCartInfo">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="shoppingCartTotals">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="shoppingCartOrder">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="shoppingCartLicense">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="shoppingCartProductAdd">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="shoppingCartProductUpdate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="shoppingCartProductRemove">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="shoppingCartProductList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="shoppingCartProductMoveToCustomerQuote">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="shoppingCartCustomerSet">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="shoppingCartCustomerAddresses">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="shoppingCartShippingMethod">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="shoppingCartShippingList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="shoppingCartPaymentMethod">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="shoppingCartPaymentList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="shoppingCartCouponAdd">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="shoppingCartCouponRemove">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductTagList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductTagInfo">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductTagAdd">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductTagUpdate">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductTagRemove">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="giftMessageSetForQuote">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="giftMessageSetForQuoteItem">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="giftMessageSetForQuoteProduct">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductDownloadableLinkAdd">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductDownloadableLinkList">
<wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:operation name="catalogProductDownloadableLinkRemove">
</wsdl:binding><wsdl:input></wsdl:input>
<wsdl:output></wsdl:output>
</wsdl:operation><wsdl:service name="GetCommerceService"></wsdl:service>
<wsdl:message name="storeListRequest"></wsdl:message>
<wsdl:message name="storeListResponse"></wsdl:message>
<wsdl:message name="storeInfoRequest"></wsdl:message>
<wsdl:message name="storeInfoResponse"></wsdl:message>
<wsdl:message name="magentoInfoRequest"></wsdl:message>
<wsdl:message name="magentoInfoResponse"></wsdl:message>
<wsdl:message name="directoryCountryListRequest"></wsdl:message>
<wsdl:message name="directoryCountryListResponse"></wsdl:message>
<wsdl:message name="directoryRegionListRequest"></wsdl:message>
<wsdl:message name="directoryRegionListResponse"></wsdl:message>
<wsdl:message name="customerCustomerListRequest"></wsdl:message>
<wsdl:message name="customerCustomerListResponse"></wsdl:message>
<wsdl:message name="customerCustomerCreateRequest"></wsdl:message>
<wsdl:message name="customerCustomerCreateResponse"></wsdl:message>
<wsdl:message name="customerCustomerInfoRequest"></wsdl:message>
<wsdl:message name="customerCustomerInfoResponse"></wsdl:message>
<wsdl:message name="customerCustomerUpdateRequest"></wsdl:message>
<wsdl:message name="customerCustomerUpdateResponse"></wsdl:message>
<wsdl:message name="customerCustomerDeleteRequest"></wsdl:message>
<wsdl:message name="customerCustomerDeleteResponse"></wsdl:message>
<wsdl:message name="customerGroupListRequest"></wsdl:message>
<wsdl:message name="customerGroupListResponse"></wsdl:message>
<wsdl:message name="customerAddressListRequest"></wsdl:message>
<wsdl:message name="customerAddressListResponse"></wsdl:message>
<wsdl:message name="customerAddressCreateRequest"></wsdl:message>
<wsdl:message name="customerAddressCreateResponse"></wsdl:message>
<wsdl:message name="customerAddressInfoRequest"></wsdl:message>
<wsdl:message name="customerAddressInfoResponse"></wsdl:message>
<wsdl:message name="customerAddressUpdateRequest"></wsdl:message>
<wsdl:message name="customerAddressUpdateResponse"></wsdl:message>
<wsdl:message name="customerAddressDeleteRequest"></wsdl:message>
<wsdl:message name="customerAddressDeleteResponse"></wsdl:message>
<wsdl:message name="catalogProductCurrentStoreRequest"></wsdl:message>
<wsdl:message name="catalogProductCurrentStoreResponse"></wsdl:message>
<wsdl:message name="catalogProductListRequest"></wsdl:message>
<wsdl:message name="catalogProductListResponse"></wsdl:message>
<wsdl:message name="catalogProductInfoRequest"></wsdl:message>
<wsdl:message name="catalogProductInfoResponse"></wsdl:message>
<wsdl:message name="catalogProductCreateRequest"></wsdl:message>
<wsdl:message name="catalogProductCreateResponse"></wsdl:message>
<wsdl:message name="catalogProductUpdateRequest"></wsdl:message>
<wsdl:message name="catalogProductUpdateResponse"></wsdl:message>
<wsdl:message name="catalogProductMultiUpdateRequest"></wsdl:message>
<wsdl:message name="catalogProductMultiUpdateResponse"></wsdl:message>
<wsdl:message name="catalogProductSetSpecialPriceRequest"></wsdl:message>
<wsdl:message name="catalogProductSetSpecialPriceResponse"></wsdl:message>
<wsdl:message name="catalogProductGetSpecialPriceRequest"></wsdl:message>
<wsdl:message name="catalogProductGetSpecialPriceResponse"></wsdl:message>
<wsdl:message name="catalogProductDeleteRequest"></wsdl:message>
<wsdl:message name="catalogProductDeleteResponse"></wsdl:message>
<wsdl:message name="catalogProductAttributeListRequest"></wsdl:message>
<wsdl:message name="catalogProductAttributeListResponse"></wsdl:message>
<wsdl:message name="catalogProductAttributeOptionsRequest"></wsdl:message>
<wsdl:message name="catalogProductAttributeOptionsResponse"></wsdl:message>
<wsdl:message name="catalogProductCustomOptionAddRequest"></wsdl:message>
<wsdl:message name="catalogProductCustomOptionAddResponse"></wsdl:message>
<wsdl:message name="catalogProductCustomOptionTypesRequest"></wsdl:message>
<wsdl:message name="catalogProductCustomOptionListRequest"></wsdl:message>
<wsdl:message name="catalogProductCustomOptionListResponse"></wsdl:message>
<wsdl:message name="catalogProductCustomOptionInfoRequest"></wsdl:message>
<wsdl:message name="catalogProductCustomOptionInfoResponse"></wsdl:message>
<wsdl:message name="catalogProductAttributeSetListRequest"></wsdl:message>
<wsdl:message name="catalogProductAttributeSetListResponse"></wsdl:message>
<wsdl:message name="catalogProductTypeListRequest"></wsdl:message>
<wsdl:message name="catalogProductTypeListResponse"></wsdl:message>
<wsdl:message name="catalogProductLinkListRequest"></wsdl:message>
<wsdl:message name="catalogProductLinkListResponse"></wsdl:message>
<wsdl:message name="catalogProductLinkAssignRequest"></wsdl:message>
<wsdl:message name="catalogProductLinkAssignResponse"></wsdl:message>
<wsdl:message name="catalogProductLinkUpdateRequest"></wsdl:message>
<wsdl:message name="catalogProductLinkUpdateResponse"></wsdl:message>
<wsdl:message name="catalogProductLinkRemoveRequest"></wsdl:message>
<wsdl:message name="catalogProductLinkRemoveResponse"></wsdl:message>
<wsdl:message name="catalogProductLinkTypesRequest"></wsdl:message>
<wsdl:message name="catalogProductLinkTypesResponse"></wsdl:message>
<wsdl:message name="catalogProductLinkAttributesRequest"></wsdl:message>
<wsdl:message name="catalogProductLinkAttributesResponse"></wsdl:message>
<wsdl:message name="catalogCategoryCurrentStoreRequest"></wsdl:message>
<wsdl:message name="catalogCategoryCurrentStoreResponse"></wsdl:message>
<wsdl:message name="catalogCategoryTreeRequest"></wsdl:message>
<wsdl:message name="catalogCategoryTreeResponse"></wsdl:message>
<wsdl:message name="catalogCategoryLevelRequest"></wsdl:message>
<wsdl:message name="catalogCategoryLevelResponse"></wsdl:message>
<wsdl:message name="catalogCategoryInfoRequest"></wsdl:message>
<wsdl:message name="catalogCategoryInfoResponse"></wsdl:message>
<wsdl:message name="catalogCategoryCreateRequest"></wsdl:message>
<wsdl:message name="catalogCategoryCreateResponse"></wsdl:message>
<wsdl:message name="catalogCategoryUpdateRequest"></wsdl:message>
<wsdl:message name="catalogCategoryUpdateResponse"></wsdl:message>
<wsdl:message name="catalogCategoryMoveRequest"></wsdl:message>
<wsdl:message name="catalogCategoryMoveResponse"></wsdl:message>
<wsdl:message name="catalogCategoryDeleteRequest"></wsdl:message>
<wsdl:message name="catalogCategoryDeleteResponse"></wsdl:message>
<wsdl:message name="catalogCategoryAssignedProductsRequest"></wsdl:message>
<wsdl:message name="catalogCategoryAssignProductRequest"></wsdl:message>
<wsdl:message name="catalogCategoryAssignProductResponse"></wsdl:message>
<wsdl:message name="catalogCategoryUpdateProductRequest"></wsdl:message>
<wsdl:message name="catalogCategoryUpdateProductResponse"></wsdl:message>
<wsdl:message name="catalogCategoryRemoveProductRequest"></wsdl:message>
<wsdl:message name="catalogCategoryRemoveProductResponse"></wsdl:message>
<wsdl:message name="catalogCategoryAttributeListRequest"></wsdl:message>
<wsdl:message name="catalogCategoryAttributeListResponse"></wsdl:message>
<wsdl:message name="catalogCategoryAttributeOptionsRequest"></wsdl:message>
<wsdl:message name="catalogProductAttributeCreateRequest"></wsdl:message>
<wsdl:message name="catalogProductAttributeCreateResponse"></wsdl:message>
<wsdl:message name="catalogProductAttributeRemoveRequest"></wsdl:message>
<wsdl:message name="catalogProductAttributeRemoveResponse"></wsdl:message>
<wsdl:message name="catalogProductAttributeInfoRequest"></wsdl:message>
<wsdl:message name="catalogProductAttributeInfoResponse"></wsdl:message>
<wsdl:message name="catalogProductAttributeUpdateRequest"></wsdl:message>
<wsdl:message name="catalogProductAttributeUpdateResponse"></wsdl:message>
<wsdl:message name="salesOrderListRequest"></wsdl:message>
<wsdl:message name="salesOrderListResponse"></wsdl:message>
<wsdl:message name="salesOrderInfoRequest"></wsdl:message>
<wsdl:message name="salesOrderInfoResponse"></wsdl:message>
<wsdl:message name="salesOrderAddCommentRequest"></wsdl:message>
<wsdl:message name="salesOrderAddCommentResponse"></wsdl:message>
<wsdl:message name="salesOrderHoldRequest"></wsdl:message>
<wsdl:message name="salesOrderHoldResponse"></wsdl:message>
<wsdl:message name="salesOrderUnholdRequest"></wsdl:message>
<wsdl:message name="salesOrderUnholdResponse"></wsdl:message>
<wsdl:message name="salesOrderCancelRequest"></wsdl:message>
<wsdl:message name="salesOrderCancelResponse"></wsdl:message>
<wsdl:message name="salesOrderShipmentListRequest"></wsdl:message>
<wsdl:message name="salesOrderShipmentListResponse"></wsdl:message>
<wsdl:message name="salesOrderShipmentInfoRequest"></wsdl:message>
<wsdl:message name="salesOrderShipmentInfoResponse"></wsdl:message>
<wsdl:message name="salesOrderShipmentCreateRequest"></wsdl:message>
<wsdl:message name="salesOrderShipmentCreateResponse"></wsdl:message>
<wsdl:message name="salesOrderShipmentAddCommentRequest"></wsdl:message>
<wsdl:message name="salesOrderShipmentAddCommentResponse"></wsdl:message>
<wsdl:message name="salesOrderShipmentAddTrackRequest"></wsdl:message>
<wsdl:message name="salesOrderShipmentAddTrackResponse"></wsdl:message>
<wsdl:message name="salesOrderShipmentRemoveTrackRequest"></wsdl:message>
<wsdl:message name="salesOrderShipmentRemoveTrackResponse"></wsdl:message>
<wsdl:message name="salesOrderShipmentSendInfoRequest"></wsdl:message>
<wsdl:message name="salesOrderShipmentSendInfoResponse"></wsdl:message>
<wsdl:message name="salesOrderShipmentGetCarriersRequest"></wsdl:message>
<wsdl:message name="salesOrderShipmentGetCarriersResponse"></wsdl:message>
<wsdl:message name="salesOrderInvoiceListRequest"></wsdl:message>
<wsdl:message name="salesOrderInvoiceListResponse"></wsdl:message>
<wsdl:message name="salesOrderInvoiceInfoRequest"></wsdl:message>
<wsdl:message name="salesOrderInvoiceInfoResponse"></wsdl:message>
<wsdl:message name="salesOrderInvoiceCreateRequest"></wsdl:message>
<wsdl:message name="salesOrderInvoiceCreateResponse"></wsdl:message>
<wsdl:message name="salesOrderInvoiceAddCommentRequest"></wsdl:message>
<wsdl:message name="salesOrderInvoiceAddCommentResponse"></wsdl:message>
<wsdl:message name="salesOrderInvoiceCaptureRequest"></wsdl:message>
<wsdl:message name="salesOrderInvoiceCaptureResponse"></wsdl:message>
<wsdl:message name="salesOrderInvoiceVoidRequest"></wsdl:message>
<wsdl:message name="salesOrderInvoiceVoidResponse"></wsdl:message>
<wsdl:message name="salesOrderInvoiceCancelRequest"></wsdl:message>
<wsdl:message name="salesOrderInvoiceCancelResponse"></wsdl:message>
<wsdl:message name="salesOrderCreditmemoListRequest"></wsdl:message>
<wsdl:message name="salesOrderCreditmemoListResponse"></wsdl:message>
<wsdl:message name="salesOrderCreditmemoInfoRequest"></wsdl:message>
<wsdl:message name="salesOrderCreditmemoInfoResponse"></wsdl:message>
<wsdl:message name="salesOrderCreditmemoCreateRequest"></wsdl:message>
<wsdl:message name="salesOrderCreditmemoCreateResponse"></wsdl:message>
<wsdl:message name="salesOrderCreditmemoAddCommentRequest"></wsdl:message>
<wsdl:message name="salesOrderCreditmemoAddCommentResponse"></wsdl:message>
<wsdl:message name="salesOrderCreditmemoCancelRequest"></wsdl:message>
<wsdl:message name="salesOrderCreditmemoCancelResponse"></wsdl:message>
<wsdl:message name="catalogInventoryStockItemListRequest"></wsdl:message>
<wsdl:message name="catalogInventoryStockItemListResponse"></wsdl:message>
<wsdl:message name="catalogInventoryStockItemUpdateRequest"></wsdl:message>
<wsdl:message name="shoppingCartCreateRequest"></wsdl:message>
<wsdl:message name="shoppingCartCreateResponse"></wsdl:message>
<wsdl:message name="shoppingCartOrderRequest"></wsdl:message>
<wsdl:message name="shoppingCartOrderResponse"></wsdl:message>
<wsdl:message name="shoppingCartInfoRequest"></wsdl:message>
<wsdl:message name="shoppingCartInfoResponse"></wsdl:message>
<wsdl:message name="shoppingCartTotalsRequest"></wsdl:message>
<wsdl:message name="shoppingCartTotalsResponse"></wsdl:message>
<wsdl:message name="shoppingCartLicenseRequest"></wsdl:message>
<wsdl:message name="shoppingCartLicenseResponse"></wsdl:message>
<wsdl:message name="shoppingCartProductAddRequest"></wsdl:message>
<wsdl:message name="shoppingCartProductAddResponse"></wsdl:message>
<wsdl:message name="shoppingCartProductUpdateRequest"></wsdl:message>
<wsdl:message name="shoppingCartProductUpdateResponse"></wsdl:message>
<wsdl:message name="shoppingCartProductRemoveRequest"></wsdl:message>
<wsdl:message name="shoppingCartProductRemoveResponse"></wsdl:message>
<wsdl:message name="shoppingCartProductListRequest"></wsdl:message>
<wsdl:message name="shoppingCartProductListResponse"></wsdl:message>
<wsdl:message name="shoppingCartCustomerSetRequest"></wsdl:message>
<wsdl:message name="shoppingCartCustomerSetResponse"></wsdl:message>
<wsdl:message name="shoppingCartCustomerAddressesRequest"></wsdl:message>
<wsdl:message name="shoppingCartCustomerAddressesResponse"></wsdl:message>
<wsdl:message name="shoppingCartShippingMethodRequest"></wsdl:message>
<wsdl:message name="shoppingCartShippingMethodResponse"></wsdl:message>
<wsdl:message name="shoppingCartShippingListRequest"></wsdl:message>
<wsdl:message name="shoppingCartShippingListResponse"></wsdl:message>
<wsdl:message name="shoppingCartPaymentMethodRequest"></wsdl:message>
<wsdl:message name="shoppingCartPaymentMethodResponse"></wsdl:message>
<wsdl:message name="shoppingCartPaymentListRequest"></wsdl:message>
<wsdl:message name="shoppingCartPaymentListResponse"></wsdl:message>
<wsdl:message name="shoppingCartCouponAddRequest"></wsdl:message>
<wsdl:message name="shoppingCartCouponAddResponse"></wsdl:message>
<wsdl:message name="shoppingCartCouponRemoveRequest"></wsdl:message>
<wsdl:message name="shoppingCartCouponRemoveResponse"></wsdl:message>
<wsdl:message name="catalogProductTagListRequest"></wsdl:message>
<wsdl:message name="catalogProductTagListResponse"></wsdl:message>
<wsdl:message name="catalogProductTagInfoRequest"></wsdl:message>
<wsdl:message name="catalogProductTagInfoResponse"></wsdl:message>
<wsdl:message name="catalogProductTagAddRequest"></wsdl:message>
<wsdl:message name="catalogProductTagAddResponse"></wsdl:message>
<wsdl:message name="catalogProductTagUpdateRequest"></wsdl:message>
<wsdl:message name="catalogProductTagUpdateResponse"></wsdl:message>
<wsdl:message name="catalogProductTagRemoveRequest"></wsdl:message>
<wsdl:message name="catalogProductTagRemoveResponse"></wsdl:message>
<wsdl:message name="giftMessageForQuoteRequest"></wsdl:message>
<wsdl:message name="giftMessageForQuoteResponse"></wsdl:message>
<wsdl:message name="giftMessageForQuoteItemRequest"></wsdl:message>
<wsdl:message name="giftMessageForQuoteItemResponse"></wsdl:message>
<wsdl:message name="giftMessageForQuoteProductRequest"></wsdl:message>
<wsdl:message name="giftMessageForQuoteProductResponse"></wsdl:message>
</wsdl:definitions>About wsdl-viewer.xsl
This document was generated by SAXON 9.1.0.8 from Saxonica XSLT engine.
The engine processed the WSDL in XSLT 2.0 compliant mode.
This page has been generated bywsdl-viewer.xsl, version
3.1.02
Author: tomi vanek
Download athttp://tomi.vanek.sk/xml/wsdl-viewer.xsl.
The transformation was inspired by the article
Uche Ogbuji: WSDL processing with XSLT
Author: tomi vanek
Download athttp://tomi.vanek.sk/xml/wsdl-viewer.xsl.
The transformation was inspired by the article
Uche Ogbuji: WSDL processing with XSLT