Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
using System.Collections.Generic;
using Sitecore.Commerce.Core;
using Sitecore.Framework.Pipelines;
using Sitecore.Services.Examples.Catalog.Pipelines.Arguments;
namespace Sitecore.Services.Examples.Catalog.Pipelines
{
[PipelineDisplayName("CreateUpdateSellableItemPipeline")]
public interface ICreateUpdateSellableItemPipeline : IPipeline<List<CreateUpdateSellableItemArgument>, bool, CommercePipelineExecutionContext>
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment