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

Latest Price

The Latest Price API return the latest price item of .... from SourceSage for ....

GET /products/<int:product_id>/prices/latest

Headers

paramrequiredefaultdescription
X-SS-EXTERNAL-TOKENrequire

Response data

{
    "channel_data_item": {
        "price_currency": "USD",
        "packaging_type": "Bulk Vessel",
        "trade_term": "FOB",
        "port": "China",
        "quantity_unit": "MT"
    },
    "categories": [
        {
            "id": 15,
            "name": "Sulphate"
        }
    ],
    "name": "SLS93 N/P",
    "created_at": "2020-01-09 07:53:07",
    "id": 89823,
    "price": 1035 // price here
}
← Products
  • Headers
    • Response data
SourceSage Data API
Docs
Getting StartedProduct ListAPI Reference
Community
User Showcase
Copyright © 2020 SourceSage