getOrdersProfitability

Operation Id:
orders/profitability/get [Official Documentaction]
Methods

  • orderSerialNumber Integer
Examples

This function retrieves the profitability of the order with the serial number 123.

const result = await idosellRequest.getOrdersProfitability
	.orderSerialNumber(123)
	.exec()