ShippingCarrier
Shipping carrier associated with a shipping method (e.g. InPost, DPD, DHL).
type ShippingCarrier {
id: ID
logo: Image
name: String!
serviceCode: String
}
Fields
ShippingCarrier.id ● ID scalar
Stable carrier identifier. Null when the method does not map to a registered carrier (e.g. local pickup configured by the merchant).
ShippingCarrier.logo ● Image object
Carrier logo image. Use logo { url(transform: { maxWidth: 64 }) altText } for the method tile in the shipping picker.
ShippingCarrier.name ● String! non-null scalar
Carrier display name (e.g. "InPost", "DPD", "DHL").
ShippingCarrier.serviceCode ● String scalar
Carrier service code as configured by the merchant (e.g. "inpost_paczkomat"). Useful when integrating carrier widgets.
Member Of
AvailableShippingMethod object