deleteProductsParameters

Operation Id:
products/parameters/delete/post [Official Documentaction]
Methods

  • ids Array<Integer>
Examples

This function deletes the product with the ID 95.

const result = await idosellRequest.deleteProductsParameters
	.ids([95])
	.exec()