Skip to main content
Anchor to DeliveryParticipantUpdateInput

DeliveryParticipantUpdateInput

input_object

The input fields for updating a participant.

•Boolean

Whether new services should be included for the participant.

•ID

A globally-unique ID of the carrier service.

•MoneyInput

The fixed fee to charge for the participant.

•ID!
non-null

A globally-unique ID of the participant.

•Float

The percentage of rate fee to charge for the participant.

•[DeliveryParticipantServiceInput!]

The list of shipping services offered by the participant.


Was this section helpful?

Anchor to Input objects using this inputInput objects using this input

•INPUT OBJECT

The input fields to update a rate group. A rate group can contain either one participant, one rate definition (with or without a rate range condition), or many rate definitions (so long as they all have a rate range condition, and those rate range conditions all have the same subject and unit). To migrate from a rate group with rate definition(s) to a rate group with a participant (or vice versa), the original rate definitions (or participant) must be deleted via rateDefinitionsToDelete (or participantsToDelete) in the same mutation.


Was this section helpful?