List all Shipment Templates for the authenticated company

SecurityAuthToken
Request
query Parameters
q
string

Search across template fields

template_name
string

Filter across shipment templates by name

Responses
200

List of shipment templates

Response Schema: application/json
page_size
integer
Array of objects (ShipmentTemplateResponse)
total_count
integer
total_pages
integer
default

Default error response

get/shipments/templates/
Request samples
Response samples
application/json
{
  • "page_size": 0,
  • "results": [
    ],
  • "total_count": 0,
  • "total_pages": 0
}
Copyright © Shipwell 2025. All right reserved.