Get a list of all stop locations for shipments user is associated with

SecurityAuthToken
Request
query Parameters
page
integer

indicates what page of a list of query results you want to view

page-size
integer

indicates the how many items to return per page in a list request

company_name
string

Return stop locations whose company_name is equivalent to this value

company_name__contains
string

Return stop locations with this value in the company_name

Responses
200

Successfully returned a list of stop locations for shipments user is associated with

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

Default error response

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