# DeliveryParticipant - admin-graphql - OBJECT
Version: 2025-01

## Description
A participant defines carrier-calculated rates for shipping services
with a possible merchant-defined fixed fee or a percentage-of-rate fee.

### Access Scopes
Any of `assigned_shipping` or `shipping` access scopes or `manage_delivery_settings` user permission.


## Fields
* [adaptToNewServicesFlag](/docs/api/admin-graphql/2025-01/scalars/Boolean): Boolean! - Whether to display new shipping services automatically to the customer when the service becomes available.
* [carrierService](/docs/api/admin-graphql/2025-01/objects/DeliveryCarrierService): DeliveryCarrierService! - The carrier used for this participant.
* [fixedFee](/docs/api/admin-graphql/2025-01/objects/MoneyV2): MoneyV2 - The merchant-defined fixed fee for this participant.
* [id](/docs/api/admin-graphql/2025-01/scalars/ID): ID! - A globally-unique ID.
* [participantServices](/docs/api/admin-graphql/2025-01/objects/DeliveryParticipantService): DeliveryParticipantService! - The carrier-specific services offered by the participant, and whether each service is active.
* [percentageOfRateFee](/docs/api/admin-graphql/2025-01/scalars/Float): Float! - The merchant-defined percentage-of-rate fee for this participant.

## Connections



## Related queries

## Related mutations

## Related Unions
* [DeliveryRateProvider](/docs/api/admin-graphql/2025-01/unions/DeliveryRateProvider) A rate provided by a merchant-defined rate or a participant.

## Examples