This endpoint returns the price of a product. It only needs the id of the product whose price is on need.Payload#
Response#
Usage#
To perform the action of getting a product's price, the developer may call the method getPrice()
along with the product's id.Simple Product#
Variable product#
Events#
This endpoint may trigger two events, the onPriceUpdated and onPriceUpdateFailed events.onPriceUpdated#
This event is triggered when getting a product's price is done without having any errors coming back from the backend.onPriceUpdateFailed#
This event is triggered when getting a product's price is not completed and an error has occurred. Modified at 2024-02-18 09:55:22