Skip to content

Instantly share code, notes, and snippets.

@websterian
Created December 17, 2018 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save websterian/9662748d09a9da140ee7dd6e7f8b8bc4 to your computer and use it in GitHub Desktop.
Save websterian/9662748d09a9da140ee7dd6e7f8b8bc4 to your computer and use it in GitHub Desktop.
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