Releases: ordercloud-api/ordercloud-javascript-sdk
Releases · ordercloud-api/ordercloud-javascript-sdk
4.11.1
Fixed
- Updated acceptable version range for axios dependency (v1.0.0 and up won't work)
4.11.0
Added
- SDK up to date with API v1.0.251
- Introduces Cart API Endpoints
4.10.1
4.10.0
Added
- New Feature: Ad-Hoc Products
- Ad-Hoc Products enables adding products from an external system directly to an OrderCloud order
4.9.9
4.9.8
Added
- SDK up to date with API v1.0.241
- Introduces Product Collections
4.8.8
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
- Added an optional
customRolesarray to the authentication methods to support authenticating with custom roles, in addition to standard ApiRoles.
4.6.8
Fixed
- Docs now up to date with API v1.0.235 and previous changes to DecodedToken.role
Removed
- The ApiRole
InventoryAdminwas removed from the OrderCloud API and is now considered a custom role. This role was removed from theApiRoletype definition. This could be a breaking change if your application uses the roleInventoryAdmin. In this case, we recommend making this role a custom role.
4.6.7
Fixed
- DecodedToken.role was not properly typed. It is now (ApiRole[] | ApiRole | undefined)
Added
- SDK up to date with API v1.0.235