stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryParticipantInput

AdminTypes.DeliveryParticipantInput interface

The input fields for a participant.

Signature:

export interface DeliveryParticipantInput 

Properties

Property Modifiers Type Description
adaptToNewServices?   InputMaybe<Scalars[‘Boolean’][‘input’]> (Optional) Whether to automatically display new shipping services to the customer when a service becomes available.
carrierServiceId?   InputMaybe<Scalars[‘ID’][‘input’]> (Optional) The ID of the carrier service for this participant.
fixedFee?   InputMaybe<MoneyInput> (Optional) The fixed feed that’s defined by the merchant for this participant.
id?   InputMaybe<Scalars[‘ID’][‘input’]> (Optional) The ID of the participant.
participantServices?   InputMaybe<Array<DeliveryParticipantServiceInput>> (Optional) The list of shipping services offered by the participant.
percentageOfRateFee?   InputMaybe<Scalars[‘Float’][‘input’]> (Optional) The merchant-defined percentage-of-rate fee for this participant.