Skip to main content

SyncOrderFulfillmentsInput

Autogenerated input type of SyncOrderFulfillments

input SyncOrderFulfillmentsInput {
clientMutationId: String
orderId: ID!
}

Fields

SyncOrderFulfillmentsInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

SyncOrderFulfillmentsInput.orderId ● ID! non-null scalar common

The ID of the order whose fulfillments to sync to the source integration.

Member Of

syncOrderFulfillments mutation