mytinywms/magento2-mytinywms

Magento 2 MyTinyWMS-Connector

v0.0.1 2020-07-23 11:11 UTC

This package is auto-updated.

Last update: 2025-04-28 19:44:09 UTC


README

Overview

This module adds an observer to Magento when an invoice is being created. At this time, it checks the SKU's of the ordered products against the MyTinyWMS API. If found, a change quantity request will be sent.

Install

Use composer to install this module. From your Magento 2 folder run:

composer require mytinywms/magento2-mytinywms
php bin/magento setup:upgrade 

Usage

  • Create an API Token within MyTinyWMS with read and write access for Articles and Article Groups
  • Open Magento Admin, go to Stores - Configuration - MyTinyWMS
  • Enter API Endpoint
  • Enter API Token