Skip to content

feat: v2.1.0 - Add workflow actions, bulk edit, and API enhancements#4

Merged
veer-shipthis merged 1 commit intomainfrom
feature/v1.4.0-api-enhancements
Feb 5, 2026
Merged

feat: v2.1.0 - Add workflow actions, bulk edit, and API enhancements#4
veer-shipthis merged 1 commit intomainfrom
feature/v1.4.0-api-enhancements

Conversation

@mayurrawte
Copy link
Copy Markdown
Member

@mayurrawte mayurrawte commented Feb 5, 2026

Summary

  • 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 at once
  • Add connect()/disconnect() for connection management
  • Add search() for document search
  • Add patch_item() for partial field 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 integration
  • 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 2.1.0 (aligned with JS client)

Test plan

  • Verify all new methods work with valid API credentials
  • Test error handling for invalid requests
  • Test bulk_edit with multiple document IDs
  • Test workflow actions with valid workflow configurations

- 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 veer-shipthis merged commit 940bf03 into main Feb 5, 2026
4 checks passed
@mayurrawte mayurrawte deleted the feature/v1.4.0-api-enhancements branch February 5, 2026 08:04
@mayurrawte mayurrawte changed the title feat: v1.4.0 - Add workflow actions, bulk edit, and API enhancements feat: v2.1.0 - Add workflow actions, bulk edit, and API enhancements Feb 5, 2026
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.

2 participants