Extended Magento 2 API
Description
I've added couple new features to make your life easier.
Please scroll down to see them., (*1)
Installation
Using Composer (recommended)
composer require aleksli/module-extended-api
Features
1.Get Customer List
you can get the list of all the customers, (*2)
Usage
BASE_URL/rest/V1/customersList/, (*3)
2. Get Stock Items List by SKUs
you can get the list of stock items writing their skus, (*4)
Usage
BASE_URL/rest/V1/stockItemsList/:productSKUs, (*5)
3. Get List of Orders
you can get the list of order, (*6)
Usage
BASE_URL/rest/V1/ordersEssential/, (*7)