You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for the GB_VOEC deemed reseller category when calling getOrders. (#68)
Fixed
lwaRefreshToken is no longer a required Configuration option if you only plan to call grantless operations using that Configuration instance. Previously, even if an API class instance was only going to be calling grantless operations, an lwaRefreshToken was still required in the Configuration options array. This was a bit of a catch-22 if you wanted to call getAuthorizationCode to convert MWS tokens into SP API refresh tokens. (#57)