SPLIT Trendyol - splits shipment package into multiple new packages, each with its own shipment ID and tracking number, allowing items or quantities to be distributed across separate physical parcels.
The SPLIT extra service must be enabled on the Innoship portal
A business rule is recommended to activate it only when required ( see below example with custom attributes)
Each parcel must include Articles data with quantity and ArticleReferences.LineId as mandatory fields.
Since the SPLIT operation is asynchronous on Trendyol's side, a retry policy can be configured in the Trendyol setup window to handle delayed responses.
{
'ServiceId': 1,
'CourierId': 213,
'ShipmentDate': '2026-05-27T00:00:00+00:00',
'ShipmentDateEnd': '0001-01-01T00:00:00+00:00',
'AddressTo': {
'Name': 'test test',
'ContactPerson': 'test test ',
'Country': 'RO',
'CountyName': 'Botosani',
'LocalityName': 'Parau Negru',
'AddressText': 'Strada Principala Nr. 510',
'PostalCode': '717263',
'Phone': '',
'Email': 'pf+562yx9v9@trendyolmail.com'
},
'Payment': 1,
'Content': {
'EnvelopeCount': 0,
'ParcelsCount': 2,
'PalettesCount': 0,
'TotalWeight': 1.3,
'Contents': 'L25364',
'Package': 'box',
'OversizedPackage': false,
'Parcels': [
{
'SequenceNo': 1,
'Size': {
'Width': 10,
'Height': 10,
'Length': 10
},
'Weight': 3,
'Type': 2,
'Reference1': '5884857',
'Articles': [
{
'Quantity': 2,
'Description': 'Plite',
'ArticleReferences': {
'LineId': '10263915'
}
},
{
'Quantity': 2,
'Description': 'Radio',
'ArticleReferences': {
'LineId': '10263914'
}
}
]
},
{
'SequenceNo': 2,
'Size': {
'Width': 10,
'Height': 10,
'Length': 10
},
'Weight': 3,
'Type': 2,
'Reference1': '5884857',
'Articles': [
{
'Quantity': 1,
'Description': 'Radio',
'ArticleReferences': {
'LineId': '10263914'
}
}
]
}
]
},
'Extra': {
'BankRepaymentAmount': 0,
'DeclaredValueAmount': 0,
'DeclaredValueAmountCurrency': '',
'OpenPackage': false,
'SaturdayDelivery': false,
'InsuranceAmount': 0,
'Reference1': '',
'Reference2': '',
'Reference3': '',
'Reference4': '',
'ReturnOfDocuments': false,
'ReturnOfDocumentsComment': '',
'ReturnPackage': false
},
'Parameters': {
'Async': false,
'GetParcelsBarcodes': true,
'IncludeCourierResponse': false,
'IncludePriceBreakdown': false,
'IncludeAddressInResponse': false,
'ConsolidateOrder': false,
'IgnoreNotifications': false,
'ImportExternalOrder': false,
'OverwriteLocationAddressWithSenderDetails': false
},
'ExternalClientLocation': 'ExternalClientLocation',
'ExternalOrderId': '11270298847',
'Metadata': '',
'SourceChannel': 'WMS',
'Observation': 'EFI044955 / 11270298847-3878223907',
'CustomAttributes': {
'Trendyol': 'SPLIT'
}
}