Cargo Invoice Details

Cargo Invoice Details

You can access the details of the cargo invoices issued by Trendyol to the sellers through this service.

-How do I find the serial number of the Shipping Invoice?

The "Id" value of the records whose transactionType value is "Kargo Faturası" or "Kargo Fatura" from the fields in the data returned from the transactionType='DeductionInvoices' response over the Current Account Statement Integration is the "invoiceSerialNumber" value.

GET cargo-invoice

Example Service Response

{
    "page": 0,
    "size": 500,
    "totalPages": 1,
    "totalElements": 25,
    "content": [
        {
            "shipmentPackageType": "Gönderi Kargo Bedeli",
            "parcelUniqueId": 7260001151141191,
            "orderNumber": "2111681160",
            "amount": 34.24,
            "desi": 1
        },
        {
            "shipmentPackageType": "İade Kargo Bedeli",
            "parcelUniqueId": 7265609146531138,
            "orderNumber": "2111161312",
            "amount": 34.24,
            "desi": 1
        }
    ]
}