1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
{
"contact_email": "test@test.com",
"external_id": "demo-time",
"line_items": [
{
"external_id": "item-reference-1",
"cover": "https://www.dropbox.com/s/7bv6mg2tj0h3l0r/lulu_trade_perfect_template.pdf?dl=1&raw=1",
"interior": "https://www.dropbox.com/s/r20orb8umqjzav9/lulu_trade_interior_template-32.pdf?dl=1&raw=1",
"pod_package_id": "0600X0900.BW.STD.PB.060UW444.MXX",
"quantity": 30,
"title": "My Book"
}
],
"production_delay": 120,
"shipping_address": {
"city": "Lübeck",
"country_code": "DE",
"name": "Hans Dampf",
"phone_number": "844-212-0689",
"postcode": "23552",
"state_code": "",
"street1": "Holstenstr. 40",
"street2": "",
"email": "",
"title": "",
"is_business": false,
"organization": "",
"recipient_tax_id": ""
},
"shipping_level": "MAIL"
}
|