The SixBit Application Programming Interface
OrderID Field (ShipmentsListRequestType)






The unique orderid(s).
Syntax
'Declaration
 
Public OrderID As System.String
'Usage
 
Dim instance As ShipmentsListRequestType
Dim value As System.String
 
value = instance.OrderID
 
instance.OrderID = value
public System.string OrderID
public field OrderID: System.String; 
public var OrderID : System.String;
public: System.string* OrderID
public:
System.String^ OrderID
Remarks
OrderIDs are automatically generated by SixBit. To request multiple orders, separate the orderids with commas. For example, 21,43,58
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ShipmentsListRequestType Class
ShipmentsListRequestType Members

Send Feedback