Services
Index
Get a list of all services offered at your warehouse
GET
/services
Example Response
{
"services": [
{
"id": 1,
"created_at": "2024-05-09T13:22:14.000000Z",
"updated_at": "2024-05-09T13:22:14.000000Z",
"name": "Extra Poly Bags (1.5mm)",
"type": "outbound_shipment_item",
"unit": "bag",
"when_to_charge": "attached",
"charge": "0.1500",
"advanced_options": null,
"company_id": 1,
"price_records": [],
"archived_at": null,
"inbound_shipments_count": 0,
"outbound_shipments_count": 0,
"outbound_shipment_items_count": 14,
"items_count": 4,
"deletable": false
},
{
"id": 2,
"created_at": "2024-05-09T13:22:14.000000Z",
"updated_at": "2024-05-09T13:22:14.000000Z",
"name": "Thick Poly Bags (3mm)",
"type": "outbound_shipment_item",
"unit": "bag",
"when_to_charge": "attached",
"charge": "0.2500",
"advanced_options": null,
"company_id": 1,
"price_records": [],
"archived_at": null,
"inbound_shipments_count": 0,
"outbound_shipments_count": 0,
"outbound_shipment_items_count": 5,
"items_count": 4,
"deletable": false
}
]
}