AddLandedCost | Adds a landed costs document. |
CancelLandedCost | Cancels an existing landed costs document. |
CloseLandedCost | Closes an existing landed costs document. |
GetDataInterface | Creates an empty data structure for use with the LandedCostsService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetLandedCost | Retrieves a landed costs document.
The landed costs document is specified by its key, which is contained in the LandedCostParams object passed to the method. |
GetLandedCostList | Returns the LandedCostsParams data collection that identifies all landed costs documents. |
UpdateLandedCost | Updates an existing landed costs document.
The data for the landed costs document, including the key of the landed costs document to be updated, is contained in the LandedCost object passed to the method. To update a landed costs document, you must first retrieve it using the GetLandedCost method. |