Retrive Carrier List

This operation retrieves a list of carriers associated with the specific location/s.

SecuritybearerAuth
Request
query Parameters
size
integer

The number of results to return in a single page of the carrier list.

Example: size=50
page
integer

The page number to retrieve.

Example: page=1
barcodeAware
boolean

Indicates whether to retrieve carriers that are barcode-aware. When set to true, the response includes only those carriers capable of processing barcodes.

Example: barcodeAware=true
Request Body schema: application/json
Array
string

An array containing locations. Each element is a string representing one or more locations. If multiple locations are provided, they should be comma-separated.

Responses
201

Carrier list has been retrived successfully.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

post/api/v1/carriers
Request samples
application/json
[
  • "B9Ol8nDqpq1"
]
Response samples
application/json
{
  • "carriers": [
    ],
  • "recentCarriers": [
    ],
  • "totalCount": 0
}