create_product
Add new products to ShipBob's fulfillment system by defining essential details like name, SKU, barcode, dimensions, weight, and value. Required fields: name and SKU.
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 |