Upsert product
upsert_productCreate or update a product in e-conomic by its product number, specifying fields like name, price, barcode, and department to maintain accurate product data.
Instructions
Create or update a product by productNumber.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Product name | |
| barCode | No | Barcode | |
| costPrice | No | Cost price | |
| salesPrice | No | Sales price | |
| unitNumber | No | Unit number | |
| productNumber | Yes | Product number | |
| departmentNumber | No | Department number | |
| productGroupNumber | No | Product group number (required when creating) |