carrier
Retrieve detailed information about a specific shipping carrier.
Returns comprehensive carrier data including service type, localized descriptions, pricing information, tracking URL template, logo, and warehouse coverage. Used for shipping configuration, logistics management, and displaying carrier options to customers.
Possible errors:
- CARRIER_NOT_FOUND_ERROR: Carrier with the specified ID does not exist in the system
- CARRIER_GET_ERROR: Failed to retrieve carrier information due to data source connection issues or query execution failure
carrier(
id: Int!
): Carrier!
Arguments
carrier.id
● Int!
non-null scalar
Unique identifier of the carrier to retrieve.
Must be a positive integer representing a valid carrier ID in the system. This ID is used to reference the carrier throughout shipping operations and logistics management.
Type
Carrier
object
Shipping carrier configuration for logistics and delivery operations.
Represents a shipping company or service provider including service details, coverage areas, pricing information, and integration settings. Used for shipping calculations, order fulfillment, and logistics management.