SOAP / REST API Add-On

Adds CRUD WebAPI endpoints for customer prices.

Package

  • Composer package: mageb2b/pricesystem-customerprice-api
  • Magento module: MageB2B_PricesystemCustomerpriceApi

Installation

composer config bearer.repo.softwaresilo.io composer config repositories.softwaresilo composer https://repo.softwaresilo.io/ composer require mageb2b/pricesystem-customerprice-api:* php bin/magento setup:upgrade php bin/magento cache:flush

Endpoints

MethodURL
GET/V1/pricesystem/customerprice/:id
GET/V1/pricesystem/customerprice/search
POST/V1/pricesystem/customerprice
PUT/V1/pricesystem/customerprice/:id
POST/V1/pricesystem/customerprice/savebulk
DELETE/V1/pricesystem/customerprice/:id
DELETE/V1/pricesystem/customerprice/deleteByCustomerId/:customerId
POST/V1/pricesystem/customerprice/deletebulk

Found an issue with this documentation? Let us know