cart and checkout
This commit is contained in:
@@ -77,6 +77,9 @@ message LinkOrder {
|
||||
string status = 3; // order status snapshot
|
||||
}
|
||||
|
||||
// AnonymizeProfile wipes all PII from the customer profile.
|
||||
message AnonymizeProfile {}
|
||||
|
||||
message Mutation {
|
||||
oneof type {
|
||||
SetProfile set_profile = 1;
|
||||
@@ -86,5 +89,7 @@ message Mutation {
|
||||
LinkCart link_cart = 5;
|
||||
LinkCheckout link_checkout = 6;
|
||||
LinkOrder link_order = 7;
|
||||
AnonymizeProfile anonymize_profile = 8;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user