public interface Mage_Api_Model_Server_V2_HandlerPortType extends Remote
| 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
|
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
|
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
|
boolean endSession(String sessionId) throws RemoteException
RemoteExceptionString login(String username, String apiKey) throws RemoteException
RemoteExceptionString startSession() throws RemoteException
RemoteExceptionApiEntity[] resources(String sessionId) throws RemoteException
RemoteExceptionExistsFaltureEntity[] globalFaults(String sessionId) throws RemoteException
RemoteExceptionExistsFaltureEntity[] resourceFaults(String resourceName, String sessionId) throws RemoteException
RemoteExceptionStoreEntity[] storeList(String sessionId) throws RemoteException
RemoteExceptionStoreEntity storeInfo(String sessionId, String storeId) throws RemoteException
RemoteExceptionMagentoInfoEntity magentoInfo(String sessionId) throws RemoteException
RemoteExceptionDirectoryCountryEntity[] directoryCountryList(String sessionId) throws RemoteException
RemoteExceptionDirectoryRegionEntity[] directoryRegionList(String sessionId, String country) throws RemoteException
RemoteExceptionCustomerCustomerEntity[] customerCustomerList(String sessionId, Filters filters) throws RemoteException
RemoteExceptionint customerCustomerCreate(String sessionId, CustomerCustomerEntityToCreate customerData) throws RemoteException
RemoteExceptionCustomerCustomerEntity customerCustomerInfo(String sessionId, int customerId, String[] attributes) throws RemoteException
RemoteExceptionboolean customerCustomerUpdate(String sessionId, int customerId, CustomerCustomerEntityToCreate customerData) throws RemoteException
RemoteExceptionboolean customerCustomerDelete(String sessionId, int customerId) throws RemoteException
RemoteExceptionCustomerGroupEntity[] customerGroupList(String sessionId) throws RemoteException
RemoteExceptionCustomerAddressEntityItem[] customerAddressList(String sessionId, int customerId) throws RemoteException
RemoteExceptionint customerAddressCreate(String sessionId, int customerId, CustomerAddressEntityCreate addressData) throws RemoteException
RemoteExceptionCustomerAddressEntityItem customerAddressInfo(String sessionId, int addressId) throws RemoteException
RemoteExceptionboolean customerAddressUpdate(String sessionId, int addressId, CustomerAddressEntityCreate addressData) throws RemoteException
RemoteExceptionboolean customerAddressDelete(String sessionId, int addressId) throws RemoteException
RemoteExceptionint catalogCategoryCurrentStore(String sessionId, String storeView) throws RemoteException
RemoteExceptionCatalogCategoryTree catalogCategoryTree(String sessionId, String parentId, String storeView) throws RemoteException
RemoteExceptionCatalogCategoryEntityNoChildren[] catalogCategoryLevel(String sessionId, String website, String storeView, String parentCategory) throws RemoteException
RemoteExceptionCatalogCategoryInfo catalogCategoryInfo(String sessionId, int categoryId, String storeView, String[] attributes) throws RemoteException
RemoteExceptionint catalogCategoryCreate(String sessionId, int parentId, CatalogCategoryEntityCreate categoryData, String storeView) throws RemoteException
RemoteExceptionboolean catalogCategoryUpdate(String sessionId, int categoryId, CatalogCategoryEntityCreate categoryData, String storeView) throws RemoteException
RemoteExceptionboolean catalogCategoryMove(String sessionId, int categoryId, int parentId, String afterId) throws RemoteException
RemoteExceptionboolean catalogCategoryDelete(String sessionId, int categoryId) throws RemoteException
RemoteExceptionCatalogAssignedProduct[] catalogCategoryAssignedProducts(String sessionId, int categoryId) throws RemoteException
RemoteExceptionboolean catalogCategoryAssignProduct(String sessionId, int categoryId, String product, String position, String productIdentifierType) throws RemoteException
RemoteExceptionboolean catalogCategoryUpdateProduct(String sessionId, int categoryId, String product, String position, String productIdentifierType) throws RemoteException
RemoteExceptionboolean catalogCategoryRemoveProduct(String sessionId, int categoryId, String product, String productIdentifierType) throws RemoteException
RemoteExceptionint catalogCategoryAttributeCurrentStore(String sessionId, String storeView) throws RemoteException
RemoteExceptionCatalogAttributeEntity[] catalogCategoryAttributeList(String sessionId) throws RemoteException
RemoteExceptionCatalogAttributeOptionEntity[] catalogCategoryAttributeOptions(String sessionId, String attributeId, String storeView) throws RemoteException
RemoteExceptionint catalogProductCurrentStore(String sessionId, String storeView) throws RemoteException
RemoteExceptionCatalogProductEntity[] catalogProductList(String sessionId, Filters filters, String storeView) throws RemoteException
RemoteExceptionCatalogProductReturnEntity catalogProductInfo(String sessionId, String product, String storeView, CatalogProductRequestAttributes attributes, String productIdentifierType) throws RemoteException
RemoteExceptionint catalogProductCreate(String sessionId, String type, String set, String sku, CatalogProductCreateEntity productData, String storeView) throws RemoteException
RemoteExceptionboolean catalogProductUpdate(String sessionId, String product, CatalogProductCreateEntity productData, String storeView, String productIdentifierType) throws RemoteException
RemoteExceptionint catalogProductSetSpecialPrice(String sessionId, String product, String specialPrice, String fromDate, String toDate, String storeView, String productIdentifierType) throws RemoteException
RemoteExceptionCatalogProductReturnEntity catalogProductGetSpecialPrice(String sessionId, String product, String storeView, String productIdentifierType) throws RemoteException
RemoteExceptionint catalogProductDelete(String sessionId, String product, String productIdentifierType) throws RemoteException
RemoteExceptionint catalogProductAttributeCurrentStore(String sessionId, String storeView) throws RemoteException
RemoteExceptionCatalogAttributeEntity[] catalogProductListOfAdditionalAttributes(String sessionId, String productType, String attributeSetId) throws RemoteException
RemoteExceptionCatalogAttributeEntity[] catalogProductAttributeList(String sessionId, int setId) throws RemoteException
RemoteExceptionCatalogAttributeOptionEntity[] catalogProductAttributeOptions(String sessionId, String attributeId, String storeView) throws RemoteException
RemoteExceptionint catalogProductAttributeSetCreate(String sessionId, String attributeSetName, String skeletonSetId) throws RemoteException
RemoteExceptionboolean catalogProductAttributeSetRemove(String sessionId, String attributeSetId, String forceProductsRemove) throws RemoteException
RemoteExceptionCatalogProductAttributeSetEntity[] catalogProductAttributeSetList(String sessionId) throws RemoteException
RemoteExceptionboolean catalogProductAttributeSetAttributeAdd(String sessionId, String attributeId, String attributeSetId, String attributeGroupId, String sortOrder) throws RemoteException
RemoteExceptionboolean catalogProductAttributeSetAttributeRemove(String sessionId, String attributeId, String attributeSetId) throws RemoteException
RemoteExceptionint catalogProductAttributeSetGroupAdd(String sessionId, String attributeSetId, String groupName) throws RemoteException
RemoteExceptionboolean catalogProductAttributeSetGroupRename(String sessionId, String groupId, String groupName) throws RemoteException
RemoteExceptionboolean catalogProductAttributeSetGroupRemove(String sessionId, String attributeGroupId) throws RemoteException
RemoteExceptionCatalogAttributeOptionEntity[] catalogProductAttributeTypes(String sessionId) throws RemoteException
RemoteExceptionint catalogProductAttributeCreate(String sessionId, CatalogProductAttributeEntityToCreate data) throws RemoteException
RemoteExceptionboolean catalogProductAttributeRemove(String sessionId, String attribute) throws RemoteException
RemoteExceptionCatalogProductAttributeEntity catalogProductAttributeInfo(String sessionId, String attribute) throws RemoteException
RemoteExceptionboolean catalogProductAttributeUpdate(String sessionId, String attribute, CatalogProductAttributeEntityToUpdate data) throws RemoteException
RemoteExceptionboolean catalogProductAttributeAddOption(String sessionId, String attribute, CatalogProductAttributeOptionEntityToAdd data) throws RemoteException
RemoteExceptionboolean catalogProductAttributeRemoveOption(String sessionId, String attribute, String optionId) throws RemoteException
RemoteExceptionCatalogProductTypeEntity[] catalogProductTypeList(String sessionId) throws RemoteException
RemoteExceptionCatalogProductTierPriceEntity[] catalogProductAttributeTierPriceInfo(String sessionId, String product, String productIdentifierType) throws RemoteException
RemoteExceptionint catalogProductAttributeTierPriceUpdate(String sessionId, String product, CatalogProductTierPriceEntity[] tier_price, String productIdentifierType) throws RemoteException
RemoteExceptionint catalogProductAttributeMediaCurrentStore(String sessionId, String storeView) throws RemoteException
RemoteExceptionCatalogProductImageEntity[] catalogProductAttributeMediaList(String sessionId, String product, String storeView, String productIdentifierType) throws RemoteException
RemoteExceptionCatalogProductImageEntity catalogProductAttributeMediaInfo(String sessionId, String product, String file, String storeView, String productIdentifierType) throws RemoteException
RemoteExceptionCatalogProductAttributeMediaTypeEntity[] catalogProductAttributeMediaTypes(String sessionId, String setId) throws RemoteException
RemoteExceptionString catalogProductAttributeMediaCreate(String sessionId, String product, CatalogProductAttributeMediaCreateEntity data, String storeView, String productIdentifierType) throws RemoteException
RemoteExceptionboolean catalogProductAttributeMediaUpdate(String sessionId, String product, String file, CatalogProductAttributeMediaCreateEntity data, String storeView, String productIdentifierType) throws RemoteException
RemoteExceptionboolean catalogProductAttributeMediaRemove(String sessionId, String product, String file, String productIdentifierType) throws RemoteException
RemoteExceptionCatalogProductLinkEntity[] catalogProductLinkList(String sessionId, String type, String product, String productIdentifierType) throws RemoteException
RemoteExceptionboolean catalogProductLinkAssign(String sessionId, String type, String product, String linkedProduct, CatalogProductLinkEntity data, String productIdentifierType) throws RemoteException
RemoteExceptionboolean catalogProductLinkUpdate(String sessionId, String type, String product, String linkedProduct, CatalogProductLinkEntity data, String productIdentifierType) throws RemoteException
RemoteExceptionboolean catalogProductLinkRemove(String sessionId, String type, String product, String linkedProduct, String productIdentifierType) throws RemoteException
RemoteExceptionString[] catalogProductLinkTypes(String sessionId) throws RemoteException
RemoteExceptionCatalogProductLinkAttributeEntity[] catalogProductLinkAttributes(String sessionId, String type) throws RemoteException
RemoteExceptionboolean catalogProductCustomOptionAdd(String sessionId, String productId, CatalogProductCustomOptionToAdd data, String store) throws RemoteException
RemoteExceptionboolean catalogProductCustomOptionUpdate(String sessionId, String optionId, CatalogProductCustomOptionToUpdate data, String store) throws RemoteException
RemoteExceptionCatalogProductCustomOptionTypesEntity[] catalogProductCustomOptionTypes(String sessionId) throws RemoteException
RemoteExceptionCatalogProductCustomOptionInfoEntity catalogProductCustomOptionInfo(String sessionId, String optionId, String store) throws RemoteException
RemoteExceptionCatalogProductCustomOptionListEntity[] catalogProductCustomOptionList(String sessionId, String productId, String store) throws RemoteException
RemoteExceptionboolean catalogProductCustomOptionRemove(String sessionId, String optionId) throws RemoteException
RemoteExceptionCatalogProductCustomOptionValueInfoEntity catalogProductCustomOptionValueInfo(String sessionId, String valueId, String store) throws RemoteException
RemoteExceptionCatalogProductCustomOptionValueListEntity[] catalogProductCustomOptionValueList(String sessionId, String optionId, String store) throws RemoteException
RemoteExceptionboolean catalogProductCustomOptionValueAdd(String sessionId, String optionId, CatalogProductCustomOptionValueAddEntity[] data, String store) throws RemoteException
RemoteExceptionboolean catalogProductCustomOptionValueUpdate(String sessionId, String valueId, CatalogProductCustomOptionValueUpdateEntity data, String storeId) throws RemoteException
RemoteExceptionboolean catalogProductCustomOptionValueRemove(String sessionId, String valueId) throws RemoteException
RemoteExceptionSalesOrderListEntity[] salesOrderList(String sessionId, Filters filters) throws RemoteException
RemoteExceptionSalesOrderEntity salesOrderInfo(String sessionId, String orderIncrementId) throws RemoteException
RemoteExceptionboolean salesOrderAddComment(String sessionId, String orderIncrementId, String status, String comment, String notify) throws RemoteException
RemoteExceptionboolean salesOrderHold(String sessionId, String orderIncrementId) throws RemoteException
RemoteExceptionboolean salesOrderUnhold(String sessionId, String orderIncrementId) throws RemoteException
RemoteExceptionboolean salesOrderCancel(String sessionId, String orderIncrementId) throws RemoteException
RemoteExceptionSalesOrderShipmentEntity[] salesOrderShipmentList(String sessionId, Filters filters) throws RemoteException
RemoteExceptionSalesOrderShipmentEntity salesOrderShipmentInfo(String sessionId, String shipmentIncrementId) throws RemoteException
RemoteExceptionString salesOrderShipmentCreate(String sessionId, String orderIncrementId, OrderItemIdQty[] itemsQty, String comment, int email, int includeComment) throws RemoteException
RemoteExceptionboolean salesOrderShipmentAddComment(String sessionId, String shipmentIncrementId, String comment, String email, String includeInEmail) throws RemoteException
RemoteExceptionint salesOrderShipmentAddTrack(String sessionId, String shipmentIncrementId, String carrier, String title, String trackNumber) throws RemoteException
RemoteExceptionboolean salesOrderShipmentSendInfo(String sessionId, String shipmentIncrementId, String comment) throws RemoteException
RemoteExceptionboolean salesOrderShipmentRemoveTrack(String sessionId, String shipmentIncrementId, String trackId) throws RemoteException
RemoteExceptionAssociativeEntity[] salesOrderShipmentGetCarriers(String sessionId, String orderIncrementId) throws RemoteException
RemoteExceptionSalesOrderInvoiceEntity[] salesOrderInvoiceList(String sessionId, Filters filters) throws RemoteException
RemoteExceptionSalesOrderInvoiceEntity salesOrderInvoiceInfo(String sessionId, String invoiceIncrementId) throws RemoteException
RemoteExceptionString salesOrderInvoiceCreate(String sessionId, String invoiceIncrementId, OrderItemIdQty[] itemsQty, String comment, String email, String includeComment) throws RemoteException
RemoteExceptionboolean salesOrderInvoiceAddComment(String sessionId, String invoiceIncrementId, String comment, String email, String includeComment) throws RemoteException
RemoteExceptionboolean salesOrderInvoiceCapture(String sessionId, String invoiceIncrementId) throws RemoteException
RemoteExceptionboolean salesOrderInvoiceVoid(String sessionId, String invoiceIncrementId) throws RemoteException
RemoteExceptionboolean salesOrderInvoiceCancel(String sessionId, String invoiceIncrementId) throws RemoteException
RemoteExceptionSalesOrderCreditmemoEntity[] salesOrderCreditmemoList(String sessionId, Filters filters) throws RemoteException
RemoteExceptionSalesOrderCreditmemoEntity salesOrderCreditmemoInfo(String sessionId, String creditmemoIncrementId) throws RemoteException
RemoteExceptionString salesOrderCreditmemoCreate(String sessionId, String creditmemoIncrementId, SalesOrderCreditmemoData creditmemoData, String comment, int notifyCustomer, int includeComment, String refundToStoreCreditAmount) throws RemoteException
RemoteExceptionboolean salesOrderCreditmemoAddComment(String sessionId, String creditmemoIncrementId, String comment, int notifyCustomer, int includeComment) throws RemoteException
RemoteExceptionboolean salesOrderCreditmemoCancel(String sessionId, String creditmemoIncrementId) throws RemoteException
RemoteExceptionCatalogInventoryStockItemEntity[] catalogInventoryStockItemList(String sessionId, String[] products) throws RemoteException
RemoteExceptionint catalogInventoryStockItemUpdate(String sessionId, String product, CatalogInventoryStockItemUpdateEntity data) throws RemoteException
RemoteExceptionint shoppingCartCreate(String sessionId, String storeId) throws RemoteException
RemoteExceptionShoppingCartInfoEntity shoppingCartInfo(String sessionId, int quoteId, String storeId) throws RemoteException
RemoteExceptionString shoppingCartOrder(String sessionId, int quoteId, String storeId, String[] licenses) throws RemoteException
RemoteExceptionShoppingCartTotalsEntity[] shoppingCartTotals(String sessionId, int quoteId, String storeId) throws RemoteException
RemoteExceptionShoppingCartLicenseEntity[] shoppingCartLicense(String sessionId, int quoteId, String storeId) throws RemoteException
RemoteExceptionboolean shoppingCartProductAdd(String sessionId, int quoteId, ShoppingCartProductEntity[] products, String storeId) throws RemoteException
RemoteExceptionboolean shoppingCartProductUpdate(String sessionId, int quoteId, ShoppingCartProductEntity[] products, String storeId) throws RemoteException
RemoteExceptionboolean shoppingCartProductRemove(String sessionId, int quoteId, ShoppingCartProductEntity[] products, String storeId) throws RemoteException
RemoteExceptionCatalogProductEntity[] shoppingCartProductList(String sessionId, int quoteId, String storeId) throws RemoteException
RemoteExceptionboolean shoppingCartProductMoveToCustomerQuote(String sessionId, int quoteId, ShoppingCartProductEntity[] products, String storeId) throws RemoteException
RemoteExceptionboolean shoppingCartCustomerSet(String sessionId, int quoteId, ShoppingCartCustomerEntity customer, String storeId) throws RemoteException
RemoteExceptionboolean shoppingCartCustomerAddresses(String sessionId, int quoteId, ShoppingCartCustomerAddressEntity[] customer, String storeId) throws RemoteException
RemoteExceptionboolean shoppingCartShippingMethod(String sessionId, int quoteId, String method, String storeId) throws RemoteException
RemoteExceptionShoppingCartShippingMethodEntity[] shoppingCartShippingList(String sessionId, int quoteId, String storeId) throws RemoteException
RemoteExceptionboolean shoppingCartPaymentMethod(String sessionId, int quoteId, ShoppingCartPaymentMethodEntity method, String storeId) throws RemoteException
RemoteExceptionShoppingCartPaymentMethodResponseEntityArray shoppingCartPaymentList(String sessionId, int quoteId, String storeId) throws RemoteException
RemoteExceptionboolean shoppingCartCouponAdd(String sessionId, int quoteId, String couponCode, String storeId) throws RemoteException
RemoteExceptionboolean shoppingCartCouponRemove(String sessionId, int quoteId, String storeId) throws RemoteException
RemoteExceptionCatalogProductTagListEntity[] catalogProductTagList(String sessionId, String productId, String store) throws RemoteException
RemoteExceptionCatalogProductTagInfoEntity catalogProductTagInfo(String sessionId, String tagId, String store) throws RemoteException
RemoteExceptionAssociativeEntity[] catalogProductTagAdd(String sessionId, CatalogProductTagAddEntity data) throws RemoteException
RemoteExceptionboolean catalogProductTagUpdate(String sessionId, String tagId, CatalogProductTagUpdateEntity data, String store) throws RemoteException
RemoteExceptionboolean catalogProductTagRemove(String sessionId, String tagId) throws RemoteException
RemoteExceptionGiftMessageResponse giftMessageSetForQuote(String sessionId, String quoteId, GiftMessageEntity giftMessage, String storeId) throws RemoteException
RemoteExceptionGiftMessageResponse giftMessageSetForQuoteItem(String sessionId, String quoteItemId, GiftMessageEntity giftMessage, String storeId) throws RemoteException
RemoteExceptionGiftMessageResponse[] giftMessageSetForQuoteProduct(String sessionId, String quoteId, GiftMessageAssociativeProductsEntity[] productsAndMessages, String storeId) throws RemoteException
RemoteExceptionint catalogProductDownloadableLinkAdd(String sessionId, String productId, CatalogProductDownloadableLinkAddEntity resource, String resourceType, String store, String identifierType) throws RemoteException
RemoteExceptionCatalogProductDownloadableLinkInfoEntity catalogProductDownloadableLinkList(String sessionId, String productId, String store, String identifierType) throws RemoteException
RemoteExceptionboolean catalogProductDownloadableLinkRemove(String sessionId, String linkId, String resourceType) throws RemoteException
RemoteExceptionCopyright © 2020 Imixs Software Solutions GmbH. All rights reserved.