diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-05-21 14:40:50 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-05-21 14:40:50 -0400 |
| commit | 4370a8133c8e9c870d7d2c659f27ac655896eec0 (patch) | |
| tree | a36bfb14030c6a01a9753aa0162c06d5c175fcfd /testdata/costreq.json | |
| parent | 473bfaddb6acd44e208406a224d75b75fdf9ec97 (diff) | |
| download | lulu-4370a8133c8e9c870d7d2c659f27ac655896eec0.zip | |
shorten client method names; implement order cancelation
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 |