curl -X POST 'https://www.artelo.io/api/open/orders/create' \
-H 'Authorization: Bearer your-token' \
-d '{
"channelName": "Walmart",
"companyName": "Custom Company LLC",
"branding": {
"insertId": "e7c7b7d7-d8d5-4f9a-a3a5-b8a8c3d3c2c1",
"stickerId": "e7c7b7d7-d8d5-4f9a-a3a5-b8a8c3d3c2c1",
"insertPlacement": "PerOrder",
"stickerPlacement": "PerOrder"
},
"createdAt": "2024-09-30T13:56:29.057Z",
"currency": "USD",
"customerAddress": {
"city": "Miami",
"country": "US",
"email": "john@doe.com",
"phone": "+15551234567",
"company": "Acme Co.",
"name": "John Doe",
"state": "Florida",
"street1": "No 1 rosbridge street",
"zipcode": "90110"
},
"items": [
{
"arteloProductId": "9019ec20-a391-4ae9-aa86-1ac2a2edd076",
"orderItemId": "test-id",
"productInfo": {
"catalogProductId": "IndividualArtPrint",
"frameColor": "BlackMetal",
"includeFramingService": false,
"includeHangingPins": false,
"includeMats": false,
"orientation": "Horizontal",
"paperType": "ArchivalMatteFineArt",
"size": "x10x10",
"designs": [
{
"fitOptions": {},
"imageId": "image-id",
"overrides": {
"height": 400,
"rotation": 30,
"width": 400,
"x": 0,
"y": 0
},
"sourceImage": {
"url": "https://sample.com/x.png"
}
}
]
},
"quantity": 1,
"unitPrice": 10
}
],
"orderId": "sample-id",
"isTestOrder": false,
"total": 10
}'{
"channelName": null,
"companyName": null,
"createdAt": "2024-09-30T13:56:29.057Z",
"currency": "USD",
"customerAddress": {
"company": "Acme Inc.",
"city": "Miami",
"countryCode": "US",
"id": "address-id",
"name": "John Doe",
"email": "john@doe.com",
"phone": "+15551234567",
"state": "Florida",
"street1": "No 1 rosbridge street",
"street2": "#123",
"zipcode": "900110"
},
"details": {
"amountRefunded": 0,
"arteloShipping": 10,
"branding": 1,
"wholesaleDiscount": 0,
"gst": 1,
"hst": 1,
"productionCost": 5,
"pst": 1,
"usSalesTax": 0
},
"id": "de14efbe-daec-4e2d-b967-80ca9a5f9c17",
"insertPlacement": "PerOrder",
"insertId": "e7c7b7d7-d8d5-4f9a-a3a5-b8a8c3d3c2c1",
"instructions": "Handle it with care",
"orderId": "this-is-the-order",
"orderItems": [
{
"arteloProductId": "a63d3478-9401-4046-9057-40abdabdc8ef",
"orderItemId": "item-001",
"isPersonalizable": false,
"details": {
"amountRefunded": 0,
"arteloShipping": 10,
"branding": 1,
"wholesaleDiscount": 0,
"gst": 1,
"hst": 1,
"productionCost": 5,
"pst": 1,
"usSalesTax": 0
},
"product": {
"catalogProductId": "IndividualArtPrint",
"frameColor": "BlackMetal",
"frameStyle": "Metal",
"includeFramingService": true,
"includeHangingPins": true,
"includeMats": true,
"orientation": "Horizontal",
"paperStyle": "FineArt",
"paperType": "ArchivalMatteFineArt",
"size": "x10x10"
},
"quantity": 10
}
],
"shipments": [],
"status": "Received",
"stickerPlacement": "PerUnit",
"stickerId": "e7c7b7d7-d8d5-4f9a-a3a5-b8a8c3d3c2c1"
}