Delivery Participant Create Input
The input fields for creating a participant on a rate group.
Anchor to FieldsFields
- adaptToNewServices (Boolean)
- carrierServiceId (ID!)
- fixedFee (MoneyInput)
- percentageOfRateFee (Float)
- services ([DeliveryParticipantServiceInput!])
- Anchor to adaptToNewServicesadapt•Boolean
To New Services Whether to automatically display new shipping services to the customer when a service becomes available.
- Anchor to carrierServiceIdcarrier•ID!
Service Id non-null The ID of the carrier service for this participant.
- Anchor to fixedFeefixed•Money
Fee Input The fixed fee that's defined by the merchant for this participant.
- Anchor to percentageOfRateFeepercentage•Float
Of Rate Fee The merchant-defined percentage-of-rate fee for this participant.
- Anchor to servicesservices•[Delivery
Participant Service Input!] The list of shipping services offered by the participant.
Anchor to Input objects using this inputInput objects using this input
- Anchor to DeliveryRateGroupCreateInput.participantsToCreateDelivery•INPUT OBJECT
Rate Group Create Input.participantsToCreate The input fields to create a rate group on a method definition. 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).
- Anchor to DeliveryRateGroupUpdateInput.participantsToCreateDelivery•INPUT OBJECT
Rate Group Update Input.participantsToCreate 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
(or) in the same mutation.