Product Planning - Import Sample

📄 Documentation Import

This file contains a list of embroidery orders. Each order includes metadata and one or more sub-orders with textile and embroidery details.


🔹 Top-level Structure

Each order contains the following fields:


🔹 SubOrders

Each SubOrder describes a textile item and contains:


🔹 EmbroideryPosition

Each embroidery position may contain the following information:


📝 Example Orders

🧾 Order 1


🧾 Order 2


📝 Json Example: orderlistSample.json


[
  {
    "Id": "STC65245015",
    "Reference": "30",
    "DeliveryDate": "30.11.2024 15:59:13",
    "Priority": 2,
    "Quality": "Fine",
    "SubOrders": [
      {		
		"EmbroideryPosition":[
		  {
			"FilePath": "C:\\Data\\SpringFlower03.Z00",
			"Position" : "back",
		  },		
		  {
			"FilePath": "C:\\Data\\TeamNames.DST",
			"NasFilePath": "C:\\Data\\TeamNames.NAS",
			"Position" : "left chest",
			"TeamNames" : true,
			"MockupFilePath": "C:\\Data\\TeamNames.png",
		  },
		],
        "Textile": "Blue T-Shirt",
		"TextileReference" : "AA321343M",
        "Amount": 10,
        "FrameType": "1"
      }
    ]
  },
  {
    "Id": "OZU94162800",
    "Reference": "31",
    "DeliveryDate": "30.11.2024 15:59:13",
    "Priority": 1,
    "Quality": "Coarse",
    "SubOrders": [
      {
        "EmbroideryPosition":[
		  {
			"FilePath": "C:\\Data\\SpringFlower03.Z00",
			"NasFilePath": "C:\\Data\\SpringFlower03.NAS",
			"Position" : "back",
			"MockupFilePath": "C:\\Data\\SpringFlower03.png",
		  },		
		],
        "Textile": "Green T-Shirt",
		"TextileReference" : "AA34443M",
        "Amount": 14,
        "FrameType": "1"
      },
      {
		"EmbroideryPosition":[
		  {
			"FilePath": "C:\\Data\\chef-restaurant-logo.Z00",
			"Position" : "chest",
		  },		
		],
        "Textile": "Green T-Shirt",
		"TextileReference" : "AA34443M",
        "Amount": 12,
        "FrameType": "1"
      },
    ]
  }
]