Types > FedexOptions
Commerce APITypesFedexOptions
FedexOptions

Description

Fields

account_number: String!


key: String!


meter_number: String!


password: String!


Used By

Types

ShippingProvider

Preview (typescript)

interface FedexOptions {
account_number: string
key: string
meter_number: string
password: string
}