Order To Shipment
Creazione spedizione da un ordine
Creazione spedizione da un Ordine
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"status": "OK",
"order_ref": "FC3926207",
"label_jpg": [
"base64 label string"
],
"label_pdf": [
"base64 label string"
],
"label_zpl": [
"ZPL label string"
]
}{
"status": "ERROR",
"error_description": "Ordine non trovato",
"order_ref": "WrongRif"
}{
"status": "ERROR",
"error_description": "Dati ordine non presenti o in formato sbagliato",
"order_ref": ""
}Snippets codice di esempio
Last updated
Was this helpful?
