# DeliveryParticipantInput - admin-graphql - INPUT_OBJECT Version: 2025-01 ## Description The input fields for a participant. ### Access Scopes ## Fields * [adaptToNewServices](/docs/api/admin-graphql/2025-01/scalars/Boolean): Boolean - Whether to automatically display new shipping services to the customer when a service becomes available. * [carrierServiceId](/docs/api/admin-graphql/2025-01/scalars/ID): ID - The ID of the carrier service for this participant. * [fixedFee](/docs/api/admin-graphql/2025-01/input-objects/MoneyInput): MoneyInput - The fixed feed that's defined by the merchant for this participant. * [id](/docs/api/admin-graphql/2025-01/scalars/ID): ID - The ID of the participant. * [participantServices](/docs/api/admin-graphql/2025-01/input-objects/DeliveryParticipantServiceInput): DeliveryParticipantServiceInput - The list of shipping services offered by the participant. * [percentageOfRateFee](/docs/api/admin-graphql/2025-01/scalars/Float): Float - The merchant-defined percentage-of-rate fee for this participant. ## Input objects with this input object * [DeliveryMethodDefinitionInput](/docs/api/admin-graphql/2025-01/input-objects/DeliveryMethodDefinitionInput) ## Examples