This post for you if you are working or planning to work on Sitecore Commerce implementation with Coveo as your site search provider. I would assume you already planning to use Coveo for Commerce for your implementation, which is using a Catalog source on Coveo cloud, if you're looking into how you would implement your indexing strategy then this post is what you're looking for!!
STREAM API
You will find from the documentation that there are 3 main APIs that you would need to use to upload your content/indexed products JSON into Catalog source:
- Open Stream
- Upload Stream
- Close Stream
The official Coveo C# SDK allows your software to communicate with the Coveo Cloud Platform public APIs and the Push API. The package is .NET Standard 2.0 compatible and therefore works with .NET Core and .NET Framework
As you can see from the documentation, the SDK is built using .Net Standard 2.0 which is compatibility with .Net Core, which is perfect to be used with a Sitecore Commerce Plugin :)
I believe the above will give you a good intro into the topic, on the coming post I will go through a technical dive into how to implement a Coveo indexing for your sitecore commerce content,
No comments:
Post a Comment