Groups of products based on similar attributes (e.g. 'Multivitamins').
The supplement type object contains details for all supplement types listed on the Fullscript platform.
The API allows you to list all supplement types and find individual supplement types.
This resource allows you to list all supplement types.
No arguments
curl "https://api-us-snd.fullscript.io/api/catalog/supplement_types" \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer XXXXXXXXXXXXXXXXXXXX'Retrieves details for an existing supplement type.
idstring
Required
Unique ID for the supplement type
curl "https://api-us-snd.fullscript.io/api/catalog/supplement_types/{id}" \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer XXXXXXXXXXXXXXXXXXXX'