Operation Id:
products/supplierCode/put [Official Documentaction]
Methods
- products Array<Object>
- productId Integer
- productDeliverers Array<Object>
Examples
This function assigns a specific deliverer code (PAV01) to a product with ID 33.
Loading editor...
const result = await idosellRequest.putProductsSupplierCode
.productId(33)
.productDeliverers([{
"delivererId":1,
"productSizes":[{"sizeId":"uniw",
"sizeDelivererCode":"PAV01"}]
}])
.exec();