On March 13, 2024, the ability to place orders by specifying the delivery method was added for UA accounts. To use the new function, you must send the deliveryMethod element with the SHOP or SHIPMENT value in the message body.
Example of calling the POST /sales/requisition operation of the Sales service with a delivery method:
{
"deliveryMethod": "SHIPMENT",
"lines": [
{
"index": "LY1121",
"requiredQuantity": 1
}
]
}
