From 7c33cabfb815ab46e777ea61748e1a4bf5830a22 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 20 May 2026 17:10:18 -0400 Subject: add order ERROR status --- status.go | 1 + 1 file changed, 1 insertion(+) (limited to 'status.go') diff --git a/status.go b/status.go index ed9824c..e298461 100644 --- a/status.go +++ b/status.go @@ -15,6 +15,7 @@ const ( OrderDelivered OrderStatus = "DELIVERED" // Print-Job has been delivered by the carrier. This is supported by USPS, FedEx, and UPS. OrderRejected OrderStatus = "REJECTED" // When there is a problem with the input data or the file, Lulu will reject a Print-Job with a detailed error message. Please contact our experts if you need help in resolving this issue. OrderCanceled OrderStatus = "CANCELED" // You can cancel a Print-Job as long as it is “unpaid” using an API request to the status endpoint. In rare cases, Lulu might also cancel a Print-Job if a problem has surfaced in production and the order cannot be fulfilled. + OrderError OrderStatus = "ERROR" ) type ItemStatus string -- cgit v1.2.3