Share via


RetailTransactionServiceOrders::getShipments Method [AX 2012]

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.

See Also

Reference

RetailTransactionServiceOrders Class