Chilkat HOME Android™ Classic ASP C C++ C# Mono C# .NET Core C# C# UWP/WinRT DataFlex Delphi ActiveX Delphi DLL Visual FoxPro Java Lianja MFC Objective-C Perl PHP ActiveX PHP Extension PowerBuilder PowerShell PureBasic CkPython Chilkat2-Python Ruby SQL Server Swift 2 Swift 3,4,5... Tcl Unicode C Unicode C++ Visual Basic 6.0 VB.NET VB.NET UWP/WinRT VBScript Xojo Plugin Node.js Excel Go
(C# UWP/WinRT) Shopware 6 - List CategoriesSee more Shopware 6 ExamplesGet a list of categories. For more information, see https://docs.shopware.com/en/shopware-platform-dev-en/store-api-guide/navigation?category=shopware-platform-dev-en/store-api-guide
// This example assumes the Chilkat API to have been previously unlocked. // See Global Unlock Sample for sample code. Chilkat.Http http = new Chilkat.Http(); bool success; // Sends the following POST // POST /store-api/v3/category // { // "includes": { // "category": ["id", "name"] // } // } // Use this online tool to generate code from sample JSON: // Generate Code to Create JSON Chilkat.JsonObject json = new Chilkat.JsonObject(); json.UpdateString("includes.category[0]","id"); json.UpdateString("includes.category[1]","name"); // This request simply authenticate with the sw-access-key you can interactively copy from your // sales channel in the Shopware 6 administration web portal. |
© 2000-2022 Chilkat Software, Inc. All Rights Reserved.