You just need to send a JSON array of order items- e.g.
[
{
"type":"4x6",
"url":"https://..."
},
{
"type":"5x7",
"url":"https://..."
}
]
Modified on: Thu, 19 Sep, 2019 at 3:59 PM
You just need to send a JSON array of order items- e.g.
[
{
"type":"4x6",
"url":"https://..."
},
{
"type":"5x7",
"url":"https://..."
}
]
Did you find it helpful? Yes No
Send feedback