Acquia Commerce Manager includes several Drush commands for both normal product use, and for more advanced administration. You can use the commands to manage your products, and product categories from the command line.
Note
For more information about Drush, see the Introduction to Drush Acquia Knowledge Base article.
Drush commands
Command | Description |
---|---|
Synchronizes all product categories between Acquia Commerce Manager and your commerce solution. | |
Removes all duplicate categories available in the system. | |
Synchronizes product options between Acquia Commerce Manager and your commerce solution. | |
Synchronizes products. | |
Removes all products duplicated in the system. | |
Synchronize all commerce promotion records. | |
Flush all commerce data from the website. | |
Clear linked SKUs cache for all SKUs. | |
Push all the subscribers available in Drupal to upstream system. |
Command details
sync-commerce-cats
Run a full synchronization of all commerce product categories.
Alias | Arguments |
---|---|
| none |
commerce-cats-remove-duplicates
Removes all duplicate categories available in the system.
Alias | Arguments |
---|---|
| none |
sync-commerce-product-options
Run a full product synchronization of all available product options.
Alias | Arguments |
---|---|
| none |
sync-commerce-products
Run a full product synchronization of all available products.
Alias | Arguments |
---|---|
| none |
commerce-products-remove-duplicates
Removes duplicated products from the system.
Alias | Arguments |
---|---|
| none |
sync-commerce-promotions
Run a full product synchronization of all available products.
Alias | Options |
---|---|
|
|
clean-synced-data
Flush all commerce data from the website (including products, SKUs, and product categories).
Important
This command removes all your commerce-related data.
Alias | Arguments |
---|---|
| none |
clear-linked-skus-cache
Clears the linked SKUs cache for all SKUs.
Alias | Arguments |
---|---|
| SKU - |
acm_customer:push-customers
Push all the subscribers available in Drupal to upstream system.
Alias | Arguments |
---|---|
push-customers | Customer email: |