create_product_catalog_item
Create a new product catalog item with required publisher and catalog IDs, plus optional fields like name, price, and URL, to add products to an advertising catalog.
Instructions
Create a new item in a product catalog
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Item URL | |
| name | No | Item name | |
| price | No | Item price | |
| category | No | Item category | |
| image_url | No | Item image URL | |
| catalog_id | Yes | Catalog ID | |
| identifier | No | Unique identifier for the catalog item | |
| description | No | Item description | |
| publisher_id | Yes | Publisher ID |