Skip to content

Releases: ordercloud-api/ordercloud-javascript-sdk

4.11.1

03 Nov 20:55

Choose a tag to compare

Fixed

  • Updated acceptable version range for axios dependency (v1.0.0 and up won't work)

4.11.0

01 Sep 20:13
485dc65

Choose a tag to compare

Added

4.10.1

01 Jul 17:36

Choose a tag to compare

Fixed

  • Incorrect model type on DecodedToken.role #76

4.10.0

22 Jun 21:07
10d17fd

Choose a tag to compare

Added

  • New Feature: Ad-Hoc Products
  • Ad-Hoc Products enables adding products from an external system directly to an OrderCloud order

4.9.9

21 Jun 18:37

Choose a tag to compare

Fixed

  • Filters set with 0 are dropped #73
  • Access token not saved after refresh #74

4.9.8

08 Jun 20:18
b1b9d7b

Choose a tag to compare

Added

4.8.8

19 May 21:40
2061113

Choose a tag to compare

Added

  • SDK up to date with API v1.0.238
  • Introduces Order Returns and adds Message Sender templates
  • PriceScheduleID added to LineItems

4.7.8

04 May 19:47
23c2d7c

Choose a tag to compare

  • Added an optional customRoles array to the authentication methods to support authenticating with custom roles, in addition to standard ApiRoles.

4.6.8

02 May 15:34
1235e9d

Choose a tag to compare

Fixed

  • Docs now up to date with API v1.0.235 and previous changes to DecodedToken.role

Removed

  • The ApiRole InventoryAdmin was removed from the OrderCloud API and is now considered a custom role. This role was removed from the ApiRole type definition. This could be a breaking change if your application uses the role InventoryAdmin. In this case, we recommend making this role a custom role.

4.6.7

02 May 14:35
77b7d6a

Choose a tag to compare

Fixed

  • DecodedToken.role was not properly typed. It is now (ApiRole[] | ApiRole | undefined)

Added

  • SDK up to date with API v1.0.235