Skip to main content

Connect to the smartetailing website order feeds

Project description

Smartetailing Package

This package provides a simple, thin wrapper around the 3 major smartetailing endpoints. It also provides a Pythonic object representation of the order xml export. v2.00 is the XML version currently required.

Examples

  • Basically, just instantiate SmartetailingConnection() object and call the public methods.
    from smartetailing import connection, objects
    
    connect_website = connection.SmartetailingConnection(base_url='www.example.com/webservices/xml/feeds.cfc', merchant_id=01234, urlkey='SECRET')
    orders = list(connect_website.export_orders())  # List[WebOrder]
    connect_website.confirm_order_receipts([o.id for o in orders])
    connect_website.update_order_status(orders[0].id, 'Completed')
    
  • TODO - Doc comments need to be better

Notes

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

smartetailing-0.4.0.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

smartetailing-0.4.0-py3-none-any.whl (8.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page