Operation Id:
orders/productsSerialNumbers/put [Official Documentaction]
Methods
- orders Array<Object>
- orderSerialNumber Integer
- orderProducts Array<Object>
Examples
This function assigns a serial number to a specified number of orders and associates them with specified products.
Loading editor...
const result = await idosellRequest.putOrdersProductsSerialNumbers .orderSerialNumber(3) .orderProducts([{ "productId":33, "sizeId":"uniw", "productSerialNumbers":["00123456"] }]) .exec();