Function /seller/catalog/list
Function invocation
https://json.aftermarket.pl/seller/catalog/list
Function description
It retrieves the list of user's marketplace catalogs.
Input parameters
This function takes the following input parameters:
| Parameter | Type | Required | Default value | Description |
|---|---|---|---|---|
| size | integer | 5000 | Page size | |
| start | integer | 0 | List start (for paging) |
Return value
The list of user's catalogs (list of structures with the following fields):
| Field name | Type | Description |
|---|---|---|
| catalogId | integer | Catalog identifier |
| domains | integer | Number of domains in catalog |
| description | string | Catalog description |
| md5 | string | Catalog hash |
| name | string | Catalog name |
| private | boolean | Catalog is private |