This endpoint is used to return information about a particular product to the user.The get details endpoint has been implemented in the Product Options Web Component, and It's all setup to save developer's time and effort. Payload#
Response#
product.getProductDetails.success
Usage#
To perform the action of retrieving product details, the developer may call the method getDetails() as follows:Events#
This endpoint may trigger two events, the onDetailFetched and onDetailFetchFailed events.onDetailFetched#
This event is triggered when the action of retrieving product details is done without having any errors coming back from the backend.onDetailFetchFailed#
This event is triggered when the action of retrieving product details is not completed and an error has occurred. Modified at 2025-03-04 12:54:02