post
https://api.getknit.dev/v1.0/accounting.items.create
Create Item with given details.
Supported Apps
Here are the list of apps that support this API.
Quickbooks (quickbooks)
- Allowed values for "type" field:
INVENTORY,SERVICE, andNON_INVENTORY. totalQuantityfield is required.- Use passthrough request to get the list of assetAccountIds, get the list of salesDetails.accountIds, and get the list of purchaseDetails.accountIds.
Netsuite (netsuite)
- Allowed values for "itemType" field:
INVENTORY,nonInventoryPurchase,nonInventoryResale,nonInventorySale,servicePurchase,serviceResale,serviceSale,otherChargePurchase,otherChargeResale, andotherChargeSale. - Use passthrough request to get the list of salesDetails.accountIds.
Microsoft Dynamics Business Central (microsoft-dynamics-business-central)
- Allowed values for "type" field:
INVENTORY,SERVICE, andNON_INVENTORY. baseUnitOfMeasureId,generalProductPostingGroupId, andinventoryPostingGroupIdfields are required inmetaData.- Use passthrough request to get the list of baseUnitOfMeasureIds, get the list of generalProductPostingGroupIds, and get the list of inventoryPostingGroupIds.
- Note: The
totalQuantityfield is not supported. Use theUpdate Itemendpoint to modify this field for an item.