2017 © Pedro Peláez
 

magento2-module magento2-connector

Patchworks Connector module for Magento2

image

patchworks/magento2-connector

Patchworks Connector module for Magento2

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Magento2 Patchworks Connector

The Magento2 Patchworks Connector, provides extensions to the standard Magento2 REST API to give a few extra features that come in handy when importing/exporting data from Magento2., (*1)

Installation

To install and enable the module, run the following commands from the root location of your Magento2 installation: 1. composer require patchworks/magento2-connector 2. php bin/magento module:enable Patchworks_Connector, (*2)

Note

This module is still in first release beta., (*3)

About Patchworks

http://www.patchworks.co.uk/
Patchworks middleware helps integrate data between different business systems. Check out the website above for more information., (*4)

Key Features

Reindex (GET)
/rest/V1/patchworks/reindex?index={indexName}
Allows a remote system to trigger a reindex process via the REST API., (*5)

REST API Error Report
/rest/V1/patchworks/apierror?report={reportNumber}
Allows the remote retrieval of the webapi-X error from the logs folder., (*6)

Image Search (GET)
/rest/V1/patchworks/imagesearch?sku={sku}
Allows a remote system to search the /media/import folder for image references that have a file name matching the SKU passed in the URL. Matching images are then returned as an array for use in external systems., (*7)

Mass Stock Update (PUT)
/rest/V1/patchworks/stocklevels/
Allowance for external systems to post stock levels on mass, the module then updates the database directly with the new stock level data., (*8)

When sending data to this function it expects the following format:, (*9)

{
    'stock_items': {
        'sku': 'ABC123',
        'qty': 49
    },
    {
        'sku': 'FJ3FF',
        'qty': 23
    }
}

Mass Stock Export (GET)
/rest/V1/patchworks/stocklevels/
Allows the export of all stocklevels from the Magento system in a single call., (*10)

The Versions

02/11 2017

dev-master

9999999-dev

Patchworks Connector module for Magento2

  Sources   Download

OSL-3.0 AFL-3.0

02/11 2017

1.04

1.04.0.0

Patchworks Connector module for Magento2

  Sources   Download

OSL-3.0 AFL-3.0

02/11 2017

dev-callbacks

dev-callbacks

Patchworks Connector module for Magento2

  Sources   Download

OSL-3.0 AFL-3.0

01/11 2017

dev-hotfix/noStockDisabled

dev-hotfix/noStockDisabled

Patchworks Connector module for Magento2

  Sources   Download

OSL-3.0 AFL-3.0

06/09 2017

1.0.3

1.0.3.0

Patchworks Connector module for Magento2

  Sources   Download

OSL-3.0 AFL-3.0

11/08 2017

1.0.2

1.0.2.0

Patchworks Connector module for Magento2

  Sources   Download

OSL-3.0 AFL-3.0

29/09 2016

1.0.1

1.0.1.0

Patchworks Connector module for Magento2

  Sources   Download

OSL-3.0 AFL-3.0

29/09 2016

1.0.0

1.0.0.0

Patchworks Connector module for Magento2

  Sources   Download

OSL-3.0 AFL-3.0