Understanding Products And Fetching The Products in Console Application in Sitecore OrderCloud
Hello everyone, In this blog we will see how we can create a product in Sitecore OrderCloud. Additionally, we will see how to fetch that product in console application. This usecase will be using Buyer User. To start, lets quickly navigate OrderCloud Portal. To create a product and assign that product to the user, we need to follow some steps listed below: 1) Creating a product: Navigate to Product section in OrderCloud portal. See the below screenshot for your reference.You can directly copy the JSON payload as shown and can submit it rather than filling individual fields. 2) Assigning Product to Catalog: Once product is created assign that product to Catalog by navigating to Catalog section. Note : Now Check, whether product is assigned properly to Catalog. Your Catalog should be in active state or else your product will not be shown to buyer user. Also your Catalog should be assigned to your Buyer Organization where that user is present. 3) Verify Product visible for that ...