Skip to main content

Adding the functionality of placing orders with choosing the delivery method for UA users

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
}
]
}