Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryParticipant
A participant defines carrier-calculated rates for shipping services with a possible merchant-defined fixed fee or a percentage-of-rate fee.
Signature:
export interface DeliveryParticipant extends Node
Extends: Node
Property | Modifiers | Type | Description |
---|---|---|---|
adaptToNewServicesFlag | Scalars[‘Boolean’][‘output’] | Whether to display new shipping services automatically to the customer when the service becomes available. | |
carrierService | DeliveryCarrierService | The carrier used for this participant. | |
fixedFee? | Maybe<MoneyV2> | (Optional) The merchant-defined fixed fee for this participant. | |
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
participantServices | Array<DeliveryParticipantService> | The carrier-specific services offered by the participant, and whether each service is active. | |
percentageOfRateFee | Scalars[‘Float’][‘output’] | The merchant-defined percentage-of-rate fee for this participant. |