DeliveryParticipant object
A carrier-defined rate with possible merchant-defined fixed fee or percentage-of-rate fee.
On this page
Fields
- adaptToNewServicesFlag (
[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
Flag to indicate if new available services should be included. - carrierService (
[DeliveryCarrierService!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverycarrierservice)
)
Use this carrier service for this participant. - fixedFee (
[MoneyV2](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2)
)
The merchant-set fixed fee for this participant. - id (
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
Globally unique identifier. - participantServices (
[[DeliveryParticipantService!]!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryparticipantservice)
)
Services offered by the participant and their active status. - percentageOfRateFee (
[Float!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#float-2021-01)
)
The merchant-set percentage-of-rate fee for this participant.
Implements
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)