RemoveSalesChannelIntegrationMappingPayload
Autogenerated return type of RemoveSalesChannelIntegrationMapping.
type RemoveSalesChannelIntegrationMappingPayload {
clientMutationId: String
mappingId: ID!
message: String!
result: StatusResultEnum!
}
Fields
RemoveSalesChannelIntegrationMappingPayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
RemoveSalesChannelIntegrationMappingPayload.mappingId ● ID! non-null scalar common
RemoveSalesChannelIntegrationMappingPayload.message ● String! non-null scalar common
RemoveSalesChannelIntegrationMappingPayload.result ● StatusResultEnum! non-null enum common
Returned By
removeSalesChannelIntegrationMapping mutation