Skip to content

Files

Latest commit

 

History

History
19 lines (14 loc) · 2.2 KB

listcarrieraccountsrequest.md

File metadata and controls

19 lines (14 loc) · 2.2 KB

ListCarrierAccountsRequest

Example Usage

import { ListCarrierAccountsRequest } from "shippo/models/operations";

let value: ListCarrierAccountsRequest = {};

Fields

Field Type Required Description
serviceLevels boolean Appends the property service_levels to each returned carrier account
carrier components.CarriersEnum Filter the response by the specified carrier
accountId string Filter the response by the specified carrier account Id
page number The page number you want to select
results number The number of results to return per page (max 100, default 5)