Skip to content

Commit 1738e95

Browse files
committed
Fix our breaking change to gracefully leverage our ucp transition schema
1 parent 69d3f0c commit 1738e95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/schemas/shopping/types/fulfillment_method.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"id": {
1111
"type": "string",
1212
"description": "Unique fulfillment method identifier.",
13-
"ucp_request": {"create": "omit", "update": "optional"}
13+
"ucp_request": {"create": "omit", "update": {"transition": {"from": "required", "to": "optional", "description": "Id is becoming optional to support platforms signalling a change of fulfillment method type without knowing the specific id ahead of the transition."}}}
1414
},
1515
"type": {
1616
"type": "string",

0 commit comments

Comments
 (0)