UpdateFulfillmentExternalIdInput
Autogenerated input type of UpdateFulfillmentExternalId
input UpdateFulfillmentExternalIdInput {
brandId: ID @deprecated
clientMutationId: String
externalId: String
fulfillmentId: ID!
}
Fields
UpdateFulfillmentExternalIdInput.brandId ● ID deprecated scalar common
DEPRECATED
This argument will be removed in the future. Brand is becoming an only-product attribute. If provided, it will be ignored.
UpdateFulfillmentExternalIdInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
UpdateFulfillmentExternalIdInput.externalId ● String scalar common
UpdateFulfillmentExternalIdInput.fulfillmentId ● ID! non-null scalar common
Member Of
updateFulfillmentExternalId mutation