AddSalesChannelIntegrationMappingInput
Autogenerated input type of AddSalesChannelIntegrationMapping
input AddSalesChannelIntegrationMappingInput {
clientMutationId: String
externalId: String!
externalKey: String!
integrationId: ID!
salesChannelId: ID!
}
Fields
AddSalesChannelIntegrationMappingInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
AddSalesChannelIntegrationMappingInput.externalId ● String! non-null scalar common
The value for the external field (e.g., 'ABC123').
AddSalesChannelIntegrationMappingInput.externalKey ● String! non-null scalar common
The field name in the downstream system (e.g., 'store_id', 'customer_number').
AddSalesChannelIntegrationMappingInput.integrationId ● ID! non-null scalar common
ID of the downstream integration.
AddSalesChannelIntegrationMappingInput.salesChannelId ● ID! non-null scalar common
ID of the sales channel.
Member Of
addSalesChannelIntegrationMapping mutation