BulkAssignFulfillmentRuleInput
Autogenerated input type of BulkAssignFulfillmentRule
input BulkAssignFulfillmentRuleInput {
clientMutationId: String
fulfillmentIds: [ID!]!
fulfillmentRuleId: ID!
}
Fields
BulkAssignFulfillmentRuleInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
BulkAssignFulfillmentRuleInput.fulfillmentIds ● [ID!]! non-null scalar common
The IDs of the fulfillment orders to assign the fulfillment rule to.
BulkAssignFulfillmentRuleInput.fulfillmentRuleId ● ID! non-null scalar common
The fulfillment rule to assign to every fulfillment order of the batch.
Member Of
bulkAssignFulfillmentRule mutation