stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > MutationFulfillmentOrderRejectFulfillmentRequestArgs

AdminTypes.MutationFulfillmentOrderRejectFulfillmentRequestArgs interface

The schema’s entry point for all mutation operations.

Signature:

export interface MutationFulfillmentOrderRejectFulfillmentRequestArgs 

Properties

Property Modifiers Type Description
id   Scalars[‘ID’][‘input’]  
lineItems?   InputMaybe<Array<IncomingRequestLineItemInput>> (Optional)
message?   InputMaybe<Scalars[‘String’][‘input’]> (Optional)
reason?   InputMaybe<FulfillmentOrderRejectionReason> (Optional)