aleksli/module-extended-api 1.1.0

Extended Magento 2 Api.

Type

magento2-module

License

None

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Extended Magento 2 API

Description

I've added couple new features to make your life easier. Please scroll down to see them.

Installation

Using Composer (recommended)
composer require aleksli/module-extended-api

Features

1.Get Customer List

you can get the list of all the customers

Usage

BASE_URL/rest/V1/customersList/

2. Get Stock Items List by SKUs

you can get the list of stock items writing their skus

Usage

BASE_URL/rest/V1/stockItemsList/:productSKUs

3. Get List of Orders

you can get the list of order

Usage

BASE_URL/rest/V1/ordersEssential/