Using printio-android-sdk with fulfillment.com

HTML integration

Install
# See https://github.com/printdotio/printio-android-sdk
Tracking
curl \
  -H "x-api-key: $API_KEY" \
  https://api.fulfillment.com/v2/track
List of Orders
curl \
  -H "x-api-key: $API_KEY" \
  https://api.fulfillment.com/v2/orders
List Returns
curl \
  -H "x-api-key: $API_KEY" \
  https://api.fulfillment.com/v2/returns
SDK on GitHub 📄 API Docs
SDK
printio-android-sdk
HTML
API
fulfillment.com
fulfillment.com
At a glance
Language HTML
Endpoints13
Base URLhttps://api.fulfillment.com/v2