Developer Portal
Authentication
We use basic http authentication. Use the same credentials you use to login into the vendor portal.
$ curl -v -u your@email.com:yourpassword https://vendors.tanga.com/api/v1/drop_shippers/YOUR_VENDOR_ID/products
The above curl command sets an Authorization header, like
Authorization: Basic am9vQHRhbmdhLmNvbT33a2a3N8NknzdESFBAZw==
Vendor Integration
Product Listings
-
API
-
CSV
-
FTP
-
Etsy Export
-
Overstock File Formats
Contact dev@tanga.com
-
Amazon Product Feed
Contact dev@tanga.com
-
Channel Advisor
Contact dev@tanga.com
Inventory
-
API
Documentation -
CSV
Please visit the Vendor Portal
Shipment Tracking
-
CSV
You can manually upload tracking via CSV format in your vendor portal:
https://vendors.tanga.com/drop_shippers/<id>/purchase_orders/orders/csv
-
API
Orders
-
CSV
You can manually download orders via CSV format in your vendor portal:
https://vendors.tanga.com/drop_shippers/<id>/purchase_orders
-
API
Documentation
Contact: Questions can be sent to dev@tanga.com