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.

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.