| ID | Service | Method | Description | Reported On | Status | Release Date |
|---|---|---|---|---|---|---|
| 11417 | Inventory Service | SynchInventoryItem | When UPDATING an item that already has Item-level Shipping Rates defined ... And you specify Classification information without Shipping Rates ... The API is incorrectly throwing an "Object Reference Not Set" error. This is because it is assuming that it has to look for and update rates eventhough you havent specified any. Temporary Work-around: Provide the shipping rates in your call |
12/1/2007 | RELEASED | 1/26/2008 |
| 11672 | Inventory Service | SynchInventoryItem | The "setup" scenario is the following ... 1) You have an existing Variation Relationship named "MyRel1" 2) You have an existing Item with SKU "MyParentSku1" which has already been defined as the Parent of "MyRel1" 3) You submit an API "Sync" request for "MyParentSku1" which contains the Variation Info node in the SOAP Packet as ... <VariationInfo> <IsInRelationship>true</IsInRelationship> <RelationshipName>MyRel1</RelationshipName> <IsParent>true</IsParent> <ParentSku>MyParentSku1</ParentSku> </VariationInfo> So basically ... You are just submitting the exact state of the Parent Item as it already exists in the database. The error is happening becase the code is incorrectly trying to create a new Varition Relationship for the Item. And really, all that it really needs to do is recognize that it is already there. Temporary Work-around: Dont provide the Variation Information if it there is nothing to change |
2/7/2008 | RELEASED | 3/8/2008 |
| MAP-387 | Inventory Service | GetFilteredInventoryItemList GetFilteredSkuList |
Specifying "LastUpdateDate" as the "DateRangeField" in the "ItemCriteria" object does not reutrn the expected results. It always returns the items that were CREATED in the specified date range. Temporary Work-around: N/A |
3/11/2008 | RELEASED | 5/14/2008 |