deleteProductsProductsToPromotion

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

  • promotionId Integer
  • products Array<Integer>
Examples

This function deletes product 11 from the promotion with ID 2.

const result = await idosellRequest.deleteProductsProductsToPromotion
	.promotionId(2)
	.products([11])
	.exec()