 | OrderServiceCheckShippingStatus 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> CheckShippingStatus(
string apiKey,
string externalOrderReference
)
<WebMethodAttribute>
Public Function CheckShippingStatus (
apiKey As String,
externalOrderReference As String
) As List(Of ShipmentConfirmationDto)
public:
[WebMethodAttribute]
List<ShipmentConfirmationDto^>^ CheckShippingStatus(
String^ apiKey,
String^ externalOrderReference
)
[<WebMethodAttribute>]
member CheckShippingStatus :
apiKey : string *
externalOrderReference : string -> List<ShipmentConfirmationDto>
Parameters
- apiKey
- Type: SystemString
- externalOrderReference
- Type: SystemString
Return Value
Type:
ListShipmentConfirmationDto
See Also