AssignFulfillmentRuleInput
Autogenerated input type of AssignFulfillmentRule
input AssignFulfillmentRuleInput {
clientMutationId: String
fulfillmentId: ID!
fulfillmentRuleId: ID!
}
Fields
AssignFulfillmentRuleInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
AssignFulfillmentRuleInput.fulfillmentId ● ID! non-null scalar common
The ID of the fulfillment to assign the fulfillment rule to.
AssignFulfillmentRuleInput.fulfillmentRuleId ● ID! non-null scalar common
The ID of the fulfillment rule to assign.
Member Of
assignFulfillmentRule mutation