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: source/schemas/shopping/types/shipping_destination.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,12 @@
16
16
"type": "string",
17
17
"description": "ID specific to this shipping destination.",
18
18
"ucp_request": "optional"
19
+
},
20
+
"one_time_use": {
21
+
"type": "boolean",
22
+
"default": false,
23
+
"ucp_request": "optional",
24
+
"description": "Best-effort hint that this destination should not be retained beyond the immediate transaction (e.g., not added to the buyer's address book or marketing profile)."
0 commit comments