update_product
Modify product details in ShipHero by updating existing product data using a JSON string and the product ID. Ensures accurate inventory and catalog management.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
product_data | Yes | JSON string containing the updated product data | |
product_id | Yes | The ID of the product to update |