api.lots.get
GET /Lot/{id}— Catalog
Python
api.lots.get(lot_id: int) -> LotDto
CLI
ab lots get <lot_id>
Retrieve a single lot by ID.
Args: lot_id: Lot identifier.
Returns: LotDto: Lot details.
Response
Returns LotDto.
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
yes |
Lot ID |
|
|
no |
Customer item ID |
|
|
no |
Initial lot data |
|
|
no |
Override entries |
|
|
no |
Catalog associations (each entry is a LotCatalogDto) |
|
|
no |
Attached image links |