The SixBit Application Programming Interface
SKU Field (ItemsListRequestType)






Syntax
'Declaration
 
Public SKU As System.String
'Usage
 
Dim instance As ItemsListRequestType
Dim value As System.String
 
value = instance.SKU
 
instance.SKU = value
public System.string SKU
public field SKU: System.String; 
public var SKU : System.String;
public: System.string* SKU
public:
System.String^ SKU
Remarks
To request multiple items, surround each SKU 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

ItemsListRequestType Class
ItemsListRequestType Members

Send Feedback