SourceSage Data API

SourceSage Data API

  • Docs
  • Help

›Products

Getting Started

  • Overview
  • Get an API Key
  • Project Configuration

Globals

  • Trade terms
  • Packaging
  • Currencies
  • Ports
  • Quantity Units

Data Items

  • Data Items
  • Data Item Price

Products

  • Products
  • Latest Price

Products

The Products API return the products list of .... from SourceSage for ....

POST /products

Headers

paramrequiredefaultdescription
X-SS-EXTERNAL-TOKENrequire

Parameters

paramrequiredefaultdescription
from_dateoption
to_dateoption
packaging_typeoption
trade_termoption
price_currencyoption
portoption
quantity_unitoption
qoptionsearch by name
pageoption1current page of list data
per_pageoption20max item on list data

Example

/products

Response data

{
  "data": [...], // products here
  "page": 1,
  "per_page": 20,
  "total": 248
}

Product format:

{
    "id": 881,
    "name": "Dioctyl Phthalate (DOP)",
    "packaging_type": "Bulk Vessel",
    "price_currency": "USD",
    "trade_term": "FOB",
    "port": "China",
    "quantity_unit": "MT",
    "categories": [
        {
            "id": 15,
            "name": "Sulphate"
        }
    ],
}

Pagination

Use page and per_page for pagination

← Data Item PriceLatest Price →
  • Headers
  • Parameters
    • Example
    • Response data
  • Pagination
SourceSage Data API
Docs
Getting StartedProduct ListAPI Reference
Community
User Showcase
Copyright © 2020 SourceSage