update_product
Modify product details in ShipBob's system, including name, SKU, dimensions, weight, and value, by specifying the product ID and relevant attributes.
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 |