Skip to content

fix: add missing signature response headers to get_order#370

Open
ynachiket wants to merge 2 commits intoUniversal-Commerce-Protocol:mainfrom
ynachiket:fix/get-order-response-headers
Open

fix: add missing signature response headers to get_order#370
ynachiket wants to merge 2 commits intoUniversal-Commerce-Protocol:mainfrom
ynachiket:fix/get-order-response-headers

Conversation

@ynachiket
Copy link
Copy Markdown
Contributor

@ynachiket ynachiket commented Apr 21, 2026

The get_order operation was the only REST endpoint missing Signature, Signature-Input, and Content-Digest response headers. All other operations (checkout, cart, catalog, get_product) already declare these headers, enabling codegen tools to surface signature verification and signaling to implementors that responses should be signed per the signatures spec.

Closes #364

Description

Please include a summary of the changes and the related issue. Please also
include relevant motivation and context.

Type of change

  • [ x] Bug fix (non-breaking change which fixes an issue)

The get_order operation was the only REST endpoint missing
Signature, Signature-Input, and Content-Digest response headers.
All other operations (checkout, cart, catalog, get_product) already
declare these headers, enabling codegen tools to surface signature
verification and signaling to implementors that responses should
be signed per the signatures spec.

Closes Universal-Commerce-Protocol#364

Made-with: Cursor
@ynachiket ynachiket requested review from a team as code owners April 21, 2026 04:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

get_order response missing standard signature headers

1 participant