Operation Id:
orders/deliveryAddress/put [Official Documentaction]
Methods
- orderSerialNumber Integer
- clientDeliveryAddressId Integer
- clientLogin String
Examples
This function sets the order serial number, client login, and client delivery address ID for a specific order delivery address.
const result = await idosellRequest.putOrdersDeliveryAddress
.orderSerialNumber(3)
.clientLogin("iai_demo")
.clientDeliveryAddressId(11)
.exec()