<api><resources><core_store translate="title" module="core"><model>core/store_api</model><title>Store API</title><acl>core/store</acl><methods><list translate="title" module="core"><title>Retrieve store list</title><method>items</method><acl>core/store/list</acl></list><info translate="title" module="core"><title>Retrieve store data</title><acl>core/store/info</acl></info></methods><faults module="core"><store_not_exists><code>100</code><message>Requested store view not found.</message></store_not_exists></faults></core_store><core_magento translate="title" module="core"><model>core/magento_api</model><title>Magento info API</title><acl>core/magento</acl><methods><info translate="title" module="core"><title>Get info about current Magento installation</title><acl>core/magento/info</acl></info></methods></core_magento><directory_country translate="title" module="directory"><model>directory/country_api</model><title>Country API</title><acl>directory/country</acl><methods><list translate="title" module="directory"><title>List of countries</title><method>items</method></list></methods></directory_country><directory_region translate="title" module="directory"><model>directory/region_api</model><title>Region API</title><acl>directory/region</acl><methods><list translate="title" module="directory"><title>List of regions in specified country</title><method>items</method></list></methods><faults module="directory"><country_not_exists><code>101</code><message>Country not exists.</message></country_not_exists></faults></directory_region><customer translate="title" module="customer"><model>customer/customer_api</model><title>Customer API</title><acl>customer</acl><methods><list translate="title" module="customer"><title>Retrieve customers</title><method>items</method><acl>customer/info</acl></list><create translate="title" module="customer"><title>Create customer</title><acl>customer/create</acl></create><info translate="title" module="customer"><title>Retrieve customer data</title><acl>customer/info</acl></info><update translate="title" module="customer"><title>Update customer data</title><acl>customer/update</acl></update><delete translate="title" module="customer"><title>Delete customer</title><acl>customer/delete</acl></delete></methods><faults module="customer"><data_invalid><code>100</code><message>Invalid customer data. Details in error message.</message></data_invalid><filters_invalid><code>101</code><message>Invalid filters specified. Details in error message.</message></filters_invalid><not_exists><code>102</code><message>Customer not exists.</message></not_exists><not_deleted><code>103</code><message>Customer not deleted. Details in error message.</message></not_deleted></faults></customer><customer_group><model>customer/group_api</model><title>Customer&apos;s Groups API</title><acl>customer</acl><methods><list translate="title" module="customer"><title>Retrieve customer groups</title><method>items</method></list></methods></customer_group><customer_address><model>customer/address_api</model><title>Customer Address API</title><acl>customer/address</acl><methods><list translate="title" module="customer"><title>Retrieve customer addresses</title><method>items</method><acl>customer/address/info</acl></list><create translate="title" module="customer"><title>Create customer address</title><acl>customer/address/create</acl></create><info translate="title" module="customer"><title>Retrieve address data</title><acl>customer/address/info</acl></info><update translate="title" module="customer"><title>Update customer address data</title><acl>customer/address/update</acl></update><delete translate="title" module="customer"><title>Delete customer address</title><acl>customer/address/delete</acl></delete></methods><faults module="customer"><data_invalid><code>100</code><message>Invalid address data. Details in error message.</message></data_invalid><customer_not_exists><code>101</code><message>Customer not exists.</message></customer_not_exists><not_exists><code>102</code><message>Address not exists.</message></not_exists><not_deleted><code>103</code><message>Address not deleted. Details in error message.</message></not_deleted></faults></customer_address><catalog_category translate="title" module="catalog"><model>catalog/category_api</model><title>Category API</title><acl>catalog/category</acl><methods><currentStore><title>Set/Get current store view</title></currentStore><tree translate="title" module="catalog"><title>Retrieve hierarchical tree</title><acl>catalog/category/tree</acl></tree><level translate="title" module="catalog"><title>Retrieve one level of categories by website/store view/parent category</title></level><info translate="title" module="catalog"><title>Retrieve category data</title><acl>catalog/category/info</acl></info><create translate="title" module="catalog"><title>Create new category</title><acl>catalog/category/create</acl></create><update translate="title" module="catalog"><title>Update category</title><acl>catalog/category/update</acl></update><move translate="title" module="catalog"><title>Move category in tree</title><acl>catalog/category/move</acl></move><delete translate="title" module="catalog"><title>Delete category</title><acl>catalog/category/delete</acl></delete><assignedProducts translate="title" module="catalog"><title>Retrieve list of assigned products</title><acl>catalog/category/product</acl></assignedProducts><assignProduct translate="title" module="catalog"><title>Assign product to category</title><acl>catalog/category/product/assign</acl></assignProduct><updateProduct translate="title" module="catalog"><title>Update assigned product</title><acl>catalog/category/product/update</acl></updateProduct><removeProduct translate="title" module="catalog"><title>Remove product assignment</title><acl>catalog/category/product/remove</acl></removeProduct></methods><faults module="catalog"><store_not_exists><code>100</code><message>Requested store view not found.</message></store_not_exists><website_not_exists><code>101</code><message>Requested website not found.</message></website_not_exists><not_exists><code>102</code><message>Category not exists.</message></not_exists><data_invalid><code>103</code><message>Invalid data given. Details in error message.</message></data_invalid><not_moved><code>104</code><message>Category not moved. Details in error message.</message></not_moved><not_deleted><code>105</code><message>Category not deleted. Details in error message.</message></not_deleted><product_not_assigned><code>106</code><message>Requested product is not assigned to category.</message></product_not_assigned></faults></catalog_category><catalog_category_attribute translate="title" module="catalog"><title>Category attributes API</title><model>catalog/category_attribute_api</model><acl>catalog/category</acl><methods><currentStore translate="title" module="catalog"><title>Set/Get current store view</title></currentStore><list translate="title" module="catalog"><title>Retrieve category attributes</title><method>items</method></list><options translate="title" module="catalog"><title>Retrieve attribute options</title></options></methods><faults module="catalog"><store_not_exists><code>100</code><message>Requested store view not found.</message></store_not_exists><not_exists><code>101</code><message>Requested attribute not found.</message></not_exists></faults></catalog_category_attribute><catalog_product translate="title" module="catalog"><title>Product API</title><model>catalog/product_api</model><acl>catalog/product</acl><methods><currentStore translate="title" module="catalog"><title>Set/Get current store view</title></currentStore><list translate="title" module="catalog"><title>Retrieve products list by filters</title><method>items</method><acl>catalog/product/info</acl></list><info translate="title" module="catalog"><title>Retrieve product</title><acl>catalog/product/info</acl></info><create translate="title" module="catalog"><title>Create new product</title><acl>catalog/product/create</acl></create><update translate="title" module="catalog"><title>Update product</title><acl>catalog/product/update</acl></update><multiUpdate translate="title" module="catalog"><title>Multi update product</title><acl>catalog/product/update</acl></multiUpdate><delete translate="title" module="catalog"><title>Delete product</title><acl>catalog/product/delete</acl></delete><getSpecialPrice translate="title" module="catalog"><title>Get special price</title></getSpecialPrice><setSpecialPrice translate="title" module="catalog"><title>Set special price</title><acl>catalog/product/update</acl></setSpecialPrice><listOfAdditionalAttributes translate="title" module="catalog"><title>Get list of non-default attributes by product type and attributes set</title><method>getAdditionalAttributes</method><acl>catalog/product/listOfAdditionalAttributes</acl></listOfAdditionalAttributes></methods><faults module="catalog"><store_not_exists><code>100</code><message>Requested store view not found.</message></store_not_exists><product_not_exists><code>101</code><message>Product not exists.</message></product_not_exists><data_invalid><code>102</code><message>Invalid data given. Details in error message.</message></data_invalid><not_deleted><code>103</code><message>Product not deleted. Details in error message.</message></not_deleted><product_type_not_exists><code>104</code><message>Product type is not in allowed types.</message></product_type_not_exists><product_attribute_set_not_exists><code>105</code><message>Product attribute set is not existed</message></product_attribute_set_not_exists><product_attribute_set_not_valid><code>106</code><message>Product attribute set is not belong catalog product entity type</message></product_attribute_set_not_valid><multi_update_not_match><code>107</code><message>Quantity of product IDs and product data should match. No changes made.</message></multi_update_not_match><partially_updated><code>108</code><message>There was an error during one or more products update. See error log for details.</message></partially_updated></faults></catalog_product><catalog_product_attribute translate="title" module="catalog"><title>Product attributes API</title><model>catalog/product_attribute_api</model><acl>catalog/product</acl><methods><currentStore translate="title" module="catalog"><title>Set/Get current store view</title><acl>catalog/product/attribute/write</acl></currentStore><list translate="title" module="catalog"><title>Retrieve attribute list</title><method>items</method><acl>catalog/product/attribute/read</acl></list><options translate="title" module="catalog"><title>Retrieve attribute options</title><acl>catalog/product/attribute/read</acl></options><types translate="title" module="catalog"><title>Get list of possible attribute types</title><acl>catalog/product/attribute/types</acl></types><create translate="title" module="catalog"><title>Create new attribute</title><acl>catalog/product/attribute/create</acl></create><update translate="title" module="catalog"><title>Update attribute</title><acl>catalog/product/attribute/update</acl></update><remove translate="title" module="catalog"><title>Delete attribute</title><acl>catalog/product/attribute/remove</acl></remove><info translate="title" module="catalog"><title>Get full information about attribute with list of options</title><acl>catalog/product/attribute/info</acl></info><addOption translate="title" module="catalog"><title>Add option</title><acl>catalog/product/attribute/option/add</acl></addOption><removeOption translate="title" module="catalog"><title>Remove option</title><acl>catalog/product/attribute/option/remove</acl></removeOption></methods><faults module="catalog"><store_not_exists><code>100</code><message>Requested store view not found.</message></store_not_exists><not_exists><code>101</code><message>Requested attribute not found.</message></not_exists><invalid_parameters><code>102</code><message>Invalid request parameters.</message></invalid_parameters><invalid_code><code>103</code><message>Attribute code is invalid. Please use only letters (a-z), numbers (0-9) or underscore(_) in this field, first character should be a letter.</message></invalid_code><invalid_frontend_input><code>104</code><message>Incorrect attribute type.</message></invalid_frontend_input><unable_to_save><code>105</code><message>Unable to save attribute.</message></unable_to_save><can_not_delete><code>106</code><message>This attribute cannot be deleted.</message></can_not_delete><can_not_edit><code>107</code><message>This attribute cannot be edited.</message></can_not_edit><unable_to_add_option><code>108</code><message>Unable to add option.</message></unable_to_add_option><unable_to_remove_option><code>109</code><message>Unable to remove option.</message></unable_to_remove_option></faults></catalog_product_attribute><catalog_product_attribute_set translate="title" module="catalog"><title>Product attribute sets API</title><model>catalog/product_attribute_set_api</model><acl>catalog/product/attribute/set</acl><methods><create translate="title" module="catalog"><title>Create attribute set based on another set</title><acl>catalog/product/attribute/set/create</acl></create><remove translate="title" module="catalog"><title>Remove attribute set</title><acl>catalog/product/attribute/set/remove</acl></remove><list translate="title" module="catalog"><title>Retrieve product attribute sets</title><method>items</method><acl>catalog/product/attribute/set/list</acl></list><attributeAdd translate="title" module="catalog"><title>Add attribute into attribute set</title><acl>catalog/product/attribute/set/attribute_add</acl></attributeAdd><attributeRemove translate="title" module="catalog"><title>Remove attribute from attribute set</title><acl>catalog/product/attribute/set/attribute_remove</acl></attributeRemove><groupAdd translate="title" module="catalog"><title>Add group into attribute set</title><acl>catalog/product/attribute/set/group_add</acl></groupAdd><groupRename translate="title" module="catalog"><title>Rename existing group</title><acl>catalog/product/attribute/set/group_rename</acl></groupRename><groupRemove translate="title" module="catalog"><title>Remove group from attribute set</title><acl>catalog/product/attribute/set/group_remove</acl></groupRemove></methods><faults module="catalog"><invalid_skeleton_set_id><code>100</code><message>Attribute set with requested id does not exist.</message></invalid_skeleton_set_id><invalid_data><code>101</code><message>Invalid data given.</message></invalid_data><create_attribute_set_error><code>102</code><message>Error while creating attribute set. Details in error message.</message></create_attribute_set_error><remove_attribute_set_error><code>103</code><message>Error while removing attribute set. Details in error message.</message></remove_attribute_set_error><invalid_attribute_set_id><code>104</code><message>Attribute set with requested id does not exist.</message></invalid_attribute_set_id><attribute_set_has_related_products><code>105</code><message>Unable to remove attribute set as it has related goods. Use forceProductsRemove parameter to remove attribute set with all goods.</message></attribute_set_has_related_products><invalid_attribute_id><code>106</code><message>Attribute with requested id does not exist.</message></invalid_attribute_id><add_attribute_error><code>107</code><message>Error while adding attribute to attribute set. Details in error message.</message></add_attribute_error><invalid_attribute_group_id><code>108</code><message>Attribute group with requested id does not exist.</message></invalid_attribute_group_id><attribute_is_already_in_set><code>109</code><message>Requested attribute is already in requested attribute set.</message></attribute_is_already_in_set><remove_attribute_error><code>110</code><message>Error while removing attribute from attribute set. Details in error message.</message></remove_attribute_error><attribute_is_not_in_set><code>111</code><message>Requested attribute is not in requested attribute set.</message></attribute_is_not_in_set><group_already_exists><code>112</code><message>Requested group exist already in requested attribute set.</message></group_already_exists><group_add_error><code>113</code><message>Error while adding group to attribute set. Details in error message.</message></group_add_error><group_rename_error><code>114</code><message>Error while renaming group. Details in error message.</message></group_rename_error><group_remove_error><code>115</code><message>Error while removing group from attribute set. Details in error message.</message></group_remove_error><group_has_system_attributes><code>116</code><message>Group can not be removed as it contains system attributes.</message></group_has_system_attributes><group_has_configurable_attributes><code>117</code><message>Group can not be removed as it contains attributes, used in configurable products.</message></group_has_configurable_attributes></faults></catalog_product_attribute_set><catalog_product_type translate="title" module="catalog"><title>Product types API</title><model>catalog/product_type_api</model><acl>catalog/product</acl><methods><list translate="title" module="catalog"><title>Retrieve product types</title><method>items</method></list></methods><faults module="catalog">
                </faults></catalog_product_type><catalog_product_attribute_media translate="title" module="catalog"><title>Product Images API</title><model>catalog/product_attribute_media_api</model><acl>catalog/product/media</acl><methods><currentStore translate="title" module="catalog"><title>Set/Get current store view</title></currentStore><list translate="title" module="catalog"><title>Retrieve product image list</title><method>items</method></list><info translate="title" module="catalog"><title>Retrieve product image</title></info><types translate="title" module="catalog"><title>Retrieve product image types</title></types><create translate="title" module="catalog"><title>Upload new product image </title><acl>catalog/product/media/create</acl></create><update translate="title" module="catalog"><title>Update product image</title><acl>catalog/product/media/update</acl></update><remove translate="title" module="catalog"><title>Remove product image</title><acl>catalog/product/media/remove</acl></remove></methods><faults module="catalog"><store_not_exists><code>100</code><message>Requested store view not found.</message></store_not_exists><product_not_exists><code>101</code><message>Product not exists.</message></product_not_exists><data_invalid><code>102</code><message>Invalid data given. Details in error message.</message></data_invalid><not_exists><code>103</code><message>Requested image not exists in product images&apos; gallery.</message></not_exists><not_created><code>104</code><message>Image creation failed. Details in error message.</message></not_created><not_updated><code>105</code><message>Image not updated. Details in error message.</message></not_updated><not_removed><code>106</code><message>Image not removed. Details in error message.</message></not_removed><not_media><code>107</code><message>Requested product doesn&apos;t support images</message></not_media></faults></catalog_product_attribute_media><catalog_product_attribute_tier_price translate="title" module="catalog"><title>Product Tier Price API</title><model>catalog/product_attribute_tierprice_api</model><acl>catalog/product</acl><methods><info translate="title" module="catalog"><title>Retrieve product tier prices</title></info><update translate="title" module="catalog"><title>Update product tier prices</title><acl>catalog/product/update_tier_price</acl></update></methods><faults module="catalog"><product_not_exists><code>100</code><message>Product not exists.</message></product_not_exists><data_invalid><code>101</code><message>Invalid data given. Details in error message.</message></data_invalid><not_updated><code>102</code><message>Tier prices not updated. Details in error message.</message></not_updated></faults></catalog_product_attribute_tier_price><catalog_product_link translate="title" module="catalog"><title>Product links API (related, cross sells, up sells)</title><model>catalog/product_link_api</model><acl>catalog/product/link</acl><methods><list translate="title" module="catalog"><title>Retrieve linked products</title><method>items</method></list><assign translate="title" module="catalog"><title>Assign product link</title><acl>catalog/product/link/assign</acl></assign><update translate="title" module="catalog"><title>Update product link</title><acl>catalog/product/link/update</acl></update><remove translate="title" module="catalog"><title>Remove product link</title><acl>catalog/product/link/remove</acl></remove><types translate="title" module="catalog"><title>Retrieve product link types</title></types><attributes translate="title" module="catalog"><title>Retrieve product link type attributes</title></attributes></methods><faults module="catalog"><type_not_exists><code>100</code><message>Given invalid link type.</message></type_not_exists><product_not_exists><code>101</code><message>Product not exists.</message></product_not_exists><data_invalid><code>102</code><message>Invalid data given. Details in error message.</message></data_invalid><not_removed><code>104</code><message>Product link not removed.</message></not_removed></faults></catalog_product_link><catalog_product_custom_option translate="title" module="catalog"><title>Catalog product custom options API</title><model>catalog/product_option_api</model><acl>catalog/product/option</acl><methods><add translate="title" module="catalog"><title>Add new custom option into product</title><acl>catalog/product/option/add</acl></add><update translate="title" module="catalog"><title>Update custom option of product</title><acl>catalog/product/option/update</acl></update><types translate="title" module="catalog"><title>Get list of available custom option types</title><acl>catalog/product/option/types</acl></types><info translate="title" module="catalog"><title>Get full information about custom option in product</title><acl>catalog/product/option/info</acl></info><list translate="title" module="catalog"><title>Retrieve list of product custom options</title><acl>catalog/product/option/list</acl><method>items</method></list><remove translate="title" module="catalog"><title>Remove custom option</title><acl>catalog/product/option/remove</acl></remove></methods><faults module="catalog"><product_not_exists><code>101</code><message>Product with requested id does not exist.</message></product_not_exists><invalid_data><code>102</code><message>Provided data is invalid.</message></invalid_data><save_option_error><code>103</code><message>Error while saving an option. Details are in the error message.</message></save_option_error><store_not_exists><code>104</code><message>Store with requested code/id does not exist.</message></store_not_exists><option_not_exists><code>105</code><message>Option with requested id does not exist.</message></option_not_exists><invalid_type><code>106</code><message>Invalid option type provided. Call &apos;types&apos; to get list of allowed option types.</message></invalid_type><delete_option_error><code>107</code><message>Error while deleting an option. Details are in the error message.</message></delete_option_error></faults></catalog_product_custom_option><catalog_product_custom_option_value translate="title" module="catalog"><title>Catalog product custom option values API</title><model>catalog/product_option_value_api</model><acl>catalog/product/option/value</acl><methods><list translate="title" module="catalog"><title>Retrieve list of option values</title><method>items</method><acl>catalog/product/option/value/list</acl></list><info translate="title" module="catalog"><title>Retrieve option value info</title><acl>catalog/product/option/value/info</acl></info><add translate="title" module="catalog"><title>Add new values into custom option</title><acl>catalog/product/option/value/add</acl></add><update translate="title" module="catalog"><title>Update value of custom option</title><acl>catalog/product/option/value/update</acl></update><remove translate="title" module="catalog"><title>Remove value from custom option</title><acl>catalog/product/option/value/remove</acl></remove></methods><faults module="catalog"><value_not_exists><code>101</code><message>Option value with requested id does not exist.</message></value_not_exists><add_option_value_error><code>102</code><message>Error while adding an option value. Details are in the error message.</message></add_option_value_error><option_not_exists><code>103</code><message>Option with requested id does not exist.</message></option_not_exists><invalid_option_type><code>104</code><message>Invalid option type.</message></invalid_option_type><store_not_exists><code>105</code><message>Store with requested code/id does not exist.</message></store_not_exists><can_not_delete><code>106</code><message>Can not delete option.</message></can_not_delete><update_option_value_error><code>107</code><message>Error while updating an option value. Details are in the error message.</message></update_option_value_error><option_value_title_required><code>108</code><message>Title field is required.</message></option_value_title_required><cant_delete_last_value><code>109</code><message>Option should have at least one value. Can not delete last value.</message></cant_delete_last_value></faults></catalog_product_custom_option_value><sales_order translate="title" module="sales"><model>sales/order_api</model><title>Order API</title><acl>sales/order</acl><methods><list translate="title" module="sales"><title>Retrieve list of orders by filters</title><method>items</method><acl>sales/order/info</acl></list><info translate="title" module="sales"><title>Retrieve order information</title><acl>sales/order/info</acl></info><addComment translate="title" module="sales"><title>Add comment to order</title><acl>sales/order/change</acl></addComment><hold translate="title" module="sales"><title>Hold order</title><acl>sales/order/change</acl></hold><unhold translate="title" module="sales"><title>Unhold order</title><acl>sales/order/change</acl></unhold><cancel translate="title" module="sales"><title>Cancel order</title><acl>sales/order/change</acl></cancel></methods><faults module="sales"><not_exists><code>100</code><message>Requested order not exists.</message></not_exists><filters_invalid><code>101</code><message>Invalid filters given. Details in error message.</message></filters_invalid><data_invalid><code>102</code><message>Invalid data given. Details in error message.</message></data_invalid><status_not_changed><code>103</code><message>Order status not changed. Details in error message.</message></status_not_changed></faults></sales_order><sales_order_shipment><title>Shipment API</title><model>sales/order_shipment_api</model><acl>sales/order/shipment</acl><methods><list translate="title" module="sales"><title>Retrieve list of shipments by filters</title><method>items</method><acl>sales/order/shipment/info</acl></list><info translate="title" module="sales"><title>Retrieve shipment information</title><acl>sales/order/shipment/info</acl></info><sendInfo translate="title" module="sales"><title>Send shipment info</title><acl>sales/order/shipment/send</acl></sendInfo><create translate="title" module="sales"><title>Create new shipment for order</title><acl>sales/order/shipment/create</acl></create><addComment translate="title" module="sales"><title>Add new comment to shipment</title><acl>sales/order/shipment/comment</acl></addComment><addTrack translate="title" module="sales"><title>Add new tracking number</title><acl>sales/order/shipment/track</acl></addTrack><removeTrack translate="title" module="sales"><title>Remove tracking number</title><acl>sales/order/shipment/track</acl></removeTrack><getCarriers><title>Retrieve list of allowed carriers for order</title></getCarriers></methods><faults module="sales"><not_exists><code>100</code><message>Requested shipment not exists.</message></not_exists><filters_invalid><code>101</code><message>Invalid filters given. Details in error message.</message></filters_invalid><data_invalid><code>102</code><message>Invalid data given. Details in error message.</message></data_invalid><order_not_exists><code>103</code><message>Requested order not exists.</message></order_not_exists><track_not_exists><code>104</code><message>Requested tracking not exists.</message></track_not_exists><track_not_deleted><code>105</code><message>Tracking not deleted. Details in error message.</message></track_not_deleted></faults></sales_order_shipment><sales_order_invoice><title>Invoice API</title><model>sales/order_invoice_api</model><acl>sales/order/invoice</acl><methods><list translate="title" module="sales"><title>Retrieve list of invoices by filters</title><method>items</method><acl>sales/order/invoice/info</acl></list><info translate="title" module="sales"><title>Retrieve invoice information</title><acl>sales/order/invoice/info</acl></info><create translate="title" module="sales"><title>Create new invoice for order</title><acl>sales/order/invoice/create</acl></create><addComment translate="title" module="sales"><title>Add new comment to shipment</title><acl>sales/order/invoice/comment</acl></addComment><capture translate="title" module="sales"><title>Capture invoice</title><acl>sales/order/invoice/capture</acl></capture><void translate="title" module="sales"><title>Void invoice</title><acl>sales/order/invoice/void</acl></void><cancel translate="title" module="sales"><title>Cancel invoice</title><acl>sales/order/invoice/cancel</acl></cancel></methods><faults module="sales"><not_exists><code>100</code><message>Requested invoice does not exist.</message></not_exists><invalid_filter><code>101</code><message>Invalid filter given. Details in error message.</message></invalid_filter><data_invalid><code>102</code><message>Invalid data given. Details in error message.</message></data_invalid><order_not_exists><code>103</code><message>Requested order not exists.</message></order_not_exists><status_not_changed><code>104</code><message>Invoice status not changed</message></status_not_changed></faults></sales_order_invoice><sales_order_creditmemo><title>Credit memo API</title><model>sales/order_creditmemo_api</model><acl>sales/order/creditmemo</acl><methods><list translate="title" module="sales"><title>Retrieve list of credit memos by filters</title><method>items</method><acl>sales/order/creditmemo/list</acl></list><info translate="title" module="sales"><title>Retrieve credit memo information</title><acl>sales/order/creditmemo/info</acl></info><create translate="title" module="sales"><title>Create new credit memo for order</title><acl>sales/order/creditmemo/create</acl></create><addComment translate="title" module="sales"><title>Add new comment to credit memo</title><acl>sales/order/creditmemo/comment</acl></addComment><cancel translate="title" module="sales"><title>Cancel credit memo</title><acl>sales/order/creditmemo/cancel</acl></cancel></methods><faults module="sales"><not_exists><code>100</code><message>Requested credit memo does not exist</message></not_exists><invalid_filter><code>101</code><message>Invalid filter given. Details in error message</message></invalid_filter><data_invalid><code>102</code><message>Invalid data given. Details in error message</message></data_invalid><order_not_exists><code>103</code><message>Requested order does not exist</message></order_not_exists><status_not_changed><code>104</code><message>Credit memo status not changed</message></status_not_changed><cannot_refund_to_storecredit><code>105</code><message>Money can not be refunded to the store credit account as order was created by guest</message></cannot_refund_to_storecredit><cannot_create_creditmemo><code>106</code><message>Credit memo for requested order can not be created.</message></cannot_create_creditmemo></faults></sales_order_creditmemo><cataloginventory_stock_item translate="title" module="cataloginventory"><model>cataloginventory/stock_item_api</model><title>Inventory API</title><acl>cataloginventory</acl><methods><list translate="title" module="cataloginventory"><title>Retrieve stock data by product ids</title><method>items</method><acl>cataloginventory/info</acl></list><update translate="title" module="cataloginventory"><title>Update product stock data</title><acl>cataloginventory/update</acl></update><multiUpdate translate="title" module="cataloginventory"><title>Multi update product stock data</title><acl>cataloginventory/update</acl></multiUpdate></methods><faults module="cataloginventory"><not_exists><code>101</code><message>Product not exists.</message></not_exists><not_updated><code>102</code><message>Product inventory not updated. Details in error message.</message></not_updated><multi_update_not_match><code>103</code><message>Quantity of product IDs and product data should match. Inventory was not updated.</message></multi_update_not_match></faults></cataloginventory_stock_item><cart translate="title" module="checkout"><model>checkout/cart_api</model><title>Shopping Cart</title><acl>cart</acl><methods><create translate="title" module="checkout"><title>Create shopping cart</title><method>create</method><acl>cart/create</acl></create><order translate="title" module="checkout"><title>Create an order from shopping cart</title><method>createOrder</method><acl>cart/order</acl></order><info translate="title" module="checkout"><title>Retrieve information about shopping cart</title><method>info</method><acl>cart/info</acl></info><totals translate="title" module="checkout"><title>Get total prices for shopping cart</title><method>totals</method><acl>cart/totals</acl></totals><license translate="title" module="checkout"><title>Get terms and conditions</title><method>licenseAgreement</method><acl>cart/license</acl></license></methods><faults module="checkout"><store_not_exists><code>1001</code><message>Can not make operation because store is not exists</message></store_not_exists><quote_not_exists><code>1002</code><message>Can not make operation because quote is not exists</message></quote_not_exists><quote_create_fault><code>1003</code><message>Can not create a quote. </message></quote_create_fault><quote_already_exists><code>1004</code><message>Can not create a quote because quote with such identifier is already exists</message></quote_already_exists><required_agreements_are_not_all><code>1005</code><message>You did not set all required agreements</message></required_agreements_are_not_all><invalid_checkout_type><code>1006</code><message>The checkout type is not valid. Select single checkout type.</message></invalid_checkout_type><guest_checkout_is_not_enabled><code>1007</code><message>Checkout is not available for guest</message></guest_checkout_is_not_enabled><create_order_fault><code>1008</code><message>Can not create an order. </message></create_order_fault></faults></cart><cart_product translate="title" module="checkout"><model>checkout/cart_product_api</model><title>Cart Product API</title><acl>cart/product</acl><methods><add translate="title" module="checkout"><title>Add product to shopping cart</title><method>add</method><acl>cart/product/add</acl></add><update translate="title" module="checkout"><title>Update product quantities in shopping cart</title><method>update</method><acl>cart/product/update</acl></update><remove translate="title" module="checkout"><title>Remove product from shopping cart</title><method>remove</method><acl>cart/product/remove</acl></remove><list translate="title" module="checkout"><title>Get list of products in shopping cart</title><method>items</method><acl>cart/product/list</acl></list><moveToCustomerQuote><title>Move product(s) to customer quote</title><method>moveToCustomerQuote</method><acl>cart/product/moveToCustomerQuote</acl></moveToCustomerQuote></methods><faults module="checkout"><store_not_exists><code>1001</code><message>Can not make operation because store is not exists</message></store_not_exists><quote_not_exists><code>1002</code><message>Can not make operation because quote is not exists</message></quote_not_exists><invalid_product_data><code>1021</code><message>Product&apos;s data is not valid.</message></invalid_product_data><add_product_fault><code>1022</code><message>Product(s) could not be added. </message></add_product_fault><add_product_quote_save_fault><code>1023</code><message>Quote could not be saved during adding product(s) operation.</message></add_product_quote_save_fault><update_product_fault><code>1024</code><message>Product(s) could not be updated. </message></update_product_fault><update_product_quote_save_fault><code>1025</code><message>Quote could not be saved during updating product(s) operation.</message></update_product_quote_save_fault><remove_product_fault><code>1026</code><message>Product(s) could not be removed. </message></remove_product_fault><remove_product_quote_save_fault><code>1027</code><message>Quote could not be saved during removing product(s) operation.</message></remove_product_quote_save_fault><customer_not_set_for_quote><code>1028</code><message>Customer is not set for quote.</message></customer_not_set_for_quote><customer_quote_not_exist><code>1029</code><message>Customer&apos;s quote is not existed.</message></customer_quote_not_exist><quotes_are_similar><code>1030</code><message>Quotes are identical.</message></quotes_are_similar><unable_to_move_all_products><code>1031</code><message>Product(s) could not be moved. </message></unable_to_move_all_products><product_move_quote_save_fault><code>1032</code><message>One of quote could not be saved during moving product(s) operation.</message></product_move_quote_save_fault></faults></cart_product><cart_customer translate="title" module="checkout"><model>checkout/cart_customer_api</model><title>Customer Information</title><acl>cart/customer</acl><methods><set translate="title" module="checkout"><title>Set customer for shopping cart</title><method>set</method><acl>cart/customer/set</acl></set><addresses translate="title" module="checkout"><title>Set customer&apos;s addresses in shopping cart</title><method>setAddresses</method><acl>cart/customer/addresses</acl></addresses></methods><faults module="checkout"><store_not_exists><code>1001</code><message>Can not make operation because store is not exists</message></store_not_exists><quote_not_exists><code>1002</code><message>Can not make operation because quote is not exists</message></quote_not_exists><customer_not_set><code>1041</code><message>Customer is not set. </message></customer_not_set><customer_not_exists><code>1042</code><message>The customer&apos;s identifier is not valid or customer is not existed</message></customer_not_exists><customer_not_created><code>1043</code><message>Customer could not be created. </message></customer_not_created><customer_data_invalid><code>1044</code><message>Customer data is not valid. </message></customer_data_invalid><customer_mode_is_unknown><code>1045</code><message>Customer&apos;s mode is unknown</message></customer_mode_is_unknown><customer_address_data_empty><code>1051</code><message>Customer address data is empty.</message></customer_address_data_empty><customer_address_invalid><code>1052</code><message>Customer&apos;s address data is not valid.</message></customer_address_invalid><invalid_address_id><code>1053</code><message>The customer&apos;s address identifier is not valid</message></invalid_address_id><address_is_not_set><code>1054</code><message>Customer address is not set.</message></address_is_not_set><address_not_belong_customer><code>1055</code><message>Customer address identifier do not belong customer, which set in quote</message></address_not_belong_customer></faults></cart_customer><cart_shipping translate="title" module="checkout"><model>checkout/cart_shipping_api</model><title>Shipping information</title><acl>cart/shipping</acl><methods><method translate="title" module="checkout"><title>Set shipping method</title><method>setShippingMethod</method><acl>cart/shipping/method</acl></method><list translate="title" module="checkout"><title>Get list of available shipping methods</title><method>getShippingMethodsList</method><acl>cart/shipping/list</acl></list></methods><faults module="checkout"><store_not_exists><code>1001</code><message>Can not make operation because store is not exists</message></store_not_exists><quote_not_exists><code>1002</code><message>Can not make operation because quote is not exists</message></quote_not_exists><shipping_address_is_not_set><code>1061</code><message>Can not make operation because of customer shipping address is not set</message></shipping_address_is_not_set><shipping_method_is_not_available><code>1062</code><message>Shipping method is not available</message></shipping_method_is_not_available><shipping_method_is_not_set><code>1063</code><message>Can not set shipping method. </message></shipping_method_is_not_set><shipping_methods_list_could_not_be_retrived><code>1064</code><message>Can not receive list of shipping methods. </message></shipping_methods_list_could_not_be_retrived></faults></cart_shipping><cart_payment translate="title" module="checkout"><model>checkout/cart_payment_api</model><title>Payment method information</title><acl>cart/payment</acl><methods><method translate="title" module="checkout"><title>Set payment method</title><method>setPaymentMethod</method><acl>cart/payment/method</acl></method><list translate="title" module="checkout"><title>Get list of available payment methods</title><method>getPaymentMethodsList</method><acl>cart/payment/list</acl></list></methods><faults module="checkout"><store_not_exists><code>1001</code><message>Can not make operation because store is not exists</message></store_not_exists><quote_not_exists><code>1002</code><message>Can not make operation because quote is not exists</message></quote_not_exists><payment_method_empty><code>1071</code><message>Payment method data is empty.</message></payment_method_empty><billing_address_is_not_set><code>1072</code><message>Customer&apos;s billing address is not set. Required for payment method data.</message></billing_address_is_not_set><shipping_address_is_not_set><code>1073</code><message>Customer&apos;s shipping address is not set. Required for payment method data.</message></shipping_address_is_not_set><method_not_allowed><code>1074</code><message>Payment method is not allowed</message></method_not_allowed><payment_method_is_not_set><code>1075</code><message>Payment method is not set. </message></payment_method_is_not_set></faults></cart_payment><cart_coupon translate="title" module="checkout"><model>checkout/cart_coupon_api</model><title>Shopping cart ability to set coupon code</title><acl>cart/coupon</acl><methods><add translate="title" module="checkout"><title>Add coupon code for shopping cart</title><method>add</method><acl>cart/coupon/add</acl></add><remove translate="title" module="checkout"><title>Remove coupon code from shopping cart</title><method>remove</method><acl>cart/coupon/remove</acl></remove></methods><faults module="checkout"><store_not_exists><code>1001</code><message>Can not make operation because store is not exists</message></store_not_exists><quote_not_exists><code>1002</code><message>Can not make operation because quote is not exists</message></quote_not_exists><quote_is_empty><code>1081</code><message>Coupon could not be applied because quote is empty.</message></quote_is_empty><cannot_apply_coupon_code><code>1082</code><message>Coupon could not be applied.</message></cannot_apply_coupon_code><coupon_code_is_not_valid><code>1083</code><message>Coupon is not valid.</message></coupon_code_is_not_valid></faults></cart_coupon><catalog_product_tag translate="title" module="tag"><title>Product Tag API</title><model>tag/api</model><acl>catalog/product/tag</acl><methods><list translate="title" module="tag"><title>Retrieve list of tags by product</title><method>items</method><acl>catalog/product/tag/list</acl></list><info translate="title" module="tag"><title>Retrieve product tag info</title><acl>catalog/product/tag/info</acl></info><add translate="title" module="tag"><title>Add tag(s) to product</title><acl>catalog/product/tag/add</acl></add><update translate="title" module="tag"><title>Update product tag</title><acl>catalog/product/tag/update</acl></update><remove translate="title" module="tag"><title>Remove product tag</title><acl>catalog/product/tag/remove</acl></remove></methods><faults module="tag"><store_not_exists><code>101</code><message>Requested store does not exist.</message></store_not_exists><product_not_exists><code>102</code><message>Requested product does not exist.</message></product_not_exists><customer_not_exists><code>103</code><message>Requested customer does not exist.</message></customer_not_exists><tag_not_exists><code>104</code><message>Requested tag does not exist.</message></tag_not_exists><invalid_data><code>105</code><message>Provided data is invalid.</message></invalid_data><save_error><code>106</code><message>Error while saving tag. Details in error message.</message></save_error><remove_error><code>107</code><message>Error while removing tag. Details in error message.</message></remove_error></faults></catalog_product_tag><giftmessage translate="title" module="giftmessage"><model>giftmessage/api</model><title>Gift Message API</title><acl>giftmessage/set</acl><methods><setForQuote translate="title" module="giftmessage"><title>Add gift message for shopping cart</title><method>setForQuote</method><acl>giftmessage/set</acl></setForQuote><setForQuoteItem translate="title" module="giftmessage"><title>Add gift messages for quote item of shopping cart</title><method>setForQuoteItem</method><acl>giftmessage/set</acl></setForQuoteItem><setForQuoteProduct translate="title" module="giftmessage"><title>Add gift messages to products of shopping cart</title><method>setForQuoteProduct</method><acl>giftmessage/set</acl></setForQuoteProduct></methods><faults module="giftmessage"><store_not_exists><code>1001</code><message>Can not make operation because store is not exists</message></store_not_exists><quote_not_exists><code>1002</code><message>Can not make operation because quote is not exists</message></quote_not_exists><giftmessage_invalid_data><code>1101</code><message>Gift message data is not valid.</message></giftmessage_invalid_data><product_invalid_data><code>1102</code><message>Product&apos;s data is not valid.</message></product_invalid_data><quote_item_not_exists><code>1103</code><message>Quote item is not exists</message></quote_item_not_exists></faults></giftmessage><catalog_product_downloadable_link translate="title" module="downloadable"><model>downloadable/link_api</model><title>Category API</title><acl>downloadable/link</acl><methods><add translate="title" module="downloadable"><title>Add links and samples to downloadable product</title><method>add</method><acl>downloadable/link/add</acl></add><list translate="title" module="downloadable"><title>Retrieve links and samples list from downloadable product</title><method>items</method><acl>downloadable/link/list</acl></list><remove translate="title" module="downloadable"><title>Remove links and samples from downloadable product</title><acl>downloadable/link/remove</acl></remove></methods><faults module="downloadable"><store_not_exists><code>100</code><message>Store with requested code/id does not exist.</message></store_not_exists><product_not_exists><code>101</code><message>Product with requested id does not exist.</message></product_not_exists><links_and_samples_allowed><code>401</code><message>Incorrect resourceType, only &quot;links&quot; and &quot;samples&quot; allowed.</message></links_and_samples_allowed><empty_url><code>402</code><message>URL cannot be empty.</message></empty_url><no_filename><code>403</code><message>Filename was omitted, or contains unallowed characters.</message></no_filename><no_file_base64_content><code>404</code><message>File content should be passed as base64 string. For details, please see http://en.wikipedia.org/wiki/Base64</message></no_file_base64_content><no_title><code>405</code><message>Title cannot be empty.</message></no_title><unknown_resource_type><code>406</code><message>Incorrect content type only &quot;link&quot;, &quot;link_samples&quot; and &quot;sample&quot; allowed.</message></unknown_resource_type><product_not_downloadable><code>408</code><message>Incorrect product type. Downloadable content, can be added only to &quot;downloadable&quot; products.</message></product_not_downloadable><incorect_file_extension><code>409</code><message>Incorrect extension of filename.</message></incorect_file_extension><file_size_is_to_big><code>410</code><message>Uploaded file is too big.</message></file_size_is_to_big><tmp_dir_is_not_writeable><code>411</code><message>Has no permissions for writing to temporary folder.</message></tmp_dir_is_not_writeable><can_not_create_sub_tmp_folder><code>411</code><message>Cannot create sub folder in temporary folder.</message></can_not_create_sub_tmp_folder><link_was_not_found><code>412</code><message>Link or sample with specified ID was not found.</message></link_was_not_found><incorrect_resource_type><code>413</code><message>An allowed resource type values for remove method is: &quot;links&quot; and &quot;samples&quot;.</message></incorrect_resource_type><save_error><code>414</code><message>Unable to save action. Details in error message.</message></save_error><validation_error><code>415</code><message>Validation error has occurred.</message></validation_error><remove_error><code>416</code><message>Unable to remove link. Details in error message.</message></remove_error></faults></catalog_product_downloadable_link></resources><resources_alias><store>core_store</store><magento>core_magento</magento><country>directory_country</country><region>directory_region</region><category>catalog_category</category><category_attribute>catalog_category_attribute</category_attribute><product>catalog_product</product><product_attribute>catalog_product_attribute</product_attribute><product_attribute_set>catalog_product_attribute_set</product_attribute_set><product_type>catalog_product_type</product_type><product_link>catalog_product_link</product_link><product_attribute_media>catalog_product_attribute_media</product_attribute_media><product_media>catalog_product_attribute_media</product_media><product_attribute_tier_price>catalog_product_attribute_tier_price</product_attribute_tier_price><product_tier_price>catalog_product_attribute_tier_price</product_tier_price><product_custom_option>catalog_product_custom_option</product_custom_option><product_custom_option_value>catalog_product_custom_option_value</product_custom_option_value><order>sales_order</order><order_shipment>sales_order_shipment</order_shipment><order_invoice>sales_order_invoice</order_invoice><order_creditmemo>sales_order_creditmemo</order_creditmemo><product_stock>cataloginventory_stock_item</product_stock><cart_customer_address>cart_customer</cart_customer_address><product_tag>catalog_product_tag</product_tag><product_downloadable_link>catalog_product_downloadable_link</product_downloadable_link></resources_alias><v2><resources_function_prefix><store>store</store><magento>magento</magento><country>directoryCountry</country><region>directoryRegion</region><customer>customerCustomer</customer><customer_group>customerGroup</customer_group><customer_address>customerAddress</customer_address><category>catalogCategory</category><category_attribute>catalogCategoryAttribute</category_attribute><product>catalogProduct</product><product_attribute>catalogProductAttribute</product_attribute><product_attribute_set>catalogProductAttributeSet</product_attribute_set><product_type>catalogProductType</product_type><product_tier_price>catalogProductAttributeTierPrice</product_tier_price><product_attribute_media>catalogProductAttributeMedia</product_attribute_media><product_link>catalogProductLink</product_link><product_custom_option>catalogProductCustomOption</product_custom_option><product_custom_option_value>catalogProductCustomOptionValue</product_custom_option_value><order>salesOrder</order><order_shipment>salesOrderShipment</order_shipment><order_invoice>salesOrderInvoice</order_invoice><order_creditmemo>salesOrderCreditmemo</order_creditmemo><product_stock>catalogInventoryStockItem</product_stock><cart>shoppingCart</cart><cart_product>shoppingCartProduct</cart_product><cart_customer>shoppingCartCustomer</cart_customer><cart_shipping>shoppingCartShipping</cart_shipping><cart_payment>shoppingCartPayment</cart_payment><cart_coupon>shoppingCartCoupon</cart_coupon><product_tag>catalogProductTag</product_tag><giftmessage>giftMessage</giftmessage><product_downloadable_link>catalogProductDownloadableLink</product_downloadable_link></resources_function_prefix><wsdl><prefix><wsdl>http://schemas.xmlsoap.org/wsdl/</wsdl></prefix></wsdl></v2><rest><mapping><catalog_category><get_list><method>tree</method></get_list></catalog_category><catalog_product_attribute_media><delete><method>remove</method></delete></catalog_product_attribute_media><catalog_product_link><post><method>assign</method></post><delete><method>remove</method></delete></catalog_product_link><sales_order><delete><method>cancel</method></delete><post><resource>cart</resource><method>order</method></post></sales_order><sales_order_invoice><delete><method>cancel</method></delete></sales_order_invoice><sales_order_creditmemo><delete><method>cancel</method></delete></sales_order_creditmemo><cart_product><post><method>add</method></post><delete><method>remove</method></delete></cart_product><cart_shipping><post><method>method</method></post></cart_shipping><cart_payment><post><method>method</method></post></cart_payment><cart_customer><post><method>set</method></post></cart_customer><cart_customer_address><post><method>addresses</method></post></cart_customer_address><product_tag><post><method>add</method></post><delete><method>remove</method></delete></product_tag></mapping></rest><acl><resources><core translate="title" module="core"><title>Core</title><sort_order>1</sort_order><store translate="title" module="core"><title>Store</title><info translate="title" module="core"><title>Retrieve store data</title></info><list translate="title" module="core"><title>List of stores</title></list></store><magento translate="title" module="core"><title>Magento info</title><info translate="title" module="core"><title>Retrieve info about current Magento installation</title></info></magento></core><directory translate="title" module="directory"><title>Directory</title><sort_order>5</sort_order><country translate="title" module="directory"><title>Country</title></country><region translate="title" module="directory"><title>Region</title></region></directory><customer translate="title" module="customer"><title>Customers</title><sort_order>3</sort_order><create translate="title" module="customer"><title>Create</title></create><update translate="title" module="customer"><title>Update</title></update><delete translate="title" module="customer"><title>Delete</title></delete><info translate="title" module="customer"><title>Retrieve customer info</title></info><address translate="title" module="customer"><title>Addresses</title><sort_order>100</sort_order><create translate="title" module="customer"><title>Create</title></create><update translate="title" module="customer"><title>Update</title></update><delete translate="title" module="customer"><title>Delete</title></delete><info translate="title" module="customer"><title>Retrieve address info</title></info></address></customer><catalog translate="title" module="catalog"><title>Catalog</title><sort_order>1</sort_order><category translate="title" module="catalog"><title>Category</title><create translate="title" module="catalog"><title>Create</title></create><update translate="title" module="catalog"><title>Update</title></update><move translate="title" module="catalog"><title>Move</title></move><delete translate="title" module="catalog"><title>Delete</title></delete><tree translate="title" module="catalog"><title>Retrieve categories tree</title></tree><info translate="title" module="catalog"><title>Retrieve category data</title></info><attributes module="catalog" model="catalog/category"><title>Allowed Attributes (REST Only)</title><sort_order>0</sort_order></attributes><product translate="title" module="catalog"><title>Assigned Products</title><sort_order>100</sort_order><assign translate="title" module="catalog"><title>Assign</title></assign><update translate="title" module="catalog"><title>Update</title></update><remove translate="title" module="catalog"><title>Remove</title></remove></product></category><product translate="title" module="catalog"><title>Product</title><create translate="title" module="catalog"><title>Create</title></create><update translate="title" module="catalog"><title>Update</title></update><delete translate="title" module="catalog"><title>Delete</title></delete><update_tier_price translate="title" module="catalog"><title>Update Tier Price</title></update_tier_price><info translate="title" module="catalog"><title>Retrieve products data</title></info><listOfAdditionalAttributes><title>Get list of non-default attributes by product type and attributes set</title></listOfAdditionalAttributes><attributes module="catalog" model="catalog/product"><title>Allowed Attributes (REST Only)</title><sort_order>0</sort_order></attributes><attribute translate="title" module="catalog"><title>Product Attributes</title><sort_order>100</sort_order><read translate="title" module="catalog"><title>Retrieve attribute data</title></read><write translate="title" module="catalog"><title>Change or Retrieve attribute store view</title></write><types translate="title" module="catalog"><title>Get list of possible attribute types</title></types><create translate="title" module="catalog"><title>Create</title></create><update translate="title" module="catalog"><title>Update</title></update><remove translate="title" module="catalog"><title>Remove</title></remove><info translate="title" module="catalog"><title>Get full information about attribute with list of options</title></info><option translate="title" module="catalog"><title>Options</title><add translate="title" module="catalog"><title>Add</title></add><remove translate="title" module="catalog"><title>Remove</title></remove></option><set translate="title" module="catalog"><title>Attribute Sets</title><list translate="title" module="catalog"><title>List</title></list><create translate="title" module="catalog"><title>Create</title></create><remove translate="title" module="catalog"><title>Remove</title></remove><attribute_add translate="title" module="catalog"><title>Attribute add</title></attribute_add><attribute_remove translate="title" module="catalog"><title>Attribute remove</title></attribute_remove><group_add translate="title" module="catalog"><title>Group add</title></group_add><group_rename translate="title" module="catalog"><title>Rename group</title></group_rename><group_remove translate="title" module="catalog"><title>Group remove</title></group_remove></set></attribute><link translate="title" module="catalog"><title>Link (Related, Up sell, Cross sell)</title><sort_order>101</sort_order><assign translate="title" module="catalog"><title>Assign</title></assign><update translate="title" module="catalog"><title>Update</title></update><remove translate="title" module="catalog"><title>Remove</title></remove></link><media translate="title" module="catalog"><title>Product Images</title><sort_order>102</sort_order><create translate="title" module="catalog"><title>Create (Upload)</title></create><update translate="title" module="catalog"><title>Update</title></update><remove translate="title" module="catalog"><title>Remove</title></remove></media><option translate="title" module="catalog"><title>Custom options</title><sort_order>105</sort_order><add translate="title" module="catalog"><title>Add</title></add><update translate="title" module="catalog"><title>Update</title></update><types translate="title" module="catalog"><title>List of types</title></types><info translate="title" module="catalog"><title>Info</title></info><list translate="title" module="catalog"><title>List</title></list><remove translate="title" module="catalog"><title>Remove</title></remove><value translate="title" module="catalog"><title>Option values</title><sort_order>107</sort_order><list translate="title" module="catalog"><title>List</title></list><info translate="title" module="catalog"><title>Info</title></info><add translate="title" module="catalog"><title>Add</title></add><update translate="title" module="catalog"><title>Update</title></update><remove translate="title" module="catalog"><title>Remove</title></remove></value></option><tag translate="title" module="tag"><title>Tag</title><sort_order>103</sort_order><list translate="title" module="tag"><title>List</title></list><info translate="title" module="tag"><title>Info</title></info><add translate="title" module="tag"><title>Add</title></add><update translate="title" module="tag"><title>Update</title></update><remove translate="title" module="tag"><title>Remove</title></remove></tag><downloadable_link translate="title" module="downloadable"><title>Product downloadable links</title><add translate="title" module="downloadable"><title>Add</title></add><list translate="title" module="downloadable"><title>List</title></list><remove translate="title" module="downloadable"><title>Remove</title></remove></downloadable_link></product></catalog><sales translate="title" module="sales"><title>Sales</title><sort_order>2</sort_order><order translate="title" module="sales"><title>Order</title><change translate="title" module="sales"><title>Change status, add comments</title></change><info translate="title" module="sales"><title>Retrieve orders info</title></info><shipment translate="title" module="sales"><title>Order shipments</title><create translate="title" module="sales"><title>Create</title></create><comment translate="title" module="sales"><title>Comments</title></comment><track translate="title" module="sales"><title>Tracking</title></track><info translate="title" module="sales"><title>Retrieve shipment info</title></info><send translate="title" module="sales"><title>Send shipment info</title></send></shipment><invoice translate="title" module="sales"><title>Order invoice</title><create translate="title" module="sales"><title>Create</title></create><comment translate="title" module="sales"><title>Comments</title></comment><capture translate="title" module="sales"><title>Capture</title></capture><void translate="title" module="sales"><title>Void</title></void><cancel translate="title" module="sales"><title>Cancel</title></cancel><info translate="title" module="sales"><title>Retrieve invoice info</title></info></invoice><creditmemo translate="title" module="sales"><title>Order credit memo</title><create translate="title" module="sales"><title>Create</title></create><comment translate="title" module="sales"><title>Comments</title></comment><cancel translate="title" module="sales"><title>Cancel</title></cancel><info translate="title" module="sales"><title>Retrieve credit memo info</title></info><list translate="title" module="sales"><title>Retrieve credit memo list</title></list></creditmemo></order></sales><cataloginventory translate="title" module="cataloginventory"><title>Catalog Inventory</title><sort_order>4</sort_order><update translate="title" module="cataloginventory"><title>Update</title></update><info translate="title" module="cataloginventory"><title>Retrieve stock data</title></info></cataloginventory><cart translate="title" module="checkout"><title>Shopping Cart</title><create translate="title" module="checkout"><title>Create shopping cart</title></create><order translate="title" module="checkout"><title>Create an order from shopping cart</title></order><info translate="title" module="checkout"><title>Retrieve information about shopping cart</title></info><totals translate="title" module="checkout"><title>Get total prices for shopping cart</title></totals><license translate="title" module="checkout"><title>Get terms and conditions</title></license><product translate="title" module="checkout"><title>Products</title><add translate="title" module="checkout"><title>Add product(s) to shopping cart</title></add><update translate="title" module="checkout"><title>Update product(s) quantities in shopping cart</title></update><remove translate="title" module="checkout"><title>Remove product(s) from shopping cart</title></remove><list translate="title" module="checkout"><title>Get list of products in shopping cart</title></list><moveToCustomerQuote><title>Move product(s) to customer quote</title></moveToCustomerQuote></product><customer translate="title" module="checkout"><title>Customer&apos;s information</title><set translate="title" module="checkout"><title>Set customer for shopping cart</title></set><addresses translate="title" module="checkout"><title>Set customer&apos;s addresses in shopping cart</title></addresses></customer><shipping translate="title" module="checkout"><title>Shipping methods in shopping cart</title><method translate="title" module="checkout"><title>Set shipping method</title></method><list translate="title" module="checkout"><title>Get list of available shipping methods</title></list></shipping><payment translate="title" module="checkout"><title>Payment methods in shopping cart</title><method translate="title" module="checkout"><title>Set payment method</title></method><list translate="title" module="checkout"><title>Get list of available payment methods</title></list></payment><coupon><title>Shopping cart ability to set coupon code</title><add><title>Add coupon code for shopping cart</title></add><remove><title>Remove coupon code from shopping cart</title></remove></coupon></cart><giftmessage translate="title" module="checkout"><title>Gift Message</title><set translate="title" module="checkout"><title>Add gift messages to shopping cart</title></set></giftmessage><all>
                </all></resources><asserts><ip><class>Mage_Api_Model_Acl_Assert_Ip</class></ip><time><class>Mage_Api_Model_Acl_Assert_Time</class></time></asserts><privilegeSets><default><view descr="View entity"/><edit descr="Edit entity"/><delete descr="Delete entity"/><create descr="Create entity"/></default></privilegeSets></acl><adapter_aliases><v2_soap><suggest_class>Mage_Api_Helper_Data</suggest_class><suggest_method>getV2AdapterCode</suggest_method></v2_soap></adapter_aliases><adapters><soap><model>api/server_adapter_soap</model><handler>default</handler><active>1</active><required><extensions><soap/></extensions></required></soap><soap_v2><model>api/server_v2_adapter_soap</model><handler>soap_v2</handler><active>1</active><required><extensions><soap/></extensions></required></soap_v2><soap_wsi><model>api/server_wsi_adapter_soap</model><handler>soap_wsi</handler><active>1</active><required><extensions><soap/></extensions></required></soap_wsi><xmlrpc><model>api/server_adapter_xmlrpc</model><handler>default</handler><active>1</active></xmlrpc><default><use>soap</use></default></adapters><handlers><default><model>api/server_handler</model></default><soap_v2><model>api/server_v2_handler</model></soap_v2><soap_wsi><model>api/server_wsi_handler</model></soap_wsi></handlers><faults><unknown><code>0</code><message>Unknown Error</message></unknown><internal><code>1</code><message>Internal Error. Please see log for details.</message></internal><access_denied><code>2</code><message>Access denied.</message></access_denied><resource_path_invalid><code>3</code><message>Invalid api path.</message></resource_path_invalid><resource_path_not_callable><code>4</code><message>Resource path is not callable.</message></resource_path_not_callable><session_expired><code>5</code><message>Session expired. Try to relogin.</message></session_expired><invalid_request_param><code>6</code><message>Required parameter is missing, for more details see &quot;exception.log&quot;.</message></invalid_request_param></faults><domain_messages><core><success><ok>Request is executed.</ok></success><created><created>Request is executed. Created new resource.</created></created><processing><processing>Request is carried out.</processing></processing><validation><invalid_param>Parameter &quot;%s&quot; is not valid.</invalid_param></validation><request_error><invalid_api_version>API version &quot;%s&quot; not found.</invalid_api_version></request_error><authentication><protect_resource>You must provide an authenticated user for this method.</protect_resource><invalid_token>Token in request is not valid.</invalid_token></authentication><forbidden><api_key_invalid>Invalid API key</api_key_invalid></forbidden><not_found><item_not_found>Requested item %s not found.</item_not_found><resource_not_found>Requested resource %s not found.</resource_not_found></not_found><not_allowed><method_not_allowed>Method &quot;%s&quot; is not allowed.</method_not_allowed></not_allowed><not_acceptable><api_version_required>Api version is required.</api_version_required></not_acceptable><gone><api_deprecated>API version &quot;%s&quot; is deprecated.</api_deprecated><deprecated>Resource &quot;%s&quot; is deprecated.</deprecated></gone><internal_error><unknown_error>There was unknown error while processing your request.</unknown_error><internal_error>There was internal error while processing your request.</internal_error><code_error>Server has internal error. %s: %s</code_error></internal_error><not_implemented><resource_not_implemented>This resource is not implemented so far.</resource_not_implemented><method_not_implemented>This method is not implemented so far.</method_not_implemented></not_implemented></core></domain_messages><domain_codes><success><http_code>200</http_code><type>notification</type></success><created><http_code>201</http_code><type>notification</type></created><processing><http_code>202</http_code><type>notification</type></processing><validation><http_code>400</http_code><type>error</type></validation><request_error><http_code>400</http_code><type>error</type></request_error><authentication><http_code>401</http_code><type>error</type></authentication><forbidden><http_code>403</http_code><type>error</type></forbidden><not_found><http_code>404</http_code><type>error</type></not_found><not_allowed><http_code>405</http_code><type>error</type></not_allowed><not_acceptable><http_code>406</http_code><type>error</type></not_acceptable><gone><http_code>410</http_code><type>error</type></gone><internal_error><http_code>500</http_code><type>error</type></internal_error><not_implemented><http_code>501</http_code><type>error</type></not_implemented></domain_codes></api>