ConfigCarriers Object
Description
Carrier aggregator configuration for live shipping rates (Sendcloud/Shippo).
Declaration
type ConfigCarriers {
enabled: Boolean!
aggregator: String
credentials: ConfigCarriersCredentials
senderAddressId: String
extraRate: Float!
}
Fields
| Name | Type | Description |
|---|---|---|
enabled | Boolean! | Whether the carrier aggregator integration is enabled. |
aggregator | String | Enabled aggregator. Valid values are "sendcloud" or "shippo". A single aggregator can be enabled per account. |
credentials | ConfigCarriersCredentials | Carrier aggregator credentials. |
senderAddressId | String | Provider-side sender address identifier to ship from. Sender addresses are managed on the provider and fetched live. |
extraRate | Float! | Percentage added to quoted prices for handling/packaging. |