ghl_product_get
Retrieve product details by providing the product ID and location ID. Returns information for a single product.
Instructions
Get Product by ID The "Get Product by ID" API allows to retrieve information for a specific product using its unique identifier. Use this endpoint to fetch details for a single product based on the provided product ID. Endpoint: GET /products/{productId} (Version header: v3; source: v3/products-v3.json) OAuth scopes: products.readonly
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productId | Yes | ID or the slug of the product that needs to be returned | |
| locationId | Yes | location Id | |
| sendWishlistStatus | No | Parameter which will decide whether to show the wishlisting status of products |