Dashboard > ChannelAdvisor Developer Network > ChannelAdvisor Developer Network > Release Notes
Log In   View a printable version of the current page.
Added by Rick Watson, last edited by Rick Watson on Sep 04, 2008  (view change)
Labels: 
(None)


Overview

This page contains information about changes to the ChannelAdvisor API over time.  All changes will be noted here.  The differences are noted with the following information: Legend
    "> name" = added in new version
    "< name" = removed from new version, present in previous version
    "~ name" = semantic change in new version

April 26th, 2008

> Ability to retrieve only Orders that have not been exported.  This includes a new filter in the OrderCritieria called ExportState so users can call GetOrderList and request only orders that have not been exported as part of their filter critieria.  After the orders are processed by the client, a call to OrderService.setOrderExportStatus needs to be called to actually mark the order as exported.  (See sample)

> Retrieve an account's list of defined Classifcations and their attributes. function: InventoryService.GetClassificationConfigurationInformation

> Retrieve an item's shipping details if defined at the item level.   This does not apply all the CA business logic of filtering up to the Global shipping level if no item level shipping is applied.  function: InventoryService.GetInventoryItemShippingInfo

> Bug fix - Invoices with 'Addl Cost/Discount' or BuyerOptInDiscount do not balance in API.  For OrderLineItemPromo there are two new types (LineItemTypes), AdditionalCostOrDiscount and BuyerOptInIncentive.  These will only appear for orders that have a value in these positions.  The previously existing type, Promotion will still appear whether there is a promo or not.

January 26th, 2008

>SynchInventoryItemList:  Submit up to 100 inventory items per call: http://developer.channeladvisor.com/display/cadn/SynchInventoryItemList

>OrderShipped() bug fix.  ShippedDateGMT parameter was ignored and defaulted to today's date: http://developer.channeladvisor.com/display/cadn/OrderShipped

>OrderService.SubmitAmazonFullRefund and OrderService.SubmitAmazonPartialRefund.  Documentation coming soon.

> InventoryService.SynchInventoryItem bug fix on item update. See Known Issues for details.

October 13, 2007

For Bug Fixes, refer to the Known Issues page for a more detailed explanation of the bug.

Shipping Service
    > Added OrderShipped method.
    > Added GetShippingCarrierList method

Inventory Service
    > Added DeleteInventoryItem method
    > Added GetFilteredSkuList method
    > Added GetFilteredInventoryItemList
    > Bug Fix 10227: Error Sync-ing Item Inventory Store Info
    > Bug Fix 10274: Blocking An Item Does Not Work
    > Bug Fix 10353: Updating an Item was setting the CreateDate
    > Bug Fix 10489: Updating an Item was removing existing Flag
    > Bug Fix 10690: Unable to set Flag to Exclamation Point

Order Service
   > This is now fixed.  This fix has been removed from the release.  It will be re-released later this month.  Bug Fix 10482: GetOrderList was failing on last page of multi-page responses.

[Marketplace Ad Service]
>Bug Fix 9928: Cannot Override Primary/Secondary Store Category

May 19, 2007

Marketplace Ad Service (Added)
    > Added AddMarketplaceAd method.

March 24, 2007

Inventory Service
    > Added GetInventoryItemList method.
    > Added GetInventoryItemQuantityInfo method.
    > Added GetInventoryItemClassificationAttributeList method.
    > Added GetInventoryItemStoreInfo method.
    > Added GetInventoryItemImageList method.
    > Added GetInventoryItemVariationInfo method.

Store Service
    > Added GetSearchAnalysisStats method.

January 17, 2007

Cart Service
    > GetCart added CheckoutURL field.
    > CreateCart added E-mail Address field.

Inventory Service
    > Added DoesSkuExist method.
    > Added SynchInventoryItem method.

October 14, 2006

The following services and requests were introduced in Version 1 of the APIs in ChannelAdvisor's Developer Program:

Inventory Service
    > GetInventoryQuantity
    > GetInventoryQuantityList

Order Service
    > GetOrderList
    > SubmitOrder

Cart Service
    > GetCart
    > CreateCart
    > ModifyCart
    > DeleteCart

Shipping Service
    > GetShippingRateList

Tax Service
    > GetTaxRateList

Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.1 Build:#806 May 06, 2007) - Bug/feature request - Contact Administrators