Table of Contents

productIngredientType

Description

Describes an ingredient of a product (for example, an active ingredient).

Properties

Name Description Required Type
Id Id of an ingredient of a product specified as a scheme and id. No identifierType
Name Human readable description of the ingredient Yes string
Percent Percentage of the ingredient in the product No Number

Examples

Example 1

{
  "id": {
    "scheme": "com.fertco.product",
    "id": 4000000
  },
  "name": "Granular Ammonium Sulphate",
  "percent": 47.6
}