DeliveryMethodDefinitionInput - admin-graphql - INPUT_OBJECT
Version: 2024-10
Description:
The input fields for a method definition.
Access Scopes
Fields
-
active:
Boolean -
Whether to use this method definition during rate calculation.
-
conditionsToUpdate:
DeliveryUpdateConditionInput -
A list of conditions to update on the method definition.
-
description:
String -
The description of the method definition.
-
id:
ID -
A globally-unique ID of the method definition. Use only when updating a method definiton.
-
name:
String -
The name of the method definition.
-
participant:
DeliveryParticipantInput -
A participant to apply to the method definition.
-
priceConditionsToCreate:
DeliveryPriceConditionInput -
A list of price conditions on the method definition.
-
rateDefinition:
DeliveryRateDefinitionInput -
A rate definition to apply to the method definition.
-
weightConditionsToCreate:
DeliveryWeightConditionInput -
A list of weight conditions on the method definition.
Input objects with this input object
Examples