create_product
Add products to ShipBob's inventory by defining details like name, SKU, dimensions, weight, and value. Essential for e-commerce fulfillment management.
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 | Yes | Product name | |
sku | Yes | Stock keeping unit (unique identifier) | |
value | No | Declared value of the product | |
weight | No | Weight in ounces | |
width | No | Width in inches |