{"id":22574394,"url":"https://github.com/beezup/api-csharp-client","last_synced_at":"2025-10-13T05:32:37.837Z","repository":{"id":98575678,"uuid":"90134578","full_name":"BeezUP/api-csharp-client","owner":"BeezUP","description":null,"archived":false,"fork":false,"pushed_at":"2017-05-18T15:50:03.000Z","size":4488,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T15:33:30.070Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BeezUP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SecurityApi.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-03T09:58:11.000Z","updated_at":"2017-05-15T13:43:11.000Z","dependencies_parsed_at":"2023-10-03T18:50:22.899Z","dependency_job_id":null,"html_url":"https://github.com/BeezUP/api-csharp-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeezUP%2Fapi-csharp-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeezUP%2Fapi-csharp-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeezUP%2Fapi-csharp-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeezUP%2Fapi-csharp-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BeezUP","download_url":"https://codeload.github.com/BeezUP/api-csharp-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246050732,"owners_count":20715702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-08T03:05:49.992Z","updated_at":"2025-10-13T05:32:32.807Z","avatar_url":"https://github.com/BeezUP.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IO.Swagger - the C# library for the BeezUP API\n\nThis API will allow you to create your account and to get your tokens. \\\\ If you lost your password, you have an operation to get it back. \n\nThis C# SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:\n\n- API version: 2.0\n- SDK version: 1.0.0\n- Build package: io.swagger.codegen.languages.CSharpClientCodegen\n\n\u003ca name=\"frameworks-supported\"\u003e\u003c/a\u003e\n## Frameworks supported\n- .NET 4.0 or later\n- Windows Phone 7.1 (Mango)\n\n\u003ca name=\"dependencies\"\u003e\u003c/a\u003e\n## Dependencies\n- [RestSharp](https://www.nuget.org/packages/RestSharp) - 105.1.0 or later\n- [Json.NET](https://www.nuget.org/packages/Newtonsoft.Json/) - 7.0.0 or later\n\nThe DLLs included in the package may not be the latest version. We recommend using [NuGet] (https://docs.nuget.org/consume/installing-nuget) to obtain the latest version of the packages:\n```\nInstall-Package RestSharp\nInstall-Package Newtonsoft.Json\n```\n\nNOTE: RestSharp versions greater than 105.1.0 have a bug which causes file uploads to fail. See [RestSharp#742](https://github.com/restsharp/RestSharp/issues/742)\n\n\u003ca name=\"installation\"\u003e\u003c/a\u003e\n## Installation\nRun the following command to generate the DLL\n- [Mac/Linux] `/bin/sh build.sh`\n- [Windows] `build.bat`\n\nThen include the DLL (under the `bin` folder) in the C# project, and use the namespaces:\n```csharp\nusing IO.Swagger.Api;\nusing IO.Swagger.Client;\nusing IO.Swagger.Model;\n```\n\n\u003ca name=\"packaging\"\u003e\u003c/a\u003e\n## Packaging\n\nA `.nuspec` is included with the project. You can follow the Nuget quickstart to [create](https://docs.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package#create-the-package) and [publish](https://docs.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package#publish-the-package) packages.\n\nThis `.nuspec` uses placeholders from the `.csproj`, so build the `.csproj` directly:\n\n```\nnuget pack -Build -OutputDirectory out IO.Swagger.csproj\n```\n\nThen, publish to a [local feed](https://docs.microsoft.com/en-us/nuget/hosting-packages/local-feeds) or [other host](https://docs.microsoft.com/en-us/nuget/hosting-packages/overview) and consume the new package via Nuget as usual.\n\n\u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n## Getting Started\n\n```csharp\nusing System;\nusing System.Diagnostics;\nusing IO.Swagger.Api;\nusing IO.Swagger.Client;\nusing IO.Swagger.Model;\n\nnamespace Example\n{\n    public class Example\n    {\n        public void main()\n        {\n            \n            // Configure API key authorization: api_key\n            Configuration.Default.ApiKey.Add(\"Ocp-Apim-Subscription-Key\", \"YOUR_API_KEY\");\n            // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed\n            // Configuration.Default.ApiKeyPrefix.Add(\"Ocp-Apim-Subscription-Key\", \"Bearer\");\n\n            var apiInstance = new BeezUPApi();\n            var emailActivationId = emailActivationId_example;  // string | The email activation id received by email.\n\n            try\n            {\n                // Activate the user account\n                apiInstance.ActivateUserAccount(emailActivationId);\n            }\n            catch (Exception e)\n            {\n                Debug.Print(\"Exception when calling BeezUPApi.ActivateUserAccount: \" + e.Message );\n            }\n        }\n    }\n}\n```\n\n\u003ca name=\"documentation-for-api-endpoints\"\u003e\u003c/a\u003e\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://api.beezup.com/v2*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*BeezUPApi* | [**ActivateUserAccount**](docs/BeezUPApi.md#activateuseraccount) | **POST** /user/customer/account/activate | Activate the user account\n*BeezUPApi* | [**AutoConfigureAutoImportInterval**](docs/BeezUPApi.md#autoconfigureautoimportinterval) | **POST** /user/catalogs/{storeId}/autoImport/scheduling/interval | Configure Auto Import Interval\n*BeezUPApi* | [**AutoDeleteAutoImport**](docs/BeezUPApi.md#autodeleteautoimport) | **DELETE** /user/catalogs/{storeId}/autoImport | Delete Auto Import\n*BeezUPApi* | [**AutoGetAutoImportConfiguration**](docs/BeezUPApi.md#autogetautoimportconfiguration) | **GET** /user/catalogs/{storeId}/autoImport | Get the auto import configuration\n*BeezUPApi* | [**AutoPauseAutoImport**](docs/BeezUPApi.md#autopauseautoimport) | **POST** /user/catalogs/{storeId}/autoImport/pause | Pause Auto Import\n*BeezUPApi* | [**AutoResumeAutoImport**](docs/BeezUPApi.md#autoresumeautoimport) | **POST** /user/catalogs/{storeId}/autoImport/resume | Resume Auto Import\n*BeezUPApi* | [**AutoScheduleAutoImport**](docs/BeezUPApi.md#autoscheduleautoimport) | **POST** /user/catalogs/{storeId}/autoImport/scheduling/schedules | Configure Auto Import Schedules\n*BeezUPApi* | [**AutoStartAutoImport**](docs/BeezUPApi.md#autostartautoimport) | **POST** /user/catalogs/{storeId}/autoImport/start | Start Auto Import Manually\n*BeezUPApi* | [**CatalogChangeCatalogColumnUserName**](docs/BeezUPApi.md#catalogchangecatalogcolumnusername) | **POST** /user/catalogs/{storeId}/catalogColumns/{columnId}/rename | Change Catalog Column User Name\n*BeezUPApi* | [**CatalogChangeCustomColumnExpression**](docs/BeezUPApi.md#catalogchangecustomcolumnexpression) | **PUT** /user/catalogs/{storeId}/customColumns/{columnId}/expression | Change custom column expression\n*BeezUPApi* | [**CatalogChangeCustomColumnUserName**](docs/BeezUPApi.md#catalogchangecustomcolumnusername) | **POST** /user/catalogs/{storeId}/customColumns/{columnId}/rename | Change Custom Column User Name\n*BeezUPApi* | [**CatalogComputeExpression**](docs/BeezUPApi.md#catalogcomputeexpression) | **POST** /user/catalogs/{storeId}/customColumns/computeExpression | Compute the expression for this catalog.\n*BeezUPApi* | [**CatalogDeleteCustomColumn**](docs/BeezUPApi.md#catalogdeletecustomcolumn) | **DELETE** /user/catalogs/{storeId}/customColumns/{columnId} | Delete custom column\n*BeezUPApi* | [**CatalogGetBeezUPColumns**](docs/BeezUPApi.md#cataloggetbeezupcolumns) | **GET** /user/catalogs/beezupColumns | Get the BeezUP columns\n*BeezUPApi* | [**CatalogGetCatalogColumns**](docs/BeezUPApi.md#cataloggetcatalogcolumns) | **GET** /user/catalogs/{storeId}/catalogColumns | Get catalog column list\n*BeezUPApi* | [**CatalogGetCategories**](docs/BeezUPApi.md#cataloggetcategories) | **GET** /user/catalogs/{storeId}/categories | Get category list\n*BeezUPApi* | [**CatalogGetCustomColumnExpression**](docs/BeezUPApi.md#cataloggetcustomcolumnexpression) | **GET** /user/catalogs/{storeId}/customColumns/{columnId}/expression | Get the encrypted custom column expression\n*BeezUPApi* | [**CatalogGetCustomColumns**](docs/BeezUPApi.md#cataloggetcustomcolumns) | **GET** /user/catalogs/{storeId}/customColumns | Get custom column list\n*BeezUPApi* | [**CatalogGetProduct**](docs/BeezUPApi.md#cataloggetproduct) | **GET** /user/catalogs/{storeId}/products/{productId} | Get product\n*BeezUPApi* | [**CatalogGetProducts**](docs/BeezUPApi.md#cataloggetproducts) | **POST** /user/catalogs/{storeId}/products | Get product list\n*BeezUPApi* | [**CatalogGetRandomProducts**](docs/BeezUPApi.md#cataloggetrandomproducts) | **GET** /user/catalogs/{storeId}/products/random | Get random product list\n*BeezUPApi* | [**CatalogSaveCustomColumn**](docs/BeezUPApi.md#catalogsavecustomcolumn) | **PUT** /user/catalogs/{storeId}/customColumns/{columnId} | Create or replace a custom column\n*BeezUPApi* | [**ChangeOrder**](docs/BeezUPApi.md#changeorder) | **POST** /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/{changeOrderType} | Change your marketplace Order Information (accept, ship, etc.)\n*BeezUPApi* | [**ChangeOrderList**](docs/BeezUPApi.md#changeorderlist) | **POST** /user/marketplaces/orders/batches/changeOrders/{changeOrderType} | Send a batch of operations to change your marketplace Order information (accept, ship, etc.)\n*BeezUPApi* | [**ChangePassword**](docs/BeezUPApi.md#changepassword) | **POST** /user/customer/account/changePassword | Change user password\n*BeezUPApi* | [**ClearMerchantOrderInfo**](docs/BeezUPApi.md#clearmerchantorderinfo) | **POST** /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/clearMerchantOrderInfo | Clear an Order's merchant information\n*BeezUPApi* | [**ClearMerchantOrderInfoList**](docs/BeezUPApi.md#clearmerchantorderinfolist) | **POST** /user/marketplaces/orders/batches/clearMerchantOrderInfos | Send a batch of operations to clear an Order's merchant information\n*BeezUPApi* | [**ConfigureAutomaticTransitions**](docs/BeezUPApi.md#configureautomatictransitions) | **POST** /user/marketplaces/orders/automaticTransitions | Configure new or existing automatic Order status transition\n*BeezUPApi* | [**ConfigureChannelCatalogCostSettings**](docs/BeezUPApi.md#configurechannelcatalogcostsettings) | **POST** /user/channelCatalogs/{channelCatalogId}/settings/cost | Disable a channel catalog\n*BeezUPApi* | [**ConfigureChannelCatalogExclusionFilters**](docs/BeezUPApi.md#configurechannelcatalogexclusionfilters) | **PUT** /user/channelCatalogs/{channelCatalogId}/exclusionFilters | Configure channel catalog exclusion filters\n*BeezUPApi* | [**ConfigureChannelCatalogGeneralSettings**](docs/BeezUPApi.md#configurechannelcataloggeneralsettings) | **POST** /user/channelCatalogs/{channelCatalogId}/settings/general | Disable a channel catalog\n*BeezUPApi* | [**CreateChannelCatalog**](docs/BeezUPApi.md#createchannelcatalog) | **POST** /user/channelCatalogs/ | Create a new channel catalog\n*BeezUPApi* | [**CreateContract**](docs/BeezUPApi.md#createcontract) | **POST** /user/customer/contracts | Create a new contract\n*BeezUPApi* | [**CreateRule**](docs/BeezUPApi.md#createrule) | **POST** /user/analytics/{storeId}/rules | Rule creation\n*BeezUPApi* | [**CreateStore**](docs/BeezUPApi.md#createstore) | **POST** /user/customer/stores | Create a new store\n*BeezUPApi* | [**DeleteChannelCatalog**](docs/BeezUPApi.md#deletechannelcatalog) | **DELETE** /user/channelCatalogs/{channelCatalogId} | Delete the channel catalog\n*BeezUPApi* | [**DeleteChannelCatalogExportationCache**](docs/BeezUPApi.md#deletechannelcatalogexportationcache) | **DELETE** /user/channelCatalogs/{channelCatalogId}/exportations/cache | Delete the exportation cache\n*BeezUPApi* | [**DeleteChannelCatalogProductValueOverride**](docs/BeezUPApi.md#deletechannelcatalogproductvalueoverride) | **DELETE** /user/channelCatalogs/{channelCatalogId}/products/{productId}/overrides/{channelColumnId} | Delete a specific channel catalog product value override\n*BeezUPApi* | [**DeleteNextContract**](docs/BeezUPApi.md#deletenextcontract) | **DELETE** /user/customer/contracts/next | Delete your next contract\n*BeezUPApi* | [**DeleteReportFilter**](docs/BeezUPApi.md#deletereportfilter) | **DELETE** /user/analytics/{storeId}/reports/filters/{reportFilterId} | Delete the report filter\n*BeezUPApi* | [**DeleteRule**](docs/BeezUPApi.md#deleterule) | **DELETE** /user/analytics/{storeId}/rules/{ruleId} | Delete Rule\n*BeezUPApi* | [**DeleteShare**](docs/BeezUPApi.md#deleteshare) | **DELETE** /user/customer/stores/{storeId}/shares/{userId} | Delete a share to another user\n*BeezUPApi* | [**DeleteStore**](docs/BeezUPApi.md#deletestore) | **DELETE** /user/customer/stores/{storeId} | Delete a store\n*BeezUPApi* | [**DisableChannelCatalog**](docs/BeezUPApi.md#disablechannelcatalog) | **POST** /user/channelCatalogs/{channelCatalogId}/disable | Disable a channel catalog\n*BeezUPApi* | [**DisableChannelCatalogProduct**](docs/BeezUPApi.md#disablechannelcatalogproduct) | **POST** /user/channelCatalogs/{channelCatalogId}/products/{productId}/disable | Disable channel catalog product\n*BeezUPApi* | [**DisableRule**](docs/BeezUPApi.md#disablerule) | **POST** /user/analytics/{storeId}/rules/{ruleId}/disable | Disable rule\n*BeezUPApi* | [**EnableChannelCatalog**](docs/BeezUPApi.md#enablechannelcatalog) | **POST** /user/channelCatalogs/{channelCatalogId}/enable | Enable a channel catalog\n*BeezUPApi* | [**EnableRule**](docs/BeezUPApi.md#enablerule) | **POST** /user/analytics/{storeId}/rules/{ruleId}/enable | Enable rule\n*BeezUPApi* | [**ExportOrders**](docs/BeezUPApi.md#exportorders) | **POST** /user/marketplaces/orders/exportations | Request a new Order report exportation to be generated\n*BeezUPApi* | [**ExportStoreReportByCategory**](docs/BeezUPApi.md#exportstorereportbycategory) | **POST** /user/analytics/{storeId}/reports/bycategory/export | Export the report by category\n*BeezUPApi* | [**ExportStoreReportByChannel**](docs/BeezUPApi.md#exportstorereportbychannel) | **POST** /user/analytics/{storeId}/reports/bychannel/export | Export the report by channel\n*BeezUPApi* | [**ExportStoreReportByProduct**](docs/BeezUPApi.md#exportstorereportbyproduct) | **POST** /user/analytics/{storeId}/reports/byproduct/export | Export the report by product\n*BeezUPApi* | [**GetAutomaticTransitions**](docs/BeezUPApi.md#getautomatictransitions) | **GET** /user/marketplaces/orders/automaticTransitions | Get list of configured automatic Order status transitions\n*BeezUPApi* | [**GetAvailableChannels**](docs/BeezUPApi.md#getavailablechannels) | **GET** /user/channels/ | List all available channel for this store\n*BeezUPApi* | [**GetBillingPeriods**](docs/BeezUPApi.md#getbillingperiods) | **GET** /user/customer/billingPeriods | Get billing periods conditions\n*BeezUPApi* | [**GetChannelCatalog**](docs/BeezUPApi.md#getchannelcatalog) | **GET** /user/channelCatalogs/{channelCatalogId} | Get the channel catalog information\n*BeezUPApi* | [**GetChannelCatalogCategories**](docs/BeezUPApi.md#getchannelcatalogcategories) | **GET** /user/channelCatalogs/{channelCatalogId}/categoryMappings | Get channel catalog categories\n*BeezUPApi* | [**GetChannelCatalogExclusionFilterOperators**](docs/BeezUPApi.md#getchannelcatalogexclusionfilteroperators) | **GET** /user/channelCatalogs/exclusionFilterOperators | Get channel catalog exclusion filter operators\n*BeezUPApi* | [**GetChannelCatalogExportationCacheInfo**](docs/BeezUPApi.md#getchannelcatalogexportationcacheinfo) | **GET** /user/channelCatalogs/{channelCatalogId}/exportations/cache | Get the exportation cache information\n*BeezUPApi* | [**GetChannelCatalogExportationHistory**](docs/BeezUPApi.md#getchannelcatalogexportationhistory) | **GET** /user/channelCatalogs/{channelCatalogId}/exportations/history | Get the exportation history\n*BeezUPApi* | [**GetChannelCatalogMarketplaceProperties**](docs/BeezUPApi.md#getchannelcatalogmarketplaceproperties) | **GET** /user/marketplaces/channelcatalogs/{channelCatalogId}/properties | Get the marketplace properties for a channel catalog\n*BeezUPApi* | [**GetChannelCatalogMarketplaceSettings**](docs/BeezUPApi.md#getchannelcatalogmarketplacesettings) | **GET** /user/marketplaces/channelcatalogs/{channelCatalogId}/settings | Get the marketplace settings for a channel catalog\n*BeezUPApi* | [**GetChannelCatalogProductByChannelCatalog**](docs/BeezUPApi.md#getchannelcatalogproductbychannelcatalog) | **POST** /user/channelCatalogs/products/{productId} | Get channel catalog products related to these channel catalogs\n*BeezUPApi* | [**GetChannelCatalogProductInfo**](docs/BeezUPApi.md#getchannelcatalogproductinfo) | **GET** /user/channelCatalogs/{channelCatalogId}/products/{productId} | Get channel catalog product information\n*BeezUPApi* | [**GetChannelCatalogProductInfoList**](docs/BeezUPApi.md#getchannelcatalogproductinfolist) | **POST** /user/channelCatalogs/{channelCatalogId}/products | Get channel catalog product information list\n*BeezUPApi* | [**GetChannelCatalogs**](docs/BeezUPApi.md#getchannelcatalogs) | **GET** /user/channelCatalogs/ | List all your current channel catalogs\n*BeezUPApi* | [**GetChannelCategories**](docs/BeezUPApi.md#getchannelcategories) | **GET** /user/channels/{channelId}/categories | Get channel categories\n*BeezUPApi* | [**GetChannelColumns**](docs/BeezUPApi.md#getchannelcolumns) | **POST** /user/channels/{channelId}/columns | Get channel columns\n*BeezUPApi* | [**GetChannelInfo**](docs/BeezUPApi.md#getchannelinfo) | **GET** /user/channels/{channelId} | Get channel information\n*BeezUPApi* | [**GetChannels**](docs/BeezUPApi.md#getchannels) | **GET** /public/channels/{countryIsoCode} | The channel list for one country\n*BeezUPApi* | [**GetChannelsIndex**](docs/BeezUPApi.md#getchannelsindex) | **GET** /public/channels/ | Get public channel index\n*BeezUPApi* | [**GetContracts**](docs/BeezUPApi.md#getcontracts) | **GET** /user/customer/contracts | Get contract list\n*BeezUPApi* | [**GetCreditCardInfo**](docs/BeezUPApi.md#getcreditcardinfo) | **GET** /user/customer/account/creditCardInfo | Get credit card information\n*BeezUPApi* | [**GetFriendInfo**](docs/BeezUPApi.md#getfriendinfo) | **GET** /user/customer/friends/{userId} | Get friend information\n*BeezUPApi* | [**GetInvoices**](docs/BeezUPApi.md#getinvoices) | **GET** /user/customer/invoices | Get all your invoices\n*BeezUPApi* | [**GetMarketplaceAccountStores**](docs/BeezUPApi.md#getmarketplaceaccountstores) | **GET** /user/marketplaces/channelcatalogs/ | Get  you marketplace channel catalog list\n*BeezUPApi* | [**GetMarketplaceAccountsSynchronization**](docs/BeezUPApi.md#getmarketplaceaccountssynchronization) | **GET** /user/marketplaces/orders/status | Get current synchronization status between your marketplaces and BeezUP accounts\n*BeezUPApi* | [**GetOffer**](docs/BeezUPApi.md#getoffer) | **POST** /user/customer/offers | Get offer pricing\n*BeezUPApi* | [**GetOrder**](docs/BeezUPApi.md#getorder) | **GET** /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId} | Get full Order and Order Item(s) properties\n*BeezUPApi* | [**GetOrderExportations**](docs/BeezUPApi.md#getorderexportations) | **GET** /user/marketplaces/orders/exportations | Get a paginated list of Order report exportations\n*BeezUPApi* | [**GetOrderHistory**](docs/BeezUPApi.md#getorderhistory) | **GET** /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/history | Get an Order's harvest and change history\n*BeezUPApi* | [**GetOrderIndex**](docs/BeezUPApi.md#getorderindex) | **GET** /user/marketplaces/orders/ | Get all actions you can do on the order API\n*BeezUPApi* | [**GetOrderListFull**](docs/BeezUPApi.md#getorderlistfull) | **POST** /user/marketplaces/orders/list/full | Get a paginated list of all Orders with all Order and Order Item(s) properties\n*BeezUPApi* | [**GetOrderListLight**](docs/BeezUPApi.md#getorderlistlight) | **POST** /user/marketplaces/orders/list/light | Get a paginated list of all Orders without details\n*BeezUPApi* | [**GetProfilePictureInfo**](docs/BeezUPApi.md#getprofilepictureinfo) | **GET** /user/customer/account/profilePictureInfo | Get profile picture information\n*BeezUPApi* | [**GetPublicListOfValues**](docs/BeezUPApi.md#getpubliclistofvalues) | **GET** /public/lov/{listName} | Get the list of values related to this list name\n*BeezUPApi* | [**GetPublicLovIndex**](docs/BeezUPApi.md#getpubliclovindex) | **GET** /public/lov/ | Get all list names\n*BeezUPApi* | [**GetPublications**](docs/BeezUPApi.md#getpublications) | **GET** /user/marketplaces/channelcatalogs/publications/{marketplaceTechnicalCode}/{accountId}/history | Fetch the publication history for an account, sorted by descending start date\n*BeezUPApi* | [**GetReportFilter**](docs/BeezUPApi.md#getreportfilter) | **GET** /user/analytics/{storeId}/reports/filters/{reportFilterId} | Get the report filter description\n*BeezUPApi* | [**GetReportFilters**](docs/BeezUPApi.md#getreportfilters) | **GET** /user/analytics/{storeId}/reports/filters | Get report filter list for the given store\n*BeezUPApi* | [**GetRights**](docs/BeezUPApi.md#getrights) | **POST** /user/customer/stores/{storeId}/rights | Get store's rights\n*BeezUPApi* | [**GetRule**](docs/BeezUPApi.md#getrule) | **GET** /user/analytics/{storeId}/rules/{ruleId} | Gets the rule\n*BeezUPApi* | [**GetRules**](docs/BeezUPApi.md#getrules) | **GET** /user/analytics/{storeId}/rules | Gets the list of rules for a given store\n*BeezUPApi* | [**GetRulesExecutions**](docs/BeezUPApi.md#getrulesexecutions) | **GET** /user/analytics/{storeId}/rules/executions | Get the rules execution history\n*BeezUPApi* | [**GetShares**](docs/BeezUPApi.md#getshares) | **GET** /user/customer/stores/{storeId}/shares | Get shares related to this store\n*BeezUPApi* | [**GetStandardOffers**](docs/BeezUPApi.md#getstandardoffers) | **GET** /user/customer/offers | Get all standard offers\n*BeezUPApi* | [**GetStore**](docs/BeezUPApi.md#getstore) | **GET** /user/customer/stores/{storeId} | Get store's information\n*BeezUPApi* | [**GetStoreAlerts**](docs/BeezUPApi.md#getstorealerts) | **GET** /user/customer/stores/{storeId}/alerts | Get store's alerts\n*BeezUPApi* | [**GetStoreReportByCategory**](docs/BeezUPApi.md#getstorereportbycategory) | **POST** /user/analytics/{storeId}/reports/bycategory | Get the report by category\n*BeezUPApi* | [**GetStoreReportByChannel**](docs/BeezUPApi.md#getstorereportbychannel) | **POST** /user/analytics/{storeId}/reports/bychannel | Get the report by channel\n*BeezUPApi* | [**GetStoreReportByDay**](docs/BeezUPApi.md#getstorereportbyday) | **POST** /user/analytics/{storeId}/reports/byday | Get the report by day\n*BeezUPApi* | [**GetStoreReportByDayExport**](docs/BeezUPApi.md#getstorereportbydayexport) | **POST** /user/analytics/{storeId}/reports/byday/export | Get the report by day\n*BeezUPApi* | [**GetStoreReportByProduct**](docs/BeezUPApi.md#getstorereportbyproduct) | **POST** /user/analytics/{storeId}/reports/byproduct | Get the report by product\n*BeezUPApi* | [**GetStoreTrackedClicks**](docs/BeezUPApi.md#getstoretrackedclicks) | **GET** /user/analytics/{storeId}/tracking/clicks | Get the latest clicks tracked\n*BeezUPApi* | [**GetStoreTrackedExternalOrders**](docs/BeezUPApi.md#getstoretrackedexternalorders) | **GET** /user/analytics/{storeId}/tracking/externalorders | Get the latest external orders tracked\n*BeezUPApi* | [**GetStoreTrackedOrders**](docs/BeezUPApi.md#getstoretrackedorders) | **GET** /user/analytics/{storeId}/tracking/orders | Get the latest orders tracked\n*BeezUPApi* | [**GetStoreTrackingStatus**](docs/BeezUPApi.md#getstoretrackingstatus) | **GET** /user/analytics/{storeId}/tracking/status | Get store tracking synchronization status\n*BeezUPApi* | [**GetStores**](docs/BeezUPApi.md#getstores) | **GET** /user/customer/stores | Get store list\n*BeezUPApi* | [**GetTrackingStatus**](docs/BeezUPApi.md#gettrackingstatus) | **GET** /user/analytics/tracking/status | Display the synchronization status of the clicks and orders\n*BeezUPApi* | [**GetUserAccountInfo**](docs/BeezUPApi.md#getuseraccountinfo) | **GET** /user/customer/account | Get user account information\n*BeezUPApi* | [**GetUserListOfValues**](docs/BeezUPApi.md#getuserlistofvalues) | **GET** /user/lov/{listName} | Get the list of values related to this list name\n*BeezUPApi* | [**GetUserLovIndex**](docs/BeezUPApi.md#getuserlovindex) | **GET** /user/lov/ | Get all list names\n*BeezUPApi* | [**HarvestAll**](docs/BeezUPApi.md#harvestall) | **POST** /user/marketplaces/orders/harvest | Send harvest request to all your marketplaces\n*BeezUPApi* | [**HarvestOrder**](docs/BeezUPApi.md#harvestorder) | **POST** /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/harvest | Send harvest request for a single Order\n*BeezUPApi* | [**HeadOrder**](docs/BeezUPApi.md#headorder) | **HEAD** /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId} | Get the meta information about the order (ETag, Last-Modified)\n*BeezUPApi* | [**ImportationActivateAutoImport**](docs/BeezUPApi.md#importationactivateautoimport) | **POST** /user/catalogs/{storeId}/autoImport | Activate the auto importation of the last successful manual catalog importation.\n*BeezUPApi* | [**ImportationCancel**](docs/BeezUPApi.md#importationcancel) | **DELETE** /user/catalogs/{storeId}/importations/{executionId} | Cancel importation\n*BeezUPApi* | [**ImportationCommit**](docs/BeezUPApi.md#importationcommit) | **POST** /user/catalogs/{storeId}/importations/{executionId}/commit | Commit Importation\n*BeezUPApi* | [**ImportationCommitColumns**](docs/BeezUPApi.md#importationcommitcolumns) | **POST** /user/catalogs/{storeId}/importations/{executionId}/commitColumns | Commit columns\n*BeezUPApi* | [**ImportationConfigureCatalogColumn**](docs/BeezUPApi.md#importationconfigurecatalogcolumn) | **POST** /user/catalogs/{storeId}/importations/{executionId}/catalogColumns/{columnId} | Configure catalog column\n*BeezUPApi* | [**ImportationConfigureRemainingCatalogColumns**](docs/BeezUPApi.md#importationconfigureremainingcatalogcolumns) | **POST** /user/catalogs/{storeId}/importations/{executionId}/configureRemainingCatalogColumns | Configure remaining catalog columns\n*BeezUPApi* | [**ImportationDeleteCustomColumn**](docs/BeezUPApi.md#importationdeletecustomcolumn) | **DELETE** /user/catalogs/{storeId}/importations/{executionId}/customColumns/{columnId} | Delete Custom Column\n*BeezUPApi* | [**ImportationGetCustomColumnExpression**](docs/BeezUPApi.md#importationgetcustomcolumnexpression) | **GET** /user/catalogs/{storeId}/importations/{executionId}/customColumns/{columnId}/expression | Get the encrypted custom column expression in this importation\n*BeezUPApi* | [**ImportationGetCustomColumns**](docs/BeezUPApi.md#importationgetcustomcolumns) | **GET** /user/catalogs/{storeId}/importations/{executionId}/customColumns | Get custom columns currently place in this importation\n*BeezUPApi* | [**ImportationGetDetectedCatalogColumns**](docs/BeezUPApi.md#importationgetdetectedcatalogcolumns) | **GET** /user/catalogs/{storeId}/importations/{executionId}/catalogColumns | Get detected catalog columns during this importation.\n*BeezUPApi* | [**ImportationGetImportationMonitoring**](docs/BeezUPApi.md#importationgetimportationmonitoring) | **GET** /user/catalogs/{storeId}/importations/{executionId} | Get the importation status\n*BeezUPApi* | [**ImportationGetManualUpdateLastInputConfig**](docs/BeezUPApi.md#importationgetmanualupdatelastinputconfig) | **GET** /user/catalogs/{storeId}/inputConfiguration | Get the last input configuration\n*BeezUPApi* | [**ImportationGetProductSample**](docs/BeezUPApi.md#importationgetproductsample) | **GET** /user/catalogs/{storeId}/importations/{executionId}/productSamples/{productSampleIndex} | Get the product sample related to this importation with all columns (catalog and custom)\n*BeezUPApi* | [**ImportationGetProductSampleCustomColumnValue**](docs/BeezUPApi.md#importationgetproductsamplecustomcolumnvalue) | **GET** /user/catalogs/{storeId}/importations/{executionId}/productSamples/{productSampleIndex}/customColumns/{columnId} | Get product sample custom column value related to this importation.\n*BeezUPApi* | [**ImportationGetReportings**](docs/BeezUPApi.md#importationgetreportings) | **GET** /user/catalogs/{storeId}/importations | Get the latest catalog importation reporting\n*BeezUPApi* | [**ImportationIgnoreColumn**](docs/BeezUPApi.md#importationignorecolumn) | **POST** /user/catalogs/{storeId}/importations/{executionId}/catalogColumns/{columnId}/ignore | Ignore Column\n*BeezUPApi* | [**ImportationMapCatalogColumn**](docs/BeezUPApi.md#importationmapcatalogcolumn) | **POST** /user/catalogs/{storeId}/importations/{executionId}/catalogColumns/{columnId}/map | Map catalog column to a BeezUP column\n*BeezUPApi* | [**ImportationMapCustomColumn**](docs/BeezUPApi.md#importationmapcustomcolumn) | **POST** /user/catalogs/{storeId}/importations/{executionId}/customColumns/{columnId}/map | Map custom column to a BeezUP column\n*BeezUPApi* | [**ImportationReattendColumn**](docs/BeezUPApi.md#importationreattendcolumn) | **POST** /user/catalogs/{storeId}/importations/{executionId}/catalogColumns/{columnId}/reattend | Reattend Column\n*BeezUPApi* | [**ImportationSaveCustomColumn**](docs/BeezUPApi.md#importationsavecustomcolumn) | **PUT** /user/catalogs/{storeId}/importations/{executionId}/customColumns/{columnId} | Create or replace a custom column\n*BeezUPApi* | [**ImportationStartManualUpdate**](docs/BeezUPApi.md#importationstartmanualupdate) | **POST** /user/catalogs/{storeId}/importations | Start Manual Import\n*BeezUPApi* | [**ImportationTechnicalProgression**](docs/BeezUPApi.md#importationtechnicalprogression) | **GET** /user/catalogs/{storeId}/importations/{executionId}/technicalProgression | Get technical progression\n*BeezUPApi* | [**ImportationUnmapCatalogColumn**](docs/BeezUPApi.md#importationunmapcatalogcolumn) | **POST** /user/catalogs/{storeId}/importations/{executionId}/catalogColumns/{columnId}/unmap | Unmap catalog column\n*BeezUPApi* | [**ImportationUnmapCustomColumn**](docs/BeezUPApi.md#importationunmapcustomcolumn) | **POST** /user/catalogs/{storeId}/importations/{executionId}/customColumns/{columnId}/unmap | Unmap custom column\n*BeezUPApi* | [**Login**](docs/BeezUPApi.md#login) | **POST** /public/security/login | Login\n*BeezUPApi* | [**Logout**](docs/BeezUPApi.md#logout) | **POST** /user/customer/security/logout | Log out the current user from go2\n*BeezUPApi* | [**LostPassword**](docs/BeezUPApi.md#lostpassword) | **POST** /public/security/lostpassword | Lost password\n*BeezUPApi* | [**MapChannelCatalogCategory**](docs/BeezUPApi.md#mapchannelcatalogcategory) | **POST** /user/channelCatalogs/{channelCatalogId}/categoryMappings/map | Map channel catalog category\n*BeezUPApi* | [**MapChannelCatalogColumns**](docs/BeezUPApi.md#mapchannelcatalogcolumns) | **PUT** /user/channelCatalogs/{channelCatalogId}/columnMappings | Configure channel catalog column mappings\n*BeezUPApi* | [**MoveDownRule**](docs/BeezUPApi.md#movedownrule) | **POST** /user/analytics/{storeId}/rules/{ruleId}/movedown | Move the rule down\n*BeezUPApi* | [**MoveUpRule**](docs/BeezUPApi.md#moveuprule) | **POST** /user/analytics/{storeId}/rules/{ruleId}/moveup | Move the rule up\n*BeezUPApi* | [**Optimise**](docs/BeezUPApi.md#optimise) | **POST** /user/analytics/{storeId}/optimisations/{actionName} | Optimise products\n*BeezUPApi* | [**OptimiseByCategory**](docs/BeezUPApi.md#optimisebycategory) | **POST** /user/analytics/{storeId}/optimisations/bycategory/{catalogCategoryId}/{actionName} | Optimise products's category\n*BeezUPApi* | [**OptimiseByChannel**](docs/BeezUPApi.md#optimisebychannel) | **POST** /user/analytics/{storeId}/optimisations/bychannel/{channelId}/{actionName} | Optimise products's category\n*BeezUPApi* | [**OptimiseByProduct**](docs/BeezUPApi.md#optimisebyproduct) | **POST** /user/analytics/{storeId}/optimisations/byproduct/{productId}/{actionName} | Optimise products\n*BeezUPApi* | [**OverrideChannelCatalogProductOverrides**](docs/BeezUPApi.md#overridechannelcatalogproductoverrides) | **PUT** /user/channelCatalogs/{channelCatalogId}/products/{productId}/overrides | Override channel catalog product values\n*BeezUPApi* | [**ReactivateCurrentContract**](docs/BeezUPApi.md#reactivatecurrentcontract) | **POST** /user/customer/contracts/current/reenableAutoRenewal | Reactivate your terminated contract.\n*BeezUPApi* | [**ReenableChannelCatalogProduct**](docs/BeezUPApi.md#reenablechannelcatalogproduct) | **POST** /user/channelCatalogs/{channelCatalogId}/products/{productId}/reenable | Reenable channel catalog product\n*BeezUPApi* | [**Register**](docs/BeezUPApi.md#register) | **POST** /public/security/register | User Registration\n*BeezUPApi* | [**ResendEmailActivation**](docs/BeezUPApi.md#resendemailactivation) | **POST** /user/customer/account/resendEmailActivation | Resend email activation\n*BeezUPApi* | [**RunRule**](docs/BeezUPApi.md#runrule) | **POST** /user/analytics/{storeId}/rules/{ruleId}/run | Run rule\n*BeezUPApi* | [**RunRules**](docs/BeezUPApi.md#runrules) | **POST** /user/analytics/{storeId}/rules/run | Run all rules for this store\n*BeezUPApi* | [**SaveCompanyInfo**](docs/BeezUPApi.md#savecompanyinfo) | **PUT** /user/customer/account/companyInfo | Change company information\n*BeezUPApi* | [**SaveCreditCardInfo**](docs/BeezUPApi.md#savecreditcardinfo) | **PUT** /user/customer/account/creditCardInfo | Save user credit card info\n*BeezUPApi* | [**SavePersonalInfo**](docs/BeezUPApi.md#savepersonalinfo) | **PUT** /user/customer/account/personalInfo | Save user personal information\n*BeezUPApi* | [**SaveProfilePictureInfo**](docs/BeezUPApi.md#saveprofilepictureinfo) | **PUT** /user/customer/account/profilePictureInfo | Change user picture information\n*BeezUPApi* | [**SaveReportFilter**](docs/BeezUPApi.md#savereportfilter) | **PUT** /user/analytics/{storeId}/reports/filters/{reportFilterId} | Save the report filter\n*BeezUPApi* | [**SaveStoreAlert**](docs/BeezUPApi.md#savestorealert) | **PUT** /user/customer/stores/{storeId}/alerts/{alertId} | Save store alert\n*BeezUPApi* | [**SetChannelCatalogMarketplaceSettings**](docs/BeezUPApi.md#setchannelcatalogmarketplacesettings) | **POST** /user/marketplaces/channelcatalogs/{channelCatalogId}/settings | Save new marketplace settings for a channel catalog\n*BeezUPApi* | [**SetMerchantOrderInfo**](docs/BeezUPApi.md#setmerchantorderinfo) | **POST** /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/setMerchantOrderInfo | Set an Order's merchant information\n*BeezUPApi* | [**SetMerchantOrderInfoList**](docs/BeezUPApi.md#setmerchantorderinfolist) | **POST** /user/marketplaces/orders/batches/setMerchantOrderInfos | Send a batch of operations to set an Order's merchant information\n*BeezUPApi* | [**Share**](docs/BeezUPApi.md#share) | **POST** /user/customer/stores/{storeId}/shares | Share a store to another user\n*BeezUPApi* | [**TerminateCurrentContract**](docs/BeezUPApi.md#terminatecurrentcontract) | **POST** /user/customer/contracts/current/disableAutoRenewal | Schedule termination of your current contract at the end of the commitment.\n*BeezUPApi* | [**UnmapChannelCatalogCategory**](docs/BeezUPApi.md#unmapchannelcatalogcategory) | **POST** /user/channelCatalogs/{channelCatalogId}/categoryMappings/unmap | Unmap channel catalog category\n*BeezUPApi* | [**UpdateRule**](docs/BeezUPApi.md#updaterule) | **PATCH** /user/analytics/{storeId}/rules/{ruleId} | Update Rule\n*BeezUPApi* | [**UpdateStore**](docs/BeezUPApi.md#updatestore) | **PATCH** /user/customer/stores/{storeId} | Update some store's information.\n*BeezUPApi* | [**UserCustomerGet**](docs/BeezUPApi.md#usercustomerget) | **GET** /user/customer/ | The index of all operations and LOV\n\n\n\u003ca name=\"documentation-for-models\"\u003e\u003c/a\u003e\n## Documentation for Models\n\n - [Model.AccountId](docs/AccountId.md)\n - [Model.AccountInfo](docs/AccountInfo.md)\n - [Model.AccountInfoLinks](docs/AccountInfoLinks.md)\n - [Model.AccountPublications](docs/AccountPublications.md)\n - [Model.AccountPublicationsLinks](docs/AccountPublicationsLinks.md)\n - [Model.AccountStatus](docs/AccountStatus.md)\n - [Model.AccountSynchronization](docs/AccountSynchronization.md)\n - [Model.AccountSynchronizations](docs/AccountSynchronizations.md)\n - [Model.AccountingEmails](docs/AccountingEmails.md)\n - [Model.Address](docs/Address.md)\n - [Model.AlertId](docs/AlertId.md)\n - [Model.AlertIsActive](docs/AlertIsActive.md)\n - [Model.AlertName](docs/AlertName.md)\n - [Model.AlertPropertyId](docs/AlertPropertyId.md)\n - [Model.AlertPropertyValue](docs/AlertPropertyValue.md)\n - [Model.ApiCredential](docs/ApiCredential.md)\n - [Model.ApiCredentials](docs/ApiCredentials.md)\n - [Model.ApiSettingStatus](docs/ApiSettingStatus.md)\n - [Model.AutoImportConfiguration](docs/AutoImportConfiguration.md)\n - [Model.AutomaticTransition](docs/AutomaticTransition.md)\n - [Model.AutomaticTransitionInfo](docs/AutomaticTransitionInfo.md)\n - [Model.AutomaticTransitionInfoLinks](docs/AutomaticTransitionInfoLinks.md)\n - [Model.AutomaticTransitionInfos](docs/AutomaticTransitionInfos.md)\n - [Model.AutomaticTransitionInfosLinks](docs/AutomaticTransitionInfosLinks.md)\n - [Model.BatchOrderOperationResponse](docs/BatchOrderOperationResponse.md)\n - [Model.BeezUPColumnConfiguration](docs/BeezUPColumnConfiguration.md)\n - [Model.BeezUPCommonBeezUPColumnName](docs/BeezUPCommonBeezUPColumnName.md)\n - [Model.BeezUPCommonCatalogCategoryId](docs/BeezUPCommonCatalogCategoryId.md)\n - [Model.BeezUPCommonCatalogCategoryPath](docs/BeezUPCommonCatalogCategoryPath.md)\n - [Model.BeezUPCommonCatalogColumnId](docs/BeezUPCommonCatalogColumnId.md)\n - [Model.BeezUPCommonCatalogColumnUserName](docs/BeezUPCommonCatalogColumnUserName.md)\n - [Model.BeezUPCommonChannelBasicInfo](docs/BeezUPCommonChannelBasicInfo.md)\n - [Model.BeezUPCommonChannelCatalogId](docs/BeezUPCommonChannelCatalogId.md)\n - [Model.BeezUPCommonChannelCategoryId](docs/BeezUPCommonChannelCategoryId.md)\n - [Model.BeezUPCommonChannelCategoryPath](docs/BeezUPCommonChannelCategoryPath.md)\n - [Model.BeezUPCommonChannelColumnId](docs/BeezUPCommonChannelColumnId.md)\n - [Model.BeezUPCommonChannelColumnName](docs/BeezUPCommonChannelColumnName.md)\n - [Model.BeezUPCommonChannelId](docs/BeezUPCommonChannelId.md)\n - [Model.BeezUPCommonChannelName](docs/BeezUPCommonChannelName.md)\n - [Model.BeezUPCommonColumnDataType](docs/BeezUPCommonColumnDataType.md)\n - [Model.BeezUPCommonColumnImportance](docs/BeezUPCommonColumnImportance.md)\n - [Model.BeezUPCommonCountryIsoCodeAlpha3](docs/BeezUPCommonCountryIsoCodeAlpha3.md)\n - [Model.BeezUPCommonCurrencyCode](docs/BeezUPCommonCurrencyCode.md)\n - [Model.BeezUPCommonDocUrl](docs/BeezUPCommonDocUrl.md)\n - [Model.BeezUPCommonEmail](docs/BeezUPCommonEmail.md)\n - [Model.BeezUPCommonErrorResponseMessage](docs/BeezUPCommonErrorResponseMessage.md)\n - [Model.BeezUPCommonErrorSummary](docs/BeezUPCommonErrorSummary.md)\n - [Model.BeezUPCommonExceptionDetail](docs/BeezUPCommonExceptionDetail.md)\n - [Model.BeezUPCommonHref](docs/BeezUPCommonHref.md)\n - [Model.BeezUPCommonHttpMethod](docs/BeezUPCommonHttpMethod.md)\n - [Model.BeezUPCommonHttpUrl](docs/BeezUPCommonHttpUrl.md)\n - [Model.BeezUPCommonInfoSummaries](docs/BeezUPCommonInfoSummaries.md)\n - [Model.BeezUPCommonInfoSummary](docs/BeezUPCommonInfoSummary.md)\n - [Model.BeezUPCommonLOVLink2](docs/BeezUPCommonLOVLink2.md)\n - [Model.BeezUPCommonLOVLink3](docs/BeezUPCommonLOVLink3.md)\n - [Model.BeezUPCommonLink2](docs/BeezUPCommonLink2.md)\n - [Model.BeezUPCommonLink3](docs/BeezUPCommonLink3.md)\n - [Model.BeezUPCommonLinkParameter2](docs/BeezUPCommonLinkParameter2.md)\n - [Model.BeezUPCommonLinkParameter3](docs/BeezUPCommonLinkParameter3.md)\n - [Model.BeezUPCommonLinkParameterProperty3](docs/BeezUPCommonLinkParameterProperty3.md)\n - [Model.BeezUPCommonListOfValueItem](docs/BeezUPCommonListOfValueItem.md)\n - [Model.BeezUPCommonMarketplaceAccountId](docs/BeezUPCommonMarketplaceAccountId.md)\n - [Model.BeezUPCommonMarketplaceBusinessCode](docs/BeezUPCommonMarketplaceBusinessCode.md)\n - [Model.BeezUPCommonMarketplaceTechnicalCode](docs/BeezUPCommonMarketplaceTechnicalCode.md)\n - [Model.BeezUPCommonOperationId](docs/BeezUPCommonOperationId.md)\n - [Model.BeezUPCommonPaginationResult](docs/BeezUPCommonPaginationResult.md)\n - [Model.BeezUPCommonPaginationResultLinks](docs/BeezUPCommonPaginationResultLinks.md)\n - [Model.BeezUPCommonParameterIn](docs/BeezUPCommonParameterIn.md)\n - [Model.BeezUPCommonParameterType](docs/BeezUPCommonParameterType.md)\n - [Model.BeezUPCommonProductBasicInfo](docs/BeezUPCommonProductBasicInfo.md)\n - [Model.BeezUPCommonProductId](docs/BeezUPCommonProductId.md)\n - [Model.BeezUPCommonStoreId](docs/BeezUPCommonStoreId.md)\n - [Model.BeezUPCommonSuccessSummary](docs/BeezUPCommonSuccessSummary.md)\n - [Model.BeezUPCommonUserErrorMessage](docs/BeezUPCommonUserErrorMessage.md)\n - [Model.BeezUPCommonUserErrorMessageArguments](docs/BeezUPCommonUserErrorMessageArguments.md)\n - [Model.BeezUPCommonUserId](docs/BeezUPCommonUserId.md)\n - [Model.BeezUPCommonWarningSummary](docs/BeezUPCommonWarningSummary.md)\n - [Model.BeezUPOrderId](docs/BeezUPOrderId.md)\n - [Model.BeezUPOrderStatus](docs/BeezUPOrderStatus.md)\n - [Model.BeezUPTimeZoneId](docs/BeezUPTimeZoneId.md)\n - [Model.BillingPeriod](docs/BillingPeriod.md)\n - [Model.BillingPeriodInMonth](docs/BillingPeriodInMonth.md)\n - [Model.BillingPeriods](docs/BillingPeriods.md)\n - [Model.BonusInfo](docs/BonusInfo.md)\n - [Model.BonusType](docs/BonusType.md)\n - [Model.BusinessOperationType](docs/BusinessOperationType.md)\n - [Model.CanBeTruncated](docs/CanBeTruncated.md)\n - [Model.CardNumber](docs/CardNumber.md)\n - [Model.CardVerificationCode](docs/CardVerificationCode.md)\n - [Model.CatalogColumn](docs/CatalogColumn.md)\n - [Model.CatalogColumnName](docs/CatalogColumnName.md)\n - [Model.CatalogColumns](docs/CatalogColumns.md)\n - [Model.Categories](docs/Categories.md)\n - [Model.Category](docs/Category.md)\n - [Model.CategoryMappingState](docs/CategoryMappingState.md)\n - [Model.CategoryMappingStatus](docs/CategoryMappingStatus.md)\n - [Model.ChangeCustomColumnExpressionRequest](docs/ChangeCustomColumnExpressionRequest.md)\n - [Model.ChangeCustomColumnRequest](docs/ChangeCustomColumnRequest.md)\n - [Model.ChangeOrderListRequest](docs/ChangeOrderListRequest.md)\n - [Model.ChangeOrderListRequestItem](docs/ChangeOrderListRequestItem.md)\n - [Model.ChangeOrderReporting](docs/ChangeOrderReporting.md)\n - [Model.ChangeOrderRequest](docs/ChangeOrderRequest.md)\n - [Model.ChangePasswordRequest](docs/ChangePasswordRequest.md)\n - [Model.ChangeUserColumnNameRequest](docs/ChangeUserColumnNameRequest.md)\n - [Model.ChannelCatalog](docs/ChannelCatalog.md)\n - [Model.ChannelCatalogCategoryMapping](docs/ChannelCatalogCategoryMapping.md)\n - [Model.ChannelCatalogCategoryMappingInfo](docs/ChannelCatalogCategoryMappingInfo.md)\n - [Model.ChannelCatalogCategoryMappings](docs/ChannelCatalogCategoryMappings.md)\n - [Model.ChannelCatalogExportCacheInfo](docs/ChannelCatalogExportCacheInfo.md)\n - [Model.ChannelCatalogExportCacheInfoResponse](docs/ChannelCatalogExportCacheInfoResponse.md)\n - [Model.ChannelCatalogExportCacheInfoResponseLinks](docs/ChannelCatalogExportCacheInfoResponseLinks.md)\n - [Model.ChannelCatalogExportationHistory](docs/ChannelCatalogExportationHistory.md)\n - [Model.ChannelCatalogExportationHistoryLinks](docs/ChannelCatalogExportationHistoryLinks.md)\n - [Model.ChannelCatalogExportationReporting](docs/ChannelCatalogExportationReporting.md)\n - [Model.ChannelCatalogList](docs/ChannelCatalogList.md)\n - [Model.ChannelCatalogMarketplaceProperties](docs/ChannelCatalogMarketplaceProperties.md)\n - [Model.ChannelCatalogMarketplacePropertiesLinks](docs/ChannelCatalogMarketplacePropertiesLinks.md)\n - [Model.ChannelCatalogMarketplaceProperty](docs/ChannelCatalogMarketplaceProperty.md)\n - [Model.ChannelCatalogMarketplacePropertyGroup](docs/ChannelCatalogMarketplacePropertyGroup.md)\n - [Model.ChannelCatalogMarketplaceSetting](docs/ChannelCatalogMarketplaceSetting.md)\n - [Model.ChannelCatalogMarketplaceSettingArray](docs/ChannelCatalogMarketplaceSettingArray.md)\n - [Model.ChannelCatalogMarketplaceSettings](docs/ChannelCatalogMarketplaceSettings.md)\n - [Model.ChannelCatalogMarketplaceSettingsLinks](docs/ChannelCatalogMarketplaceSettingsLinks.md)\n - [Model.ChannelCatalogProductByChannelCatalogRequest](docs/ChannelCatalogProductByChannelCatalogRequest.md)\n - [Model.ChannelCatalogProductByChannelCatalogResponse](docs/ChannelCatalogProductByChannelCatalogResponse.md)\n - [Model.ChannelCatalogProductInfo](docs/ChannelCatalogProductInfo.md)\n - [Model.ChannelCatalogProductInfoLinks](docs/ChannelCatalogProductInfoLinks.md)\n - [Model.ChannelCatalogProductInfoList](docs/ChannelCatalogProductInfoList.md)\n - [Model.ChannelCatalogProductInfoListLinks](docs/ChannelCatalogProductInfoListLinks.md)\n - [Model.ChannelCatalogState](docs/ChannelCatalogState.md)\n - [Model.ChannelCategory](docs/ChannelCategory.md)\n - [Model.ChannelCategoryChannelCode](docs/ChannelCategoryChannelCode.md)\n - [Model.ChannelCategoryColumnOverride](docs/ChannelCategoryColumnOverride.md)\n - [Model.ChannelCategoryColumnOverrides](docs/ChannelCategoryColumnOverrides.md)\n - [Model.ChannelCategoryDefaultCost](docs/ChannelCategoryDefaultCost.md)\n - [Model.ChannelCategoryLevel](docs/ChannelCategoryLevel.md)\n - [Model.ChannelColumn](docs/ChannelColumn.md)\n - [Model.ChannelColumnConfiguration](docs/ChannelColumnConfiguration.md)\n - [Model.ChannelColumnDescription](docs/ChannelColumnDescription.md)\n - [Model.ChannelColumnRestrictedValues](docs/ChannelColumnRestrictedValues.md)\n - [Model.ChannelColumnShowInMapping](docs/ChannelColumnShowInMapping.md)\n - [Model.ChannelFirstLevelCategory](docs/ChannelFirstLevelCategory.md)\n - [Model.ChannelHeader](docs/ChannelHeader.md)\n - [Model.ChannelHeaderLinks](docs/ChannelHeaderLinks.md)\n - [Model.ChannelInfo](docs/ChannelInfo.md)\n - [Model.ChannelInfoList](docs/ChannelInfoList.md)\n - [Model.ChannelInfoListLinks](docs/ChannelInfoListLinks.md)\n - [Model.ChannelRootCategory](docs/ChannelRootCategory.md)\n - [Model.City](docs/City.md)\n - [Model.ClearMerchantOrderInfoListRequest](docs/ClearMerchantOrderInfoListRequest.md)\n - [Model.ClickIncludedAndAdditionalClickPrice](docs/ClickIncludedAndAdditionalClickPrice.md)\n - [Model.ClickIncludedAndVariablePrice](docs/ClickIncludedAndVariablePrice.md)\n - [Model.ColumnConfiguration](docs/ColumnConfiguration.md)\n - [Model.ColumnCultureName](docs/ColumnCultureName.md)\n - [Model.ColumnFormat](docs/ColumnFormat.md)\n - [Model.ColumnId](docs/ColumnId.md)\n - [Model.ColumnMapping](docs/ColumnMapping.md)\n - [Model.ColumnMappingList](docs/ColumnMappingList.md)\n - [Model.ColumnMappingStatus](docs/ColumnMappingStatus.md)\n - [Model.ColumnMappingWithName](docs/ColumnMappingWithName.md)\n - [Model.ColumnMappingWithNameList](docs/ColumnMappingWithNameList.md)\n - [Model.Company](docs/Company.md)\n - [Model.CompanyInfo](docs/CompanyInfo.md)\n - [Model.CompareOptions](docs/CompareOptions.md)\n - [Model.CompressionFormatStrategy](docs/CompressionFormatStrategy.md)\n - [Model.ComputeExpressionRequest](docs/ComputeExpressionRequest.md)\n - [Model.ConfigureAutoImportIntervalRequest](docs/ConfigureAutoImportIntervalRequest.md)\n - [Model.ConfigureAutomaticTransitionRequest](docs/ConfigureAutomaticTransitionRequest.md)\n - [Model.ConfigureCatalogColumnCatalogRequest](docs/ConfigureCatalogColumnCatalogRequest.md)\n - [Model.ContractBillingPeriodInfo](docs/ContractBillingPeriodInfo.md)\n - [Model.ContractBonusInfo](docs/ContractBonusInfo.md)\n - [Model.ContractClickInfo](docs/ContractClickInfo.md)\n - [Model.ContractCommitmentInfo](docs/ContractCommitmentInfo.md)\n - [Model.ContractDiscountInfo](docs/ContractDiscountInfo.md)\n - [Model.ContractId](docs/ContractId.md)\n - [Model.ContractInfo](docs/ContractInfo.md)\n - [Model.ContractMoneyInfo](docs/ContractMoneyInfo.md)\n - [Model.ContractStoreInfo](docs/ContractStoreInfo.md)\n - [Model.ContractTerminationReason](docs/ContractTerminationReason.md)\n - [Model.ContractTerminationReasonType](docs/ContractTerminationReasonType.md)\n - [Model.Contracts](docs/Contracts.md)\n - [Model.ContractsLinks](docs/ContractsLinks.md)\n - [Model.CostSettings](docs/CostSettings.md)\n - [Model.CostType](docs/CostType.md)\n - [Model.CouponDiscountCode](docs/CouponDiscountCode.md)\n - [Model.CouponOfferCode](docs/CouponOfferCode.md)\n - [Model.CreateChannelCatalogRequest](docs/CreateChannelCatalogRequest.md)\n - [Model.CreateContract](docs/CreateContract.md)\n - [Model.CreateCustomColumnRequest](docs/CreateCustomColumnRequest.md)\n - [Model.CreateRuleRequest](docs/CreateRuleRequest.md)\n - [Model.CreateStoreRequest](docs/CreateStoreRequest.md)\n - [Model.Credential](docs/Credential.md)\n - [Model.CreditCardInfo](docs/CreditCardInfo.md)\n - [Model.CreditCardInfoResponse](docs/CreditCardInfoResponse.md)\n - [Model.CreditCardInfoResponseLinks](docs/CreditCardInfoResponseLinks.md)\n - [Model.CreditCardInfoWithCardType](docs/CreditCardInfoWithCardType.md)\n - [Model.CurrentContractInfo](docs/CurrentContractInfo.md)\n - [Model.CurrentContractInfoLinks](docs/CurrentContractInfoLinks.md)\n - [Model.CustomColumn](docs/CustomColumn.md)\n - [Model.CustomColumns](docs/CustomColumns.md)\n - [Model.CustomerIndex](docs/CustomerIndex.md)\n - [Model.CustomerIndexLinks](docs/CustomerIndexLinks.md)\n - [Model.CustomerIndexLovLinks](docs/CustomerIndexLovLinks.md)\n - [Model.DateSearchType](docs/DateSearchType.md)\n - [Model.DetectedCatalogColumn](docs/DetectedCatalogColumn.md)\n - [Model.DetectedCatalogColumns](docs/DetectedCatalogColumns.md)\n - [Model.DisplayGroupName](docs/DisplayGroupName.md)\n - [Model.DownloadCatalogStrategy](docs/DownloadCatalogStrategy.md)\n - [Model.DuplicateProductValueConfiguration](docs/DuplicateProductValueConfiguration.md)\n - [Model.DuplicateProductValueStrategy](docs/DuplicateProductValueStrategy.md)\n - [Model.EncryptedBlocklyExpression](docs/EncryptedBlocklyExpression.md)\n - [Model.EncryptedExpression](docs/EncryptedExpression.md)\n - [Model.Etag](docs/Etag.md)\n - [Model.ExclusionFilter](docs/ExclusionFilter.md)\n - [Model.ExclusionFilterName](docs/ExclusionFilterName.md)\n - [Model.ExclusionFilterOperator](docs/ExclusionFilterOperator.md)\n - [Model.ExclusionFilterOperatorDataType](docs/ExclusionFilterOperatorDataType.md)\n - [Model.ExclusionFilterOperatorName](docs/ExclusionFilterOperatorName.md)\n - [Model.ExclusionFilters](docs/ExclusionFilters.md)\n - [Model.ExecutionId](docs/ExecutionId.md)\n - [Model.ExecutionUUID](docs/ExecutionUUID.md)\n - [Model.ExistingCatalogColumnConfiguration](docs/ExistingCatalogColumnConfiguration.md)\n - [Model.ExpirationMonth](docs/ExpirationMonth.md)\n - [Model.ExpirationYear](docs/ExpirationYear.md)\n - [Model.ExportOrderListFormat](docs/ExportOrderListFormat.md)\n - [Model.ExportOrderListRequest](docs/ExportOrderListRequest.md)\n - [Model.FeedType](docs/FeedType.md)\n - [Model.FileFormatStrategy](docs/FileFormatStrategy.md)\n - [Model.FirstName](docs/FirstName.md)\n - [Model.FixedAndVariableClickModelInfo](docs/FixedAndVariableClickModelInfo.md)\n - [Model.FriendCountryIsoCodeAlpha3](docs/FriendCountryIsoCodeAlpha3.md)\n - [Model.FriendEmail](docs/FriendEmail.md)\n - [Model.FriendProfilePictureUrl](docs/FriendProfilePictureUrl.md)\n - [Model.Functionality](docs/Functionality.md)\n - [Model.FunctionalityRightInfo](docs/FunctionalityRightInfo.md)\n - [Model.GeneralSettings](docs/GeneralSettings.md)\n - [Model.GetChannelCatalogProductInfoListRequest](docs/GetChannelCatalogProductInfoListRequest.md)\n - [Model.GetProductsRequest](docs/GetProductsRequest.md)\n - [Model.GlobalPerformanceIndicatorByChannel](docs/GlobalPerformanceIndicatorByChannel.md)\n - [Model.GravatarProfilePictureUrl](docs/GravatarProfilePictureUrl.md)\n - [Model.HarvestOrderReporting](docs/HarvestOrderReporting.md)\n - [Model.ImportationMonitoring](docs/ImportationMonitoring.md)\n - [Model.ImportationReporting](docs/ImportationReporting.md)\n - [Model.ImportationTechnicalProgression](docs/ImportationTechnicalProgression.md)\n - [Model.InitialsProfilePictureUrl](docs/InitialsProfilePictureUrl.md)\n - [Model.InlineResponse409](docs/InlineResponse409.md)\n - [Model.InlineResponse409Links](docs/InlineResponse409Links.md)\n - [Model.InputConfiguration](docs/InputConfiguration.md)\n - [Model.InputFileConfiguration](docs/InputFileConfiguration.md)\n - [Model.InputFileFetchConfiguration](docs/InputFileFetchConfiguration.md)\n - [Model.InputFileReadConfiguration](docs/InputFileReadConfiguration.md)\n - [Model.InputFileReadCsvConfiguration](docs/InputFileReadCsvConfiguration.md)\n - [Model.InputFileReadXmlConfiguration](docs/InputFileReadXmlConfiguration.md)\n - [Model.Invoice](docs/Invoice.md)\n - [Model.InvoiceNumber](docs/InvoiceNumber.md)\n - [Model.InvoicePaymentStatus](docs/InvoicePaymentStatus.md)\n - [Model.Invoices](docs/Invoices.md)\n - [Model.LastManualImportInputConfiguration](docs/LastManualImportInputConfiguration.md)\n - [Model.LastName](docs/LastName.md)\n - [Model.LinkClickToOrderType](docs/LinkClickToOrderType.md)\n - [Model.LinksChangeOrderLink](docs/LinksChangeOrderLink.md)\n - [Model.LinksChangePasswordLink](docs/LinksChangePasswordLink.md)\n - [Model.LinksClearMerchantOrderInfoLink](docs/LinksClearMerchantOrderInfoLink.md)\n - [Model.LinksClearMerchantOrderInfoListLink](docs/LinksClearMerchantOrderInfoListLink.md)\n - [Model.LinksConfigureAutomaticTransitionsLink](docs/LinksConfigureAutomaticTransitionsLink.md)\n - [Model.LinksCreateContractLink](docs/LinksCreateContractLink.md)\n - [Model.LinksCreateRuleLink](docs/LinksCreateRuleLink.md)\n - [Model.LinksCreateStoreLink](docs/LinksCreateStoreLink.md)\n - [Model.LinksDeleteChannelCatalogExportationCacheLink](docs/LinksDeleteChannelCatalogExportationCacheLink.md)\n - [Model.LinksDeleteNextContractLink](docs/LinksDeleteNextContractLink.md)\n - [Model.LinksDeleteReportFilterLink](docs/LinksDeleteReportFilterLink.md)\n - [Model.LinksDeleteRuleLink](docs/LinksDeleteRuleLink.md)\n - [Model.LinksDeleteShareLink](docs/LinksDeleteShareLink.md)\n - [Model.LinksDeleteStoreLink](docs/LinksDeleteStoreLink.md)\n - [Model.LinksDisableRuleLink](docs/LinksDisableRuleLink.md)\n - [Model.LinksEnableRuleLink](docs/LinksEnableRuleLink.md)\n - [Model.LinksExportOrdersLink](docs/LinksExportOrdersLink.md)\n - [Model.LinksGetAutomaticTransitionsLink](docs/LinksGetAutomaticTransitionsLink.md)\n - [Model.LinksGetChannelCatalogExportationCacheInfoLink](docs/LinksGetChannelCatalogExportationCacheInfoLink.md)\n - [Model.LinksGetChannelCatalogExportationHistoryLink](docs/LinksGetChannelCatalogExportationHistoryLink.md)\n - [Model.LinksGetChannelCatalogMarketplacePropertiesLink](docs/LinksGetChannelCatalogMarketplacePropertiesLink.md)\n - [Model.LinksGetChannelCatalogMarketplaceSettingsLink](docs/LinksGetChannelCatalogMarketplaceSettingsLink.md)\n - [Model.LinksGetChannelCatalogProductInfoLink](docs/LinksGetChannelCatalogProductInfoLink.md)\n - [Model.LinksGetChannelsIndexLink](docs/LinksGetChannelsIndexLink.md)\n - [Model.LinksGetChannelsLink](docs/LinksGetChannelsLink.md)\n - [Model.LinksGetContractsLink](docs/LinksGetContractsLink.md)\n - [Model.LinksGetCreditCardInfoLink](docs/LinksGetCreditCardInfoLink.md)\n - [Model.LinksGetMarketplaceAccountStoresLink](docs/LinksGetMarketplaceAccountStoresLink.md)\n - [Model.LinksGetMarketplaceAccountsSynchronizationLink](docs/LinksGetMarketplaceAccountsSynchronizationLink.md)\n - [Model.LinksGetOrderExportationsLink](docs/LinksGetOrderExportationsLink.md)\n - [Model.LinksGetOrderHistoryLink](docs/LinksGetOrderHistoryLink.md)\n - [Model.LinksGetOrderIndexLink](docs/LinksGetOrderIndexLink.md)\n - [Model.LinksGetOrderLink](docs/LinksGetOrderLink.md)\n - [Model.LinksGetOrderListFullLink](docs/LinksGetOrderListFullLink.md)\n - [Model.LinksGetOrderListLightLink](docs/LinksGetOrderListLightLink.md)\n - [Model.LinksGetProfilePictureInfoLink](docs/LinksGetProfilePictureInfoLink.md)\n - [Model.LinksGetPublicListOfValuesLink](docs/LinksGetPublicListOfValuesLink.md)\n - [Model.LinksGetPublicLovIndexLink](docs/LinksGetPublicLovIndexLink.md)\n - [Model.LinksGetPublicationsLink](docs/LinksGetPublicationsLink.md)\n - [Model.LinksGetReportFilterLink](docs/LinksGetReportFilterLink.md)\n - [Model.LinksGetReportFiltersLink](docs/LinksGetReportFiltersLink.md)\n - [Model.LinksGetRuleLink](docs/LinksGetRuleLink.md)\n - [Model.LinksGetRulesExecutionsLink](docs/LinksGetRulesExecutionsLink.md)\n - [Model.LinksGetRulesLink](docs/LinksGetRulesLink.md)\n - [Model.LinksGetSharesLink](docs/LinksGetSharesLink.md)\n - [Model.LinksGetStoreLink](docs/LinksGetStoreLink.md)\n - [Model.LinksGetStoresLink](docs/LinksGetStoresLink.md)\n - [Model.LinksGetUserListOfValuesLink](docs/LinksGetUserListOfValuesLink.md)\n - [Model.LinksGetUserLovIndexLink](docs/LinksGetUserLovIndexLink.md)\n - [Model.LinksHarvestAllLink](docs/LinksHarvestAllLink.md)\n - [Model.LinksHarvestOrderLink](docs/LinksHarvestOrderLink.md)\n - [Model.LinksImportationGetImportationMonitoringLink](docs/LinksImportationGetImportationMonitoringLink.md)\n - [Model.LinksMoveDownRuleLink](docs/LinksMoveDownRuleLink.md)\n - [Model.LinksMoveUpRuleLink](docs/LinksMoveUpRuleLink.md)\n - [Model.LinksOptimiseByCategoryLink](docs/LinksOptimiseByCategoryLink.md)\n - [Model.LinksOptimiseByChannelLink](docs/LinksOptimiseByChannelLink.md)\n - [Model.LinksOptimiseByProductLink](docs/LinksOptimiseByProductLink.md)\n - [Model.LinksOptimiseLink](docs/LinksOptimiseLink.md)\n - [Model.LinksReactivateCurrentContractLink](docs/LinksReactivateCurrentContractLink.md)\n - [Model.LinksRunRuleLink](docs/LinksRunRuleLink.md)\n - [Model.LinksRunRulesLink](docs/LinksRunRulesLink.md)\n - [Model.LinksSaveCompanyInfoLink](docs/LinksSaveCompanyInfoLink.md)\n - [Model.LinksSaveCreditCardInfoLink](docs/LinksSaveCreditCardInfoLink.md)\n - [Model.LinksSavePersonalInfoLink](docs/LinksSavePersonalInfoLink.md)\n - [Model.LinksSaveProfilePictureInfoLink](docs/LinksSaveProfilePictureInfoLink.md)\n - [Model.LinksSaveReportFilterLink](docs/LinksSaveReportFilterLink.md)\n - [Model.LinksSaveStoreAlertLink](docs/LinksSaveStoreAlertLink.md)\n - [Model.LinksSetChannelCatalogMarketplaceSettingsLink](docs/LinksSetChannelCatalogMarketplaceSettingsLink.md)\n - [Model.LinksSetMerchantOrderInfoLink](docs/LinksSetMerchantOrderInfoLink.md)\n - [Model.LinksSetMerchantOrderInfoListLink](docs/LinksSetMerchantOrderInfoListLink.md)\n - [Model.LinksShareLink](docs/LinksShareLink.md)\n - [Model.LinksTerminateCurrentContractLink](docs/LinksTerminateCurrentContractLink.md)\n - [Model.LinksUpdateRuleLink](docs/LinksUpdateRuleLink.md)\n - [Model.LinksUpdateStoreLink](docs/LinksUpdateStoreLink.md)\n - [Model.LoginRequest](docs/LoginRequest.md)\n - [Model.MapBeezUPColumnRequest](docs/MapBeezUPColumnRequest.md)\n - [Model.MapCategoryRequest](docs/MapCategoryRequest.md)\n - [Model.MargingType](docs/MargingType.md)\n - [Model.MarketplaceChannelCatalog](docs/MarketplaceChannelCatalog.md)\n - [Model.MarketplaceChannelCatalogLinks](docs/MarketplaceChannelCatalogLinks.md)\n - [Model.MarketplaceChannelCatalogList](docs/MarketplaceChannelCatalogList.md)\n - [Model.MarketplaceChannelCatalogListLinks](docs/MarketplaceChannelCatalogListLinks.md)\n - [Model.MarketplaceChannelCatalogLovLinks](docs/MarketplaceChannelCatalogLovLinks.md)\n - [Model.MarketplaceOrderId](docs/MarketplaceOrderId.md)\n - [Model.MarketplaceOrderStatus](docs/MarketplaceOrderStatus.md)\n - [Model.NextContractInfo](docs/NextContractInfo.md)\n - [Model.NextContractInfoLinks](docs/NextContractInfoLinks.md)\n - [Model.Offer](docs/Offer.md)\n - [Model.OfferContent](docs/OfferContent.md)\n - [Model.OfferFunctionality](docs/OfferFunctionality.md)\n - [Model.OfferId](docs/OfferId.md)\n - [Model.OfferLinks](docs/OfferLinks.md)\n - [Model.OfferRequest](docs/OfferRequest.md)\n - [Model.OptimisationActionName](docs/OptimisationActionName.md)\n - [Model.OptimiseRequest](docs/OptimiseRequest.md)\n - [Model.Order](docs/Order.md)\n - [Model.OrderBuyerName](docs/OrderBuyerName.md)\n - [Model.OrderExportationReporting](docs/OrderExportationReporting.md)\n - [Model.OrderExportationReportingProcessingStatus](docs/OrderExportationReportingProcessingStatus.md)\n - [Model.OrderExportations](docs/OrderExportations.md)\n - [Model.OrderExportationsLinks](docs/OrderExportationsLinks.md)\n - [Model.OrderHeader](docs/OrderHeader.md)\n - [Model.OrderHeaderLinks](docs/OrderHeaderLinks.md)\n - [Model.OrderHistory](docs/OrderHistory.md)\n - [Model.OrderIdentifier](docs/OrderIdentifier.md)\n - [Model.OrderIdentifierWithETag](docs/OrderIdentifierWithETag.md)\n - [Model.OrderIndex](docs/OrderIndex.md)\n - [Model.OrderIndexLinks](docs/OrderIndexLinks.md)\n - [Model.OrderIndexLovLinks](docs/OrderIndexLovLinks.md)\n - [Model.OrderItem](docs/OrderItem.md)\n - [Model.OrderLinks](docs/OrderLinks.md)\n - [Model.OrderListFull](docs/OrderListFull.md)\n - [Model.OrderListFullLinks](docs/OrderListFullLinks.md)\n - [Model.OrderListLight](docs/OrderListLight.md)\n - [Model.OrderListLightLinks](docs/OrderListLightLinks.md)\n - [Model.OrderListLinks](docs/OrderListLinks.md)\n - [Model.OrderListRequest](docs/OrderListRequest.md)\n - [Model.OrderMerchantECommerceSoftwareName](docs/OrderMerchantECommerceSoftwareName.md)\n - [Model.OrderMerchantECommerceSoftwareVersion](docs/OrderMerchantECommerceSoftwareVersion.md)\n - [Model.OrderMerchantOrderId](docs/OrderMerchantOrderId.md)\n - [Model.OrderOperationResponse](docs/OrderOperationResponse.md)\n - [Model.OrderTransitionLinks](docs/OrderTransitionLinks.md)\n - [Model.PageNumber](docs/PageNumber.md)\n - [Model.PageSize](docs/PageSize.md)\n - [Model.PaginationRequestParameters](docs/PaginationRequestParameters.md)\n - [Model.PaymentMethod](docs/PaymentMethod.md)\n - [Model.PerformanceIndicatorFormula](docs/PerformanceIndicatorFormula.md)\n - [Model.PerformanceIndicatorFormulaOperatorName](docs/PerformanceIndicatorFormulaOperatorName.md)\n - [Model.PerformanceIndicatorFormulaParameterType](docs/PerformanceIndicatorFormulaParameterType.md)\n - [Model.PerformanceIndicatorType](docs/PerformanceIndicatorType.md)\n - [Model.PersonalInfo](docs/PersonalInfo.md)\n - [Model.PhoneNumber](docs/PhoneNumber.md)\n - [Model.PostalCode](docs/PostalCode.md)\n - [Model.PreviousFixPeriodInvoiceProrataInfo](docs/PreviousFixPeriodInvoiceProrataInfo.md)\n - [Model.Processing](docs/Processing.md)\n - [Model.Product](docs/Product.md)\n - [Model.ProductFilters](docs/ProductFilters.md)\n - [Model.ProductOverrideWithCatalogValue](docs/ProductOverrideWithCatalogValue.md)\n - [Model.ProductOverrides](docs/ProductOverrides.md)\n - [Model.ProductOverridesWithCatalogValues](docs/ProductOverridesWithCatalogValues.md)\n - [Model.ProductSample](docs/ProductSample.md)\n - [Model.ProductStateFilter](docs/ProductStateFilter.md)\n - [Model.ProductValues](docs/ProductValues.md)\n - [Model.Products](docs/Products.md)\n - [Model.ProfilePictureInfo](docs/ProfilePictureInfo.md)\n - [Model.ProfilePictureInfoResponse](docs/ProfilePictureInfoResponse.md)\n - [Model.ProfilePictureInfoResponseLinks](docs/ProfilePictureInfoResponseLinks.md)\n - [Model.ProfilePictureInfoWithDefault](docs/ProfilePictureInfoWithDefault.md)\n - [Model.ProfilePictureSelected](docs/ProfilePictureSelected.md)\n - [Model.ProfilePictureUrl](docs/ProfilePictureUrl.md)\n - [Model.PromotionalCodeValidity](docs/PromotionalCodeValidity.md)\n - [Model.PublicChannelIndex](docs/PublicChannelIndex.md)\n - [Model.PublicChannelIndexLinks](docs/PublicChannelIndexLinks.md)\n - [Model.PublicListOfValuesResponse](docs/PublicListOfValuesResponse.md)\n - [Model.PublicListOfValuesResponseLinks](docs/PublicListOfValuesResponseLinks.md)\n - [Model.PublicLovIndex](docs/PublicLovIndex.md)\n - [Model.PublicLovIndexLinks](docs/PublicLovIndexLinks.md)\n - [Model.PublicLovLinks](docs/PublicLovLinks.md)\n - [Model.PublicationFeedReporting](docs/PublicationFeedReporting.md)\n - [Model.PublicationReporting](docs/PublicationReporting.md)\n - [Model.PublicationType](docs/PublicationType.md)\n - [Model.RegisterRequest](docs/RegisterRequest.md)\n - [Model.ReportAdvancedFilters](docs/ReportAdvancedFilters.md)\n - [Model.ReportByCategory](docs/ReportByCategory.md)\n - [Model.ReportByCategoryLinks](docs/ReportByCategoryLinks.md)\n - [Model.ReportByCategoryRequest](docs/ReportByCategoryRequest.md)\n - [Model.ReportByCategoryResponse](docs/ReportByCategoryResponse.md)\n - [Model.ReportByCategoryResponseLinks](docs/ReportByCategoryResponseLinks.md)\n - [Model.ReportByChannel](docs/ReportByChannel.md)\n - [Model.ReportByChannelLinks](docs/ReportByChannelLinks.md)\n - [Model.ReportByChannelRequest](docs/ReportByChannelRequest.md)\n - [Model.ReportByChannelResponse](docs/ReportByChannelResponse.md)\n - [Model.ReportByChannelResponseLinks](docs/ReportByChannelResponseLinks.md)\n - [Model.ReportByCommonResponseLinks](docs/ReportByCommonResponseLinks.md)\n - [Model.ReportByDay](docs/ReportByDay.md)\n - [Model.ReportByDayAllChannels](docs/ReportByDayAllChannels.md)\n - [Model.ReportByDayByChannel](docs/ReportByDayByChannel.md)\n - [Model.ReportByDayRequest](docs/ReportByDayRequest.md)\n - [Model.ReportByDayResponse](docs/ReportByDayResponse.md)\n - [Model.ReportByProduct](docs/ReportByProduct.md)\n - [Model.ReportByProductLinks](docs/ReportByProductLinks.md)\n - [Model.ReportByProductRequest](docs/ReportByProductRequest.md)\n - [Model.ReportByProductResponse](docs/ReportByProductResponse.md)\n - [Model.ReportByProductResponseLinks](docs/ReportByProductResponseLinks.md)\n - [Model.ReportCategoryFilter](docs/ReportCategoryFilter.md)\n - [Model.ReportFilter](docs/ReportFilter.md)\n - [Model.ReportFilterCommonParameters](docs/ReportFilterCommonParameters.md)\n - [Model.ReportFilterHeader](docs/ReportFilterHeader.md)\n - [Model.ReportFilterHeaderLinks](docs/ReportFilterHeaderLinks.md)\n - [Model.ReportFilterLinks](docs/ReportFilterLinks.md)\n - [Model.ReportFilterParameters](docs/ReportFilterParameters.md)\n - [Model.ReportFilters](docs/ReportFilters.md)\n - [Model.ReportFiltersLinks](docs/ReportFiltersLinks.md)\n - [Model.ReportIndicatorFilter](docs/ReportIndicatorFilter.md)\n - [Model.ReportIndicatorFilterOperatorName](docs/ReportIndicatorFilterOperatorName.md)\n - [Model.ReportProductFilter](docs/ReportProductFilter.md)\n - [Model.ReportProductFilterOperatorName](docs/ReportProductFilterOperatorName.md)\n - [Model.ReportType](docs/ReportType.md)\n - [Model.Rule](docs/Rule.md)\n - [Model.RuleExecutionReporting](docs/RuleExecutionReporting.md)\n - [Model.RuleExecutionReportingErrorType](docs/RuleExecutionReportingErrorType.md)\n - [Model.RuleExecutionReportingExecutionSource](docs/RuleExecutionReportingExecutionSource.md)\n - [Model.RuleExecutionReportingLinks](docs/RuleExecutionReportingLinks.md)\n - [Model.RuleExecutionReportingStatus](docs/RuleExecutionReportingStatus.md)\n - [Model.RuleExecutionReportings](docs/RuleExecutionReportings.md)\n - [Model.RuleLastExecutionStatus](docs/RuleLastExecutionStatus.md)\n - [Model.RuleLinks](docs/RuleLinks.md)\n - [Model.RuleList](docs/RuleList.md)\n - [Model.RuleListLinks](docs/RuleListLinks.md)\n - [Model.SaveReportFilterRequest](docs/SaveReportFilterRequest.md)\n - [Model.SaveStoreAlertRequest](docs/SaveStoreAlertRequest.md)\n - [Model.ScheduleAutoImportRequest](docs/ScheduleAutoImportRequest.md)\n - [Model.SchedulingType](docs/SchedulingType.md)\n - [Model.SetChannelCatalogMarketplaceSettingsRequest](docs/SetChannelCatalogMarketplaceSettingsRequest.md)\n - [Model.SetMerchantOrderInfoListRequest](docs/SetMerchantOrderInfoListRequest.md)\n - [Model.SetMerchantOrderInfoListRequestItem](docs/SetMerchantOrderInfoListRequestItem.md)\n - [Model.SetMerchantOrderInfoRequest](docs/SetMerchantOrderInfoRequest.md)\n - [Model.SourceType](docs/SourceType.md)\n - [Model.StandardOffer](docs/StandardOffer.md)\n - [Model.StandardOffers](docs/StandardOffers.md)\n - [Model.StartManualImportRequest](docs/StartManualImportRequest.md)\n - [Model.Store](docs/Store.md)\n - [Model.StoreAlert](docs/StoreAlert.md)\n - [Model.StoreAlertLinks](docs/StoreAlertLinks.md)\n - [Model.StoreAlertProperty](docs/StoreAlertProperty.md)\n - [Model.StoreAlertPropertyInfo](docs/StoreAlertPropertyInfo.md)\n - [Model.StoreAlerts](docs/StoreAlerts.md)\n - [Model.StoreCount](docs/StoreCount.md)\n - [Model.StoreCountryIsoCodeAlpha3](docs/StoreCountryIsoCodeAlpha3.md)\n - [Model.StoreHeader](docs/StoreHeader.md)\n - [Model.StoreHeaderLinks](docs/StoreHeaderLinks.md)\n - [Model.StoreName](docs/StoreName.md)\n - [Model.StoreSector](docs/StoreSector.md)\n - [Model.StoreSectors](docs/StoreSectors.md)\n - [Model.StoreShare](docs/StoreShare.md)\n - [Model.StoreShareLinks](docs/StoreShareLinks.md)\n - [Model.StoreShares](docs/StoreShares.md)\n - [Model.StoreSharesLinks](docs/StoreSharesLinks.md)\n - [Model.StoreStatus](docs/StoreStatus.md)\n - [Model.StoreTrackingStatus](docs/StoreTrackingStatus.md)\n - [Model.StoreUrl](docs/StoreUrl.md)\n - [Model.StoreUserRole](docs/StoreUserRole.md)\n - [Model.Stores](docs/Stores.md)\n - [Model.StoresLinks](docs/StoresLinks.md)\n - [Model.TerminateContract](docs/TerminateContract.md)\n - [Model.TrackedClick](docs/TrackedClick.md)\n - [Model.TrackedClicks](docs/TrackedClicks.md)\n - [Model.TrackedExternalOrder](docs/TrackedExternalOrder.md)\n - [Model.TrackedExternalOrderProduct](docs/TrackedExternalOrderProduct.md)\n - [Model.TrackedExternalOrders](docs/TrackedExternalOrders.md)\n - [Model.TrackedOrder](docs/TrackedOrder.md)\n - [Model.TrackedOrderProduct](docs/TrackedOrderProduct.md)\n - [Model.TrackedOrders](docs/TrackedOrders.md)\n - [Model.TrackingStatus](docs/TrackingStatus.md)\n - [Model.Type](docs/Type.md)\n - [Model.UnmapCategoryRequest](docs/UnmapCategoryRequest.md)\n - [Model.UpdateRuleRequest](docs/UpdateRuleRequest.md)\n - [Model.UpdateStoreRequest](docs/UpdateStoreRequest.md)\n - [Model.UpgradeOfferRequired](docs/UpgradeOfferRequired.md)\n - [Model.UserColumName](docs/UserColumName.md)\n - [Model.UserFriendInfo](docs/UserFriendInfo.md)\n - [Model.UserListOfValuesResponse](docs/UserListOfValuesResponse.md)\n - [Model.UserListOfValuesResponseLinks](docs/UserListOfValuesResponseLinks.md)\n - [Model.UserLovIndex](docs/UserLovIndex.md)\n - [Model.UserLovIndexLinks](docs/UserLovIndexLinks.md)\n - [Model.UserLovLinks](docs/UserLovLinks.md)\n - [Model.VariableModelInfo](docs/VariableModelInfo.md)\n - [Model.VatNumber](docs/VatNumber.md)\n - [Model.WhatIDo](docs/WhatIDo.md)\n\n\n\u003ca name=\"documentation-for-authorization\"\u003e\u003c/a\u003e\n## Documentation for Authorization\n\n\u003ca name=\"api_key\"\u003e\u003c/a\u003e\n### api_key\n\n- **Type**: API key\n- **API key parameter name**: Ocp-Apim-Subscription-Key\n- **Location**: HTTP header\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeezup%2Fapi-csharp-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeezup%2Fapi-csharp-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeezup%2Fapi-csharp-client/lists"}