patchworks/magento2-connector 1.0.1

Patchworks Connector module for Magento2

Type

magento2-module

License

OSL-3.0, AFL-3.0

Requires

None

Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

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.

Note

This module is still in first release beta.

About Patchworks

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

Key Features

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

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.

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