support 2026-07 version#29
Open
1415003719 wants to merge 2 commits into
Open
Conversation
Generated with AfterShip/sdk-generator from OAS production/2026-07. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Author
|
Applied |
ilikebug
approved these changes
Jul 10, 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.
Summary
Regenerate the SDK for API version 2026-07 (10.0.0) with AfterShip/sdk-generator from OAS
production/2026-07.Changes vs 9.0.0 (2026-01)
All changes match the 2026-07 migration guide — no breaking type renames:
/tracking/2026-07/, package version → 10.0.0tracking_shipment_dimensions,tracking_multi_piece_info(+pieces/type),tracking_proof_of_delivery,tracking_shipment_direction(also on create/update requests),tracking_return_shipment,tracking_forward_shipmentcheckpoint.hash,customers[].idtests/dir (auth/configuration unit tests) from generator supporting filesVerification
python -m compileallpasses; installed into a venv and exercised all 16 OAS operations against the live API with a test org key: full tracking write lifecycle (create → get → update → mark-completed → retrack → delete), couriers, courier-connections, EDD; all responses deserialized into pydantic types, all errors surfaced as typedBadRequestErrorwith correct meta_codeshipment_directionandcustomers[].idwritten and read back successfully; test data cleaned up🤖 Generated with Claude Code