Skip to content

Releases: ordercloud-api/ordercloud-javascript-sdk

v1.0.47-staging-prerelease

27 Apr 21:19

Choose a tag to compare

Pre-release

Updates for staging release.

v1.0.46-staging-prerelease

14 Apr 14:55

Choose a tag to compare

Pre-release

Me ListShipmentItems

v1.0.45-staging-prerelease

10 Apr 14:51

Choose a tag to compare

Pre-release

Adding ImpersonationConfig endpoints.

v1.0.43-staging-prerelease

03 Apr 20:55

Choose a tag to compare

Pre-release

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

30 Mar 18:44

Choose a tag to compare

v1.0.42-preview Pre-release
Pre-release

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!