fix(server): fix item creation with UCP 01-23 schema#85
Merged
cusell-google merged 8 commits intoUniversal-Commerce-Protocol:mainfrom Apr 23, 2026
Merged
Conversation
nicholasjameshall
approved these changes
Apr 21, 2026
damaz91
approved these changes
Apr 22, 2026
Contributor
Author
jingyli
approved these changes
Apr 23, 2026
90efda2
into
Universal-Commerce-Protocol:main
4 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Remove some unused fields to fix the conformance test.
Category (Required)
Please select one or more categories that apply to this change.
ucp-schematool (resolver, linter, validator). (Requires Maintainer approval)Related Issues
Checklist
Screenshots / Logs (if applicable)
Conformance Testing Verification
The updated mock merchant server (built to
2026-01-23specifications, without referencing deprecated item metadata) successfully processed the entireUniversal-Commerce-Protocol/conformanceintegration suite.Result: 13 / 13 Test Suites Passed (59 individual assertions)
ap2_test.py(test_ap2_mandate_completion)binding_test.py(test_token_binding_completion)business_logic_test.py(8 assertions: e.g., discounts, totals calculations)card_credential_test.py(test_card_credential_payment)checkout_lifecycle_test.py(11 assertions: creation, update, cancel, idempotency)fulfillment_test.py(11 assertions: known/unknown customers, dynamic fulfillments)idempotency_test.py(4 assertions: idempotency keys on creates/updates/cancels)invalid_input_test.py(3 assertions: missing discounts, malformed payloads)order_test.py(4 assertions: fulfillment retrieval, adjustments, order updates)protocol_test.py(2 assertions: schema validation, version negotiation via headers) test_discovery_urls skipped intentionallysimulation_url_security_test.py(3 assertions: unauthorized webhook invocations blocked)validation_test.py(6 assertions: out of stock, payment failures, structured errors)webhook_test.py(3 assertions: order addresses webhook propagation)No HTTP
500or422errors were encountered during the happy path checkout. The models conform completely.