XML3 - API DLL Documentation
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
Gets the Shipments whose Item have the provided VIPSKU
Namespace: XMLV3API.ShipmentsAssembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public IList<Shipment> Search_ShipmentbyVIPSKU( string VIPSKU ) |
Visual Basic |
---|
Public Function Search_ShipmentbyVIPSKU ( _ VIPSKU As String _ ) As IList(Of Shipment) |
Visual C++ |
---|
public: IList<Shipment^>^ Search_ShipmentbyVIPSKU( String^ VIPSKU ) |
Parameters
- VIPSKU
- Type: System..::..String
Product VIP SKU
Return Value
[Missing <returns> documentation for "M:XMLV3API.Shipments.Shipments.Search_ShipmentbyVIPSKU(System.String)"]