API OVERVIEW
PATIENTS
FULLSCRIPT CATALOG
EVENTS AND WEBHOOKS
FULFILLMENT
This endpoint is restricted in production
You can explore these docs and call this endpoint freely in sandbox. Production access requires commercial approval — talk to your Fullscript integration contact, or see Restricted endpoints and going to production for what to expect.This resource allows you to search for products using Fullscript's opensearch implementation. This endpoint takes into consideration brand segmentation (not all clinics have access to all brands) and will only show products and brands that your clinic has available to them.
Note: Filter arguments that accept an array can be specified in the query string like this:
?allergen_ids[]=id_1&allergen_ids[]=id_2
querystring
Search for products matching a query string.
allergen_idsstring
Provide an array of allergen ids to filter results.
brand_idstring
Search for products by brand_id.
ingredient_idsstring
Provide an array of ingredient ids to filter results.
supplement_type_idsstring
Provide an array of supplement type ids to filter results.
third_party_certification_idsstring
Provide an array of third party certification ids to filter results.
curl "https://api-us-snd.fullscript.io/api/catalog/search/products" \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer XXXXXXXXXXXXXXXXXXXX'