From 4370a8133c8e9c870d7d2c659f27ac655896eec0 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Thu, 21 May 2026 14:40:50 -0400 Subject: shorten client method names; implement order cancelation --- testdata/costreq.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 testdata/costreq.json (limited to 'testdata/costreq.json') 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 -- cgit v1.2.3