Ecommerce Orders API (1.0.0)

Download OpenAPI specification:Download

API to send orders from ECOMMERCE website to UVPrinting factory

Order

Order route

Send an order to UVPrinting system

Send an order to UVPrinting system

header Parameters
x-api-key
required
string
Request Body schema: application/json
required

Send an order to UVPrinting system

id
string

Unique identifier for the order.

date
integer <int32>

Order creation time in number of seconds elapsed since January 1st, 1970 at UTC.

quantity
integer <uint32>
product
integer <int32>

This value should correspond to a product ID.

Array of objects (PrintingZone)

Product's printing zones

Responses

Request samples

Content type
application/json
{
  • "id": "AAA-000-001",
  • "date": "198772 (timestamp)",
  • "quantity": 7,
  • "product": 10,
  • "zones": {
    }
}