Operation Id:
clients/deliveryAddress/put [Official Documentaction]
Methods
- clients Array<Object>
- clientLogin String
- clientCodeExternal String
- clientDeliveryAddressId String
- shopsIds Array<Integer>
- currencyId String
- clientDeliveryAddressFirstName String
- clientDeliveryAddressLastName String
- clientDeliveryAddressAdditional String
- clientDeliveryAddressPhone1 String
- clientDeliveryAddressCity String
- clientDeliveryAddressStreet String
- clientDeliveryAddressRegionId String
- clientDeliveryAddressProvinceId String
- clientDeliveryAddressZipCode String
- clientDeliveryAddressCountry String
Examples
This function sets the delivery address information for a specific client, with the specified login, address ID, shop ID, and zip code.
Loading editor...
const result = await idosellRequest.putClientsDeliveryAddress .clientLogin("iai_demo") .clientDeliveryAddressId(11) .shopsIds([1]) .clientDeliveryAddressZipCode("11-111") .exec();