get https://api.shioja.com/getLongProduct
Get a product full details. Includes all product images and full product descriptions.
Fetched the get long product service when a user clicks the product card. It contains the complete product displays, which include all the data in short products and all other product images with complete descriptions of the products.
NOTE
Use the get long product to get the full product details after a user clicks a card.
Request
{{baseUrl}}/getLongProduct
Parameters | Type | Description | Optional |
---|---|---|---|
productId | String | The productId of the product to be fetched. The productId can be retrieved from the short product details data. | required |