Skip to main content

RegisterFulfillmentRuleInput

Autogenerated input type of RegisterFulfillmentRule

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

Fields

RegisterFulfillmentRuleInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

RegisterFulfillmentRuleInput.decompositionStrategy ● DecompositionStrategyEnum enum orders

Controls how fulfillment items are auto-decomposed into components.

RegisterFulfillmentRuleInput.description ● String scalar common

Optional description of the fulfillment rule.

RegisterFulfillmentRuleInput.fulfillmentIntegrationId ● ID scalar common

Optional fulfillment integration used to fulfill, overriding the building's integration.

RegisterFulfillmentRuleInput.name ● String! non-null scalar common

The name of the fulfillment rule.

Member Of

registerFulfillmentRule mutation