getOrdersLabels

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

  • orderSerialNumber Integer
Examples

This function retrieves the order labels for the order with the serial number 3532.

const result = await idosellRequest.getOrdersLabels
	.orderSerialNumber(3532)
	.exec()