From 256d7e54ae38922aa8bc369522f5d03eb3e2ea92 Mon Sep 17 00:00:00 2001 From: Hakan Ensari Date: Fri, 1 Nov 2024 13:00:28 +0100 Subject: [PATCH] Fix namespace in tests --- test/peddler/apis/feeds_2021_06_30_test.rb | 2 +- .../apis/listings_items_2021_08_01_test.rb | 2 +- .../listings_restrictions_2021_08_01_test.rb | 2 +- test/peddler/apis/notifications_v1_test.rb | 2 +- test/peddler/apis/orders_v0_test.rb | 2 +- .../apis/product_pricing_2022_05_01_test.rb | 2 +- test/peddler/apis/product_pricing_v0_test.rb | 2 +- ...roduct_type_definitions_2020_09_01_test.rb | 2 +- test/peddler/apis/reports_2021_06_30_test.rb | 2 +- test/peddler/apis/sellers_v1_test.rb | 2 +- .../test_search_catalog_items.yml | 104 --------- .../test_search_catalog_items.yml | 203 +++++++++--------- .../Feeds20210630Test/test_create_feed.yml | 0 .../test_create_feed_document.yml | 0 .../Feeds20210630Test/test_get_feed.yml | 0 .../test_get_feed_document.yml | 0 .../test_delete_listings_item.yml | 0 .../test_get_listings_item.yml | 0 .../test_patch_listings_item.yml | 0 .../test_put_listings_item.yml | 0 .../test_get_listings_restrictions.yml | 0 .../test_get_destinations.yml | 0 .../test_get_subscription.yml | 0 .../OrdersV0Test/test_get_orders.yml | 0 .../test_get_competitive_summary.yml | 0 ...et_featured_offer_expected_price_batch.yml | 0 .../test_get_competitive_pricing.yml | 0 .../test_get_item_offers.yml | 0 .../test_get_item_offers_batch.yml | 0 .../ProductPricingV0Test/test_get_pricing.yml | 0 .../test_get_definitions_product_type.yml | 0 .../test_create_report.yml | 0 .../Reports20210630Test/test_get_report.yml | 0 .../test_get_report_document.yml | 0 .../Reports20210630Test/test_get_reports.yml | 0 .../test_get_marketplace_participations.yml | 0 .../test_get_marketplace_participations_.yml | 0 37 files changed, 111 insertions(+), 216 deletions(-) delete mode 100644 test/vcr_cassettes/Peddler/API/CatalogItems20220401Test/test_search_catalog_items.yml rename test/vcr_cassettes/Peddler/{API => APIs}/Feeds20210630Test/test_create_feed.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/Feeds20210630Test/test_create_feed_document.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/Feeds20210630Test/test_get_feed.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/Feeds20210630Test/test_get_feed_document.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/ListingsItems20210801Test/test_delete_listings_item.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/ListingsItems20210801Test/test_get_listings_item.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/ListingsItems20210801Test/test_patch_listings_item.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/ListingsItems20210801Test/test_put_listings_item.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/ListingsRestrictions20210801Test/test_get_listings_restrictions.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/NotificationsV1Test/test_get_destinations.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/NotificationsV1Test/test_get_subscription.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/OrdersV0Test/test_get_orders.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/ProductPricing20220501Test/test_get_competitive_summary.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/ProductPricing20220501Test/test_get_featured_offer_expected_price_batch.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/ProductPricingV0Test/test_get_competitive_pricing.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/ProductPricingV0Test/test_get_item_offers.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/ProductPricingV0Test/test_get_item_offers_batch.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/ProductPricingV0Test/test_get_pricing.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/ProductTypeDefinitions20200901Test/test_get_definitions_product_type.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/Reports20210630Test/test_create_report.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/Reports20210630Test/test_get_report.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/Reports20210630Test/test_get_report_document.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/Reports20210630Test/test_get_reports.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/SellersV1Test/test_get_marketplace_participations.yml (100%) rename test/vcr_cassettes/Peddler/{API => APIs}/SellersV1Test/test_get_marketplace_participations_.yml (100%) diff --git a/test/peddler/apis/feeds_2021_06_30_test.rb b/test/peddler/apis/feeds_2021_06_30_test.rb index c864d4b0..3f928c09 100644 --- a/test/peddler/apis/feeds_2021_06_30_test.rb +++ b/test/peddler/apis/feeds_2021_06_30_test.rb @@ -5,7 +5,7 @@ require "peddler/apis/feeds_2021_06_30" module Peddler - class API + module APIs class Feeds20210630Test < Minitest::Test include FeatureHelpers diff --git a/test/peddler/apis/listings_items_2021_08_01_test.rb b/test/peddler/apis/listings_items_2021_08_01_test.rb index 324584ab..b859c086 100644 --- a/test/peddler/apis/listings_items_2021_08_01_test.rb +++ b/test/peddler/apis/listings_items_2021_08_01_test.rb @@ -5,7 +5,7 @@ require "peddler/apis/listings_items_2021_08_01" module Peddler - class API + module APIs class ListingsItems20210801Test < Minitest::Test include FeatureHelpers diff --git a/test/peddler/apis/listings_restrictions_2021_08_01_test.rb b/test/peddler/apis/listings_restrictions_2021_08_01_test.rb index 4a8f5d18..589b5c61 100644 --- a/test/peddler/apis/listings_restrictions_2021_08_01_test.rb +++ b/test/peddler/apis/listings_restrictions_2021_08_01_test.rb @@ -5,7 +5,7 @@ require "peddler/apis/listings_restrictions_2021_08_01" module Peddler - class API + module APIs class ListingsRestrictions20210801Test < Minitest::Test include FeatureHelpers diff --git a/test/peddler/apis/notifications_v1_test.rb b/test/peddler/apis/notifications_v1_test.rb index a4af148e..ee281923 100644 --- a/test/peddler/apis/notifications_v1_test.rb +++ b/test/peddler/apis/notifications_v1_test.rb @@ -5,7 +5,7 @@ require "peddler/apis/notifications_v1" module Peddler - class API + module APIs class NotificationsV1Test < Minitest::Test include FeatureHelpers diff --git a/test/peddler/apis/orders_v0_test.rb b/test/peddler/apis/orders_v0_test.rb index e11f0ea5..8f781ac8 100644 --- a/test/peddler/apis/orders_v0_test.rb +++ b/test/peddler/apis/orders_v0_test.rb @@ -6,7 +6,7 @@ require "peddler/marketplace" module Peddler - class API + module APIs class OrdersV0Test < Minitest::Test include FeatureHelpers diff --git a/test/peddler/apis/product_pricing_2022_05_01_test.rb b/test/peddler/apis/product_pricing_2022_05_01_test.rb index 001cc197..eef9bc69 100644 --- a/test/peddler/apis/product_pricing_2022_05_01_test.rb +++ b/test/peddler/apis/product_pricing_2022_05_01_test.rb @@ -5,7 +5,7 @@ require "peddler/apis/product_pricing_2022_05_01" module Peddler - class API + module APIs class ProductPricing20220501Test < Minitest::Test include FeatureHelpers diff --git a/test/peddler/apis/product_pricing_v0_test.rb b/test/peddler/apis/product_pricing_v0_test.rb index 9c745115..2cfc9720 100644 --- a/test/peddler/apis/product_pricing_v0_test.rb +++ b/test/peddler/apis/product_pricing_v0_test.rb @@ -5,7 +5,7 @@ require "peddler/apis/product_pricing_v0" module Peddler - class API + module APIs class ProductPricingV0Test < Minitest::Test include FeatureHelpers diff --git a/test/peddler/apis/product_type_definitions_2020_09_01_test.rb b/test/peddler/apis/product_type_definitions_2020_09_01_test.rb index 9655d25a..c1a88ea8 100644 --- a/test/peddler/apis/product_type_definitions_2020_09_01_test.rb +++ b/test/peddler/apis/product_type_definitions_2020_09_01_test.rb @@ -5,7 +5,7 @@ require "peddler/apis/product_type_definitions_2020_09_01" module Peddler - class API + module APIs class ProductTypeDefinitions20200901Test < Minitest::Test include FeatureHelpers diff --git a/test/peddler/apis/reports_2021_06_30_test.rb b/test/peddler/apis/reports_2021_06_30_test.rb index 5314a4a3..209a5d28 100644 --- a/test/peddler/apis/reports_2021_06_30_test.rb +++ b/test/peddler/apis/reports_2021_06_30_test.rb @@ -5,7 +5,7 @@ require "peddler/apis/reports_2021_06_30" module Peddler - class API + module APIs class Reports20210630Test < Minitest::Test include FeatureHelpers diff --git a/test/peddler/apis/sellers_v1_test.rb b/test/peddler/apis/sellers_v1_test.rb index b289624f..68bd6697 100644 --- a/test/peddler/apis/sellers_v1_test.rb +++ b/test/peddler/apis/sellers_v1_test.rb @@ -5,7 +5,7 @@ require "peddler/apis/sellers_v1" module Peddler - class API + module APIs class SellersV1Test < Minitest::Test include FeatureHelpers diff --git a/test/vcr_cassettes/Peddler/API/CatalogItems20220401Test/test_search_catalog_items.yml b/test/vcr_cassettes/Peddler/API/CatalogItems20220401Test/test_search_catalog_items.yml deleted file mode 100644 index b8d3e7d5..00000000 --- a/test/vcr_cassettes/Peddler/API/CatalogItems20220401Test/test_search_catalog_items.yml +++ /dev/null @@ -1,104 +0,0 @@ ---- -http_interactions: - - request: - method: post - uri: https://api.amazon.com/auth/o2/token - body: - encoding: ASCII-8BIT - string: grant_type=refresh_token&refresh_token=FILTERED&client_id=FILTERED&client_secret=FILTERED - headers: - Connection: - - close - Content-Type: - - application/x-www-form-urlencoded - Host: - - api.amazon.com - User-Agent: - - http.rb/5.2.0 - response: - status: - code: 200 - message: OK - headers: - Server: - - Server - Date: - - Fri, 13 Sep 2024 14:38:16 GMT - Content-Type: - - application/json;charset=UTF-8 - Content-Length: - - "806" - Connection: - - close - X-Amz-Rid: - - H95CKRPCAFCRG4JH1MZE - X-Amzn-Requestid: - - b85e9344-20b9-4847-a66c-4b10bd658f07 - X-Amz-Date: - - Fri, 13 Sep 2024 14:38:16 GMT - Cache-Control: - - no-cache, no-store, must-revalidate - Pragma: - - no-cache - Vary: - - Content-Type,Accept-Encoding,User-Agent - Strict-Transport-Security: - - max-age=47474747; includeSubDomains; preload - body: - encoding: UTF-8 - string: '{"access_token":"FILTERED","refresh_token":"FILTERED","token_type":"bearer","expires_in":3600}' - recorded_at: Fri, 13 Sep 2024 14:38:12 GMT - - request: - method: get - uri: https://sellingpartnerapi-eu.amazon.com/catalog/2022-04-01/items?identifiers=188864544X&identifiersType=ASIN&includedData=summaries&marketplaceIds=A1F83G8C2ARO7P&pageSize=10 - body: - encoding: ASCII-8BIT - string: "" - headers: - Host: - - sellingpartnerapi-eu.amazon.com - User-Agent: - - Peddler/3.0.0.pre (Language=Ruby; Hakans-MacBook-Pro.local) - X-Amz-Access-Token: - - FILTERED - X-Amz-Date: - - 20240913T143812Z - Connection: - - close - response: - status: - code: 200 - message: OK - headers: - Server: - - Server - Date: - - Fri, 13 Sep 2024 14:38:16 GMT - Content-Type: - - application/json - Content-Length: - - "598" - Connection: - - close - X-Amz-Rid: - - X4EM5SRK6GNXY3PMJPTS - X-Amzn-Ratelimit-Limit: - - "2.0" - X-Amzn-Requestid: - - e8459b72-6c48-4ff7-a9d5-871aedf81970 - X-Amz-Apigw-Id: - - OPFe8459b726c48 - X-Amzn-Trace-Id: - - Root=1-66e44e58-e8459b726c484ff7 - Vary: - - Content-Type,Accept-Encoding,User-Agent - Strict-Transport-Security: - - max-age=47474747; includeSubDomains; preload - body: - encoding: UTF-8 - string: - '{"numberOfResults":1,"items":[{"asin":"188864544X","summaries":[{"marketplaceId":"A1F83G8C2ARO7P","adultProduct":false,"autographed":false,"browseClassification":{"displayName":"Fashion","classificationId":"267854"},"contributors":[{"role":{"displayName":"Creator","value":"creator"},"value":"Visionaire - Publishing"}],"itemClassification":"BASE_PRODUCT","itemName":"Dreams: No. - 43 (Visionaire S.)","manufacturer":"Visionaire Publishing,U.S.","memorabilia":false,"releaseDate":"2004-09-02","tradeInEligible":false,"websiteDisplayGroup":"book_display_on_website","websiteDisplayGroupName":"Book"}]}]}' - recorded_at: Fri, 13 Sep 2024 14:38:12 GMT -recorded_with: VCR 6.3.1 diff --git a/test/vcr_cassettes/Peddler/APIs/CatalogItems20220401Test/test_search_catalog_items.yml b/test/vcr_cassettes/Peddler/APIs/CatalogItems20220401Test/test_search_catalog_items.yml index 0492d09c..b8d3e7d5 100644 --- a/test/vcr_cassettes/Peddler/APIs/CatalogItems20220401Test/test_search_catalog_items.yml +++ b/test/vcr_cassettes/Peddler/APIs/CatalogItems20220401Test/test_search_catalog_items.yml @@ -1,105 +1,104 @@ --- http_interactions: -- request: - method: post - uri: https://api.amazon.com/auth/o2/token - body: - encoding: ASCII-8BIT - base64_string: | - Z3JhbnRfdHlwZT1yZWZyZXNoX3Rva2VuJmNsaWVudF9pZD1GSUxURVJFRCZj - bGllbnRfc2VjcmV0PUZJTFRFUkVEJnJlZnJlc2hfdG9rZW49RklMVEVSRUQ= - headers: - Connection: - - close - Content-Type: - - application/x-www-form-urlencoded - Host: - - api.amazon.com - User-Agent: - - http.rb/5.2.0 - response: - status: - code: 200 - message: OK - headers: - Server: - - Server - Date: - - Fri, 01 Nov 2024 09:47:12 GMT - Content-Type: - - application/json;charset=UTF-8 - Content-Length: - - '806' - Connection: - - close - X-Amz-Rid: - - 0Q8NWAGQXKVQGFZKX7CC - X-Amzn-Requestid: - - 5a07c272-9aef-4f60-9618-43f3680ea2ed - X-Amz-Date: - - Fri, 01 Nov 2024 09:47:12 GMT - Cache-Control: - - no-cache, no-store, must-revalidate - Pragma: - - no-cache - Vary: - - Content-Type,Accept-Encoding,User-Agent - Strict-Transport-Security: - - max-age=47474747; includeSubDomains; preload - body: - encoding: UTF-8 - string: '{"access_token":"FILTERED","refresh_token":"FILTERED","token_type":"bearer","expires_in":3600}' - recorded_at: Fri, 01 Nov 2024 09:47:12 GMT -- request: - method: get - uri: https://sellingpartnerapi-eu.amazon.com/catalog/2022-04-01/items?identifiers=188864544X&identifiersType=ASIN&includedData=summaries&marketplaceIds=A1F83G8C2ARO7P&pageSize=10 - body: - encoding: ASCII-8BIT - base64_string: '' - headers: - Host: - - sellingpartnerapi-eu.amazon.com - User-Agent: - - Peddler/3.0.0 (Language=Ruby; Hakans-MacBook-Pro.local) - X-Amz-Access-Token: - - FILTERED - X-Amz-Date: - - 20241101T094712Z - Connection: - - close - response: - status: - code: 200 - message: OK - headers: - Server: - - Server - Date: - - Fri, 01 Nov 2024 09:47:12 GMT - Content-Type: - - application/json - Content-Length: - - '598' - Connection: - - close - X-Amz-Rid: - - 8E4YW7N7Q7J5TVE4DBPE - X-Amzn-Ratelimit-Limit: - - '2.0' - X-Amzn-Requestid: - - 30346330-ede5-432b-b10d-3e0cf00e21b6 - X-Amz-Apigw-Id: - - OPF30346330ede5 - X-Amzn-Trace-Id: - - Root=1-6724a3a0-30346330ede5432b - Vary: - - Content-Type,Accept-Encoding,User-Agent - Strict-Transport-Security: - - max-age=47474747; includeSubDomains; preload - body: - encoding: UTF-8 - string: '{"numberOfResults":1,"items":[{"asin":"188864544X","summaries":[{"marketplaceId":"A1F83G8C2ARO7P","adultProduct":false,"autographed":false,"browseClassification":{"displayName":"Fashion","classificationId":"267854"},"contributors":[{"role":{"displayName":"Creator","value":"creator"},"value":"Visionaire - Publishing"}],"itemClassification":"BASE_PRODUCT","itemName":"Dreams: No. - 43 (Visionaire S.)","manufacturer":"Visionaire Publishing,U.S.","memorabilia":false,"releaseDate":"2004-09-02","tradeInEligible":false,"websiteDisplayGroup":"book_display_on_website","websiteDisplayGroupName":"Book"}]}]}' - recorded_at: Fri, 01 Nov 2024 09:47:12 GMT + - request: + method: post + uri: https://api.amazon.com/auth/o2/token + body: + encoding: ASCII-8BIT + string: grant_type=refresh_token&refresh_token=FILTERED&client_id=FILTERED&client_secret=FILTERED + headers: + Connection: + - close + Content-Type: + - application/x-www-form-urlencoded + Host: + - api.amazon.com + User-Agent: + - http.rb/5.2.0 + response: + status: + code: 200 + message: OK + headers: + Server: + - Server + Date: + - Fri, 13 Sep 2024 14:38:16 GMT + Content-Type: + - application/json;charset=UTF-8 + Content-Length: + - "806" + Connection: + - close + X-Amz-Rid: + - H95CKRPCAFCRG4JH1MZE + X-Amzn-Requestid: + - b85e9344-20b9-4847-a66c-4b10bd658f07 + X-Amz-Date: + - Fri, 13 Sep 2024 14:38:16 GMT + Cache-Control: + - no-cache, no-store, must-revalidate + Pragma: + - no-cache + Vary: + - Content-Type,Accept-Encoding,User-Agent + Strict-Transport-Security: + - max-age=47474747; includeSubDomains; preload + body: + encoding: UTF-8 + string: '{"access_token":"FILTERED","refresh_token":"FILTERED","token_type":"bearer","expires_in":3600}' + recorded_at: Fri, 13 Sep 2024 14:38:12 GMT + - request: + method: get + uri: https://sellingpartnerapi-eu.amazon.com/catalog/2022-04-01/items?identifiers=188864544X&identifiersType=ASIN&includedData=summaries&marketplaceIds=A1F83G8C2ARO7P&pageSize=10 + body: + encoding: ASCII-8BIT + string: "" + headers: + Host: + - sellingpartnerapi-eu.amazon.com + User-Agent: + - Peddler/3.0.0.pre (Language=Ruby; Hakans-MacBook-Pro.local) + X-Amz-Access-Token: + - FILTERED + X-Amz-Date: + - 20240913T143812Z + Connection: + - close + response: + status: + code: 200 + message: OK + headers: + Server: + - Server + Date: + - Fri, 13 Sep 2024 14:38:16 GMT + Content-Type: + - application/json + Content-Length: + - "598" + Connection: + - close + X-Amz-Rid: + - X4EM5SRK6GNXY3PMJPTS + X-Amzn-Ratelimit-Limit: + - "2.0" + X-Amzn-Requestid: + - e8459b72-6c48-4ff7-a9d5-871aedf81970 + X-Amz-Apigw-Id: + - OPFe8459b726c48 + X-Amzn-Trace-Id: + - Root=1-66e44e58-e8459b726c484ff7 + Vary: + - Content-Type,Accept-Encoding,User-Agent + Strict-Transport-Security: + - max-age=47474747; includeSubDomains; preload + body: + encoding: UTF-8 + string: + '{"numberOfResults":1,"items":[{"asin":"188864544X","summaries":[{"marketplaceId":"A1F83G8C2ARO7P","adultProduct":false,"autographed":false,"browseClassification":{"displayName":"Fashion","classificationId":"267854"},"contributors":[{"role":{"displayName":"Creator","value":"creator"},"value":"Visionaire + Publishing"}],"itemClassification":"BASE_PRODUCT","itemName":"Dreams: No. + 43 (Visionaire S.)","manufacturer":"Visionaire Publishing,U.S.","memorabilia":false,"releaseDate":"2004-09-02","tradeInEligible":false,"websiteDisplayGroup":"book_display_on_website","websiteDisplayGroupName":"Book"}]}]}' + recorded_at: Fri, 13 Sep 2024 14:38:12 GMT recorded_with: VCR 6.3.1 diff --git a/test/vcr_cassettes/Peddler/API/Feeds20210630Test/test_create_feed.yml b/test/vcr_cassettes/Peddler/APIs/Feeds20210630Test/test_create_feed.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/Feeds20210630Test/test_create_feed.yml rename to test/vcr_cassettes/Peddler/APIs/Feeds20210630Test/test_create_feed.yml diff --git a/test/vcr_cassettes/Peddler/API/Feeds20210630Test/test_create_feed_document.yml b/test/vcr_cassettes/Peddler/APIs/Feeds20210630Test/test_create_feed_document.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/Feeds20210630Test/test_create_feed_document.yml rename to test/vcr_cassettes/Peddler/APIs/Feeds20210630Test/test_create_feed_document.yml diff --git a/test/vcr_cassettes/Peddler/API/Feeds20210630Test/test_get_feed.yml b/test/vcr_cassettes/Peddler/APIs/Feeds20210630Test/test_get_feed.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/Feeds20210630Test/test_get_feed.yml rename to test/vcr_cassettes/Peddler/APIs/Feeds20210630Test/test_get_feed.yml diff --git a/test/vcr_cassettes/Peddler/API/Feeds20210630Test/test_get_feed_document.yml b/test/vcr_cassettes/Peddler/APIs/Feeds20210630Test/test_get_feed_document.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/Feeds20210630Test/test_get_feed_document.yml rename to test/vcr_cassettes/Peddler/APIs/Feeds20210630Test/test_get_feed_document.yml diff --git a/test/vcr_cassettes/Peddler/API/ListingsItems20210801Test/test_delete_listings_item.yml b/test/vcr_cassettes/Peddler/APIs/ListingsItems20210801Test/test_delete_listings_item.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/ListingsItems20210801Test/test_delete_listings_item.yml rename to test/vcr_cassettes/Peddler/APIs/ListingsItems20210801Test/test_delete_listings_item.yml diff --git a/test/vcr_cassettes/Peddler/API/ListingsItems20210801Test/test_get_listings_item.yml b/test/vcr_cassettes/Peddler/APIs/ListingsItems20210801Test/test_get_listings_item.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/ListingsItems20210801Test/test_get_listings_item.yml rename to test/vcr_cassettes/Peddler/APIs/ListingsItems20210801Test/test_get_listings_item.yml diff --git a/test/vcr_cassettes/Peddler/API/ListingsItems20210801Test/test_patch_listings_item.yml b/test/vcr_cassettes/Peddler/APIs/ListingsItems20210801Test/test_patch_listings_item.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/ListingsItems20210801Test/test_patch_listings_item.yml rename to test/vcr_cassettes/Peddler/APIs/ListingsItems20210801Test/test_patch_listings_item.yml diff --git a/test/vcr_cassettes/Peddler/API/ListingsItems20210801Test/test_put_listings_item.yml b/test/vcr_cassettes/Peddler/APIs/ListingsItems20210801Test/test_put_listings_item.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/ListingsItems20210801Test/test_put_listings_item.yml rename to test/vcr_cassettes/Peddler/APIs/ListingsItems20210801Test/test_put_listings_item.yml diff --git a/test/vcr_cassettes/Peddler/API/ListingsRestrictions20210801Test/test_get_listings_restrictions.yml b/test/vcr_cassettes/Peddler/APIs/ListingsRestrictions20210801Test/test_get_listings_restrictions.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/ListingsRestrictions20210801Test/test_get_listings_restrictions.yml rename to test/vcr_cassettes/Peddler/APIs/ListingsRestrictions20210801Test/test_get_listings_restrictions.yml diff --git a/test/vcr_cassettes/Peddler/API/NotificationsV1Test/test_get_destinations.yml b/test/vcr_cassettes/Peddler/APIs/NotificationsV1Test/test_get_destinations.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/NotificationsV1Test/test_get_destinations.yml rename to test/vcr_cassettes/Peddler/APIs/NotificationsV1Test/test_get_destinations.yml diff --git a/test/vcr_cassettes/Peddler/API/NotificationsV1Test/test_get_subscription.yml b/test/vcr_cassettes/Peddler/APIs/NotificationsV1Test/test_get_subscription.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/NotificationsV1Test/test_get_subscription.yml rename to test/vcr_cassettes/Peddler/APIs/NotificationsV1Test/test_get_subscription.yml diff --git a/test/vcr_cassettes/Peddler/API/OrdersV0Test/test_get_orders.yml b/test/vcr_cassettes/Peddler/APIs/OrdersV0Test/test_get_orders.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/OrdersV0Test/test_get_orders.yml rename to test/vcr_cassettes/Peddler/APIs/OrdersV0Test/test_get_orders.yml diff --git a/test/vcr_cassettes/Peddler/API/ProductPricing20220501Test/test_get_competitive_summary.yml b/test/vcr_cassettes/Peddler/APIs/ProductPricing20220501Test/test_get_competitive_summary.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/ProductPricing20220501Test/test_get_competitive_summary.yml rename to test/vcr_cassettes/Peddler/APIs/ProductPricing20220501Test/test_get_competitive_summary.yml diff --git a/test/vcr_cassettes/Peddler/API/ProductPricing20220501Test/test_get_featured_offer_expected_price_batch.yml b/test/vcr_cassettes/Peddler/APIs/ProductPricing20220501Test/test_get_featured_offer_expected_price_batch.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/ProductPricing20220501Test/test_get_featured_offer_expected_price_batch.yml rename to test/vcr_cassettes/Peddler/APIs/ProductPricing20220501Test/test_get_featured_offer_expected_price_batch.yml diff --git a/test/vcr_cassettes/Peddler/API/ProductPricingV0Test/test_get_competitive_pricing.yml b/test/vcr_cassettes/Peddler/APIs/ProductPricingV0Test/test_get_competitive_pricing.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/ProductPricingV0Test/test_get_competitive_pricing.yml rename to test/vcr_cassettes/Peddler/APIs/ProductPricingV0Test/test_get_competitive_pricing.yml diff --git a/test/vcr_cassettes/Peddler/API/ProductPricingV0Test/test_get_item_offers.yml b/test/vcr_cassettes/Peddler/APIs/ProductPricingV0Test/test_get_item_offers.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/ProductPricingV0Test/test_get_item_offers.yml rename to test/vcr_cassettes/Peddler/APIs/ProductPricingV0Test/test_get_item_offers.yml diff --git a/test/vcr_cassettes/Peddler/API/ProductPricingV0Test/test_get_item_offers_batch.yml b/test/vcr_cassettes/Peddler/APIs/ProductPricingV0Test/test_get_item_offers_batch.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/ProductPricingV0Test/test_get_item_offers_batch.yml rename to test/vcr_cassettes/Peddler/APIs/ProductPricingV0Test/test_get_item_offers_batch.yml diff --git a/test/vcr_cassettes/Peddler/API/ProductPricingV0Test/test_get_pricing.yml b/test/vcr_cassettes/Peddler/APIs/ProductPricingV0Test/test_get_pricing.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/ProductPricingV0Test/test_get_pricing.yml rename to test/vcr_cassettes/Peddler/APIs/ProductPricingV0Test/test_get_pricing.yml diff --git a/test/vcr_cassettes/Peddler/API/ProductTypeDefinitions20200901Test/test_get_definitions_product_type.yml b/test/vcr_cassettes/Peddler/APIs/ProductTypeDefinitions20200901Test/test_get_definitions_product_type.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/ProductTypeDefinitions20200901Test/test_get_definitions_product_type.yml rename to test/vcr_cassettes/Peddler/APIs/ProductTypeDefinitions20200901Test/test_get_definitions_product_type.yml diff --git a/test/vcr_cassettes/Peddler/API/Reports20210630Test/test_create_report.yml b/test/vcr_cassettes/Peddler/APIs/Reports20210630Test/test_create_report.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/Reports20210630Test/test_create_report.yml rename to test/vcr_cassettes/Peddler/APIs/Reports20210630Test/test_create_report.yml diff --git a/test/vcr_cassettes/Peddler/API/Reports20210630Test/test_get_report.yml b/test/vcr_cassettes/Peddler/APIs/Reports20210630Test/test_get_report.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/Reports20210630Test/test_get_report.yml rename to test/vcr_cassettes/Peddler/APIs/Reports20210630Test/test_get_report.yml diff --git a/test/vcr_cassettes/Peddler/API/Reports20210630Test/test_get_report_document.yml b/test/vcr_cassettes/Peddler/APIs/Reports20210630Test/test_get_report_document.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/Reports20210630Test/test_get_report_document.yml rename to test/vcr_cassettes/Peddler/APIs/Reports20210630Test/test_get_report_document.yml diff --git a/test/vcr_cassettes/Peddler/API/Reports20210630Test/test_get_reports.yml b/test/vcr_cassettes/Peddler/APIs/Reports20210630Test/test_get_reports.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/Reports20210630Test/test_get_reports.yml rename to test/vcr_cassettes/Peddler/APIs/Reports20210630Test/test_get_reports.yml diff --git a/test/vcr_cassettes/Peddler/API/SellersV1Test/test_get_marketplace_participations.yml b/test/vcr_cassettes/Peddler/APIs/SellersV1Test/test_get_marketplace_participations.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/SellersV1Test/test_get_marketplace_participations.yml rename to test/vcr_cassettes/Peddler/APIs/SellersV1Test/test_get_marketplace_participations.yml diff --git a/test/vcr_cassettes/Peddler/API/SellersV1Test/test_get_marketplace_participations_.yml b/test/vcr_cassettes/Peddler/APIs/SellersV1Test/test_get_marketplace_participations_.yml similarity index 100% rename from test/vcr_cassettes/Peddler/API/SellersV1Test/test_get_marketplace_participations_.yml rename to test/vcr_cassettes/Peddler/APIs/SellersV1Test/test_get_marketplace_participations_.yml