Skip to main content

UpdateFulfillmentRuleInput

Autogenerated input type of UpdateFulfillmentRule

input UpdateFulfillmentRuleInput {
clientMutationId: String
decompositionStrategy: DecompositionStrategyEnum
description: String
fulfillmentIntegrationId: ID
id: ID!
name: String
}

Fields

UpdateFulfillmentRuleInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

UpdateFulfillmentRuleInput.decompositionStrategy ● DecompositionStrategyEnum enum orders

Controls how fulfillment items are auto-decomposed into components.

UpdateFulfillmentRuleInput.description ● String scalar common

The new description of the fulfillment rule.

UpdateFulfillmentRuleInput.fulfillmentIntegrationId ● ID scalar common

Fulfillment integration used to fulfill, overriding the building's integration.

UpdateFulfillmentRuleInput.id ● ID! non-null scalar common

The ID of the fulfillment rule to update.

UpdateFulfillmentRuleInput.name ● String scalar common

The new name of the fulfillment rule.

Member Of

updateFulfillmentRule mutation