 | OrderServiceGetShippedOrder Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public List<ShipmentConfirmationDto> GetShippedOrder(
string apiKey,
string orderNumber
)
<WebMethodAttribute>
Public Function GetShippedOrder (
apiKey As String,
orderNumber As String
) As List(Of ShipmentConfirmationDto)
public:
[WebMethodAttribute]
List<ShipmentConfirmationDto^>^ GetShippedOrder(
String^ apiKey,
String^ orderNumber
)
[<WebMethodAttribute>]
member GetShippedOrder :
apiKey : string *
orderNumber : string -> List<ShipmentConfirmationDto>
Parameters
- apiKey
- Type: SystemString
- orderNumber
- Type: SystemString
Return Value
Type:
ListShipmentConfirmationDto
See Also