-
Notifications
You must be signed in to change notification settings - Fork 1
Catalog
ardennguyen edited this page May 28, 2026
·
1 revision
Requires a Zalo Business account.
| Command | Description |
|---|---|
catalog list [-l limit] [-p page] |
List catalogs |
catalog create <name> |
Create catalog |
catalog rename <catalogId> <name> |
Rename |
catalog delete <catalogId> |
Delete |
| Command | Description |
|---|---|
catalog products <catalogId> [-l limit] [-p page] |
List products |
catalog add-product <catalogId> <name> <price> <desc> [--photos urls...] |
Add product |
catalog update-product <catalogId> <productId> <name> <price> <desc> [--photos urls...] |
Update |
catalog delete-product <catalogId> <productIds...> |
Delete |
catalog upload-photo <filePath> |
Upload photo (returns URL) |
# Upload photo first, then create product
zalo-agent catalog upload-photo product.jpg --json
# use returned URL with --photos
zalo-agent catalog add-product <catalogId> "Lọc dầu" "50000" "Lọc dầu chính hãng" --photos <url>