List Customers
Searches customers (CIFs) by free text and returns each match together with the SCRS entries in force for it today: the carriers serving each of the customer’s rail stations and their reciprocal-switching status. Your own SCRS custom entries replace the file’s rows for the same facility, exactly as ListQuotes sees them, unless exclude_custom_entries is set. Use the returned CIFs as ListQuotesRequest.origin_cifs / destination_cifs.
Example: GET /shipper/customers?search_text=home%20depot%20austin&page_size=25
Query Parameters
Required. Free-text search: every whitespace-separated token must prefix-match a word of the customer's name, physical city, state/province, or CIF. Case-insensitive. Examples: "home depot austin tx", "006123".
Maximum customers to return. Defaults to 25; values above 100 are treated as 100.
next_page_token from a previous response, to fetch the following page.
When true, return the SCRS file's rows only, ignoring your SCRS custom entries (overrides). Defaults to false: your custom entries replace the file's rows for their facility, as they do for ListQuotes.