Operation Id:
products/products/delete/post [Official Documentaction]
Methods
- products Array<Object>
- productId Integer
- productSizeCodeExternal String
Examples
This function deletes a product with the productId 48.
const result = await idosellRequest.deleteProducts
.productId(48)
.exec()