Changes in the API from version 2.4 to 2.5
Change | Change Name | Description |
---|---|---|
New method | getInventory | Returns a product inventory provided the Id |
New method | incrementInventory | Increments the inventory by one product, provided you pass the productId to increment with |
New method | decrementInventory | Decrements the inventory by one product, provided you pass the productId to decrement with |
New method | increaseInventory | Increases the inventory with a particular product by the quantity you specify |
New method | decreaseInventory | Decreases the inventory with a particular product by the quantity you specify |
New method | deactivateCreditCard | Deactivates a credit card |
New method | getAllShippingOptions | Returns all configured shipping options |
New method | getFlatRateShippingOption | Returns the options and values of the flat rate shipping option provided |
New method | getOrderTotalShippingOption | Returns the options and values of the order total shipping option provided |
New method | getOrderTotalShippingRanges | Returns the options and values of the order total shipping ranges option provided |
New method | getProductBasedShippingOption | Returns the options and values of the product based shipping option provided |
New method | getOrderQuantityShippingOption | Returns the options and values of the order quantity shipping option provided |
New method | getWeightBasedShippingOption | Returns the options and values of the weight based shipping option provided |
New method | getUpsShippingOption | Returns the options and values of the ups shipping option provided |
New method | addFreeTrial | Adds a free trial |
New method | getFreeTrial | Returns the options and values of the free trial id passed |
New method | addOrderTotalDiscount | Adds a order total discount |
New method | getOrderTotalDiscount | Returns the options and values of the order total discount id passed |
New method | addCategoryDiscount | Adds a category discount |
New method | getCategoryDiscount | Returns the options and values of the category discount id passed |
New method | addCategoryAssignmentToCategoryDiscount | Assigns a product to a category discount |
New method | getCategoryAssignmentsForCategoryDiscount | Returns the options and values of the category assignment for category discount passed |
New method | addProductTotalDiscount | Add a product total discount |
New method | getProductTotalDiscount | Returns the options and values of the product total discount id passed |
New method | addShippingTotalDiscount | Adds a shipping total discount |
New method | getShippingTotalDiscount | Returns the options and values of the shipping total discount id passed |