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.

Installs: 37

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 0

Type:magento2-module

pkg:composer/springimport/magento2-module-restapi-exclude-fields

0.1.1 2017-10-26 17:40 UTC

This package is auto-updated.

Last update: 2025-10-10 08:11:29 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