A data-item corresponds to the listing of a particular product along with its trade term, packaging, port, currency and packaging unit. Use this API to filter and query all the data items in our system.
Endpoint
GET /data-items
Headers
param
required
default
description
X-SS-EXTERNAL-TOKEN
Y
-
Your Auth Token
Query Parameters
param
required
default
description
packaging_type
N
trade_term
N
price_currency
N
port
N
quantity_unit
N
q
N
filter by product name
page
N
1
current page of data set
per_page
N
20
number of items returned in current call
HTTP Example
GET /api/v2.1/data-items?page=1&per_page=1&trade_term=FOB&price_currency=USD&packaging_type=Bags&port=South East Asia&quantity_unit=MT&q=Alcohol HTTP/1.1
Host: https://api.sourcesage.co
X-SS-EXTERNAL-TOKEN: <YOUR-TOKEN-GOES-HERE>