✓ App Installed
This app manages product tags and collection operations via artisan commands on the server.
| Command | Description |
|---|---|
shopify:collection-tag-products | Add/remove a tag to all products in a collection |
shopify:product-tags:sync-bestsellers | Auto-tag best-selling products |
shopify:product-tags:sync-latest | Auto-tag recently created products |
shopify:products-swap-tag | Rename/swap a tag store-wide |
shopify:collection-set-custom-label | Set Google Shopping custom labels |
shopify:high-risk-customers-sync | Tag high-risk customers |
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/collections | List all collections |
| GET | /api/collections/{handle}/products | List products in a collection |
| POST | /api/collections/{handle}/tag | Add/remove tag on collection products |