diff options
Diffstat (limited to 'testdata/costreq.json')
| -rw-r--r-- | testdata/costreq.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/testdata/costreq.json b/testdata/costreq.json new file mode 100644 index 0000000..d521f77 --- /dev/null +++ b/testdata/costreq.json @@ -0,0 +1,23 @@ +{ + "line_items": [ + { + "page_count": 32, + "pod_package_id": "0600X0900.BW.STD.PB.060UW444.MXX", + "quantity": 20 + }, + { + "page_count": 324, + "pod_package_id": "0425X0687.BW.STD.PB.060UW444.GXX", + "quantity": 200 + } + ], + "shipping_address": { + "city": "Lübeck", + "country_code": "DE", + "postcode": "23552", + "state_code": "", + "street1": "Holstenstr. 40", + "phone_number": "844-212-0689" + }, + "shipping_option": "EXPRESS" +}
\ No newline at end of file |