getClientsDeliveryAddress

Operation Id:
clients/deliveryAddress/get [Official Documentaction]
Methods

  • clientCodesExternal Array<String>
  • clientIds Array<Integer>
  • clientLogins Array<String>
Examples

This function retrieves the client login information for the specified clients.

const result = await idosellRequest.getClientsDeliveryAddress
	.clientLogins(["abc", "def", "ghi"])
	.exec()