products_create
Create a new product in SyncroMSP. Disable products via update because delete is not available.
Instructions
Create a new product. Note: products have no DELETE endpoint -- use products_update with disabled=true instead. Custom properties on create may be ignored -- set via products_update after creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Product name (required) | |
| description | No | Description | |
| price_cost | No | Cost price | |
| price_retail | No | Retail price | |
| price_wholesale | No | Wholesale price | |
| condition | No | Condition | |
| maintain_stock | No | Track inventory | |
| quantity | No | Quantity in stock | |
| warranty | No | Warranty info | |
| reorder_at | No | Reorder threshold | |
| desired_stock_level | No | Desired stock level | |
| disabled | No | Disabled | |
| taxable | No | Taxable | |
| product_category | No | Category | |
| upc_code | No | UPC code | |
| discount_percent | No | Discount % | |
| notes | No | Notes | |
| physical_location | No | Physical location | |
| serialized | No | Serialized product | |
| vendor_ids | No | Vendor IDs | |
| category_ids | No | Category IDs |