get_available_fields
Retrieve available data fields for filtering and sorting product data. Optionally specify a store name to get fields specific to that store.
Instructions
Retrieves the list of available data fields (columns) for filtering and sorting.
Queries the separate Product Data Server.
Args: store_name: Optional. The name of the store to check fields for. If omitted, returns fields available across all stores.
Returns: A dictionary containing a list of available fields (e.g., {'available_fields': [...]}), or a string error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_name | No |