back to SwiftShip Logistics
Logistics · service
Pick, Pack & Ship
by SwiftShip Logistics · Salt Lake City, UT

specifications
| carriers | USPS, UPS, FedEx |
| tracked | true |
| insurance_up_to | 100 |
| sla.lead_time | 24h |
| warranty | 30d — Refund on lost shipments. |
discovery
purposefulfillmentshipping
propertytrackedmulti-carrierinsured
agent payload
Exact JSON returned from GET /v1/offerings/off_ss_fulfill.
{
"id": "off_ss_fulfill",
"businessId": "biz_swiftship",
"name": "Pick, Pack & Ship",
"kind": "service",
"category": "Logistics",
"price": {
"amount": 2.25,
"currency": "USD",
"unit": "shipment"
},
"description": "Per-shipment fulfillment with tracked label. USPS, UPS, FedEx.",
"specifications": {
"carriers": [
"USPS",
"UPS",
"FedEx"
],
"tracked": true,
"insurance_up_to": 100
},
"purpose": [
"fulfillment",
"shipping"
],
"properties": [
"tracked",
"multi-carrier",
"insured"
],
"sla": {
"leadTimeHours": 24
},
"warranty": {
"durationDays": 30,
"terms": "Refund on lost shipments."
}
}