In the Quicklizard application, the "Activate / Deactivate" feature gives user the ability control whether a product is included in the pricing process and receives updated price recommendations.
Having a product in the QL system being part of the pricing process has implications for your billing.
Main benefit: A user can conveniently manage and keep control of their product listings in the Quicklizard application.
This article explains:
The difference between active and deactivated products
How to manually activate or deactivate products in the Quicklizard application
How to activate or deactivate products via FTP
How to activate or deactivate products via API
1. What is the difference between an Active or Deactivated Product
An active product is:
Visible in the Quicklizard platform
Included in price recommendations
Counted as a billable product
A deactivated product is:
Visible (in greyed out color) in the Quicklizard platform, if the filter is set to Product Status = Inactive
Not included in price recommendations
Not counted as billable
Excluded from product reports
Deactivating a product is useful when you want to temporarily remove a product from active use without deleting it permanently.
Deactivated products remain stored in the system for two months. After that period, they are permanently deleted.
2. How to Manually Activate or Deactivate Products in the QL application
Product activation and deactivation can be done only from the Pricing Recommendation Page (PRP), and not from the Product Description Page (PDP).
Furthermore, only users with a Role that includes the Advanced Permissions - Reprice Products (Send To Pricing) can activate or deactivate products.
Follow the below steps to activate or deactivate products
Go to the Pricing Recommendation Page (PRP)
-
Select the (single or multiple) product(s) using the checkboxes beside each item.
Even though there is no limit to how many items can be manually (de)activated in the application, we recommend to use the FTP or API method in case you want to (de)activate a large number of items.
Open the Actions for selected menu.
Choose Activate or Deactivate.
The system will show a confirmation window. Click Yes in this window to confirm your action.
The item’s status will be updated instantly.
3. How to Activate or Deactivate Products via FTP
Clients that use flat files to share product data with Quicklizard, can manage product activation and deactivation through their FTP feed.
Add a column named disable to your product dataset.
-
Assign one of the following values:
'0'→ product is active'1'→ product is deactivated
Save your updated dataset file.
Deliver the file to QL as part of your daily data sharing process.
Once the file will be processed by QL,the product status of the relevant products will be updated in the platform.
4. How to Activate or Deactivate Products via API
Clients that use an API integaryion to share product data with Quicklizard, can manage product activation and deactivation through the API.
Include the parameter disable in your API request body.
-
Set the value to:
'0'→ activate the product'1'→ deactivate the product
Send the API request to update the product status.
For detailed technical instructions and examples, refer to the Quicklizard API Documentation.
Comments
0 comments
Please sign in to leave a comment.