The SixBit Application Programming Interface
ShipmentID Field (SalesListRequestType)






The unique shipmentid(s).
Syntax
'Declaration
 
Public ShipmentID As System.String
'Usage
 
Dim instance As SalesListRequestType
Dim value As System.String
 
value = instance.ShipmentID
 
instance.ShipmentID = value
public System.string ShipmentID
public field ShipmentID: System.String; 
public var ShipmentID : System.String;
public: System.string* ShipmentID
public:
System.String^ ShipmentID
Remarks
ShipmentIDs are automatically generated by SixBit. To request multiple orders, separate the shipmentids 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

SalesListRequestType Class
SalesListRequestType Members

Send Feedback