Welcome to the Product Catalog API page for Ortho Molecular Products. This Application Programming Interface (API) resource is available to those practitioners who provide their patients the option to purchase supplements from their private web sites.
In order to provide accurate information to your patients, your web developer should use this API so your web site directly accesses the Ortho Molecular Products database and always displays the most up-to-date information, product descriptions, supplement facts and product images. Your web developer can follow the steps below to write scripts for your web site to access the Ortho Molecular Products on-line database.
If you are primarily looking for a listing of the product descriptions, images and supplement facts, you can also download the product catalog in the Tools section below. Please note that the best way to maintain accurate information on your site, without the need for on-going database maintenance, is to utilize the API as outlined below.
Welcome to the developer documentation for the Ortho Molecular Product Catalog API! This API lets you embed Ortho Molecular product descriptions and images on your webpage with minimal scripting. The Ortho Molecular Product Catalog service returns information to your webpage based on URL parameters sent through a standard HTTP request.
An Ortho Molecular Product Catalog API URL must be of the following form:
{{ host }}/ortho/productcatalog/product?parameters
At this time, all parameters are required. As is standard in URLs, all parameters are separated using the ampersand (&) character. The list of parameters and their possible values are enumerated below.
The Product Catalog API product information using the following URL parameters:
Return a list of all products in CSV format:
{{ host }}/ortho/productcatalog/product?u={{ apiKey }}&o=csv&i=
Return one product in HTML format:
{{ host }}/ortho/productcatalog/product?u={{ apiKey }}&o=html&i=557060
Return three products in JSON format:
{{ host }}/ortho/productcatalog/product?u={{ apiKey }}&o=json&i=120060,128090,558120