aleksli/module-extended-api

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

Extended Magento 2 Api.

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/aleksli/module-extended-api

1.1.0 2018-04-15 19:14 UTC

This package is not auto-updated.

Last update: 2025-09-28 10:58:20 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/