public class Mage_Api_Model_Server_V2_HandlerPortTypeProxy extends Object implements Mage_Api_Model_Server_V2_HandlerPortType
| Constructor and Description |
|---|
Mage_Api_Model_Server_V2_HandlerPortTypeProxy() |
Mage_Api_Model_Server_V2_HandlerPortTypeProxy(String endpoint) |
| Modifier and Type | Method and Description |
|---|---|
CatalogAssignedProduct[] |
catalogCategoryAssignedProducts(String sessionId,
int categoryId)
Retrieve list of assigned products
|
boolean |
catalogCategoryAssignProduct(String sessionId,
int categoryId,
String product,
String position,
String productIdentifierType)
Assign product to category
|
int |
catalogCategoryAttributeCurrentStore(String sessionId,
String storeView)
Set/Get current store view
|
CatalogAttributeEntity[] |
catalogCategoryAttributeList(String sessionId)
Retrieve category attributes
|
CatalogAttributeOptionEntity[] |
catalogCategoryAttributeOptions(String sessionId,
String attributeId,
String storeView)
Retrieve attribute options
|
int |
catalogCategoryCreate(String sessionId,
int parentId,
CatalogCategoryEntityCreate categoryData,
String storeView)
Create new category and return its id.
|
int |
catalogCategoryCurrentStore(String sessionId,
String storeView)
Set_Get current store view
|
boolean |
catalogCategoryDelete(String sessionId,
int categoryId)
Delete category
|
CatalogCategoryInfo |
catalogCategoryInfo(String sessionId,
int categoryId,
String storeView,
String[] attributes)
Retrieve hierarchical tree of categories.
|
CatalogCategoryEntityNoChildren[] |
catalogCategoryLevel(String sessionId,
String website,
String storeView,
String parentCategory)
Retrieve hierarchical tree of categories.
|
boolean |
catalogCategoryMove(String sessionId,
int categoryId,
int parentId,
String afterId)
Move category in tree
|
boolean |
catalogCategoryRemoveProduct(String sessionId,
int categoryId,
String product,
String productIdentifierType)
Remove product assignment from category
|
CatalogCategoryTree |
catalogCategoryTree(String sessionId,
String parentId,
String storeView)
Retrieve hierarchical tree of categories.
|
boolean |
catalogCategoryUpdate(String sessionId,
int categoryId,
CatalogCategoryEntityCreate categoryData,
String storeView)
Update category
|
boolean |
catalogCategoryUpdateProduct(String sessionId,
int categoryId,
String product,
String position,
String productIdentifierType)
Update assigned product
|
CatalogInventoryStockItemEntity[] |
catalogInventoryStockItemList(String sessionId,
String[] products)
Retrieve stock data by product ids
|
int |
catalogInventoryStockItemUpdate(String sessionId,
String product,
CatalogInventoryStockItemUpdateEntity data)
Update product stock data
|
boolean |
catalogProductAttributeAddOption(String sessionId,
String attribute,
CatalogProductAttributeOptionEntityToAdd data)
Add option to attribute
|
int |
catalogProductAttributeCreate(String sessionId,
CatalogProductAttributeEntityToCreate data)
Create new attribute
|
int |
catalogProductAttributeCurrentStore(String sessionId,
String storeView)
Set/Get current store view
|
CatalogProductAttributeEntity |
catalogProductAttributeInfo(String sessionId,
String attribute)
Get full information about attribute with list of options
|
CatalogAttributeEntity[] |
catalogProductAttributeList(String sessionId,
int setId)
Retrieve attribute list
|
String |
catalogProductAttributeMediaCreate(String sessionId,
String product,
CatalogProductAttributeMediaCreateEntity data,
String storeView,
String productIdentifierType)
Upload new product image
|
int |
catalogProductAttributeMediaCurrentStore(String sessionId,
String storeView)
Set/Get current store view
|
CatalogProductImageEntity |
catalogProductAttributeMediaInfo(String sessionId,
String product,
String file,
String storeView,
String productIdentifierType)
Retrieve product image data
|
CatalogProductImageEntity[] |
catalogProductAttributeMediaList(String sessionId,
String product,
String storeView,
String productIdentifierType)
Retrieve product image list
|
boolean |
catalogProductAttributeMediaRemove(String sessionId,
String product,
String file,
String productIdentifierType)
Remove product image
|
CatalogProductAttributeMediaTypeEntity[] |
catalogProductAttributeMediaTypes(String sessionId,
String setId)
Retrieve product image types
|
boolean |
catalogProductAttributeMediaUpdate(String sessionId,
String product,
String file,
CatalogProductAttributeMediaCreateEntity data,
String storeView,
String productIdentifierType)
Update product image
|
CatalogAttributeOptionEntity[] |
catalogProductAttributeOptions(String sessionId,
String attributeId,
String storeView)
Retrieve attribute options
|
boolean |
catalogProductAttributeRemove(String sessionId,
String attribute)
Delete attribute
|
boolean |
catalogProductAttributeRemoveOption(String sessionId,
String attribute,
String optionId)
Remove option from attribute
|
boolean |
catalogProductAttributeSetAttributeAdd(String sessionId,
String attributeId,
String attributeSetId,
String attributeGroupId,
String sortOrder)
Add attribute into attribute set
|
boolean |
catalogProductAttributeSetAttributeRemove(String sessionId,
String attributeId,
String attributeSetId)
Remove attribute from attribute set
|
int |
catalogProductAttributeSetCreate(String sessionId,
String attributeSetName,
String skeletonSetId)
Create product attribute set based on another set
|
int |
catalogProductAttributeSetGroupAdd(String sessionId,
String attributeSetId,
String groupName)
Create group within existing attribute set
|
boolean |
catalogProductAttributeSetGroupRemove(String sessionId,
String attributeGroupId)
Remove group from attribute set
|
boolean |
catalogProductAttributeSetGroupRename(String sessionId,
String groupId,
String groupName)
Rename existing group
|
CatalogProductAttributeSetEntity[] |
catalogProductAttributeSetList(String sessionId)
Retrieve product attribute sets
|
boolean |
catalogProductAttributeSetRemove(String sessionId,
String attributeSetId,
String forceProductsRemove)
Remove product attribute set
|
CatalogProductTierPriceEntity[] |
catalogProductAttributeTierPriceInfo(String sessionId,
String product,
String productIdentifierType)
Retrieve product tier prices
|
int |
catalogProductAttributeTierPriceUpdate(String sessionId,
String product,
CatalogProductTierPriceEntity[] tier_price,
String productIdentifierType)
Update product tier prices
|
CatalogAttributeOptionEntity[] |
catalogProductAttributeTypes(String sessionId)
Get list of possible attribute types
|
boolean |
catalogProductAttributeUpdate(String sessionId,
String attribute,
CatalogProductAttributeEntityToUpdate data)
Update attribute
|
int |
catalogProductCreate(String sessionId,
String type,
String set,
String sku,
CatalogProductCreateEntity productData,
String storeView)
Create new product and return product id
|
int |
catalogProductCurrentStore(String sessionId,
String storeView)
Set/Get current store view
|
boolean |
catalogProductCustomOptionAdd(String sessionId,
String productId,
CatalogProductCustomOptionToAdd data,
String store)
Add new custom option into product
|
CatalogProductCustomOptionInfoEntity |
catalogProductCustomOptionInfo(String sessionId,
String optionId,
String store)
Get full information about custom option in product
|
CatalogProductCustomOptionListEntity[] |
catalogProductCustomOptionList(String sessionId,
String productId,
String store)
Retrieve list of product custom options
|
boolean |
catalogProductCustomOptionRemove(String sessionId,
String optionId)
Remove custom option
|
CatalogProductCustomOptionTypesEntity[] |
catalogProductCustomOptionTypes(String sessionId)
Get list of available custom option types
|
boolean |
catalogProductCustomOptionUpdate(String sessionId,
String optionId,
CatalogProductCustomOptionToUpdate data,
String store)
Update product custom option
|
boolean |
catalogProductCustomOptionValueAdd(String sessionId,
String optionId,
CatalogProductCustomOptionValueAddEntity[] data,
String store)
Add new custom option values
|
CatalogProductCustomOptionValueInfoEntity |
catalogProductCustomOptionValueInfo(String sessionId,
String valueId,
String store)
Retrieve custom option value info
|
CatalogProductCustomOptionValueListEntity[] |
catalogProductCustomOptionValueList(String sessionId,
String optionId,
String store)
Retrieve custom option values list
|
boolean |
catalogProductCustomOptionValueRemove(String sessionId,
String valueId)
Remove value from custom option
|
boolean |
catalogProductCustomOptionValueUpdate(String sessionId,
String valueId,
CatalogProductCustomOptionValueUpdateEntity data,
String storeId)
Update custom option value
|
int |
catalogProductDelete(String sessionId,
String product,
String productIdentifierType)
Delete product
|
int |
catalogProductDownloadableLinkAdd(String sessionId,
String productId,
CatalogProductDownloadableLinkAddEntity resource,
String resourceType,
String store,
String identifierType)
Add links to downloadable product
|
CatalogProductDownloadableLinkInfoEntity |
catalogProductDownloadableLinkList(String sessionId,
String productId,
String store,
String identifierType)
Retrieve list of links and samples for downloadable product
|
boolean |
catalogProductDownloadableLinkRemove(String sessionId,
String linkId,
String resourceType)
Remove links and samples from downloadable product
|
CatalogProductReturnEntity |
catalogProductGetSpecialPrice(String sessionId,
String product,
String storeView,
String productIdentifierType)
Get product special price data
|
CatalogProductReturnEntity |
catalogProductInfo(String sessionId,
String product,
String storeView,
CatalogProductRequestAttributes attributes,
String productIdentifierType)
Retrieve product
|
boolean |
catalogProductLinkAssign(String sessionId,
String type,
String product,
String linkedProduct,
CatalogProductLinkEntity data,
String productIdentifierType)
Assign product link
|
CatalogProductLinkAttributeEntity[] |
catalogProductLinkAttributes(String sessionId,
String type)
Retrieve product link type attributes
|
CatalogProductLinkEntity[] |
catalogProductLinkList(String sessionId,
String type,
String product,
String productIdentifierType)
Retrieve linked products
|
boolean |
catalogProductLinkRemove(String sessionId,
String type,
String product,
String linkedProduct,
String productIdentifierType)
Remove product link
|
String[] |
catalogProductLinkTypes(String sessionId)
Retrieve product link types
|
boolean |
catalogProductLinkUpdate(String sessionId,
String type,
String product,
String linkedProduct,
CatalogProductLinkEntity data,
String productIdentifierType)
Update product link
|
CatalogProductEntity[] |
catalogProductList(String sessionId,
Filters filters,
String storeView)
Retrieve products list by filters
|
CatalogAttributeEntity[] |
catalogProductListOfAdditionalAttributes(String sessionId,
String productType,
String attributeSetId)
Get list of additional attributes which are not in default
create/update list
|
int |
catalogProductSetSpecialPrice(String sessionId,
String product,
String specialPrice,
String fromDate,
String toDate,
String storeView,
String productIdentifierType)
Update product special price
|
AssociativeEntity[] |
catalogProductTagAdd(String sessionId,
CatalogProductTagAddEntity data)
Add tag(s) to product
|
CatalogProductTagInfoEntity |
catalogProductTagInfo(String sessionId,
String tagId,
String store)
Retrieve product tag info
|
CatalogProductTagListEntity[] |
catalogProductTagList(String sessionId,
String productId,
String store)
Retrieve list of tags by product
|
boolean |
catalogProductTagRemove(String sessionId,
String tagId)
Remove product tag
|
boolean |
catalogProductTagUpdate(String sessionId,
String tagId,
CatalogProductTagUpdateEntity data,
String store)
Update product tag
|
CatalogProductTypeEntity[] |
catalogProductTypeList(String sessionId)
Retrieve product types
|
boolean |
catalogProductUpdate(String sessionId,
String product,
CatalogProductCreateEntity productData,
String storeView,
String productIdentifierType)
Update product
|
int |
customerAddressCreate(String sessionId,
int customerId,
CustomerAddressEntityCreate addressData)
Create customer address
|
boolean |
customerAddressDelete(String sessionId,
int addressId)
Delete customer address
|
CustomerAddressEntityItem |
customerAddressInfo(String sessionId,
int addressId)
Retrieve customer address data
|
CustomerAddressEntityItem[] |
customerAddressList(String sessionId,
int customerId)
Retrieve customer addresses
|
boolean |
customerAddressUpdate(String sessionId,
int addressId,
CustomerAddressEntityCreate addressData)
Update customer address data
|
int |
customerCustomerCreate(String sessionId,
CustomerCustomerEntityToCreate customerData)
Create customer
|
boolean |
customerCustomerDelete(String sessionId,
int customerId)
Delete customer
|
CustomerCustomerEntity |
customerCustomerInfo(String sessionId,
int customerId,
String[] attributes)
Retrieve customer data
|
CustomerCustomerEntity[] |
customerCustomerList(String sessionId,
Filters filters)
Retrieve customers
|
boolean |
customerCustomerUpdate(String sessionId,
int customerId,
CustomerCustomerEntityToCreate customerData)
Update customer data
|
CustomerGroupEntity[] |
customerGroupList(String sessionId)
Retrieve customer groups
|
DirectoryCountryEntity[] |
directoryCountryList(String sessionId)
List of countries
|
DirectoryRegionEntity[] |
directoryRegionList(String sessionId,
String country)
List of regions in specified country
|
boolean |
endSession(String sessionId)
End web service session
|
String |
getEndpoint() |
Mage_Api_Model_Server_V2_HandlerPortType |
getMage_Api_Model_Server_V2_HandlerPortType() |
GiftMessageResponse |
giftMessageSetForQuote(String sessionId,
String quoteId,
GiftMessageEntity giftMessage,
String storeId)
Set a gift message to the cart
|
GiftMessageResponse |
giftMessageSetForQuoteItem(String sessionId,
String quoteItemId,
GiftMessageEntity giftMessage,
String storeId)
Setting a gift messages to the quote item
|
GiftMessageResponse[] |
giftMessageSetForQuoteProduct(String sessionId,
String quoteId,
GiftMessageAssociativeProductsEntity[] productsAndMessages,
String storeId)
Setting a gift messages to the quote items by products
|
ExistsFaltureEntity[] |
globalFaults(String sessionId)
List of global faults
|
String |
login(String username,
String apiKey)
Login user and retrive session id
|
MagentoInfoEntity |
magentoInfo(String sessionId)
Info about current Magento installation
|
ExistsFaltureEntity[] |
resourceFaults(String resourceName,
String sessionId)
List of resource faults
|
ApiEntity[] |
resources(String sessionId)
List of available resources
|
boolean |
salesOrderAddComment(String sessionId,
String orderIncrementId,
String status,
String comment,
String notify)
Add comment to order
|
boolean |
salesOrderCancel(String sessionId,
String orderIncrementId)
Cancel order
|
boolean |
salesOrderCreditmemoAddComment(String sessionId,
String creditmemoIncrementId,
String comment,
int notifyCustomer,
int includeComment)
Add new comment to shipment
|
boolean |
salesOrderCreditmemoCancel(String sessionId,
String creditmemoIncrementId)
Cancel creditmemo
|
String |
salesOrderCreditmemoCreate(String sessionId,
String creditmemoIncrementId,
SalesOrderCreditmemoData creditmemoData,
String comment,
int notifyCustomer,
int includeComment,
String refundToStoreCreditAmount)
Create new creditmemo for order
|
SalesOrderCreditmemoEntity |
salesOrderCreditmemoInfo(String sessionId,
String creditmemoIncrementId)
Retrieve creditmemo information
|
SalesOrderCreditmemoEntity[] |
salesOrderCreditmemoList(String sessionId,
Filters filters)
Retrieve list of creditmemos by filters
|
boolean |
salesOrderHold(String sessionId,
String orderIncrementId)
Hold order
|
SalesOrderEntity |
salesOrderInfo(String sessionId,
String orderIncrementId)
Retrieve order information
|
boolean |
salesOrderInvoiceAddComment(String sessionId,
String invoiceIncrementId,
String comment,
String email,
String includeComment)
Add new comment to shipment
|
boolean |
salesOrderInvoiceCancel(String sessionId,
String invoiceIncrementId)
Cancel invoice
|
boolean |
salesOrderInvoiceCapture(String sessionId,
String invoiceIncrementId)
Capture invoice
|
String |
salesOrderInvoiceCreate(String sessionId,
String invoiceIncrementId,
OrderItemIdQty[] itemsQty,
String comment,
String email,
String includeComment)
Create new invoice for order
|
SalesOrderInvoiceEntity |
salesOrderInvoiceInfo(String sessionId,
String invoiceIncrementId)
Retrieve invoice information
|
SalesOrderInvoiceEntity[] |
salesOrderInvoiceList(String sessionId,
Filters filters)
Retrieve list of invoices by filters
|
boolean |
salesOrderInvoiceVoid(String sessionId,
String invoiceIncrementId)
Void invoice
|
SalesOrderListEntity[] |
salesOrderList(String sessionId,
Filters filters)
Retrieve list of orders by filters
|
boolean |
salesOrderShipmentAddComment(String sessionId,
String shipmentIncrementId,
String comment,
String email,
String includeInEmail)
Add new comment to shipment
|
int |
salesOrderShipmentAddTrack(String sessionId,
String shipmentIncrementId,
String carrier,
String title,
String trackNumber)
Add new tracking number
|
String |
salesOrderShipmentCreate(String sessionId,
String orderIncrementId,
OrderItemIdQty[] itemsQty,
String comment,
int email,
int includeComment)
Create new shipment for order
|
AssociativeEntity[] |
salesOrderShipmentGetCarriers(String sessionId,
String orderIncrementId)
Retrieve list of allowed carriers for order
|
SalesOrderShipmentEntity |
salesOrderShipmentInfo(String sessionId,
String shipmentIncrementId)
Retrieve shipment information
|
SalesOrderShipmentEntity[] |
salesOrderShipmentList(String sessionId,
Filters filters)
Retrieve list of shipments by filters
|
boolean |
salesOrderShipmentRemoveTrack(String sessionId,
String shipmentIncrementId,
String trackId)
Remove tracking number
|
boolean |
salesOrderShipmentSendInfo(String sessionId,
String shipmentIncrementId,
String comment)
Send shipment info
|
boolean |
salesOrderUnhold(String sessionId,
String orderIncrementId)
Unhold order
|
void |
setEndpoint(String endpoint) |
boolean |
shoppingCartCouponAdd(String sessionId,
int quoteId,
String couponCode,
String storeId)
Add coupon code for shopping cart
|
boolean |
shoppingCartCouponRemove(String sessionId,
int quoteId,
String storeId)
Remove coupon code from shopping cart
|
int |
shoppingCartCreate(String sessionId,
String storeId)
Create shopping cart
|
boolean |
shoppingCartCustomerAddresses(String sessionId,
int quoteId,
ShoppingCartCustomerAddressEntity[] customer,
String storeId)
Set customer's addresses in shopping cart
|
boolean |
shoppingCartCustomerSet(String sessionId,
int quoteId,
ShoppingCartCustomerEntity customer,
String storeId)
Set customer for shopping cart
|
ShoppingCartInfoEntity |
shoppingCartInfo(String sessionId,
int quoteId,
String storeId)
Retrieve information about shopping cart
|
ShoppingCartLicenseEntity[] |
shoppingCartLicense(String sessionId,
int quoteId,
String storeId)
Get terms and conditions
|
String |
shoppingCartOrder(String sessionId,
int quoteId,
String storeId,
String[] licenses)
Create an order from shopping cart
|
ShoppingCartPaymentMethodResponseEntityArray |
shoppingCartPaymentList(String sessionId,
int quoteId,
String storeId)
Get list of available payment methods
|
boolean |
shoppingCartPaymentMethod(String sessionId,
int quoteId,
ShoppingCartPaymentMethodEntity method,
String storeId)
Set payment method
|
boolean |
shoppingCartProductAdd(String sessionId,
int quoteId,
ShoppingCartProductEntity[] products,
String storeId)
Add product(s) to shopping cart
|
CatalogProductEntity[] |
shoppingCartProductList(String sessionId,
int quoteId,
String storeId)
Get list of products in shopping cart
|
boolean |
shoppingCartProductMoveToCustomerQuote(String sessionId,
int quoteId,
ShoppingCartProductEntity[] products,
String storeId)
Move product(s) to customer quote
|
boolean |
shoppingCartProductRemove(String sessionId,
int quoteId,
ShoppingCartProductEntity[] products,
String storeId)
Remove product(s) from shopping cart
|
boolean |
shoppingCartProductUpdate(String sessionId,
int quoteId,
ShoppingCartProductEntity[] products,
String storeId)
Update product(s) quantities in shopping cart
|
ShoppingCartShippingMethodEntity[] |
shoppingCartShippingList(String sessionId,
int quoteId,
String storeId)
Get list of available shipping methods
|
boolean |
shoppingCartShippingMethod(String sessionId,
int quoteId,
String method,
String storeId)
Set shipping method
|
ShoppingCartTotalsEntity[] |
shoppingCartTotals(String sessionId,
int quoteId,
String storeId)
Get total prices for shopping cart
|
String |
startSession()
Start web service session
|
StoreEntity |
storeInfo(String sessionId,
String storeId)
Store view info
|
StoreEntity[] |
storeList(String sessionId)
List of stores
|
public Mage_Api_Model_Server_V2_HandlerPortTypeProxy()
public Mage_Api_Model_Server_V2_HandlerPortTypeProxy(String endpoint)
public String getEndpoint()
public void setEndpoint(String endpoint)
public Mage_Api_Model_Server_V2_HandlerPortType getMage_Api_Model_Server_V2_HandlerPortType()
public boolean endSession(String sessionId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypeendSession in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic String login(String username, String apiKey) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypelogin in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic String startSession() throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypestartSession in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic ApiEntity[] resources(String sessionId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTyperesources in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic ExistsFaltureEntity[] globalFaults(String sessionId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypeglobalFaults in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic ExistsFaltureEntity[] resourceFaults(String resourceName, String sessionId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTyperesourceFaults in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic StoreEntity[] storeList(String sessionId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypestoreList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic StoreEntity storeInfo(String sessionId, String storeId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypestoreInfo in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic MagentoInfoEntity magentoInfo(String sessionId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypemagentoInfo in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic DirectoryCountryEntity[] directoryCountryList(String sessionId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypedirectoryCountryList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic DirectoryRegionEntity[] directoryRegionList(String sessionId, String country) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypedirectoryRegionList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CustomerCustomerEntity[] customerCustomerList(String sessionId, Filters filters) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecustomerCustomerList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic int customerCustomerCreate(String sessionId, CustomerCustomerEntityToCreate customerData) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecustomerCustomerCreate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CustomerCustomerEntity customerCustomerInfo(String sessionId, int customerId, String[] attributes) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecustomerCustomerInfo in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean customerCustomerUpdate(String sessionId, int customerId, CustomerCustomerEntityToCreate customerData) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecustomerCustomerUpdate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean customerCustomerDelete(String sessionId, int customerId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecustomerCustomerDelete in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CustomerGroupEntity[] customerGroupList(String sessionId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecustomerGroupList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CustomerAddressEntityItem[] customerAddressList(String sessionId, int customerId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecustomerAddressList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic int customerAddressCreate(String sessionId, int customerId, CustomerAddressEntityCreate addressData) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecustomerAddressCreate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CustomerAddressEntityItem customerAddressInfo(String sessionId, int addressId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecustomerAddressInfo in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean customerAddressUpdate(String sessionId, int addressId, CustomerAddressEntityCreate addressData) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecustomerAddressUpdate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean customerAddressDelete(String sessionId, int addressId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecustomerAddressDelete in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic int catalogCategoryCurrentStore(String sessionId, String storeView) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogCategoryCurrentStore in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogCategoryTree catalogCategoryTree(String sessionId, String parentId, String storeView) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogCategoryTree in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogCategoryEntityNoChildren[] catalogCategoryLevel(String sessionId, String website, String storeView, String parentCategory) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogCategoryLevel in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogCategoryInfo catalogCategoryInfo(String sessionId, int categoryId, String storeView, String[] attributes) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogCategoryInfo in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic int catalogCategoryCreate(String sessionId, int parentId, CatalogCategoryEntityCreate categoryData, String storeView) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogCategoryCreate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogCategoryUpdate(String sessionId, int categoryId, CatalogCategoryEntityCreate categoryData, String storeView) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogCategoryUpdate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogCategoryMove(String sessionId, int categoryId, int parentId, String afterId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogCategoryMove in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogCategoryDelete(String sessionId, int categoryId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogCategoryDelete in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogAssignedProduct[] catalogCategoryAssignedProducts(String sessionId, int categoryId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogCategoryAssignedProducts in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogCategoryAssignProduct(String sessionId, int categoryId, String product, String position, String productIdentifierType) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogCategoryAssignProduct in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogCategoryUpdateProduct(String sessionId, int categoryId, String product, String position, String productIdentifierType) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogCategoryUpdateProduct in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogCategoryRemoveProduct(String sessionId, int categoryId, String product, String productIdentifierType) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogCategoryRemoveProduct in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic int catalogCategoryAttributeCurrentStore(String sessionId, String storeView) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogCategoryAttributeCurrentStore in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogAttributeEntity[] catalogCategoryAttributeList(String sessionId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogCategoryAttributeList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogAttributeOptionEntity[] catalogCategoryAttributeOptions(String sessionId, String attributeId, String storeView) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogCategoryAttributeOptions in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic int catalogProductCurrentStore(String sessionId, String storeView) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductCurrentStore in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogProductEntity[] catalogProductList(String sessionId, Filters filters, String storeView) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogProductReturnEntity catalogProductInfo(String sessionId, String product, String storeView, CatalogProductRequestAttributes attributes, String productIdentifierType) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductInfo in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic int catalogProductCreate(String sessionId, String type, String set, String sku, CatalogProductCreateEntity productData, String storeView) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductCreate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductUpdate(String sessionId, String product, CatalogProductCreateEntity productData, String storeView, String productIdentifierType) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductUpdate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic int catalogProductSetSpecialPrice(String sessionId, String product, String specialPrice, String fromDate, String toDate, String storeView, String productIdentifierType) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductSetSpecialPrice in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogProductReturnEntity catalogProductGetSpecialPrice(String sessionId, String product, String storeView, String productIdentifierType) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductGetSpecialPrice in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic int catalogProductDelete(String sessionId, String product, String productIdentifierType) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductDelete in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic int catalogProductAttributeCurrentStore(String sessionId, String storeView) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeCurrentStore in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogAttributeEntity[] catalogProductListOfAdditionalAttributes(String sessionId, String productType, String attributeSetId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductListOfAdditionalAttributes in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogAttributeEntity[] catalogProductAttributeList(String sessionId, int setId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogAttributeOptionEntity[] catalogProductAttributeOptions(String sessionId, String attributeId, String storeView) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeOptions in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic int catalogProductAttributeSetCreate(String sessionId, String attributeSetName, String skeletonSetId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeSetCreate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductAttributeSetRemove(String sessionId, String attributeSetId, String forceProductsRemove) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeSetRemove in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogProductAttributeSetEntity[] catalogProductAttributeSetList(String sessionId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeSetList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductAttributeSetAttributeAdd(String sessionId, String attributeId, String attributeSetId, String attributeGroupId, String sortOrder) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeSetAttributeAdd in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductAttributeSetAttributeRemove(String sessionId, String attributeId, String attributeSetId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeSetAttributeRemove in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic int catalogProductAttributeSetGroupAdd(String sessionId, String attributeSetId, String groupName) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeSetGroupAdd in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductAttributeSetGroupRename(String sessionId, String groupId, String groupName) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeSetGroupRename in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductAttributeSetGroupRemove(String sessionId, String attributeGroupId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeSetGroupRemove in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogAttributeOptionEntity[] catalogProductAttributeTypes(String sessionId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeTypes in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic int catalogProductAttributeCreate(String sessionId, CatalogProductAttributeEntityToCreate data) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeCreate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductAttributeRemove(String sessionId, String attribute) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeRemove in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogProductAttributeEntity catalogProductAttributeInfo(String sessionId, String attribute) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeInfo in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductAttributeUpdate(String sessionId, String attribute, CatalogProductAttributeEntityToUpdate data) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeUpdate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductAttributeAddOption(String sessionId, String attribute, CatalogProductAttributeOptionEntityToAdd data) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeAddOption in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductAttributeRemoveOption(String sessionId, String attribute, String optionId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeRemoveOption in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogProductTypeEntity[] catalogProductTypeList(String sessionId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductTypeList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogProductTierPriceEntity[] catalogProductAttributeTierPriceInfo(String sessionId, String product, String productIdentifierType) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeTierPriceInfo in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic int catalogProductAttributeTierPriceUpdate(String sessionId, String product, CatalogProductTierPriceEntity[] tier_price, String productIdentifierType) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeTierPriceUpdate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic int catalogProductAttributeMediaCurrentStore(String sessionId, String storeView) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeMediaCurrentStore in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogProductImageEntity[] catalogProductAttributeMediaList(String sessionId, String product, String storeView, String productIdentifierType) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeMediaList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogProductImageEntity catalogProductAttributeMediaInfo(String sessionId, String product, String file, String storeView, String productIdentifierType) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeMediaInfo in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogProductAttributeMediaTypeEntity[] catalogProductAttributeMediaTypes(String sessionId, String setId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeMediaTypes in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic String catalogProductAttributeMediaCreate(String sessionId, String product, CatalogProductAttributeMediaCreateEntity data, String storeView, String productIdentifierType) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeMediaCreate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductAttributeMediaUpdate(String sessionId, String product, String file, CatalogProductAttributeMediaCreateEntity data, String storeView, String productIdentifierType) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeMediaUpdate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductAttributeMediaRemove(String sessionId, String product, String file, String productIdentifierType) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductAttributeMediaRemove in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogProductLinkEntity[] catalogProductLinkList(String sessionId, String type, String product, String productIdentifierType) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductLinkList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductLinkAssign(String sessionId, String type, String product, String linkedProduct, CatalogProductLinkEntity data, String productIdentifierType) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductLinkAssign in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductLinkUpdate(String sessionId, String type, String product, String linkedProduct, CatalogProductLinkEntity data, String productIdentifierType) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductLinkUpdate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductLinkRemove(String sessionId, String type, String product, String linkedProduct, String productIdentifierType) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductLinkRemove in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic String[] catalogProductLinkTypes(String sessionId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductLinkTypes in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogProductLinkAttributeEntity[] catalogProductLinkAttributes(String sessionId, String type) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductLinkAttributes in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductCustomOptionAdd(String sessionId, String productId, CatalogProductCustomOptionToAdd data, String store) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductCustomOptionAdd in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductCustomOptionUpdate(String sessionId, String optionId, CatalogProductCustomOptionToUpdate data, String store) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductCustomOptionUpdate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogProductCustomOptionTypesEntity[] catalogProductCustomOptionTypes(String sessionId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductCustomOptionTypes in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogProductCustomOptionInfoEntity catalogProductCustomOptionInfo(String sessionId, String optionId, String store) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductCustomOptionInfo in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogProductCustomOptionListEntity[] catalogProductCustomOptionList(String sessionId, String productId, String store) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductCustomOptionList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductCustomOptionRemove(String sessionId, String optionId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductCustomOptionRemove in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogProductCustomOptionValueInfoEntity catalogProductCustomOptionValueInfo(String sessionId, String valueId, String store) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductCustomOptionValueInfo in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogProductCustomOptionValueListEntity[] catalogProductCustomOptionValueList(String sessionId, String optionId, String store) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductCustomOptionValueList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductCustomOptionValueAdd(String sessionId, String optionId, CatalogProductCustomOptionValueAddEntity[] data, String store) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductCustomOptionValueAdd in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductCustomOptionValueUpdate(String sessionId, String valueId, CatalogProductCustomOptionValueUpdateEntity data, String storeId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductCustomOptionValueUpdate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductCustomOptionValueRemove(String sessionId, String valueId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductCustomOptionValueRemove in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic SalesOrderListEntity[] salesOrderList(String sessionId, Filters filters) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic SalesOrderEntity salesOrderInfo(String sessionId, String orderIncrementId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderInfo in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean salesOrderAddComment(String sessionId, String orderIncrementId, String status, String comment, String notify) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderAddComment in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean salesOrderHold(String sessionId, String orderIncrementId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderHold in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean salesOrderUnhold(String sessionId, String orderIncrementId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderUnhold in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean salesOrderCancel(String sessionId, String orderIncrementId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderCancel in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic SalesOrderShipmentEntity[] salesOrderShipmentList(String sessionId, Filters filters) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderShipmentList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic SalesOrderShipmentEntity salesOrderShipmentInfo(String sessionId, String shipmentIncrementId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderShipmentInfo in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic String salesOrderShipmentCreate(String sessionId, String orderIncrementId, OrderItemIdQty[] itemsQty, String comment, int email, int includeComment) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderShipmentCreate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean salesOrderShipmentAddComment(String sessionId, String shipmentIncrementId, String comment, String email, String includeInEmail) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderShipmentAddComment in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic int salesOrderShipmentAddTrack(String sessionId, String shipmentIncrementId, String carrier, String title, String trackNumber) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderShipmentAddTrack in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean salesOrderShipmentSendInfo(String sessionId, String shipmentIncrementId, String comment) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderShipmentSendInfo in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean salesOrderShipmentRemoveTrack(String sessionId, String shipmentIncrementId, String trackId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderShipmentRemoveTrack in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic AssociativeEntity[] salesOrderShipmentGetCarriers(String sessionId, String orderIncrementId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderShipmentGetCarriers in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic SalesOrderInvoiceEntity[] salesOrderInvoiceList(String sessionId, Filters filters) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderInvoiceList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic SalesOrderInvoiceEntity salesOrderInvoiceInfo(String sessionId, String invoiceIncrementId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderInvoiceInfo in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic String salesOrderInvoiceCreate(String sessionId, String invoiceIncrementId, OrderItemIdQty[] itemsQty, String comment, String email, String includeComment) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderInvoiceCreate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean salesOrderInvoiceAddComment(String sessionId, String invoiceIncrementId, String comment, String email, String includeComment) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderInvoiceAddComment in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean salesOrderInvoiceCapture(String sessionId, String invoiceIncrementId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderInvoiceCapture in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean salesOrderInvoiceVoid(String sessionId, String invoiceIncrementId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderInvoiceVoid in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean salesOrderInvoiceCancel(String sessionId, String invoiceIncrementId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderInvoiceCancel in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic SalesOrderCreditmemoEntity[] salesOrderCreditmemoList(String sessionId, Filters filters) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderCreditmemoList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic SalesOrderCreditmemoEntity salesOrderCreditmemoInfo(String sessionId, String creditmemoIncrementId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderCreditmemoInfo in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic String salesOrderCreditmemoCreate(String sessionId, String creditmemoIncrementId, SalesOrderCreditmemoData creditmemoData, String comment, int notifyCustomer, int includeComment, String refundToStoreCreditAmount) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderCreditmemoCreate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean salesOrderCreditmemoAddComment(String sessionId, String creditmemoIncrementId, String comment, int notifyCustomer, int includeComment) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderCreditmemoAddComment in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean salesOrderCreditmemoCancel(String sessionId, String creditmemoIncrementId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypesalesOrderCreditmemoCancel in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogInventoryStockItemEntity[] catalogInventoryStockItemList(String sessionId, String[] products) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogInventoryStockItemList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic int catalogInventoryStockItemUpdate(String sessionId, String product, CatalogInventoryStockItemUpdateEntity data) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogInventoryStockItemUpdate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic int shoppingCartCreate(String sessionId, String storeId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypeshoppingCartCreate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic ShoppingCartInfoEntity shoppingCartInfo(String sessionId, int quoteId, String storeId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypeshoppingCartInfo in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic String shoppingCartOrder(String sessionId, int quoteId, String storeId, String[] licenses) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypeshoppingCartOrder in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic ShoppingCartTotalsEntity[] shoppingCartTotals(String sessionId, int quoteId, String storeId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypeshoppingCartTotals in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic ShoppingCartLicenseEntity[] shoppingCartLicense(String sessionId, int quoteId, String storeId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypeshoppingCartLicense in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean shoppingCartProductAdd(String sessionId, int quoteId, ShoppingCartProductEntity[] products, String storeId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypeshoppingCartProductAdd in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean shoppingCartProductUpdate(String sessionId, int quoteId, ShoppingCartProductEntity[] products, String storeId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypeshoppingCartProductUpdate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean shoppingCartProductRemove(String sessionId, int quoteId, ShoppingCartProductEntity[] products, String storeId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypeshoppingCartProductRemove in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogProductEntity[] shoppingCartProductList(String sessionId, int quoteId, String storeId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypeshoppingCartProductList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean shoppingCartProductMoveToCustomerQuote(String sessionId, int quoteId, ShoppingCartProductEntity[] products, String storeId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypeshoppingCartProductMoveToCustomerQuote in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean shoppingCartCustomerSet(String sessionId, int quoteId, ShoppingCartCustomerEntity customer, String storeId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypeshoppingCartCustomerSet in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean shoppingCartCustomerAddresses(String sessionId, int quoteId, ShoppingCartCustomerAddressEntity[] customer, String storeId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypeshoppingCartCustomerAddresses in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean shoppingCartShippingMethod(String sessionId, int quoteId, String method, String storeId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypeshoppingCartShippingMethod in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic ShoppingCartShippingMethodEntity[] shoppingCartShippingList(String sessionId, int quoteId, String storeId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypeshoppingCartShippingList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean shoppingCartPaymentMethod(String sessionId, int quoteId, ShoppingCartPaymentMethodEntity method, String storeId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypeshoppingCartPaymentMethod in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic ShoppingCartPaymentMethodResponseEntityArray shoppingCartPaymentList(String sessionId, int quoteId, String storeId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypeshoppingCartPaymentList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean shoppingCartCouponAdd(String sessionId, int quoteId, String couponCode, String storeId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypeshoppingCartCouponAdd in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean shoppingCartCouponRemove(String sessionId, int quoteId, String storeId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypeshoppingCartCouponRemove in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogProductTagListEntity[] catalogProductTagList(String sessionId, String productId, String store) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductTagList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogProductTagInfoEntity catalogProductTagInfo(String sessionId, String tagId, String store) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductTagInfo in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic AssociativeEntity[] catalogProductTagAdd(String sessionId, CatalogProductTagAddEntity data) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductTagAdd in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductTagUpdate(String sessionId, String tagId, CatalogProductTagUpdateEntity data, String store) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductTagUpdate in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductTagRemove(String sessionId, String tagId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductTagRemove in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic GiftMessageResponse giftMessageSetForQuote(String sessionId, String quoteId, GiftMessageEntity giftMessage, String storeId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypegiftMessageSetForQuote in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic GiftMessageResponse giftMessageSetForQuoteItem(String sessionId, String quoteItemId, GiftMessageEntity giftMessage, String storeId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypegiftMessageSetForQuoteItem in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic GiftMessageResponse[] giftMessageSetForQuoteProduct(String sessionId, String quoteId, GiftMessageAssociativeProductsEntity[] productsAndMessages, String storeId) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypegiftMessageSetForQuoteProduct in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic int catalogProductDownloadableLinkAdd(String sessionId, String productId, CatalogProductDownloadableLinkAddEntity resource, String resourceType, String store, String identifierType) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductDownloadableLinkAdd in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic CatalogProductDownloadableLinkInfoEntity catalogProductDownloadableLinkList(String sessionId, String productId, String store, String identifierType) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductDownloadableLinkList in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionpublic boolean catalogProductDownloadableLinkRemove(String sessionId, String linkId, String resourceType) throws RemoteException
Mage_Api_Model_Server_V2_HandlerPortTypecatalogProductDownloadableLinkRemove in interface Mage_Api_Model_Server_V2_HandlerPortTypeRemoteExceptionCopyright © 2020 Imixs Software Solutions GmbH. All rights reserved.