Add Supplement
Use createSupplement
to add new supplements available to the users.
Required Arguments
Argument | Type | Description |
---|---|---|
| String! | Supplement brand. |
| String! | Supplement name. |
| String! | Supplement serving name ex: Capsule, scoop, etc. |
| String! | Supplement category. |
| [DirectionsOfUseInput!] | |
| TimeOfDay! | enum TimeOfDay { AT_BEDTIME AT_WAKING WITH_BREAKFAST WITH_DINNER WITH_LUNCH } |
| Float! | Recommended dosage. |
| String! | Main image URL. |
| String | Supplement description. |
| String | Recommended use instructions. |
| String | External Id. |
| [String] | Supplement images. |
| String | Supplement ingredients. |
| String | Supplement instructions. |
| String | Shopify parent Id. |
| String | Shopify variant Id. |
| Int | Supplement size. |
| String | SKU |
| String | Store Id. |
| String | Supplement Facts. |
| String | URL of the supplement. |
Example
Query Input Variables
Last updated