Download OpenAPI specification:
This API provides functionalities related to parcel management. It allows users or systems to create new parcels, generate labels and track their history.
| accountID required | string Account ID that was provided during account creation. |
| orderID required | string |
| marketplaceOrderID required | string This identifier is used to uniquely identify an order within a marketplace, eq. Emag or Skroutz. In case there is no marketplace involved, please use NONE |
| marketplaceType | string Enum: "NONE" "EMAG" "SKROUTZ" "ALLEGRO" "PEPITA" "FASHION_DAYS" "JOOM" "DECATHLON" "TEMU" Required if marketplaceOrderID is present. |
| deliveryType required | string Enum: "COURIER" "EASYBOX" "SAMEDAY_LOCKER" "FAN_COURIER_LOCKER" |
required | object (Address) |
required | Array of objects (ParcelData) For every entry there will be generated different package number. |
| value required | number <double> Value can't be negative. WARNING: For HU orders there cannot be decimal point in any values. Their currency doesn't use decimal point. All values has to be rounded down. In case of EMAG/FASHION_DAYS marketplaces, value cannot be greater then order value. |
| valueCurrency required | string |
| codValue required | number <double> If there is no COD for order, please enter 0. Value can't be negative. WARNING: For HU orders there cannot be decimal point in any values. Their currency doesn't use decimal point. All values has to be rounded down. In case of EMAG/FASHION_DAYS marketplaces, value cannot be greater then order value. |
| codCurrency | string Required if codValue is present. |
| insuranceValue required | number <double> If there is no insurance for package, please enter 0. Value can't be negative. |
| insuranceCurrency | string Required if insuranceValue is present. WARNING: For HU orders there cannot be decimal point in any values. Their currency doesn't use decimal point. All values has to be rounded down. |
| platformSource | string Platform from which data is sent. For proper value please contact our support. |
{- "accountID": "string",
- "orderID": "string",
- "marketplaceOrderID": "string",
- "marketplaceType": "NONE",
- "deliveryType": "COURIER",
- "address": {
- "fullname": "string",
- "company": "string",
- "companyNumber": "string",
- "street": "string",
- "streetNumber": "string",
- "postcode": "string",
- "additionalAddressData": "string",
- "city": "string",
- "region": "string",
- "countryCode": "string",
- "email": "string",
- "phone": "string",
- "pickupPointID": "string"
}, - "parcels": [
- {
- "weight": 0,
- "length": 0,
- "width": 0,
- "height": 0,
- "sku": "string",
- "ean": "string",
- "itemDescription": "string"
}
], - "value": 0.1,
- "valueCurrency": "string",
- "codValue": 0.1,
- "codCurrency": "string",
- "insuranceValue": 0.1,
- "insuranceCurrency": "string",
- "platformSource": "string"
}{- "success": true,
- "error": {
- "code": "string",
- "description": "string"
}, - "parcelNumberList": [
- "string"
]
}| parcelNumber required | string |
{- "parcelNumber": "string"
}{- "success": true,
- "error": {
- "code": "string",
- "description": "string"
}
}| parcelNumber required | string |
| loadAllLabelsFromTransport | boolean |
| labelFormat | string Enum: "ZPL" "PDF" |
{- "parcelNumber": "string",
- "loadAllLabelsFromTransport": true,
- "labelFormat": "ZPL"
}{- "success": true,
- "error": {
- "code": "string",
- "description": "string"
}, - "parcelDataBase64": "string",
- "zplDataBase64": "string"
}| waybillNumber required | string |
{- "success": true,
- "error": {
- "code": "string",
- "description": "string"
}, - "parcelInformation": {
- "waybillNumber": "string",
- "orderID": "string",
- "marketplaceOrderID": "string",
- "marketplaceType": "NONE",
- "address": {
- "fullname": "string",
- "company": "string",
- "companyNumber": "string",
- "street": "string",
- "streetNumber": "string",
- "postcode": "string",
- "additionalAddressData": "string",
- "city": "string",
- "region": "string",
- "countryCode": "string",
- "email": "string",
- "phone": "string",
- "pickupPointID": "string"
}, - "weight": 0,
- "length": 0,
- "width": 0,
- "height": 0,
- "creationDate": "2019-08-24T14:15:22Z"
}
}Supported countries: RO, HU
| countryCode required | string |
{- "success": true,
- "error": {
- "code": "string",
- "description": "string"
}, - "parcelLockerDataList": [
- {
- "name": "string",
- "lockerId": "string",
- "country": "string",
- "countryId": "string",
- "region": "string",
- "regionId": "string",
- "city": "string",
- "cityId": "string",
- "address": "string",
- "postalCode": "string",
- "latitude": "string",
- "longitude": "string",
- "parcelLockerType": "EASYBOX"
}
]
}| parcelNumbers required | Array of strings |
{- "parcelNumbers": [
- "string"
]
}{- "success": true,
- "error": {
- "code": "string",
- "description": "string"
}, - "statusDataList": [
- {
- "parcelNumber": "string",
- "statusHistoryList": [
- {
- "parcelNumber": "string",
- "code": "string",
- "description": "string",
- "creationDate": "2019-08-24T14:15:22Z"
}
]
}
]
}| accountID required | string |
| date required | string <date> Date in format yyyy-MM-dd |
{- "accountID": "string",
- "date": "2019-08-24"
}{- "success": true,
- "error": {
- "code": "string",
- "description": "string"
}, - "returnedWaybillsList": [
- "string"
]
}| parcelNumber required | string |
{- "parcelNumber": "string"
}{- "success": true,
- "error": {
- "code": "string",
- "description": "string"
}
}