feat: v2.1.0 - Add workflow actions, bulk edit, and API enhancements#4
Merged
veer-shipthis merged 1 commit intomainfrom Feb 5, 2026
Merged
Conversation
- Add primary_workflow_action() for triggering workflow status transitions - Add secondary_workflow_action() for sub-workflow transitions - Add bulk_edit() for updating multiple items in a collection - Add connect()/disconnect() for connection management - Add search() for document search - Add patch_item() for partial updates - Add get_job_status()/set_job_status() for job status operations - Add get_workflow() for workflow configuration - Add get_report_view() for report data with date filters - Add get_exchange_rate() for currency exchange rates - Add autocomplete() for reference field suggestions - Add search_location()/get_place_details() for Google Places - Add create_conversation()/get_conversations() for document messaging - Add upload_file() for file uploads - Add proper exception classes (ShipthisAPIError, ShipthisAuthError, ShipthisRequestError) - Add comprehensive type hints and docstrings - Bump version to 1.4.0
veer-shipthis
approved these changes
Feb 5, 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
primary_workflow_action()for triggering workflow status transitionssecondary_workflow_action()for sub-workflow transitionsbulk_edit()for updating multiple items in a collection at onceconnect()/disconnect()for connection managementsearch()for document searchpatch_item()for partial field updatesget_job_status()/set_job_status()for job status operationsget_workflow()for workflow configurationget_report_view()for report data with date filtersget_exchange_rate()for currency exchange ratesautocomplete()for reference field suggestionssearch_location()/get_place_details()for Google Places integrationcreate_conversation()/get_conversations()for document messagingupload_file()for file uploadsShipthisAPIError,ShipthisAuthError,ShipthisRequestError)Test plan