deleteWmsSuppliers

Operation Id:
wms/suppliers/suppliers/delete/post [Official Documentaction]
Methods

  • ids Array<Integer>
Examples

This function deletes the supplier with id 2 from the WMS.

const result = await idosellRequest.deleteWmsSuppliers
	.ids([2])
	.exec()