Click or drag to resize

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
)

Parameters

apiKey
Type: SystemString
externalOrderReference
Type: SystemString

Return Value

Type: ListShipmentConfirmationDto
See Also