Create my Branded Food
Use the createMyBrandedFoods
mutation to log an own-brand food intake.
Available Arguments
Name | Type | Required? | Description |
| String | Yes | Name of the food |
| String | No | Description of the food |
| String | Yes | Name of the brand owner |
| String | Yes | Quantity of grams per serving size unit |
| String | Yes | Quantity of grams per serving |
| String | Yes | |
| String | No | Name of the serving |
| Yes | Object that contains the nutrient information of the food. |
Available Fields
The following field will be part of the response.
Field name | Type | Description |
| String | True if the branded food has been created. Otherwise, it displays False |
| String | Description of the result |
Example
Last updated