Dashboard > ChannelAdvisor Developer Network > ... > Order Service > SetOrdersExportStatus
Log In   View a printable version of the current page.
SetOrdersExportStatus
Added by Greg Smith, last edited by Greg Smith on Apr 28, 2008
Labels: 
(None)


Overview

This function is used to indicate the caller has successfully received the orders listed in clientOrderIdentifiers.  The orders are marked as exported specifically by the DeveloperKey making the request.  This allows for various client applications to poll for UnExported orders without causing collisions between the two applications.

Request

Field Name
Data Type Description
accountID string
A unique identifier representing the ChannelAdvisor account you wish to access.
clientOrderIdentifiers string array ClientOrderIdentifiers (orderNumbers)
markOrderAsExported boolean True will mark the order as exported. False will mark the order as Not Exported

Response

Field Name
Data Type Description
ArrayOfBools APIResult<ArrayOfBoolean>
This method returns a type named APIResultOfArrayOfBoolean. See more information on APIResult. ResultData will contain an array of boolean matching the array of clientOrderIdentifiers from the parameter request.  The order is preserved from the request and true indicates the order was updated as requested, or false for the order could not be updated for some reason.

References

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