Using geliver-go with fulfillment.com

Go integration

Install
go get github.com/GeliverApp/geliver-go
Quick start
import "geliver-go"

// Initialize client
client := geliver-go.NewClient("YOUR_API_KEY")
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
geliver-go
Go
API
fulfillment.com
fulfillment.com
At a glance
Language Go
Endpoints13
Base URLhttps://api.fulfillment.com/v2