Releases: ChannelApe/channelape-typescript-sdk
Releases · ChannelApe/channelape-typescript-sdk
Adds Aggregate Channel Sync Flag field to inventory adjustments
- A flag needed for an upcoming feature release around automatically syncing an aggregate of multiple warehouses to a single virtual location
Adds a deduplication key generator for external use
1.40.1 1.40.1
Adds async batch inventory adjustments
Adds new calls for calling our batch API's.
This is different than calling it from the inventories service where adjustments are just batched and then sent across to the API synchronously. This is batched together and sent to channelape to be processed internally asynchronously.
Get Recipes and Schedules
What's Changed
- Added get all recipes by business ID
- Added get recipe by ID
- Added get all schedules by business ID
- Added get schedule by ID
- Added Recipe interface
- Added Schedule interface
Full Changelog: 1.38.1...1.39.0
Fixes Response Status Code Mapping on Play Creation
- Bugfix for an response code mapping issue during play creation
Adds description field to step environment variable keys
- Adds new services to create and update steps
- Add description as a writable field to step environment variable keys
Adds Channel Update and Synchronous Flag for Step Suppliers
- ChannelsService now supports updating a channel with it's credentials.
- Adds the ability to pass in the Synchronous option for step suppliers
- Adds a driver test to e2e test functionality from a local environment
Location Closure and SLA Updates & Retrieving Play List
What's Changed
- Retrieve a list of all play definitions by @ManojKumarChannelApe in #100
- Update a location's closed dates by @ManojKumarChannelApe in #99
- Update a location's SLA information by @ManojKumarChannelApe in #98
Full Changelog: 1.34.1...1.35.0
1.34.1
Play Retrieval and Location SLA & Closure Information
What's Changed
- Added ability to get a location's SLA and closure information by @cduda in #94
- Added ability to retrieve play definitions using the new V2 endpoint by @ManojKumarChannelApe in #96
- Added new optional
statusesandchannelIdsparameters to theOrderQueryParametersinterface
New Contributors
Full Changelog: 1.33.0...1.34.0