RequestItemV3SKU Property |
[This is preliminary documentation and is subject to change.]
The SKU (stock keeping unit).
SKU is required when Purolator is supporting customs clearance; Data Type is Text; Maximum of 25 characters.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic string SKU { get; set; }
Public Property SKU As String
Get
Set
public:
virtual property String^ SKU {
String^ get () sealed;
void set (String^ value) sealed;
}
Property Value
Type:
String
See Also