postWarranties

Operation Id:
warranties/warranties/post [Official Documentaction]
Methods

  • warranties Array<Object>
  • name String
  • type 'seller'|'producer'
  • period Integer
  • shopname Object
  • description Object
Examples

This function creates a warranty with a specific name, type, and period.

const result = await idosellRequest.postWarranties
	.name("Warranty")
	.type("seller")
	.period(123)
	.exec()