.bumpversion.cfg
.coveragerc
.gitignore
.travis.yml
CHANGELOG.rst
LICENSE
MANIFEST.in
Makefile
README.rst
conftest.py
pytest.ini
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
django_oscar_mws.egg-info/PKG-INFO
django_oscar_mws.egg-info/SOURCES.txt
django_oscar_mws.egg-info/dependency_links.txt
django_oscar_mws.egg-info/requires.txt
django_oscar_mws.egg-info/top_level.txt
django_oscar_mws.egg-info/version.txt
docs/Makefile
docs/make.bat
docs/source/concepts.rst
docs/source/conf.py
docs/source/getting_started.rst
docs/source/index.rst
docs/source/notes.rst
docs/source/recipes.rst
docs/source/reference.rst
docs/source/settings.rst
oscar_mws/__init__.py
oscar_mws/abstract_models.py
oscar_mws/admin.py
oscar_mws/api.py
oscar_mws/connection.py
oscar_mws/defaults.py
oscar_mws/mixins.py
oscar_mws/models.py
oscar_mws/receivers.py
oscar_mws/signals.py
oscar_mws/utils.py
oscar_mws/dashboard/__init__.py
oscar_mws/dashboard/app.py
oscar_mws/dashboard/forms.py
oscar_mws/dashboard/models.py
oscar_mws/dashboard/views.py
oscar_mws/feeds/__init__.py
oscar_mws/feeds/gateway.py
oscar_mws/feeds/mappers.py
oscar_mws/feeds/writers.py
oscar_mws/fulfillment/__init__.py
oscar_mws/fulfillment/adapters.py
oscar_mws/fulfillment/creator.py
oscar_mws/fulfillment/finders.py
oscar_mws/fulfillment/gateway.py
oscar_mws/management/__init__.py
oscar_mws/management/commands/__init__.py
oscar_mws/management/commands/mws_feed_results.py
oscar_mws/management/commands/mws_submit_product_feed.py
oscar_mws/management/commands/mws_switch_product_fulfillment.py
oscar_mws/management/commands/mws_update_products.py
oscar_mws/migrations/0001_initial.py
oscar_mws/migrations/0002_auto__add_field_fulfillmentorderline_shipment__add_field_fulfillmentor.py
oscar_mws/migrations/0003_auto__add_amazonmarketplace__add_merchantaccount__add_unique_merchanta.py
oscar_mws/migrations/0004_auto__add_field_feedsubmission_merchant__add_field_fulfillmentorder_me.py
oscar_mws/migrations/0005_auto__add_field_merchantaccount_region.py
oscar_mws/migrations/0006_auto__add_field_feedsubmission_feed_xml.py
oscar_mws/migrations/0007_auto__add_field_merchantaccount_partner__add_field_amazonprofile_sku.py
oscar_mws/migrations/0008_auto__add_field_fulfillmentorder_shipping_address__add_field_fulfillme.py
oscar_mws/migrations/__init__.py
oscar_mws/seller/__init__.py
oscar_mws/seller/gateway.py
oscar_mws/templates/oscar_mws/dashboard/amazon_profile_create.html
oscar_mws/templates/oscar_mws/dashboard/amazon_profile_update.html
oscar_mws/templates/oscar_mws/dashboard/fulfillment_detail.html
oscar_mws/templates/oscar_mws/dashboard/marketplace_update.html
oscar_mws/templates/oscar_mws/dashboard/merchant_delete.html
oscar_mws/templates/oscar_mws/dashboard/merchant_list.html
oscar_mws/templates/oscar_mws/dashboard/merchant_update.html
oscar_mws/templates/oscar_mws/dashboard/product_list.html
oscar_mws/templates/oscar_mws/dashboard/submission_detail.html
oscar_mws/templates/oscar_mws/dashboard/submission_list.html
oscar_mws/templates/oscar_mws/dashboard/orders/partials/mws_fulfillment_tab.html
oscar_mws/templates/oscar_mws/dashboard/partials/merchant_table_actions.html
oscar_mws/templates/oscar_mws/dashboard/partials/merchant_table_fields.html
oscar_mws/templatetags/__init__.py
oscar_mws/templatetags/mws_tags.py
oscar_mws/test/__init__.py
oscar_mws/test/factories.py
oscar_mws/test/mixins.py
oscar_mws/xsd/AdditionalProductInformation.xsd
oscar_mws/xsd/Amazon.xsd
oscar_mws/xsd/Arts.xsd
oscar_mws/xsd/AutoAccessory.xsd
oscar_mws/xsd/Baby.xsd
oscar_mws/xsd/Beauty.xsd
oscar_mws/xsd/Books.xsd
oscar_mws/xsd/CE.xsd
oscar_mws/xsd/CameraPhoto.xsd
oscar_mws/xsd/ClothingAccessories.xsd
oscar_mws/xsd/Computers.xsd
oscar_mws/xsd/EUCompliance.xsd
oscar_mws/xsd/EntertainmentCollectibles.xsd
oscar_mws/xsd/FBA.xsd
oscar_mws/xsd/FoodAndBeverages.xsd
oscar_mws/xsd/FoodServiceAndJanSan.xsd
oscar_mws/xsd/GiftCards.xsd
oscar_mws/xsd/Gourmet.xsd
oscar_mws/xsd/Health.xsd
oscar_mws/xsd/Home.xsd
oscar_mws/xsd/HomeImprovement.xsd
oscar_mws/xsd/Industrial.xsd
oscar_mws/xsd/Jewelry.xsd
oscar_mws/xsd/LabSupplies.xsd
oscar_mws/xsd/LargeAppliances.xsd
oscar_mws/xsd/Lighting.xsd
oscar_mws/xsd/Luggage.xsd
oscar_mws/xsd/MechanicalFasteners.xsd
oscar_mws/xsd/Miscellaneous.xsd
oscar_mws/xsd/Motorcycles.xsd
oscar_mws/xsd/Music.xsd
oscar_mws/xsd/MusicalInstruments.xsd
oscar_mws/xsd/Office.xsd
oscar_mws/xsd/PetSupplies.xsd
oscar_mws/xsd/PowerTransmission.xsd
oscar_mws/xsd/Product.xsd
oscar_mws/xsd/ProductClothing.xsd
oscar_mws/xsd/RawMaterials.xsd
oscar_mws/xsd/SWVG.xsd
oscar_mws/xsd/Shoes.xsd
oscar_mws/xsd/Sports.xsd
oscar_mws/xsd/SportsMemorabilia.xsd
oscar_mws/xsd/TiresAndWheels.xsd
oscar_mws/xsd/Tools.xsd
oscar_mws/xsd/Toys.xsd
oscar_mws/xsd/ToysBaby.xsd
oscar_mws/xsd/Video.xsd
oscar_mws/xsd/WineAndAlcohol.xsd
oscar_mws/xsd/Wireless.xsd
oscar_mws/xsd/amzn-base.xsd
sandbox/__init__.py
sandbox/manage.py
sandbox/partner/__init__.py
sandbox/partner/models.py
sandbox/public/media/.gitignore
sandbox/sandbox/__init__.py
sandbox/sandbox/settings.py
sandbox/sandbox/urls.py
sandbox/sandbox/wsgi.py
tests/__init__.py
tests/data/create_fulfillment_order_response.xml
tests/data/get_feed_submission_list_response.xml
tests/data/get_feed_submission_results_response.xml
tests/data/get_fulfillment_order_response.xml
tests/data/get_fulfillment_order_response_without_shipments.xml
tests/data/list_inventory_supply_response.xml
tests/data/list_marketplace_participations_response.xml
tests/data/submit_feed_request.xml
tests/data/submit_feed_response.xml
tests/functional/__init__.py
tests/functional/test_dashboard.py
tests/functional/test_feeds.py
tests/functional/test_fulfillment.py
tests/functional/test_profile_dashboard.py
tests/functional/test_seller.py
tests/integration/__init__.py
tests/integration/test_feeds.py
tests/integration/test_fulfillment.py
tests/integration/test_marketplaces.py
tests/unit/__init__.py
tests/unit/test_feeds.py
tests/unit/test_fulfillment.py
tests/unit/test_mixins.py
tests/unit/test_models.py
tests/unit/test_receivers.py
tests/unit/test_signals.py
tests/unit/test_writers.py
tests/unit/api/__init__.py
tests/unit/api/test_mws.py
tests/unit/api/test_outbound_shipments.py
tests/unit/fulfillment/__init__.py
tests/unit/fulfillment/test_creator.py
tests/unit/fulfillment/test_gateway.py