add_inventory_product
Add a product to this API key's inventory. Requires a verified account (sign in at https://app.recallkitchen.com with the signup email). Unverified signup keys cannot add inventory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | No | optional SKU or UPC | |
| name | Yes | product name | |
| brand | No | optional brand | |
| category | No | optional category |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| sku | Yes | ||
| name | Yes | ||
| brand | Yes | ||
| category | Yes |