<<

NAME

ProductOpener::APIProductRead - implementation of READ API for accessing product data

DESCRIPTION

read_product_api ( $request_ref )

Process API V3 READ product requests.

TODO: v0 / v1 / v2 READ product requests are still handled by Display::display_product_api () which contains similar code. Internally, we should be able to upgrade those requests to v3, and then customize the response to make it return the v2 expected response.

Parameters

$request_ref (input)

Reference to the request object.

<<