The SixBit Application Programming Interface
ExternalShipmentID Field (SalesListRequestType)






Unique identifier(s) for a shipment created outside of SixBit.
Syntax
'Declaration
 
Public ExternalShipmentID As System.String
'Usage
 
Dim instance As SalesListRequestType
Dim value As System.String
 
value = instance.ExternalShipmentID
 
instance.ExternalShipmentID = value
public System.string ExternalShipmentID
public field ExternalShipmentID: System.String; 
public var ExternalShipmentID : System.String;
public: System.string* ExternalShipmentID
public:
System.String^ ExternalShipmentID
Remarks
To request multiple shipments, surround each ExternalShipmentID with single quotes and separate them with commas. For example, 'A123,'B345'. When providing single values, the quotes are optional.
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