Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the shipping information of delivered sales orders.
Syntax
client server public static container getShipments([str salesOrderId, str shipmentId])
Run On
Called
Parameters
- salesOrderId
Type: str
Sales id of the shipments to get.
- shipmentId
Type: str
Packing slip id of the shipments to get.
Return Value
Type: container
A container with success status, error message and xml result of data returned by the query.
Remarks
Method runs the RetailGetShipmentInfo query and forms the xml result of the data.