API di Stampa Libri per Sviluppatori

    • API REST completa con risposte JSON
    • Webhook in tempo reale per aggiornamenti ordini
    • Ambiente sandbox per test
    • Supporto tecnico diretto
    • Consegna mondiale
    POST /v1/orders200 OK
    {
      "product": "hardcover",
      "quantity": 1,
      "destination": {
        "country": "NL",
        "city": "Den bosch"
      },
      "files": [{
        "url": "https://...",
        "pages": "100"
      }],
      "options": {
        "paper": "silk 115 gsm",
        "binding": "perfect bound"
      }
    }

    Risposta

    {
      "order_id": "ord_8x9y2z",
      "status": "processing",
      "estimated_delivery": "2024-01-15"
    }