Skip to main content
Fetch products delivery overview reporting
curl --request GET \
  --url https://ymmguxlah4.execute-api.eu-west-1.amazonaws.com/v1/reporting/products
[
  {
    "Sku - Product Reference": "<string>",
    "Shipment Name": "<string>",
    "OVRSEA id": "<string>",
    "Quantity": 123,
    "Planned Arrival Date (Destination Port)": "<string>",
    "Planned Delivery Date": "<string>",
    "Port of Loading": "<string>",
    "Port of Discharge": "<string>",
    "Freight Mode": "<string>",
    "Shipment Status": "<string>",
    "Parties involved": "<string>",
    "Total shipment cost per unit": 123,
    "Total shipment CO2e emissions per unit (kg)": 123
  }
]

Response

200 - application/json

Returns reporting.

Sku - Product Reference
string
Shipment Name
string
OVRSEA id
string
Quantity
number
Planned Arrival Date (Destination Port)
string | null
Planned Delivery Date
string | null
Port of Loading
string | null
Port of Discharge
string | null
Freight Mode
string
Shipment Status
string
Parties involved
string | null
Total shipment cost per unit
number | null
Total shipment CO2e emissions per unit (kg)
number | null
{key}