Forewarning, the code I am sharing is not going to be pretty, but it is going to prove out what you can do with the SDK and hopefully fill in some documentation gaps in the info provided by Sitecore. There are additional considerations that should be made for production projects including throttling. Make sure you have your user and OAuth Client configured. //Use your content hub address (i.e...
Getting started with Content Hub PCM
Lately I’ve been working on getting my demo catalogs set up and configured in both Content Hub and OrderCloud. When getting started I faced a few issues on how to accomplish simple tasks like authentication with Content Hub and would like to share how I imported my data, how it can be structured and also how it can be integrated across a technical landscape along with tips on where to find...
The Problem with Policies and What about Policy Sets?
When you’re building a Sitecore plugin, you might create a policy in a single json file, deploy and bootstrap it thinking everything is file. Unfortunately, Sitecore doesn’t really support an “easy” deploy of addition of plugins (i.e. there is no search, install, configure process through the XC interface), instead, even though you have configured your plugin in its json...
Changes to Pipeline Blocks in Sitecore Experience Commerce 10
I’ve been working on trying out the Catalog Import plugin written by the XCentium team and available on Github. For those who have worked on Sitecore XC before, you would have declared Pipeline Blocks like the below extract from the Catalog Import plugin public class ExportCommerceEntitiesBlock : PipelineBlock<ExportEntitiesArgument, EntityCollectionModel...