Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Method Signature boolean doesOrderContainItem(Credentials c, String orderId, String itemId);
Description
Checks to see if the specified order contains the given item Id.
Parameters Credentials c - The credentials of the API user that is making the call.String order Id - the order ID to checkString itemId - the item ID to look for on the order.
Result booelan boolean - returns true if the order contains the specified item.

exportOrder

Method Signature byte[] exportOrder(Credentials c, String exportName, String orderId);
Description Export an order using a pre-defined export mapping configured under Main Menu -> Configuration -> Export Orders.
*Parameters*Credentials c - The credentials of the API user that is making the call. String order Id - the order ID to export.
Result byte[] - the bytes of the exported document. Format will depend upon the configuration of the export mapping.

getActiveAutoOrderItemIds

...