Conversation
toommz
marked this pull request as ready for review
August 26, 2026 08:20
annvelents
approved these changes
Aug 26, 2026
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.
Propagates the Quotes, Order forms and Orders APIs to the Python client, from the lago-openapi branches lago-1698, lago-1699 and lago-1700.
Collapsed from a three-PR stack: #415 and #416 have been merged into this branch.
Quotes
client.quotes—find,find_all,versions(quote_id)client.quote_versions—find,approve(id, QuoteVersionApprove),void,cloneOrder forms
client.order_forms—find,find_all,mark_as_signed(id, OrderFormMarkAsSigned),voidOrders
client.orders—find,find_all,execute(id, OrderExecute)billing_itemsis typed down to each entry's envelope (id,localId,type);payloadandoverridesstayDict[str, Any], since the spec states undocumented catalog keys may appear there.OrderResponse.billing_snapshotreusesQuoteBillingItemsResponserather than redefining it.The request-body shapes follow the spec and are deliberately not uniform: the quote
approvebody is unwrapped ({ expires_at }), whilemark_as_signedandexecutewrap theirs underorder_formandorder.pytest(449 tests) andruff check/ruff format --checkare green.🤖 Generated with Claude Code