curl -X POST 'https://www.artelo.io/api/open/orders/price-check' \
-H 'Authorization: Bearer your-token' \
-d '{
"orderId": "sample-id",
"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": {
"canvasDesignedFor": "ExactCut",
"canvasBorderStyle": "None",
"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
}
],
"branding": {
"insertId": "e7c7b7d7-d8d5-4f9a-a3a5-b8a8c3d3c2c1",
"stickerId": "e7c7b7d7-d8d5-4f9a-a3a5-b8a8c3d3c2c1",
"insertPlacement": "PerOrder",
"stickerPlacement": "PerOrder"
}
}'