DeliveryParticipant - admin-graphql - OBJECT
Version: 2024-10
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:
Boolean! -
Whether to display new shipping services automatically to the customer when the service becomes available.
-
carrierService:
DeliveryCarrierService! -
The carrier used for this participant.
-
fixedFee:
MoneyV2 -
The merchant-defined fixed fee for this participant.
-
id:
ID! -
A globally-unique ID.
-
participantServices:
DeliveryParticipantService! -
The carrier-specific services offered by the participant, and whether each service is active.
-
percentageOfRateFee:
Float! -
The merchant-defined percentage-of-rate fee for this participant.
Connections
Related queries
Related mutations
Related Unions
Examples