update_product
Modify product details in ShipBob's inventory, including barcode, dimensions, weight, and description, using the specified product ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
barcode | No | Product barcode/UPC | |
description | No | Product description | |
height | No | Height in inches | |
length | No | Length in inches | |
name | No | Product name | |
productId | Yes | The ID of the product to update | |
sku | No | Stock keeping unit | |
value | No | Declared value of the product | |
weight | No | Weight in ounces | |
width | No | Width in inches |