aleksli/module-extended-api

There is no license information available for the latest version (1.1.0) of this package.

Extended Magento 2 Api.

1.1.0 2018-04-15 19:14 UTC

This package is not auto-updated.

Last update: 2024-09-29 06:02:32 UTC


README

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/