Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

2.20180918.0

Compare
Choose a tag to compare
@ssung88 ssung88 released this 18 Sep 18:24
· 109 commits to master since this release

Version 2.20180918.0 (2018-09-18)

We have added Connect v2 Inventory API and birthdays in Customer entities.

New API: Inventory API (Connect V2)

The Connect v2 Inventory API replaces the Connect v1 Inventory API
and introduces new functionality:

  • Moving item variations quantities through predefined states
    (e.g., from IN_STOCK to WASTE).
  • Viewing the inventory adjustment history for an item variation.
  • Batch inventory adjustments and information retrieval.

New feature: Customer Birthdays (Connect V2)

  • Customer profiles now include a birthday field.
    Dates are recorded in RFC-3339 format and can be
    set through the CreateCustomer and UpdateCustomer endpoints.

Remove singleton constraint for configuration class. This is a minor breaking change to ApiClient
and RESTClientObject initialization.