Download OpenAPI specification:Download
API to send orders from ECOMMERCE website to UVPrinting factory
Send an order to UVPrinting system
| x-api-key required | string |
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 |
{- "id": "AAA-000-001",
- "date": "198772 (timestamp)",
- "quantity": 7,
- "product": 10,
- "zones": {
- "zone_index": 0,
- "artwork": 2,
- "color": 0,
- "text": "Text",
- "text_color": 0,
- "text_font": "Arial Regular"
}
}