You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/models/seller/orders/v0.json
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4010,10 +4010,6 @@
4010
4010
"PurchaseOrderNumber": {
4011
4011
"type": "string",
4012
4012
"description": "The purchase order (PO) number entered by the buyer at checkout. Only returned for orders where the buyer entered a PO number at checkout."
4013
-
},
4014
-
"BuyerEmail": {
4015
-
"type": "string",
4016
-
"description": "The anonymized email address of the buyer."
Copy file name to clipboardExpand all lines: src/Seller/OrdersV0/Dto/OrderBuyerInfo.php
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,6 @@ final class OrderBuyerInfo extends Dto
21
21
'buyerCounty' => 'BuyerCounty',
22
22
'buyerTaxInfo' => 'BuyerTaxInfo',
23
23
'purchaseOrderNumber' => 'PurchaseOrderNumber',
24
-
'buyerEmail' => 'BuyerEmail',
25
24
];
26
25
27
26
/**
@@ -33,7 +32,6 @@ final class OrderBuyerInfo extends Dto
33
32
* **Note**: This attribute is only available in the Brazil marketplace.
34
33
* @param ?BuyerTaxInfo $buyerTaxInfo Tax information about the buyer.
35
34
* @param ?string $purchaseOrderNumber The purchase order (PO) number entered by the buyer at checkout. Only returned for orders where the buyer entered a PO number at checkout.
36
-
* @param ?string $buyerEmail The anonymized email address of the buyer.
0 commit comments