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