Skip to content

Releases: ChannelApe/channelape-typescript-sdk

Adds Aggregate Channel Sync Flag field to inventory adjustments

18 Aug 12:44

Choose a tag to compare

  • 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

01 Aug 12:07

Choose a tag to compare

Adds async batch inventory adjustments

20 Jun 16:37

Choose a tag to compare

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

22 Mar 17:23

Choose a tag to compare

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

01 Mar 23:44

Choose a tag to compare

  • Bugfix for an response code mapping issue during play creation

Adds description field to step environment variable keys

31 Jan 16:42

Choose a tag to compare

  • 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

25 Jan 14:50

Choose a tag to compare

  • 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

05 Jan 19:33

Choose a tag to compare

What's Changed

Full Changelog: 1.34.1...1.35.0

1.34.1

28 Dec 21:54

Choose a tag to compare

What's Changed

  • Reverted Play v2 update back to v1 by @mb-ca in #97

Full Changelog: 1.34.0...1.34.1

Play Retrieval and Location SLA & Closure Information

28 Dec 20:37

Choose a tag to compare

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 statuses and channelIds parameters to the OrderQueryParameters interface

New Contributors

  • @cduda made their first contribution in #94

Full Changelog: 1.33.0...1.34.0