Skip to main content

ShippingCarrier

The shipping carrier/provider information

type ShippingCarrier {
id: String!
title: String
logo: Media
}

Fields

id ● String!

Unique identifier for the carrier, e.g., 'dhl', 'bring'

title ● String

Display name of the carrier

logo ● Media

Logo representing the carrier

Example

{
"logo": {
"link": [
{
"url": {
"language": "EN",
"value": "String"
},
"alternateUrls": [
{}
],
"redirect": {}
}
],
"modifiedAt": "2024-05-03T11:52:33Z"
}
}