aboutsummaryrefslogtreecommitdiffstats
path: root/testdata/reprintreq.json
blob: 75544cd38196ef8813c31d115cfa1f9ccdb2ad90 (plain) (blame)
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
{
  "contact_email": "test@test.com",
  "external_id": "demo-time",
  "line_items": [
    {
      "external_id": "item-reference-1",
      "printable_id": "11606ab3-9355-46d3-ae90-338db6f5d271",
      "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"
}