Create itemAsk AIpost https://api.wafeq.com/v1/items/Endpoint for creating a new item.Body ParamsdescriptionstringThe description of the item.expense_accountstring | nullThe expense account for this item.external_idstringlength ≤ 255External identifier for the item.is_activebooleanDefaults to trueWhether the item is active.truefalseis_tracked_inventorybooleanDefaults to falseWhether inventory is tracked for this item.truefalseitem_units_of_measurearray of objectsThe units of measure for this item.item_units_of_measureADD objectnamestringrequiredlength ≤ 200The name of the item.purchase_tax_ratestring | nullThe tax rate applied when purchasing this item.revenue_accountstring | nullThe revenue account for this item.revenue_tax_ratestring | nullThe tax rate applied when selling this item.skustringlength ≤ 200The SKU of the item.tax_authorityapi-v1-document-item-tax-authoritynullapi-v1-document-item-tax-authority objectunit_costdouble | nullThe default unit cost of the item if no unit of measure is specified.unit_pricedouble | nullThe default unit price of the item if no unit of measure is specified.HeadersX-Wafeq-Idempotency-KeystringClient-provided UUID to uniquely identify a requestResponse 201Updated 7 months ago