putClientsPricelists

Operation Id:
clients/pricelists/put [Official Documentaction]
Methods

  • priceListId Integer
  • priceListName String
  • onlyOrderProductsWithManuallySetPrices 'yes'|'no'
  • onlySeeProductsWithManuallySetPrices 'yes'|'no'
Examples

This function finds and sets the price list name "customprice" for the price list with id 200 for the putClientsPricelists object.

const result = await idosellRequest.putClientsPricelists
	.priceListId(200)
	.priceListName("customprice")
	.exec()