From dd3522ca4e091f0fa2cda9b5f7f473444274dfc9 Mon Sep 17 00:00:00 2001 From: Dan Milne Date: Fri, 25 Oct 2019 15:16:08 +1100 Subject: [PATCH] Add test data file --- test/data/get_item_bad_contributor.json | 176 ++++++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 test/data/get_item_bad_contributor.json diff --git a/test/data/get_item_bad_contributor.json b/test/data/get_item_bad_contributor.json new file mode 100644 index 0000000..89b6d4d --- /dev/null +++ b/test/data/get_item_bad_contributor.json @@ -0,0 +1,176 @@ +{ + "ItemsResult": { + "Items": [ + { + "ASIN": "055357342X", + "DetailPageURL": "https://www.amazon.co.uk/dp/055357342X?tag=bookie0a-21&linkCode=ogi&th=1&psc=1", + "Images": { + "Primary": { + "Large": { + "Height": 500, + "URL": "https://m.media-amazon.com/images/I/51e6nhYq5TL.jpg", + "Width": 305 + } + } + }, + "ItemInfo": { + "ByLineInfo": { + "Contributors": [ + { + "Locale": "en_GB", + "Name": ".", + "Role": "Author" + } + ], + "Manufacturer": { + "DisplayValue": "Non Basic Stock Line", + "Label": "Manufacturer", + "Locale": "en_GB" + } + }, + "ContentInfo": { + "Languages": { + "DisplayValues": [ + { + "DisplayValue": "English", + "Type": "Published" + }, + { + "DisplayValue": "English", + "Type": "Original Language" + }, + { + "DisplayValue": "English", + "Type": "Unknown" + } + ], + "Label": "Language", + "Locale": "en_GB" + }, + "PagesCount": { + "DisplayValue": 1216, + "Label": "NumberOfPages", + "Locale": "en_US" + }, + "PublicationDate": { + "DisplayValue": "2003-03-31T00:00:01Z", + "Label": "PublicationDate", + "Locale": "en_US" + } + }, + "ExternalIds": { + "EANs": { + "DisplayValues": [ + "9780553573428", + "8601419066322" + ], + "Label": "EAN", + "Locale": "en_US" + }, + "ISBNs": { + "DisplayValues": [ + "055357342X", + "9780553573428" + ], + "Label": "ISBN", + "Locale": "en_US" + } + }, + "ManufactureInfo": { + "ItemPartNumber": { + "DisplayValue": "2606220", + "Label": "PartNumber", + "Locale": "en_US" + } + }, + "ProductInfo": { + "ItemDimensions": { + "Height": { + "DisplayValue": 6.79, + "Label": "Height", + "Locale": "en_GB", + "Unit": "Inches" + }, + "Length": { + "DisplayValue": 4.15, + "Label": "Length", + "Locale": "en_GB", + "Unit": "Inches" + }, + "Weight": { + "DisplayValue": 1.1, + "Label": "Weight", + "Locale": "en_GB", + "Unit": "Pounds" + }, + "Width": { + "DisplayValue": 1.84, + "Label": "Width", + "Locale": "en_GB", + "Unit": "Inches" + } + }, + "ReleaseDate": { + "DisplayValue": "2003-03-31T00:00:01Z", + "Label": "ReleaseDate", + "Locale": "en_US" + }, + "UnitCount": { + "DisplayValue": 1, + "Label": "NumberOfItems", + "Locale": "en_US" + } + }, + "Title": { + "DisplayValue": "A Storm of Swords: 3 (Song of Ice and Fire)", + "Label": "Title", + "Locale": "en_GB" + } + }, + "Offers": { + "Listings": [ + { + "Availability": { + "Message": "In stock." + }, + "Condition": { + "SubCondition": { + "Value": "Good" + }, + "Value": "Used" + }, + "DeliveryInfo": { + "IsAmazonFulfilled": false, + "IsFreeShippingEligible": false, + "IsPrimeEligible": false + }, + "Id": "qEdfDwnCbF1NN%2BoQaXjEqwhIlFU7YWAAbBQQwHwmcADHFnoCIv5Togd4trXxwSzuMkkctQROwxy%2FU6ji1KMHtObuOdTk%2Bj6nsFYvij%2F2qZE2XlsDsmnX8Lp1w4ySASam7wCQy5XDtxA7Rt%2BWtYWS0NMRzYw0C9lU", + "MerchantInfo": { + "DefaultShippingCountry": "GB", + "Id": "A2P4VIAF254M7F", + "Name": "The Cotswold Library" + }, + "Price": { + "Amount": 3.44, + "Currency": "GBP", + "DisplayAmount": "£3.44", + "Savings": { + "Amount": 6.55, + "Currency": "GBP", + "DisplayAmount": "£6.55 (66%)", + "Percentage": 66 + } + }, + "SavingBasis": { + "Amount": 9.99, + "Currency": "GBP", + "DisplayAmount": "£9.99" + }, + "ViolatesMAP": false + } + ] + } + } + ] + } +} \ No newline at end of file