producteca-sdk
v8.17.0
Published
SDK for querying the Producteca's API
Downloads
1,228
Maintainers
Keywords
Readme
Producteca SDK
Migration guide
2.x => 3.x
- Renamed
ProductsApi::updateVariationPictures
toaddVariationPictures
. - Added
ProductsApi::updateVariationPictures
with the right behavior.
1.x => 2.x
- Renames in
Product
:description
=>name
sku
=>code
variations[...].barcode
=>variations[...].sku
0.x => 1.x
- The APIs are now divided in different classes (ContactsApi, ProductsApi, SalesOrdersApi).
Publish instructions
npm version [<newversion> | major | minor | patch | ...] [-m <commit message>]
It would be ideal to write a brief description for the GitHub release after the publication.