Python API ASM carrier
Project description
Python API ASM carrier.
Features
- Services
- Test connection
- Create/Send shipments to ASM
- Get label shipment in PDF
Usage Examples
Example API in test.py file
Services
from asm.utils import services services()
Test connection
with API(username, debug) as asm_api: print asm_api.test_connection()
Create/send shipment to ASM
with Picking(username, debug) as picking_api: data = {...} reference, label, error = picking_api.create(data)
Get label shipment
with Picking(username, debug) as picking_api: data = {...} label = picking_api.label(data)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Built Distribution
asm-0.0.5-py3-none-any.whl
(20.3 kB
view hashes)