Receive GDPR webhooks.
When a customer requests data from a merchant, you should send a customers/data_request
GDPR request to AfterShip. After receiving this request, AfterShip will send customer's data to the merchant's email, which is registered as the organization owner's email account.
When a merchant requests deletion of data on behalf of a customer, you should send a customers/redact
GDPR request to AfterShip. After receiving this request, AfterShip will send a confirmation email to the merchant's email, which is registered as the organization owner's email account.
Finally, AfterShip will delete the customer's data after receiving the merchant's confirmation.
When the data owner requests to perform a GDPR data redaction request, you should send a store/redact
GDPR request to AfterShip. After receiving this request, AfterShip will send a confirmation email to the merchant's email, which is registered as the organization owner's email account. Finally, AfterShip will delete all the data that belongs to the store after receiving the merchant's confirmation.
Automizely product code.
The type of GDPR request.
The identifier of your store. You need to generate it yourself. Note that this value must consist of numbers and letters (A-Z, a-z, 0-9), and special characters can only be hyphens (-) or underscores (_). For example, if you have a store called "soft life", you can fill in soft-life or soft_life for the value.
A unique identifier for the request.
The identifier of store. It is not the store ID generated by AfterShip.
The list of order id. If request type is store/redact
, this field is not required, otherwise it is required.
The info of customer. If request type is store/redact
, this field is not required, otherwise it is required.
A unique identifier for the customer.
The email of customer.
The phone of customer.