api.catalog.get
GET /Catalog/{id}— Catalog
Python
api.catalog.get(catalog_id: int) -> CatalogExpandedDto
CLI
ab catalog get <catalog_id>
Retrieve a single catalog by ID.
Args: catalog_id: Catalog identifier.
Returns: CatalogExpandedDto: Catalog details with seller/lot counts.
Response
Returns CatalogExpandedDto.
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
yes |
Catalog ID |
|
|
no |
Customer-facing catalog ID |
|
|
no |
Assigned agent code |
|
|
no |
Catalog title |
|
|
yes |
Catalog start date-time |
|
|
yes |
Catalog end date-time |
|
|
yes |
Whether the catalog is completed |
|
|
no |
Attached sellers |
|
|
no |
Lot summaries belonging to the catalog |