ghl_product_price_get
Retrieve a specific price for a product using its unique ID and the product ID.
Instructions
Get Price by ID for a Product The "Get Price by ID for a Product" API allows retrieving information for a specific price associated with a particular product using its unique identifier. Use this endpoint to fetch details for a single price based on the provided price ID and product ID. Endpoint: GET /products/{productId}/price/{priceId} (Version header: v3; source: v3/products-v3.json) OAuth scopes: products/prices.readonly
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| priceId | Yes | ID of the price that needs to be returned | |
| productId | Yes | ID of the product that needs to be used | |
| locationId | Yes | location Id |