├── .cz.json ├── .env.example ├── .eslintrc.js ├── .gitattributes ├── .github └── workflows │ ├── codecov.yml │ ├── codeql-analysis.yml │ ├── danger.yml │ ├── polly.yml │ ├── release.yml │ ├── sync-node-meta.yml │ └── test.yml ├── .gitignore ├── .huskyrc.js ├── .markdownlint.json ├── .npmrc ├── .nvmrc ├── .vscode ├── launch.json └── settings.json ├── CHANGELOG.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── REQUIREMENTS.md ├── api-extractor.json ├── commitlint.config.js ├── dangerfile.ts ├── docs ├── README.md └── assets │ └── header.png ├── examples ├── fulfillment-inventory │ └── list-inventory-supply.ts ├── get-service-status.ts ├── orders │ └── list-orders.ts └── using-next-tokens.ts ├── jest.config.js ├── lint-staged.config.js ├── package.json ├── release.config.js ├── renovate.json ├── src ├── constants.ts ├── error-codec.ts ├── error.ts ├── http.ts ├── index.ts ├── mws.ts ├── parsing.ts ├── sections │ ├── codec.ts │ ├── easy-ship.ts │ ├── feeds.ts │ ├── finances │ │ ├── codec.ts │ │ └── finances.ts │ ├── fulfillment-inbound-shipment │ │ ├── codec.ts │ │ ├── fulfillment-inbound-shipment.ts │ │ └── type.ts │ ├── fulfillment-inventory.ts │ ├── fulfillment-outbound-shipment │ │ ├── codec.ts │ │ ├── fulfillment-outbound-shipment.ts │ │ └── type.ts │ ├── merchant-fulfillment │ │ ├── codec.ts │ │ ├── merchant-fulfillment.ts │ │ └── type.ts │ ├── orders.ts │ ├── products │ │ ├── codec.ts │ │ ├── products.ts │ │ └── type.ts │ ├── recommendations.ts │ ├── reports.ts │ ├── sellers.ts │ ├── shared.ts │ ├── shipment-invoicing.ts │ ├── subscriptions.ts │ └── types.ts └── sign.ts ├── test ├── integration │ ├── __recordings__ │ │ ├── EasyShip_156608945 │ │ │ └── should-be-able-to-query-service-status_2354862117 │ │ │ │ └── recording.har │ │ ├── Feeds_2160823042 │ │ │ ├── should-be-able-to-get-XML-string-from-get-submission-result_1741210009 │ │ │ │ └── recording.har │ │ │ ├── should-be-able-to-get-an-XML-string-and-parse-it-to-JSON-from-get-submission-result_178511962 │ │ │ │ └── recording.har │ │ │ ├── should-be-able-to-get-count-of-feeds_247083083 │ │ │ │ └── recording.har │ │ │ ├── should-be-able-to-list-feed-recently-submitted_4257969139 │ │ │ │ └── recording.har │ │ │ ├── should-be-able-to-list-feed-submission-list_626880930 │ │ │ │ └── recording.har │ │ │ ├── should-be-able-to-submit-sample-feed_2567144032 │ │ │ │ └── recording.har │ │ │ └── should-succesfully-get-count-of-feeds_228140997 │ │ │ │ └── recording.har │ │ ├── Finances_2031911642 │ │ │ ├── list-financial-event-groups-should-post-succesfully-with-a-basic-request_1529899769 │ │ │ │ └── recording.har │ │ │ ├── list-financial-events-should-post-succesfully-with-a-basic-request_2911893678 │ │ │ │ └── recording.har │ │ │ └── should-be-able-to-query-service-status_2354862117 │ │ │ │ └── recording.har │ │ ├── FulfillmentInboundShipment_1442816700 │ │ │ └── should-be-able-to-query-service-status_2354862117 │ │ │ │ └── recording.har │ │ ├── FulfillmentInventory_2669788595 │ │ │ ├── should-be-able-to-get-list-of-inventory-supply_3748596266 │ │ │ │ └── recording.har │ │ │ └── should-be-able-to-query-service-status_2354862117 │ │ │ │ └── recording.har │ │ ├── FulfillmentOutboundShipment_561844111 │ │ │ └── should-be-able-to-query-service-status_2354862117 │ │ │ │ └── recording.har │ │ ├── MerchantFulfillment_2046945825 │ │ │ └── should-be-able-to-query-service-status_2354862117 │ │ │ │ └── recording.har │ │ ├── Orders_2020741388 │ │ │ ├── should-be-able-to-query-list-orders_2161165803 │ │ │ │ └── recording.har │ │ │ └── should-be-able-to-query-service-status_2354862117 │ │ │ │ └── recording.har │ │ ├── Recommendations_2124412167 │ │ │ ├── should-be-able-to-query-last-updated-time-for-recommendations_527260573 │ │ │ │ └── recording.har │ │ │ └── should-be-able-to-query-service-status_2354862117 │ │ │ │ └── recording.har │ │ ├── Sellers_3585630367 │ │ │ ├── should-be-able-to-query-marketplace-participation_1404932116 │ │ │ │ └── recording.har │ │ │ └── should-be-able-to-query-service-status_2354862117 │ │ │ │ └── recording.har │ │ ├── ShipmentInvoicing_576477869 │ │ │ └── should-be-able-to-query-service-status_2354862117 │ │ │ │ └── recording.har │ │ ├── products_1337911437 │ │ │ ├── should-be-able-to-handle-invalid-and-valid-asins_2147611456 │ │ │ │ └── recording.har │ │ │ ├── should-be-able-to-query-service-status_2354862117 │ │ │ │ └── recording.har │ │ │ ├── should-get-competitive-pricing-for-asin-if-succesful_582629051 │ │ │ │ └── recording.har │ │ │ ├── should-get-competitive-pricing-for-sku-if-succesful_697147569 │ │ │ │ └── recording.har │ │ │ ├── should-get-matching-products-of-more-than-one-asin_2809903699 │ │ │ │ └── recording.har │ │ │ ├── should-get-matching-products-of-more-than-one-sku_4031805045 │ │ │ │ └── recording.har │ │ │ └── should-get-product-categories-using-product-sku_1331166825 │ │ │ │ └── recording.har │ │ ├── reports_431213384 │ │ │ ├── after-creating-a-schedule-list-it-should-return-a-count-of-more-than-one_1809897731 │ │ │ │ └── recording.har │ │ │ ├── should-be-able-to-get-a-report_2468134893 │ │ │ │ └── recording.har │ │ │ ├── should-be-able-to-query-get-report-count_976473319 │ │ │ │ └── recording.har │ │ │ ├── should-be-able-to-query-get-report-list_4188038512 │ │ │ │ └── recording.har │ │ │ ├── should-be-able-to-query-get-report-request-count_1873834698 │ │ │ │ └── recording.har │ │ │ ├── should-be-able-to-query-get-report-request-list_735179267 │ │ │ │ └── recording.har │ │ │ ├── should-be-able-to-request-a-report-number-2_3693191029 │ │ │ │ └── recording.har │ │ │ ├── should-be-able-to-request-a-report_44979390 │ │ │ │ └── recording.har │ │ │ ├── should-return-another-request-report_1532316824 │ │ │ │ └── recording.har │ │ │ ├── should-return-new-request-report_1257738051 │ │ │ │ └── recording.har │ │ │ ├── should-succesfully-get-a-count-of-0-on-an-empty-report-id-list_1493567505 │ │ │ │ └── recording.har │ │ │ ├── should-succesfully-get-a-count-of-2-with-2-valid-ids_1467057607 │ │ │ │ └── recording.har │ │ │ ├── should-succesfully-get-report-schedule-count_124317792 │ │ │ │ └── recording.har │ │ │ ├── should-succesfully-get-report-schedule-list_2045335653 │ │ │ │ └── recording.har │ │ │ ├── should-succesfully-query-get-report-schedule-list_3448206953 │ │ │ │ └── recording.har │ │ │ ├── should-succesfully-return-info-on-cancelled-report-requests_3917144928 │ │ │ │ └── recording.har │ │ │ └── should-throw-error-on-invalid-report-request-ids_2272362295 │ │ │ │ └── recording.har │ │ ├── submit-feed_3193551092 │ │ │ └── should-be-able-to-submit-sample-feed_2567144032 │ │ │ │ └── recording.har │ │ └── subscriptions_3417847717 │ │ │ ├── should-be-able-to-create-a-subscription_1992002062 │ │ │ └── recording.har │ │ │ ├── should-be-able-to-delete-a-subscription_666025883 │ │ │ └── recording.har │ │ │ └── should-be-able-to-query-service-status_2354862117 │ │ │ └── recording.har │ ├── config.ts │ ├── easy-ship.test.ts │ ├── feeds.test.ts │ ├── finances.test.ts │ ├── fulfillment-inbound-shipment.test.ts │ ├── fulfillment-inventory.test.ts │ ├── fulfillment-outbound-shipment.test.ts │ ├── merchant-fulfillment.test.ts │ ├── orders.test.ts │ ├── products.test.ts │ ├── recommendations.test.ts │ ├── reports.test.ts │ ├── sellers.test.ts │ ├── shipment-invoicing.test.ts │ ├── submit-feed.test.ts │ ├── submit_feed_sample_feed_content.xml │ └── subscriptions.test.ts ├── jest.setup.js ├── polly.js ├── unit │ ├── __fixtures__ │ │ ├── easy_ship_create_scheduled_package.xml │ │ ├── easy_ship_create_scheduled_package_from_c_sharp.xml │ │ ├── easy_ship_get_scheduled_package.xml │ │ ├── easy_ship_list_pickup_slots.xml │ │ ├── easy_ship_update_scheduled_packages.xml │ │ ├── error_response.xml │ │ ├── feeds_cancel_feed_submissions.xml │ │ ├── feeds_get_feed_submission_count.xml │ │ ├── feeds_get_feed_submission_list.xml │ │ ├── feeds_get_feed_submission_list_nt.xml │ │ ├── feeds_get_feed_submission_result.xml │ │ ├── feeds_submit_feed.xml │ │ ├── finances_list_financial_event_groups.xml │ │ ├── finances_list_financial_event_groups_nt.xml │ │ ├── finances_list_financial_events.xml │ │ ├── finances_list_financial_events_nt.xml │ │ ├── finances_list_financial_events_structure.xml │ │ ├── fulfillment_inbound_shipment_confirm_preorder.xml │ │ ├── fulfillment_inbound_shipment_confirm_transport_request.xml │ │ ├── fulfillment_inbound_shipment_create_inbound_shipment.xml │ │ ├── fulfillment_inbound_shipment_create_inbound_shipment_plan.xml │ │ ├── fulfillment_inbound_shipment_estimate_transport_request.xml │ │ ├── fulfillment_inbound_shipment_get_bill_of_lading.xml │ │ ├── fulfillment_inbound_shipment_get_inbound_guidance_for_asin.xml │ │ ├── fulfillment_inbound_shipment_get_inbound_guidance_for_sku.xml │ │ ├── fulfillment_inbound_shipment_get_package_labels.xml │ │ ├── fulfillment_inbound_shipment_get_pallet_labels.xml │ │ ├── fulfillment_inbound_shipment_get_preorder_info.xml │ │ ├── fulfillment_inbound_shipment_get_prep_instructions_for_asin.xml │ │ ├── fulfillment_inbound_shipment_get_prep_instructions_for_sku.xml │ │ ├── fulfillment_inbound_shipment_get_transport_content.xml │ │ ├── fulfillment_inbound_shipment_get_transport_content_ltl.xml │ │ ├── fulfillment_inbound_shipment_get_unique_package_labels.xml │ │ ├── fulfillment_inbound_shipment_list_inbound_shipment_items.xml │ │ ├── fulfillment_inbound_shipment_list_inbound_shipment_items_nt.xml │ │ ├── fulfillment_inbound_shipment_list_inbound_shipments.xml │ │ ├── fulfillment_inbound_shipment_list_inbound_shipments_from_c_sharp.xml │ │ ├── fulfillment_inbound_shipment_list_inbound_shipments_nt.xml │ │ ├── fulfillment_inbound_shipment_put_transport_content.xml │ │ ├── fulfillment_inbound_shipment_update_inbound_shipment.xml │ │ ├── fulfillment_inbound_shipment_void_transport_request.xml │ │ ├── fulfillment_inventory_list_inventory_supply.xml │ │ ├── fulfillment_inventory_list_inventory_supply_nt.xml │ │ ├── fulfillment_outbound_shipment_cancel_fulfillment_order.xml │ │ ├── fulfillment_outbound_shipment_create_fulfillment_order.xml │ │ ├── fulfillment_outbound_shipment_create_fulfillment_return.xml │ │ ├── fulfillment_outbound_shipment_get_fulfillment_order.xml │ │ ├── fulfillment_outbound_shipment_get_fulfillment_order_from_c_sharp.xml │ │ ├── fulfillment_outbound_shipment_get_fulfillment_preview.xml │ │ ├── fulfillment_outbound_shipment_get_package_tracking_details.xml │ │ ├── fulfillment_outbound_shipment_list_all_fulfillment_orders.xml │ │ ├── fulfillment_outbound_shipment_list_all_fulfillment_orders_nt.xml │ │ ├── fulfillment_outbound_shipment_list_return_reason_codes.xml │ │ ├── fulfillment_outbound_shipment_update_fulfillment_order.xml │ │ ├── get_service_status.xml │ │ ├── invalid_error_response.xml │ │ ├── merchant_fulfillment_cancel_shipment.xml │ │ ├── merchant_fulfillment_create_shipment.xml │ │ ├── merchant_fulfillment_get_additional_seller_inputs.xml │ │ ├── merchant_fulfillment_get_additional_seller_inputs_from_c_sharp.xml │ │ ├── merchant_fulfillment_get_eligible_shipping_services_additional_input.xml │ │ ├── merchant_fulfillment_get_eligible_shipping_services_from_c_sharp.xml │ │ ├── merchant_fulfillment_get_eligible_shipping_services_no_additional_input.xml │ │ ├── merchant_fulfillment_get_shipment.xml │ │ ├── orders_get_order.xml │ │ ├── orders_list_order_items.xml │ │ ├── orders_list_order_items_nt.xml │ │ ├── orders_list_orders.xml │ │ ├── orders_list_orders_nt.xml │ │ ├── products_get_competitive_pricing_for_asin.xml │ │ ├── products_get_competitive_pricing_for_sku.xml │ │ ├── products_get_lowest_offer_listings_for_asin.xml │ │ ├── products_get_lowest_offer_listings_for_sku.xml │ │ ├── products_get_lowest_priced_offers_for_asin.xml │ │ ├── products_get_lowest_priced_offers_for_sku.xml │ │ ├── products_get_lowest_priced_offers_for_sku_missing_shipping_charge.xml │ │ ├── products_get_lowest_priced_offers_for_sku_too_soon_for_processing.xml │ │ ├── products_get_matching_product.xml │ │ ├── products_get_matching_product_for_id.xml │ │ ├── products_get_my_fees_estimate.xml │ │ ├── products_get_my_fees_estimate_from_c_sharp.xml │ │ ├── products_get_my_price_for_asin.xml │ │ ├── products_get_my_price_for_sku.xml │ │ ├── products_get_product_categories_for_asin.xml │ │ ├── products_get_product_categories_for_sku.xml │ │ ├── products_list_matching_products.xml │ │ ├── products_product.xml │ │ ├── recommendations_get_last_updated_time_for_recommendations.xml │ │ ├── recommendations_list_recommendations.xml │ │ ├── recommendations_list_recommendations_nt.xml │ │ ├── reports_cancel_report_requests.xml │ │ ├── reports_cancel_report_requests_multiple.xml │ │ ├── reports_get_report.xml │ │ ├── reports_get_report_count.xml │ │ ├── reports_get_report_list.xml │ │ ├── reports_get_report_list_multiple.xml │ │ ├── reports_get_report_list_nt.xml │ │ ├── reports_get_report_request_count.xml │ │ ├── reports_get_report_request_list.xml │ │ ├── reports_get_report_request_list_multiple.xml │ │ ├── reports_get_report_request_list_nt.xml │ │ ├── reports_get_report_schedule_count.xml │ │ ├── reports_get_report_schedule_list.xml │ │ ├── reports_manage_report_schedule.xml │ │ ├── reports_request_report.xml │ │ ├── reports_update_report_acknowledgements.xml │ │ ├── reports_update_report_acknowledgements_multiple.xml │ │ ├── sellers_list_marketplace_participations.xml │ │ ├── sellers_list_marketplace_participations_nt.xml │ │ ├── shipment_invoicing_get_fba_outbound_shipment_detail.xml │ │ ├── shipment_invoicing_get_fba_outbount_shipment_invoice_status.xml │ │ ├── shipment_invoicing_submit_fba_outbound_shipment_invoice.xml │ │ ├── subscriptions_create_subscription.xml │ │ ├── subscriptions_delete_subscription.xml │ │ ├── subscriptions_deregister_destination.xml │ │ ├── subscriptions_get_subscription.xml │ │ ├── subscriptions_list_registered_destinations.xml │ │ ├── subscriptions_register_destination.xml │ │ ├── subscriptions_send_test_notification_to_destination.xml │ │ └── subscriptions_update_subscription.xml │ ├── __recordings__ │ │ └── httpClient_682702302 │ │ │ └── default-fetch_557683742 │ │ │ └── returns-only-the-XML-response-on-failure_2344314946 │ │ │ └── recording.har │ ├── __snapshots__ │ │ ├── easy-ship.test.ts.snap │ │ ├── feeds.test.ts.snap │ │ ├── finances.test.ts.snap │ │ ├── fulfillment-inbound-shipment.test.ts.snap │ │ ├── fulfillment-inventory.test.ts.snap │ │ ├── fulfillment-outbound-shipment.test.ts.snap │ │ ├── merchant-fulfillment.test.ts.snap │ │ ├── orders.test.ts.snap │ │ ├── parsing.test.ts.snap │ │ ├── products.test.ts.snap │ │ ├── recommendations.test.ts.snap │ │ ├── reports.test.ts.snap │ │ ├── sellers.test.ts.snap │ │ ├── shipment-invoicing.test.ts.snap │ │ └── subscriptions.test.ts.snap │ ├── easy-ship.test.ts │ ├── feeds.test.ts │ ├── finances.test.ts │ ├── fulfillment-inbound-shipment.test.ts │ ├── fulfillment-inventory.test.ts │ ├── fulfillment-outbound-shipment.test.ts │ ├── http.test.ts │ ├── issue │ │ └── 327 │ │ │ ├── 327.test.ts │ │ │ ├── __snapshots__ │ │ │ └── 327.test.ts.snap │ │ │ └── response.xml │ ├── merchant-fulfillment.test.ts │ ├── mws.test.ts │ ├── orders.test.ts │ ├── parsing.test.ts │ ├── products.test.ts │ ├── recommendations.test.ts │ ├── reports.test.ts │ ├── sellers.test.ts │ ├── shipment-invoicing.test.ts │ └── subscriptions.test.ts └── utils.ts ├── tsconfig.build.json ├── tsconfig.json └── utils ├── bump-version.ts └── rename-package.ts /.cz.json: -------------------------------------------------------------------------------- 1 | { 2 | "path": "./node_modules/@scaleleap/utils/commitizen" 3 | } 4 | -------------------------------------------------------------------------------- /.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/.env.example -------------------------------------------------------------------------------- /.eslintrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/.eslintrc.js -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto eol=lf 2 | 3 | *.json linguist-language=JSON-with-Comments 4 | -------------------------------------------------------------------------------- /.github/workflows/codecov.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/.github/workflows/codecov.yml -------------------------------------------------------------------------------- /.github/workflows/codeql-analysis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/.github/workflows/codeql-analysis.yml -------------------------------------------------------------------------------- /.github/workflows/danger.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/.github/workflows/danger.yml -------------------------------------------------------------------------------- /.github/workflows/polly.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/.github/workflows/polly.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.github/workflows/sync-node-meta.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/.github/workflows/sync-node-meta.yml -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/.gitignore -------------------------------------------------------------------------------- /.huskyrc.js: -------------------------------------------------------------------------------- 1 | module.exports = require('@scaleleap/utils/husky')(__dirname) 2 | -------------------------------------------------------------------------------- /.markdownlint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/.markdownlint.json -------------------------------------------------------------------------------- /.npmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/.npmrc -------------------------------------------------------------------------------- /.nvmrc: -------------------------------------------------------------------------------- 1 | 16.20.2 2 | -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/README.md -------------------------------------------------------------------------------- /REQUIREMENTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/REQUIREMENTS.md -------------------------------------------------------------------------------- /api-extractor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/api-extractor.json -------------------------------------------------------------------------------- /commitlint.config.js: -------------------------------------------------------------------------------- 1 | module.exports = require('@scaleleap/utils/commitlint') 2 | -------------------------------------------------------------------------------- /dangerfile.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/dangerfile.ts -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/assets/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/docs/assets/header.png -------------------------------------------------------------------------------- /examples/fulfillment-inventory/list-inventory-supply.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/examples/fulfillment-inventory/list-inventory-supply.ts -------------------------------------------------------------------------------- /examples/get-service-status.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/examples/get-service-status.ts -------------------------------------------------------------------------------- /examples/orders/list-orders.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/examples/orders/list-orders.ts -------------------------------------------------------------------------------- /examples/using-next-tokens.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/examples/using-next-tokens.ts -------------------------------------------------------------------------------- /jest.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/jest.config.js -------------------------------------------------------------------------------- /lint-staged.config.js: -------------------------------------------------------------------------------- 1 | module.exports = require('@scaleleap/utils/lint-staged') 2 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/package.json -------------------------------------------------------------------------------- /release.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/release.config.js -------------------------------------------------------------------------------- /renovate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/renovate.json -------------------------------------------------------------------------------- /src/constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/constants.ts -------------------------------------------------------------------------------- /src/error-codec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/error-codec.ts -------------------------------------------------------------------------------- /src/error.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/error.ts -------------------------------------------------------------------------------- /src/http.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/http.ts -------------------------------------------------------------------------------- /src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/index.ts -------------------------------------------------------------------------------- /src/mws.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/mws.ts -------------------------------------------------------------------------------- /src/parsing.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/parsing.ts -------------------------------------------------------------------------------- /src/sections/codec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/codec.ts -------------------------------------------------------------------------------- /src/sections/easy-ship.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/easy-ship.ts -------------------------------------------------------------------------------- /src/sections/feeds.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/feeds.ts -------------------------------------------------------------------------------- /src/sections/finances/codec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/finances/codec.ts -------------------------------------------------------------------------------- /src/sections/finances/finances.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/finances/finances.ts -------------------------------------------------------------------------------- /src/sections/fulfillment-inbound-shipment/codec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/fulfillment-inbound-shipment/codec.ts -------------------------------------------------------------------------------- /src/sections/fulfillment-inbound-shipment/fulfillment-inbound-shipment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/fulfillment-inbound-shipment/fulfillment-inbound-shipment.ts -------------------------------------------------------------------------------- /src/sections/fulfillment-inbound-shipment/type.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/fulfillment-inbound-shipment/type.ts -------------------------------------------------------------------------------- /src/sections/fulfillment-inventory.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/fulfillment-inventory.ts -------------------------------------------------------------------------------- /src/sections/fulfillment-outbound-shipment/codec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/fulfillment-outbound-shipment/codec.ts -------------------------------------------------------------------------------- /src/sections/fulfillment-outbound-shipment/fulfillment-outbound-shipment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/fulfillment-outbound-shipment/fulfillment-outbound-shipment.ts -------------------------------------------------------------------------------- /src/sections/fulfillment-outbound-shipment/type.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/fulfillment-outbound-shipment/type.ts -------------------------------------------------------------------------------- /src/sections/merchant-fulfillment/codec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/merchant-fulfillment/codec.ts -------------------------------------------------------------------------------- /src/sections/merchant-fulfillment/merchant-fulfillment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/merchant-fulfillment/merchant-fulfillment.ts -------------------------------------------------------------------------------- /src/sections/merchant-fulfillment/type.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/merchant-fulfillment/type.ts -------------------------------------------------------------------------------- /src/sections/orders.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/orders.ts -------------------------------------------------------------------------------- /src/sections/products/codec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/products/codec.ts -------------------------------------------------------------------------------- /src/sections/products/products.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/products/products.ts -------------------------------------------------------------------------------- /src/sections/products/type.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/products/type.ts -------------------------------------------------------------------------------- /src/sections/recommendations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/recommendations.ts -------------------------------------------------------------------------------- /src/sections/reports.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/reports.ts -------------------------------------------------------------------------------- /src/sections/sellers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/sellers.ts -------------------------------------------------------------------------------- /src/sections/shared.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/shared.ts -------------------------------------------------------------------------------- /src/sections/shipment-invoicing.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/shipment-invoicing.ts -------------------------------------------------------------------------------- /src/sections/subscriptions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/subscriptions.ts -------------------------------------------------------------------------------- /src/sections/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sections/types.ts -------------------------------------------------------------------------------- /src/sign.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/src/sign.ts -------------------------------------------------------------------------------- /test/integration/__recordings__/EasyShip_156608945/should-be-able-to-query-service-status_2354862117/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/EasyShip_156608945/should-be-able-to-query-service-status_2354862117/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/Feeds_2160823042/should-be-able-to-get-XML-string-from-get-submission-result_1741210009/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/Feeds_2160823042/should-be-able-to-get-XML-string-from-get-submission-result_1741210009/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/Feeds_2160823042/should-be-able-to-get-an-XML-string-and-parse-it-to-JSON-from-get-submission-result_178511962/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/Feeds_2160823042/should-be-able-to-get-an-XML-string-and-parse-it-to-JSON-from-get-submission-result_178511962/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/Feeds_2160823042/should-be-able-to-get-count-of-feeds_247083083/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/Feeds_2160823042/should-be-able-to-get-count-of-feeds_247083083/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/Feeds_2160823042/should-be-able-to-list-feed-recently-submitted_4257969139/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/Feeds_2160823042/should-be-able-to-list-feed-recently-submitted_4257969139/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/Feeds_2160823042/should-be-able-to-list-feed-submission-list_626880930/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/Feeds_2160823042/should-be-able-to-list-feed-submission-list_626880930/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/Feeds_2160823042/should-be-able-to-submit-sample-feed_2567144032/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/Feeds_2160823042/should-be-able-to-submit-sample-feed_2567144032/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/Feeds_2160823042/should-succesfully-get-count-of-feeds_228140997/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/Feeds_2160823042/should-succesfully-get-count-of-feeds_228140997/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/Finances_2031911642/list-financial-event-groups-should-post-succesfully-with-a-basic-request_1529899769/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/Finances_2031911642/list-financial-event-groups-should-post-succesfully-with-a-basic-request_1529899769/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/Finances_2031911642/list-financial-events-should-post-succesfully-with-a-basic-request_2911893678/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/Finances_2031911642/list-financial-events-should-post-succesfully-with-a-basic-request_2911893678/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/Finances_2031911642/should-be-able-to-query-service-status_2354862117/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/Finances_2031911642/should-be-able-to-query-service-status_2354862117/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/FulfillmentInboundShipment_1442816700/should-be-able-to-query-service-status_2354862117/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/FulfillmentInboundShipment_1442816700/should-be-able-to-query-service-status_2354862117/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/FulfillmentInventory_2669788595/should-be-able-to-get-list-of-inventory-supply_3748596266/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/FulfillmentInventory_2669788595/should-be-able-to-get-list-of-inventory-supply_3748596266/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/FulfillmentInventory_2669788595/should-be-able-to-query-service-status_2354862117/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/FulfillmentInventory_2669788595/should-be-able-to-query-service-status_2354862117/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/FulfillmentOutboundShipment_561844111/should-be-able-to-query-service-status_2354862117/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/FulfillmentOutboundShipment_561844111/should-be-able-to-query-service-status_2354862117/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/MerchantFulfillment_2046945825/should-be-able-to-query-service-status_2354862117/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/MerchantFulfillment_2046945825/should-be-able-to-query-service-status_2354862117/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/Orders_2020741388/should-be-able-to-query-list-orders_2161165803/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/Orders_2020741388/should-be-able-to-query-list-orders_2161165803/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/Orders_2020741388/should-be-able-to-query-service-status_2354862117/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/Orders_2020741388/should-be-able-to-query-service-status_2354862117/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/Recommendations_2124412167/should-be-able-to-query-last-updated-time-for-recommendations_527260573/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/Recommendations_2124412167/should-be-able-to-query-last-updated-time-for-recommendations_527260573/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/Recommendations_2124412167/should-be-able-to-query-service-status_2354862117/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/Recommendations_2124412167/should-be-able-to-query-service-status_2354862117/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/Sellers_3585630367/should-be-able-to-query-marketplace-participation_1404932116/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/Sellers_3585630367/should-be-able-to-query-marketplace-participation_1404932116/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/Sellers_3585630367/should-be-able-to-query-service-status_2354862117/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/Sellers_3585630367/should-be-able-to-query-service-status_2354862117/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/ShipmentInvoicing_576477869/should-be-able-to-query-service-status_2354862117/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/ShipmentInvoicing_576477869/should-be-able-to-query-service-status_2354862117/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/products_1337911437/should-be-able-to-handle-invalid-and-valid-asins_2147611456/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/products_1337911437/should-be-able-to-handle-invalid-and-valid-asins_2147611456/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/products_1337911437/should-be-able-to-query-service-status_2354862117/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/products_1337911437/should-be-able-to-query-service-status_2354862117/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/products_1337911437/should-get-competitive-pricing-for-asin-if-succesful_582629051/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/products_1337911437/should-get-competitive-pricing-for-asin-if-succesful_582629051/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/products_1337911437/should-get-competitive-pricing-for-sku-if-succesful_697147569/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/products_1337911437/should-get-competitive-pricing-for-sku-if-succesful_697147569/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/products_1337911437/should-get-matching-products-of-more-than-one-asin_2809903699/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/products_1337911437/should-get-matching-products-of-more-than-one-asin_2809903699/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/products_1337911437/should-get-matching-products-of-more-than-one-sku_4031805045/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/products_1337911437/should-get-matching-products-of-more-than-one-sku_4031805045/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/products_1337911437/should-get-product-categories-using-product-sku_1331166825/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/products_1337911437/should-get-product-categories-using-product-sku_1331166825/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/reports_431213384/after-creating-a-schedule-list-it-should-return-a-count-of-more-than-one_1809897731/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/reports_431213384/after-creating-a-schedule-list-it-should-return-a-count-of-more-than-one_1809897731/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/reports_431213384/should-be-able-to-get-a-report_2468134893/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/reports_431213384/should-be-able-to-get-a-report_2468134893/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/reports_431213384/should-be-able-to-query-get-report-count_976473319/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/reports_431213384/should-be-able-to-query-get-report-count_976473319/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/reports_431213384/should-be-able-to-query-get-report-list_4188038512/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/reports_431213384/should-be-able-to-query-get-report-list_4188038512/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/reports_431213384/should-be-able-to-query-get-report-request-count_1873834698/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/reports_431213384/should-be-able-to-query-get-report-request-count_1873834698/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/reports_431213384/should-be-able-to-query-get-report-request-list_735179267/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/reports_431213384/should-be-able-to-query-get-report-request-list_735179267/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/reports_431213384/should-be-able-to-request-a-report-number-2_3693191029/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/reports_431213384/should-be-able-to-request-a-report-number-2_3693191029/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/reports_431213384/should-be-able-to-request-a-report_44979390/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/reports_431213384/should-be-able-to-request-a-report_44979390/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/reports_431213384/should-return-another-request-report_1532316824/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/reports_431213384/should-return-another-request-report_1532316824/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/reports_431213384/should-return-new-request-report_1257738051/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/reports_431213384/should-return-new-request-report_1257738051/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/reports_431213384/should-succesfully-get-a-count-of-0-on-an-empty-report-id-list_1493567505/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/reports_431213384/should-succesfully-get-a-count-of-0-on-an-empty-report-id-list_1493567505/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/reports_431213384/should-succesfully-get-a-count-of-2-with-2-valid-ids_1467057607/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/reports_431213384/should-succesfully-get-a-count-of-2-with-2-valid-ids_1467057607/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/reports_431213384/should-succesfully-get-report-schedule-count_124317792/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/reports_431213384/should-succesfully-get-report-schedule-count_124317792/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/reports_431213384/should-succesfully-get-report-schedule-list_2045335653/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/reports_431213384/should-succesfully-get-report-schedule-list_2045335653/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/reports_431213384/should-succesfully-query-get-report-schedule-list_3448206953/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/reports_431213384/should-succesfully-query-get-report-schedule-list_3448206953/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/reports_431213384/should-succesfully-return-info-on-cancelled-report-requests_3917144928/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/reports_431213384/should-succesfully-return-info-on-cancelled-report-requests_3917144928/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/reports_431213384/should-throw-error-on-invalid-report-request-ids_2272362295/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/reports_431213384/should-throw-error-on-invalid-report-request-ids_2272362295/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/submit-feed_3193551092/should-be-able-to-submit-sample-feed_2567144032/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/submit-feed_3193551092/should-be-able-to-submit-sample-feed_2567144032/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/subscriptions_3417847717/should-be-able-to-create-a-subscription_1992002062/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/subscriptions_3417847717/should-be-able-to-create-a-subscription_1992002062/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/subscriptions_3417847717/should-be-able-to-delete-a-subscription_666025883/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/subscriptions_3417847717/should-be-able-to-delete-a-subscription_666025883/recording.har -------------------------------------------------------------------------------- /test/integration/__recordings__/subscriptions_3417847717/should-be-able-to-query-service-status_2354862117/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/__recordings__/subscriptions_3417847717/should-be-able-to-query-service-status_2354862117/recording.har -------------------------------------------------------------------------------- /test/integration/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/config.ts -------------------------------------------------------------------------------- /test/integration/easy-ship.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/easy-ship.test.ts -------------------------------------------------------------------------------- /test/integration/feeds.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/feeds.test.ts -------------------------------------------------------------------------------- /test/integration/finances.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/finances.test.ts -------------------------------------------------------------------------------- /test/integration/fulfillment-inbound-shipment.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/fulfillment-inbound-shipment.test.ts -------------------------------------------------------------------------------- /test/integration/fulfillment-inventory.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/fulfillment-inventory.test.ts -------------------------------------------------------------------------------- /test/integration/fulfillment-outbound-shipment.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/fulfillment-outbound-shipment.test.ts -------------------------------------------------------------------------------- /test/integration/merchant-fulfillment.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/merchant-fulfillment.test.ts -------------------------------------------------------------------------------- /test/integration/orders.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/orders.test.ts -------------------------------------------------------------------------------- /test/integration/products.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/products.test.ts -------------------------------------------------------------------------------- /test/integration/recommendations.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/recommendations.test.ts -------------------------------------------------------------------------------- /test/integration/reports.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/reports.test.ts -------------------------------------------------------------------------------- /test/integration/sellers.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/sellers.test.ts -------------------------------------------------------------------------------- /test/integration/shipment-invoicing.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/shipment-invoicing.test.ts -------------------------------------------------------------------------------- /test/integration/submit-feed.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/submit-feed.test.ts -------------------------------------------------------------------------------- /test/integration/submit_feed_sample_feed_content.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/submit_feed_sample_feed_content.xml -------------------------------------------------------------------------------- /test/integration/subscriptions.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/integration/subscriptions.test.ts -------------------------------------------------------------------------------- /test/jest.setup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/jest.setup.js -------------------------------------------------------------------------------- /test/polly.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/polly.js -------------------------------------------------------------------------------- /test/unit/__fixtures__/easy_ship_create_scheduled_package.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/easy_ship_create_scheduled_package.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/easy_ship_create_scheduled_package_from_c_sharp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/easy_ship_create_scheduled_package_from_c_sharp.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/easy_ship_get_scheduled_package.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/easy_ship_get_scheduled_package.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/easy_ship_list_pickup_slots.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/easy_ship_list_pickup_slots.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/easy_ship_update_scheduled_packages.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/easy_ship_update_scheduled_packages.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/error_response.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/error_response.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/feeds_cancel_feed_submissions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/feeds_cancel_feed_submissions.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/feeds_get_feed_submission_count.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/feeds_get_feed_submission_count.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/feeds_get_feed_submission_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/feeds_get_feed_submission_list.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/feeds_get_feed_submission_list_nt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/feeds_get_feed_submission_list_nt.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/feeds_get_feed_submission_result.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/feeds_get_feed_submission_result.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/feeds_submit_feed.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/feeds_submit_feed.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/finances_list_financial_event_groups.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/finances_list_financial_event_groups.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/finances_list_financial_event_groups_nt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/finances_list_financial_event_groups_nt.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/finances_list_financial_events.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/finances_list_financial_events.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/finances_list_financial_events_nt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/finances_list_financial_events_nt.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/finances_list_financial_events_structure.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/finances_list_financial_events_structure.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_confirm_preorder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_confirm_preorder.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_confirm_transport_request.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_confirm_transport_request.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_create_inbound_shipment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_create_inbound_shipment.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_create_inbound_shipment_plan.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_create_inbound_shipment_plan.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_estimate_transport_request.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_estimate_transport_request.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_get_bill_of_lading.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_get_bill_of_lading.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_get_inbound_guidance_for_asin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_get_inbound_guidance_for_asin.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_get_inbound_guidance_for_sku.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_get_inbound_guidance_for_sku.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_get_package_labels.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_get_package_labels.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_get_pallet_labels.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_get_pallet_labels.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_get_preorder_info.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_get_preorder_info.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_get_prep_instructions_for_asin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_get_prep_instructions_for_asin.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_get_prep_instructions_for_sku.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_get_prep_instructions_for_sku.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_get_transport_content.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_get_transport_content.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_get_transport_content_ltl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_get_transport_content_ltl.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_get_unique_package_labels.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_get_unique_package_labels.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_list_inbound_shipment_items.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_list_inbound_shipment_items.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_list_inbound_shipment_items_nt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_list_inbound_shipment_items_nt.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_list_inbound_shipments.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_list_inbound_shipments.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_list_inbound_shipments_from_c_sharp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_list_inbound_shipments_from_c_sharp.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_list_inbound_shipments_nt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_list_inbound_shipments_nt.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_put_transport_content.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_put_transport_content.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_update_inbound_shipment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_update_inbound_shipment.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inbound_shipment_void_transport_request.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inbound_shipment_void_transport_request.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inventory_list_inventory_supply.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inventory_list_inventory_supply.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_inventory_list_inventory_supply_nt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_inventory_list_inventory_supply_nt.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_outbound_shipment_cancel_fulfillment_order.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_outbound_shipment_cancel_fulfillment_order.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_outbound_shipment_create_fulfillment_order.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_outbound_shipment_create_fulfillment_order.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_outbound_shipment_create_fulfillment_return.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_outbound_shipment_create_fulfillment_return.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_outbound_shipment_get_fulfillment_order.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_outbound_shipment_get_fulfillment_order.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_outbound_shipment_get_fulfillment_order_from_c_sharp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_outbound_shipment_get_fulfillment_order_from_c_sharp.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_outbound_shipment_get_fulfillment_preview.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_outbound_shipment_get_fulfillment_preview.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_outbound_shipment_get_package_tracking_details.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_outbound_shipment_get_package_tracking_details.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_outbound_shipment_list_all_fulfillment_orders.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_outbound_shipment_list_all_fulfillment_orders.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_outbound_shipment_list_all_fulfillment_orders_nt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_outbound_shipment_list_all_fulfillment_orders_nt.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_outbound_shipment_list_return_reason_codes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_outbound_shipment_list_return_reason_codes.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/fulfillment_outbound_shipment_update_fulfillment_order.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/fulfillment_outbound_shipment_update_fulfillment_order.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/get_service_status.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/get_service_status.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/invalid_error_response.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/invalid_error_response.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/merchant_fulfillment_cancel_shipment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/merchant_fulfillment_cancel_shipment.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/merchant_fulfillment_create_shipment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/merchant_fulfillment_create_shipment.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/merchant_fulfillment_get_additional_seller_inputs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/merchant_fulfillment_get_additional_seller_inputs.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/merchant_fulfillment_get_additional_seller_inputs_from_c_sharp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/merchant_fulfillment_get_additional_seller_inputs_from_c_sharp.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/merchant_fulfillment_get_eligible_shipping_services_additional_input.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/merchant_fulfillment_get_eligible_shipping_services_additional_input.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/merchant_fulfillment_get_eligible_shipping_services_from_c_sharp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/merchant_fulfillment_get_eligible_shipping_services_from_c_sharp.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/merchant_fulfillment_get_eligible_shipping_services_no_additional_input.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/merchant_fulfillment_get_eligible_shipping_services_no_additional_input.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/merchant_fulfillment_get_shipment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/merchant_fulfillment_get_shipment.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/orders_get_order.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/orders_get_order.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/orders_list_order_items.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/orders_list_order_items.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/orders_list_order_items_nt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/orders_list_order_items_nt.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/orders_list_orders.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/orders_list_orders.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/orders_list_orders_nt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/orders_list_orders_nt.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/products_get_competitive_pricing_for_asin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/products_get_competitive_pricing_for_asin.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/products_get_competitive_pricing_for_sku.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/products_get_competitive_pricing_for_sku.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/products_get_lowest_offer_listings_for_asin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/products_get_lowest_offer_listings_for_asin.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/products_get_lowest_offer_listings_for_sku.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/products_get_lowest_offer_listings_for_sku.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/products_get_lowest_priced_offers_for_asin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/products_get_lowest_priced_offers_for_asin.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/products_get_lowest_priced_offers_for_sku.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/products_get_lowest_priced_offers_for_sku.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/products_get_lowest_priced_offers_for_sku_missing_shipping_charge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/products_get_lowest_priced_offers_for_sku_missing_shipping_charge.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/products_get_lowest_priced_offers_for_sku_too_soon_for_processing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/products_get_lowest_priced_offers_for_sku_too_soon_for_processing.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/products_get_matching_product.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/products_get_matching_product.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/products_get_matching_product_for_id.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/products_get_matching_product_for_id.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/products_get_my_fees_estimate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/products_get_my_fees_estimate.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/products_get_my_fees_estimate_from_c_sharp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/products_get_my_fees_estimate_from_c_sharp.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/products_get_my_price_for_asin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/products_get_my_price_for_asin.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/products_get_my_price_for_sku.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/products_get_my_price_for_sku.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/products_get_product_categories_for_asin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/products_get_product_categories_for_asin.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/products_get_product_categories_for_sku.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/products_get_product_categories_for_sku.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/products_list_matching_products.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/products_list_matching_products.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/products_product.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/products_product.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/recommendations_get_last_updated_time_for_recommendations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/recommendations_get_last_updated_time_for_recommendations.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/recommendations_list_recommendations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/recommendations_list_recommendations.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/recommendations_list_recommendations_nt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/recommendations_list_recommendations_nt.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/reports_cancel_report_requests.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/reports_cancel_report_requests.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/reports_cancel_report_requests_multiple.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/reports_cancel_report_requests_multiple.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/reports_get_report.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/reports_get_report.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/reports_get_report_count.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/reports_get_report_count.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/reports_get_report_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/reports_get_report_list.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/reports_get_report_list_multiple.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/reports_get_report_list_multiple.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/reports_get_report_list_nt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/reports_get_report_list_nt.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/reports_get_report_request_count.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/reports_get_report_request_count.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/reports_get_report_request_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/reports_get_report_request_list.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/reports_get_report_request_list_multiple.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/reports_get_report_request_list_multiple.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/reports_get_report_request_list_nt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/reports_get_report_request_list_nt.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/reports_get_report_schedule_count.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/reports_get_report_schedule_count.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/reports_get_report_schedule_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/reports_get_report_schedule_list.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/reports_manage_report_schedule.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/reports_manage_report_schedule.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/reports_request_report.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/reports_request_report.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/reports_update_report_acknowledgements.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/reports_update_report_acknowledgements.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/reports_update_report_acknowledgements_multiple.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/reports_update_report_acknowledgements_multiple.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/sellers_list_marketplace_participations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/sellers_list_marketplace_participations.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/sellers_list_marketplace_participations_nt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/sellers_list_marketplace_participations_nt.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/shipment_invoicing_get_fba_outbound_shipment_detail.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/shipment_invoicing_get_fba_outbound_shipment_detail.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/shipment_invoicing_get_fba_outbount_shipment_invoice_status.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/shipment_invoicing_get_fba_outbount_shipment_invoice_status.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/shipment_invoicing_submit_fba_outbound_shipment_invoice.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/shipment_invoicing_submit_fba_outbound_shipment_invoice.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/subscriptions_create_subscription.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/subscriptions_create_subscription.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/subscriptions_delete_subscription.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/subscriptions_delete_subscription.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/subscriptions_deregister_destination.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/subscriptions_deregister_destination.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/subscriptions_get_subscription.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/subscriptions_get_subscription.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/subscriptions_list_registered_destinations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/subscriptions_list_registered_destinations.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/subscriptions_register_destination.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/subscriptions_register_destination.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/subscriptions_send_test_notification_to_destination.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/subscriptions_send_test_notification_to_destination.xml -------------------------------------------------------------------------------- /test/unit/__fixtures__/subscriptions_update_subscription.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__fixtures__/subscriptions_update_subscription.xml -------------------------------------------------------------------------------- /test/unit/__recordings__/httpClient_682702302/default-fetch_557683742/returns-only-the-XML-response-on-failure_2344314946/recording.har: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__recordings__/httpClient_682702302/default-fetch_557683742/returns-only-the-XML-response-on-failure_2344314946/recording.har -------------------------------------------------------------------------------- /test/unit/__snapshots__/easy-ship.test.ts.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__snapshots__/easy-ship.test.ts.snap -------------------------------------------------------------------------------- /test/unit/__snapshots__/feeds.test.ts.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__snapshots__/feeds.test.ts.snap -------------------------------------------------------------------------------- /test/unit/__snapshots__/finances.test.ts.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__snapshots__/finances.test.ts.snap -------------------------------------------------------------------------------- /test/unit/__snapshots__/fulfillment-inbound-shipment.test.ts.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__snapshots__/fulfillment-inbound-shipment.test.ts.snap -------------------------------------------------------------------------------- /test/unit/__snapshots__/fulfillment-inventory.test.ts.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__snapshots__/fulfillment-inventory.test.ts.snap -------------------------------------------------------------------------------- /test/unit/__snapshots__/fulfillment-outbound-shipment.test.ts.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__snapshots__/fulfillment-outbound-shipment.test.ts.snap -------------------------------------------------------------------------------- /test/unit/__snapshots__/merchant-fulfillment.test.ts.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__snapshots__/merchant-fulfillment.test.ts.snap -------------------------------------------------------------------------------- /test/unit/__snapshots__/orders.test.ts.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__snapshots__/orders.test.ts.snap -------------------------------------------------------------------------------- /test/unit/__snapshots__/parsing.test.ts.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__snapshots__/parsing.test.ts.snap -------------------------------------------------------------------------------- /test/unit/__snapshots__/products.test.ts.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__snapshots__/products.test.ts.snap -------------------------------------------------------------------------------- /test/unit/__snapshots__/recommendations.test.ts.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__snapshots__/recommendations.test.ts.snap -------------------------------------------------------------------------------- /test/unit/__snapshots__/reports.test.ts.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__snapshots__/reports.test.ts.snap -------------------------------------------------------------------------------- /test/unit/__snapshots__/sellers.test.ts.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__snapshots__/sellers.test.ts.snap -------------------------------------------------------------------------------- /test/unit/__snapshots__/shipment-invoicing.test.ts.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__snapshots__/shipment-invoicing.test.ts.snap -------------------------------------------------------------------------------- /test/unit/__snapshots__/subscriptions.test.ts.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/__snapshots__/subscriptions.test.ts.snap -------------------------------------------------------------------------------- /test/unit/easy-ship.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/easy-ship.test.ts -------------------------------------------------------------------------------- /test/unit/feeds.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/feeds.test.ts -------------------------------------------------------------------------------- /test/unit/finances.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/finances.test.ts -------------------------------------------------------------------------------- /test/unit/fulfillment-inbound-shipment.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/fulfillment-inbound-shipment.test.ts -------------------------------------------------------------------------------- /test/unit/fulfillment-inventory.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/fulfillment-inventory.test.ts -------------------------------------------------------------------------------- /test/unit/fulfillment-outbound-shipment.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/fulfillment-outbound-shipment.test.ts -------------------------------------------------------------------------------- /test/unit/http.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/http.test.ts -------------------------------------------------------------------------------- /test/unit/issue/327/327.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/issue/327/327.test.ts -------------------------------------------------------------------------------- /test/unit/issue/327/__snapshots__/327.test.ts.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/issue/327/__snapshots__/327.test.ts.snap -------------------------------------------------------------------------------- /test/unit/issue/327/response.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/issue/327/response.xml -------------------------------------------------------------------------------- /test/unit/merchant-fulfillment.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/merchant-fulfillment.test.ts -------------------------------------------------------------------------------- /test/unit/mws.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/mws.test.ts -------------------------------------------------------------------------------- /test/unit/orders.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/orders.test.ts -------------------------------------------------------------------------------- /test/unit/parsing.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/parsing.test.ts -------------------------------------------------------------------------------- /test/unit/products.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/products.test.ts -------------------------------------------------------------------------------- /test/unit/recommendations.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/recommendations.test.ts -------------------------------------------------------------------------------- /test/unit/reports.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/reports.test.ts -------------------------------------------------------------------------------- /test/unit/sellers.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/sellers.test.ts -------------------------------------------------------------------------------- /test/unit/shipment-invoicing.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/shipment-invoicing.test.ts -------------------------------------------------------------------------------- /test/unit/subscriptions.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/unit/subscriptions.test.ts -------------------------------------------------------------------------------- /test/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/test/utils.ts -------------------------------------------------------------------------------- /tsconfig.build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/tsconfig.build.json -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/tsconfig.json -------------------------------------------------------------------------------- /utils/bump-version.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/utils/bump-version.ts -------------------------------------------------------------------------------- /utils/rename-package.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScaleLeap/amazon-mws-api-sdk/HEAD/utils/rename-package.ts --------------------------------------------------------------------------------