Closed klevytskyi closed 1 year ago
Since my team only uses Zoho Inventory API, I am not sure if these updates work well for other apis.
Changes made:
Document
document_id
string
Package
total_quantity: number
quantity
Feel free to cherry-pick only needed changes and close this PR.
these changes make total sense! Thank you very much - merging it.
:tada: This PR is included in version 0.9.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Since my team only uses Zoho Inventory API, I am not sure if these updates work well for other apis.
Changes made:
Document
interfacedocument_id
field type was changed to thestring
;Package
interface;total_quantity: number
to thePackage
, since justquantity
is missing for our response;Feel free to cherry-pick only needed changes and close this PR.