Create Complex Company Item
machship_create_item_complexCreates a complex item with detailed packaging information for a company. Specify company ID and item details such as SKU, description, weight, and dimensions.
Instructions
Creates a new complex item (product/SKU with detailed packaging info) for a company.
Args:
companyId (number): Company ID to create item under
item (object): Item details including sku, description, weight, dimensions, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | Yes | Company ID | |
| item | Yes | Complex item data (sku, description, weight, length, width, height, etc.) |