Skip to content

Releases: apertureless/shopware-api-client

πŸ’Ž Release new version 1.0.0

22 Feb 15:56
v1.0.0
776ddd6
Compare
Choose a tag to compare

Added

  • βœ… country endpoint
  • βœ… customerGroups endpoint
  • βœ… manufacturers endpoint
  • βœ… propertyGroups endpoint
  • βœ… shops endpoint
  • βœ… translations endpoint

Updated

  • Updated dev-dependency ava

🎊 API is now complete!

πŸ’Ž Release new version 0.5.0

20 Feb 17:31
Compare
Choose a tag to compare

Added

  • βœ… api/media implemented
  • βœ… api/orders implemented
  • βœ… api/addresses implemented
  • βœ… api/customers implemented
  • βœ… api/cache implemented

πŸ’Ž Release new version 0.4.0

20 Feb 15:38
Compare
Choose a tag to compare

Added

  • Variants Endpoint
  • generateArticleImages Endpoint

πŸ’Ž Release new version 0.3.0

20 Feb 14:55
Compare
Choose a tag to compare

Add

  • Category Endpoint

πŸ’Ž Release new version 0.2.0

19 Feb 11:21
Compare
Choose a tag to compare

Article Endpoints

  • .version([callback])
  • .getArticles([callback])
  • .getArticle(id, [callback])
  • .deleteArticle(id, [callback])
  • .deleteArticles(ids, [callback])
  • .createArticle(article, [callback])
  • .updateArticle(id, article, [callback])
  • .updateArticles(articles, [callback])