Click or drag to resize

OrderFulfillmentServiceSetOrderStatus Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public void SetOrderStatus(
	string apiKey,
	string salesOrderNumber,
	short status
)

Parameters

apiKey
Type: SystemString
salesOrderNumber
Type: SystemString
status
Type: SystemInt16
See Also