get_product_details_by_url
Retrieve detailed product information by providing product URLs. Specify optional fields to get only needed data.
Instructions
Retrieves detailed information for specific products using their URLs.
Queries the separate Product Data Server. Note: The data server expects product_ids, but the client library method takes product_urls. Ensure the data server can correctly map these URLs to its internal product_ids if necessary.
Args: product_urls: A list of product URLs for which to retrieve details. Required. fields: Optional. A list of specific fields to include. Defaults to all available fields.
Returns: A list of product dictionaries for the found products, or a string error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_urls | Yes | ||
| fields | No |