Sitecore OrderCloud SDK Client Library for .NET
The Sitecore OrderCloud is an API-first and headless eCommerce platform, so developing OrderCloud based application is very different compared to the traditional Sitecore development. The Sitecore OrderCloud SDK for .NET is a client library for building solutions targeting the eCommerce platform using C# or other .NET language. You will probably always need this .NET SDK library in order to build any OrderCloud based application. In this blog, I'll walk you through the use of this SDK for development using .NET Console application where we'll try to fetch the orders from OrderCloud portal. Let's get started. Assumptions - You have already setup your OrderCloud sandbox environment and configured Admin and Buyer users security profiles. Like this - You have also created one API Client and have the access to the Sellers and Buyers. Please refer this screenshot - Now, let's create some dummy orders in OrderCloud using API Console or Postman. We'll fetch these ...