Skip to content

nubebytes/Lighthousefeed-Customapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Lighthousefeed-Customapi

Module to create a custom API call to change the custom prices of a cart To install on a Magento 2.X

To install in Magento2.x you must copy the entire "app" folder and its contents to the magento root folder. Then, with the command line, you need to run these commands in order:

  • bin/magento module:enable LighthouseFeed_CustomApi
  • bin/magento setup:upgrade
  • bin/magento cache:flush

After doing this, the custom call to PUT will be enabled https:// /V1/guest-carts/:cartToken/updateCustomPrice to change the custom price of a cart quote in magento for a product attached to this

About

Module for create a custom Api call to change custom Prices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages