UpdateSalesChannelIntegrationMappingInput
Autogenerated input type of UpdateSalesChannelIntegrationMapping
input UpdateSalesChannelIntegrationMappingInput {
clientMutationId: String
externalId: String!
externalKey: String!
mappingId: ID!
}
Fields
UpdateSalesChannelIntegrationMappingInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
UpdateSalesChannelIntegrationMappingInput.externalId ● String! non-null scalar common
The value for the external field (e.g., 'ABC123').
UpdateSalesChannelIntegrationMappingInput.externalKey ● String! non-null scalar common
The field name in the downstream system (e.g., 'store_id', 'customer_number').
UpdateSalesChannelIntegrationMappingInput.mappingId ● ID! non-null scalar common
ID of the mapping to update.
Member Of
updateSalesChannelIntegrationMapping mutation