Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,190 changes: 3,052 additions & 1,138 deletions docs/index.html

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5843,6 +5843,11 @@ components:
The [shipping
carrier](https://www.shipengine.com/docs/carriers/setup/) who will
ship the package, such as `fedex`, `dhl_express`, `stamps_com`, etc.
connection_status:
readOnly: true
allOf:
- $ref: '#/components/schemas/carrier_connection_status'
description: The current connection status of the carrier account
account_number:
type: string
readOnly: true
Expand Down Expand Up @@ -5933,6 +5938,13 @@ components:
type: boolean
readOnly: true
description: The carrier supports user-managed rates for shipments.
carrier_connection_status:
title: carrier_connection_status
type: string
enum:
- PendingApproval
- Approved
description: The possible carrier connection status values
service:
title: service
type: object
Expand Down