Operation Id:
returns/serialNumber/put [Official Documentaction]
Methods
- return_id Integer
- products Array<Object>
- id Integer
- size String
- serialNumbers Array<String>
Examples
This function sets the return ID to 2, the ID to 8, the size to "U", and the serial numbers to be ["abc"].
Loading editor...
const result = await idosellRequest.putReturnsSerialNumber .return_id(2) .id(8) .size("U") .serialNumbers(["abc"]) .exec();