What is the difference between CCPA and GDPR?
The CCPA and GDPR modules look similar, however, there are certain nuances to both of them due to them being tailored for two different laws.
While both of them allow you to create multiple checkboxes, and your customers — to download their data and request its deletion, the GDPR module provides your customers with the opportunity to anonymize their data and has a flexible notification system (changes in Privacy Policy, anonymization, account deletion, etc.). It also includes the settings associated with the Cookie law.
The CCPA module, on the other hand, offers your customers to choose whether they allow you to sell their data to third parties but doesn't offer many notification options.
Related Articles
GDPR API
1. Amasty\Gdpr\Api\RequestInterface - class for managing personal data deletion rquests. POST /V1/amasty_gdpr/approveDeleteRequest, method="approveDeleteRequest" - approve a request; POST /V1/amasty_gdpr/denyDeleteRequest, method="denyDeleteRequest" ...
California Consumer Privacy Act (CCPA) API
1. Amasty\Ccpa\Api\RequestInterface - class for managing personal data deletion requests. POST /V1/amasty_ccpa/approveDeleteRequest, method="approveDeleteRequest" - approve a request; POST /V1/amasty_ccpa/denyDeleteRequest, method="denyDeleteRequest" ...
GDPR | GraphQL methods
Queries amGetGdprConsents (location: String) description: information about GDRP consents amGetGdprAccount description: information about GDPR account settings amGetGdprPolicyText (id: Int) description: get GDPR policy text Mutations ...
What's the difference between Store Pickup, Store Locator and Store Pickup with Locator?
Our Store Pickup extension adds a new free shipping method on the storefront and allows users to choose store pickup at checkout. You may add multiple points of sales and, on the storefront, the extension will automatically detect the nearest store ...
Will the user receive push notifications only if they subscribe to the notifications?
Indeed, according to the GDPR, before sending any marketing notifications, the website owner has to receive the user's consent. The user can either click on the Allow button to complete the subscription and receive the notifications, or click on the ...