Changelog
Keep up with the latest updates, improvements, and fixes to our API.
v2.5.0
January 25, 2024- addedBatch endpoints for creating multiple resources at once
- addedNew webhook events for product inventory changes
- improvedIncreased rate limits for Pro plans from 300 to 600 req/min
- fixedFixed pagination cursor encoding for special characters
v2.4.0
January 10, 2024- addedSupport for custom metadata on all resources
- addedNew /health endpoint for status monitoring
- improvedResponse times improved by 40% for list endpoints
- deprecatedLegacy authentication header (X-API-Key) - use Authorization: Bearer instead
v2.3.0
December 15, 2023- addedOAuth 2.0 support for user-authorized access
- addedIdempotency keys for safe request retries
- improvedBetter error messages with field-level validation details
- fixedFixed timezone handling in date filters
v2.2.0
November 20, 2023- addedPython SDK now available
- addedWebhook signature verification helpers
- improvedDocumentation updated with more code examples
- fixedFixed sorting by nested fields