Releases: ordercloud-api/ordercloud-javascript-sdk
v1.0.47-staging-prerelease
Updates for staging release.
v1.0.46-staging-prerelease
Me ListShipmentItems
v1.0.45-staging-prerelease
Adding ImpersonationConfig endpoints.
v1.0.43-staging-prerelease
We've simplified our old SDK to be more vanilla Javascript, with a separate Angular SDK. This should make things a little more framework agnostic. :D
We've updated our terminology around claims vs roles to consistently use roles. You may need to check your token requests and make sure that you've updated your code to use roles.
MesageSenders is now correctly spelled as MessageSenders in the SDK.
required parameters are passed in first, while optional parameters are passed in as an object with key value pairs ex: ListProducts( {page:1, filters:{'xp.test':true})} )
Docs are now generated with the SDK, to make your life easier. Check them out at the bottom of the readme!
v1.0.42-preview
We've simplified our old SDK to be more vanilla Javascript, with a separate Angular SDK. This should make things a little more framework agnostic. :D
Required parameters are passed in first, while optional parameters are passed in as an object with key value pairs ex: ListProducts( {page:1, filters:{'xp.test':true})} )
Docs are now generated with the SDK, to make your life easier. Check them out at the bottom of the readme!