Gelişmiş Paket Ekle
POST
/api/consignment/package/advance
Parameters
Header Parameters
Authorization*
API anahtarı
Typestring
RequiredExample
"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImlhdCI6MTUxNjIzOTAyMn0.KMUFsIDTnFmyG3nMiGM6H9FNFUROf3wh7SmqJp-QV30"Request Body
application/json
JSON
{
"organizationId": null,
"description": "ACIKLAMA",
"comment": "",
"referenceNumbers": [
"REF1"
],
"carrierId": 1,
"packages": [
{
"length": 10,
"size": 10,
"height": 10,
"weight": 10
}
],
"typeId": 2,
"taxNumber": "",
"currencyId": 1,
"exportCodeId": 10,
"products": [
{
"description": "ACIKLAMA",
"hsCode": "121212",
"piece": 1,
"unitPrice": 10,
"originCountryCode": "US",
"unitOfMeasure": {
"code": "PCS",
"name": "Parça / Adet"
}
}
],
"freight": 0,
"discount": 0,
"other": 0,
"isRecipientCompany": false,
"taxIdentificationNumber": "",
"recipientAddress": {
"countryId": 3,
"firstName": "SEFA",
"lastName": "ICIN",
"company": "SEFA",
"email": "",
"phone": "",
"zipCode": "10001",
"state": "NY",
"city": "NEW YORK",
"address1": "TEST1",
"address2": ""
},
"singlePointImportId": 12,
"isDiffBillingAddress": false,
"billingAddress": {
"countryId": 3,
"firstName": "SEFA",
"lastName": "ICIN",
"company": "SEFA",
"email": "",
"phone": "",
"zipCode": "10001",
"state": "NY",
"city": "NEW YORK",
"address1": "TEST1",
"address2": ""
}
}
Responses
Gelişmiş Paket Eklendi
application/json
JSON
{
"id": 2102,
"type": {
"id": 2,
"slug": "PACKAGE",
"name": "Paket"
},
"status": {
"id": 2,
"slug": "ADDED_UPS",
"name": "Oluşturuldu"
},
"createdAt": "2025-11-25T10:24:19+00:00",
"updatedAt": "2025-11-25T10:24:19+00:00",
"currency": {
"id": 1,
"name": "US dollar",
"code": "USD",
"updatedAt": "2025-11-21T18:24:03+00:00",
"rate": 1
},
"exportCode": {
"id": 10,
"name": "Sale",
"code": "02"
},
"freight": 0,
"discount": 0,
"other": 0,
"trackingNumber": "1ZXXXXXXXXXXXXH4ZV",
"barcode": "2511168630",
"trackingUrl": "https://www.ups.com/track?loc=tr_TR&requester=ST/trackdetails&tracknum=1ZXXXXXXXXXXXXH4ZV",
"description": "ASD",
"packages": [
{
"id": 8577,
"desi": 12,
"size": 12,
"height": 12,
"length": 12,
"weight": 12,
"trackingNumber": "1ZXXXXXXXXXXXXH4ZV",
"activityStatus": {
"id": 3,
"slug": "M",
"name": "Manifest"
},
"defaultAdditionalFees": [
]
}
],
"activityStatus": {
"id": 3,
"slug": "M",
"name": "Manifest"
},
"recipientAddress": {
"id": 3963,
"firstName": "SELMA",
"lastName": "FAZLIC",
"company": "",
"email": "",
"phone": "1111111111",
"zipCode": "840477865",
"state": "UT",
"city": "MIDVALE",
"address1": "8355 S SKY MIRROR LN M 101",
"address2": "",
"country": {
"id": 3,
"code": "US",
"name": "Amerika Birleşik Devletleri",
"flagW40": "https://cdn.zemlog.com/flags/w40/us.png",
"flagW20": "https://cdn.zemlog.com/flags/w20/us.png",
"phoneCode": "+1",
"isUpsService": true,
"isGuarantee": false
}
},
"senderAddress": {
"id": 3964,
"firstName": "AHMET",
"lastName": "AYDOGDU",
"company": "GOOGLE",
"email": "string",
"phone": "5342663555",
"zipCode": "06590",
"state": "ANKARA",
"city": "ANKARA",
"address1": "KIZILIRMAK MAH. NO: 23",
"address2": "ISCI BLOKLARI",
"country": {
"id": 234,
"code": "TR",
"name": "Türkiye",
"phoneCode": "+90",
"isUpsService": true,
"isGuarantee": false,
"flagW40": "https://cdn.zemlog.com/flags/w40/tr.png",
"flagW20": "https://cdn.zemlog.com/flags/w20/tr.png"
}
},
"taxNumber": "",
"remoteAreaPrice": 0,
"referenceNumbers": [
"string"
],
"taxIdentificationNumber": null,
"peakPrice": 6,
"billingAddress": null,
"orderData": null,
"comment": null,
"isGuarantee": false,
"isOutsource": false,
"freightPrice": 51.48,
"organization": {
"id": 1,
"name": "ABC"
},
"singlePointImport": {
},
"products": [
{
"id": 2022,
"hsCode": "121212",
"description": "ASD",
"piece": 1,
"unitPrice": 1,
"unitOfMeasure": {
"id": 29,
"name": "Parça / Adet",
"code": "PCS"
},
"originCountry": {
"id": 2,
"code": "DE",
"name": "Almanya"
}
}
]
}
