Features

Approved orders go straight to your ERP

Once an order passes review, Sheetwise pushes a production order to your ERP and shows the customer every status your ERP sends back. Nobody re-keys a job ticket.

An outbox, not fire-and-forget

When an order is confirmed or cancelled, the event is queued in the same database transaction, so an order can never be approved without its push being recorded. A worker delivers the queue to your endpoint.

  • Failed deliveries retry with exponential back-off.
  • Every attempt is logged with status: pending, success or failed.
  • Staff can re-push any order by hand from the order page.

Signed in both directions

Each workspace has its own receiving URL and a signing secret generated in the admin console. Pushes carry an HMAC signature your ERP verifies; write-backs carry one that Sheetwise verifies. Every write-back is stored.

Status flows back to the customer

Your ERP reports two milestones: in production, and shipped with a tracking number. They appear on the customer's order page and in the order log, so customers stop calling to ask.

Works before your ERP is ready

Integration is optional and per workspace. Until you configure an endpoint, orders flow normally and the pushes wait in the queue; once configured, the backlog is delivered automatically. A small receiver script is included for integration testing before your ERP team wires up the real endpoint.

Frequently asked questions

Which ERP systems are supported?

Any system that can accept an HTTPS POST with a JSON body and verify an HMAC signature. Field mapping is done on the ERP side or in a small middleware, which is how most print ERPs are integrated.

What does the production order contain?

The order number, customer, each item's full specification and quantity, the price, and links to the uploaded artwork. Internal cost lines are not sent unless you ask for them.

What happens if our ERP is down?

The push fails, is retried with back-off, and stays visible as failed until it succeeds or someone re-pushes it. Orders are never lost.

See it with your own products

Open a workspace in a minute. It comes with a full set of default pricing parameters, so you can quote a carton before you configure anything.

Keep reading