Operation Id:
orders/images/get [Official Documentaction]
Methods
- imageId Integer
- orderSerialNumber Integer
Examples
This function retrieves the image with the image ID of 1 from the orders.
const result = await idosellRequest.getOrdersImages
.imageId(1)
.exec()