springimport/magento2-module-restapi-exclude-fields

Adds parameter to exclude fields in requests. Similar as include fields http://devdocs.magento.com/guides/v2.1/howdoi/webapi/filter-response.html#using-with-searchcriteria by Magento 2.

0.1.1 2017-10-26 17:40 UTC

This package is auto-updated.

Last update: 2024-04-10 05:06:33 UTC


README

Adds parameter to exclude fields in requests. Similar as include fields by Magento 2.

Enable module:

php -f bin/magento module:enable SpringImport_RestApiExcludeFields

Disable module:

php -f bin/magento module:disable SpringImport_RestApiExcludeFields

Update system:

php -f bin/magento setup:upgrade