SOAP / REST API Add-On

Adds CRUD WebAPI endpoints for category prices (customer and customer group category prices).

Package

  • Composer package: mageb2b/pricesystem-categoryprice-api
  • Magento module: MageB2B_PricesystemCategorypriceApi

Installation

composer config bearer.repo.softwaresilo.io <token>
composer config repositories.softwaresilo composer https://repo.softwaresilo.io/
composer require mageb2b/pricesystem-categoryprice-api:*

php bin/magento setup:upgrade
php bin/magento cache:flush

Endpoints

Category prices:

Method URL
GET /V1/pricesystem/categoryprice/:id
GET /V1/pricesystem/categoryprice/search
POST /V1/pricesystem/categoryprice
PUT /V1/pricesystem/categoryprice/:id
DELETE /V1/pricesystem/categoryprice/:id

Customer group category prices:

Method URL
GET /V1/pricesystem/categoryprice/customergroup/:id
GET /V1/pricesystem/categoryprice/customergroup/search
POST /V1/pricesystem/categoryprice/customergroup
PUT /V1/pricesystem/categoryprice/customergroup/:id
DELETE /V1/pricesystem/categoryprice/customergroup/:id

Found an issue with this documentation? Let us know