Download the PHP package fond-of-oryx/stock-product-api without Composer
On this page you can find all versions of the php package fond-of-oryx/stock-product-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fond-of-oryx/stock-product-api
More information about fond-of-oryx/stock-product-api
Files in fond-of-oryx/stock-product-api
Download fond-of-oryx/stock-product-api
More information about fond-of-oryx/stock-product-api
Files in fond-of-oryx/stock-product-api
Vendor fond-of-oryx
Package stock-product-api
Short Description The StockProductApi module provides a REST API for simple product stock updates.
License MIT
Package stock-product-api
Short Description The StockProductApi module provides a REST API for simple product stock updates.
License MIT
Please rate this library. Is it a good library?
Informations about the package stock-product-api
Stock Product API Module
The StockProductApi module provides a REST API for simple product stock updates.
Package ported from fond-of-spryker/stock-api
Installation
Register Plugins in ApiDependencyProvider
API
Update stock of a concrete product. sku
, stock_type
, and quantity
are mandatory fields.
PATCH /api/rest/stock-products/{id_stock_product}
Example
Create stock of a concrete product. sku
, stock_type
, and quantity
are mandatory fields.
POST /api/rest/stock-products
Example
Find stock concrete product by sku
and stock_type
(name)
GET /api/rest/stock-products?filter={"condition":"AND","rules":[{"id":"name","field":"name","type":"string","input":"text","operator":"equal","value":"EU"},{"id":"sku","field":"sku","type":"string","input":"text","operator":"equal","value":"SKU"}]}
Example
Get stock product by idStockProduct
GET /api/rest/stock-products/{id_stock_product}
Example
All versions of stock-product-api with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
spryker/api Version ^0.4.0
spryker/api-extension Version ^0.1.0
spryker/api-query-builder Version ^0.1
spryker/stock Version ^8.0.0
spryker/api Version ^0.4.0
spryker/api-extension Version ^0.1.0
spryker/api-query-builder Version ^0.1
spryker/stock Version ^8.0.0
The package fond-of-oryx/stock-product-api contains the following files
Loading the files please wait ....