ShipmentFromCourier
Introduzione
Specifiche chiamata
Esempio payload
{
"client_id" : 2,
"instance" : "testbed",
"courier" : 104,
"shipment_number" : "123456789",
"reference_1" : 11223,
"reference_2": "11223",
"parcels" : 1,
"status" : "PU",
"weight": 2.5,
"volume": 0.005,
"service": "N",
"insurance": 0.0,
"cod": 0.0,
"parcel_details": [
{
"barcode": "12345",
"weight": 2.5,
"volume": 0.005,
"height": 10,
"length": 10,
"width": 10,
"type": "crt"
}
],
"sender_info": {
"name": "test",
"address": "via delle Glorie 5",
"city": "Alessandria",
"zipcode": "15121",
"state": "AL",
"country": "IT",
"phone": "1231212123",
"mail": "[email protected]"
},
"recipient_info": {
"name": "test",
"address": "via delle rose 14",
"city": "Milano",
"zipcode": "20121",
"state": "MI",
"country": "IT",
"phone": "1231212123",
"mail": "[email protected]"
},
"order_id": 4743
}Definizione campi
Headers
Name
Type
Description
Request Body
Name
Type
Description
Address Object
Name
Type
Description
Parcel_data Object
Name
Type
Description
Esempi di codice
PHP
Python
C#
Curl
Limitazioni
Last updated
Was this helpful?
