API v1.1 Changelog
2020-07-20
In this update, we added a new API for chat, several fields centered around internationalization (i18n), made domainNames optional and added some fields to invoices.
For the details, you may go through the changelogs below.
Chat API [new]
- Added start chat endpoint.
- Added reply chat endpoint.
This api allows you to contact eezee's dedicated customer support via API without leaving your app/website. Submit a support request via an HTTP Post request with a msg and a webhook and we will ping you back when we are ready. Find out more in the docs.
Product Model
- Added
titleTranslations
toproduct
- Added
descriptionHtmlTranslations
toproduct
- Added
specSheets
toproduct
- Added
mainTranslations
toproduct.categories
- Added
subTranslations
toproduct.categories
- Added
nameTranslations
toproduct.brand
Invoice Model
- Added
productId
toinvoice.documentLineItems[i]
- Added text descriptions to
invoice.documentLineItems[i]
Enterprise API
- Made
domainNames
optional when creating an enterprise.
2020-06-08
In this update, we decoupled punchout details from the main api. This enables non-erp software to also leverage and build on the eezee ecosystem.
Enterprise
- Punchout details are no longer required when creating an enterprise.
- Uses enterprise._id instead of punchoutBuyerId when:
Quotations
- enterprise._id replaces previously required punchoutBuyerId when creating a quotation.