Releases: fond-of-vertigo/amazon-sp-api
Releases · fond-of-vertigo/amazon-sp-api
0.7.4: Fix unmarshalling for Order type
What's Changed
Full Changelog: v0.7.3...v0.7.4
0.7.3 Set Order.IsReplacementOrder to string
What's Changed
- Use string instead of bool for IsReplacementOrder in Order model by @Coffeeri in #50
- This is a Amazon bug and may be reverted in the future https://github.com/amzn/selling-partner-api-docs/issues/3252
Full Changelog: v0.7.2...v0.7.3
0.7.2 Use UTC TZ in JsonTimeISO8601
What's Changed
Full Changelog: v0.7.1...v0.7.2
0.7.1 Add body parsing error fix of 0.6.3
What's Changed
Full Changelog: v0.7.0...v0.7.1
0.7.0 RDTs for Orders API, AWS Signature removal and some fixes
What's Changed
- feat: API/orders: add RDT option to retrieve PII by @Coffeeri in #44
- feat: Remove AWS signature and IAM by @Coffeeri in #45
- fix: Token-Updater: handle ExpiresIn < delta and fix nil return in RunInBackground by @Coffeeri in #43
- fix: Remove contentLength check in api caller by @Coffeeri in #46
BREAKING CHANGES
- You may now pass RDTs to
GetOrders, GetOrder, GetOrderAddress, GetOrderItems, GetOrderItemsBuyerInfo
in the Orders API, read more - AWS configurations parameters
IAMUserAccessKeyID, IAMUserSecretKey, Region, RoleArn
are no longer needed since the AWS signature is removed, read more
Full Changelog: v0.6.5...v0.7.0
0.6.5: Upgrade dependencies
0.6.4: Improve token updater
What's Changed
- Refactor TokenUpdater to use Ticker by @Coffeeri in #37
- Refactor: improve error handling by @Coffeeri in #36
Full Changelog: v0.6.3...v0.6.4
0.6.3 - Fix parsing of body in some cases
What's Changed
- Fix/parse rdt error list by @VloRyan in #40
Full Changelog: v0.6.2...v0.6.3