Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryCarrierService
A shipping service provider or a carrier account.
Signature:
export interface DeliveryCarrierService extends Node
Extends: Node
Property | Modifiers | Type | Description |
---|---|---|---|
availableServicesForCountries | Array<DeliveryAvailableService> | The list of services offered for given destinations. | |
formattedName? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The properly formatted name of the shipping service provider, ready to display. | |
icon | Image | The logo of the service provider. | |
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
name? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The name of the shipping service provider. |