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/fee.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,15 @@
14
14
"properties": {
15
15
"id": {
16
16
"type": "string",
17
-
"description": "Unique fee identifier. Unlike applied discounts, fees always require an id to enable stable referencing across updates."
17
+
"description": "Unique fee identifier within the scope of a single checkout or cart session. Stable across requests within a session (create, update, complete) to enable platforms to track fee changes. Not guaranteed to be consistent across separate sessions."
18
18
},
19
19
"title": {
20
20
"type": "string",
21
21
"description": "Human-readable fee name (e.g., 'Service Fee', 'Recycling Fee')."
22
22
},
23
23
"description": {
24
24
"type": "string",
25
-
"description": "Optional explanation of why the fee is charged."
25
+
"description": "Optional plain-text explanation of why the fee is charged. For richer content (e.g., regulatory disclosures), see the Disclosures capability."
0 commit comments