Authorized customers are already taking advantage of the MolPort API to programmatically access information from the MolPort database about commercially available compounds, their suppliers, packaging, prices, warehouse inventory information, lead times, and other information.

MolPort is now pleased to announce the addition of two new MolPort API calls to help customers track their compound orders:

1. List Orders

This compound API call returns all orders for a specific client, and lists them in descending date order (newest-to-oldest).

Users submit a GET call to api.molport.com/api/orders with the client’s MolPort-provided API key, and the API returns:

  • Count of ordered compounds
  • Count of cancelled compounds
  • Count of compounds already shipped
  • Count of compounds being processed
  • MolPort order number
  • Order date
  • Order status
  • Order unique id

2. Return One Specific Order

This order API call returns all the details of a single specified order.
Users submit a GET call to api.molport.com/api/order/[id] with the client’s MolPort-provided API key, and the API returns:

Order details

  • Count of ordered compounds
  • Count of cancelled compounds
  • Count of compounds already shipped
  • Count of compounds being processed
  • MolPort order number
  • Order date
  • Order status
  • Order unique id

Compound details

  • Supplier name
  • Supplier catalogue number
  • MolPort catalogue number
  • MolPort reference number
  • Quantity
  • Quantity measure
  • Status
  • Invoice number
  • Promised shipped out date*
  • Shipped out date

* This value is a subject for change, due to several external reasons, to get reliable & up-to-date information, please make sure to refresh/ make new API call.

These new API calls are available now and can help you track your orders automatically, by integrating within your system.

Technical details are available in Section 3.3 of the MolPort API documentation, and if you are interested how to order research chemicals safely by using the MolPort API, please contact sales@molport.com.

Write A Comment