An open API service indexing awesome lists of open source software.

https://github.com/beezup/api-csharp-client


https://github.com/beezup/api-csharp-client

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# IO.Swagger - the C# library for the BeezUP API

This 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.

This C# SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 2.0
- SDK version: 1.0.0
- Build package: io.swagger.codegen.languages.CSharpClientCodegen


## Frameworks supported
- .NET 4.0 or later
- Windows Phone 7.1 (Mango)


## Dependencies
- [RestSharp](https://www.nuget.org/packages/RestSharp) - 105.1.0 or later
- [Json.NET](https://www.nuget.org/packages/Newtonsoft.Json/) - 7.0.0 or later

The 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:
```
Install-Package RestSharp
Install-Package Newtonsoft.Json
```

NOTE: 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)


## Installation
Run the following command to generate the DLL
- [Mac/Linux] `/bin/sh build.sh`
- [Windows] `build.bat`

Then include the DLL (under the `bin` folder) in the C# project, and use the namespaces:
```csharp
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
```


## Packaging

A `.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.

This `.nuspec` uses placeholders from the `.csproj`, so build the `.csproj` directly:

```
nuget pack -Build -OutputDirectory out IO.Swagger.csproj
```

Then, 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.


## Getting Started

```csharp
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
public class Example
{
public void main()
{

// Configure API key authorization: api_key
Configuration.Default.ApiKey.Add("Ocp-Apim-Subscription-Key", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Configuration.Default.ApiKeyPrefix.Add("Ocp-Apim-Subscription-Key", "Bearer");

var apiInstance = new BeezUPApi();
var emailActivationId = emailActivationId_example; // string | The email activation id received by email.

try
{
// Activate the user account
apiInstance.ActivateUserAccount(emailActivationId);
}
catch (Exception e)
{
Debug.Print("Exception when calling BeezUPApi.ActivateUserAccount: " + e.Message );
}
}
}
}
```


## Documentation for API Endpoints

All URIs are relative to *https://api.beezup.com/v2*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*BeezUPApi* | [**ActivateUserAccount**](docs/BeezUPApi.md#activateuseraccount) | **POST** /user/customer/account/activate | Activate the user account
*BeezUPApi* | [**AutoConfigureAutoImportInterval**](docs/BeezUPApi.md#autoconfigureautoimportinterval) | **POST** /user/catalogs/{storeId}/autoImport/scheduling/interval | Configure Auto Import Interval
*BeezUPApi* | [**AutoDeleteAutoImport**](docs/BeezUPApi.md#autodeleteautoimport) | **DELETE** /user/catalogs/{storeId}/autoImport | Delete Auto Import
*BeezUPApi* | [**AutoGetAutoImportConfiguration**](docs/BeezUPApi.md#autogetautoimportconfiguration) | **GET** /user/catalogs/{storeId}/autoImport | Get the auto import configuration
*BeezUPApi* | [**AutoPauseAutoImport**](docs/BeezUPApi.md#autopauseautoimport) | **POST** /user/catalogs/{storeId}/autoImport/pause | Pause Auto Import
*BeezUPApi* | [**AutoResumeAutoImport**](docs/BeezUPApi.md#autoresumeautoimport) | **POST** /user/catalogs/{storeId}/autoImport/resume | Resume Auto Import
*BeezUPApi* | [**AutoScheduleAutoImport**](docs/BeezUPApi.md#autoscheduleautoimport) | **POST** /user/catalogs/{storeId}/autoImport/scheduling/schedules | Configure Auto Import Schedules
*BeezUPApi* | [**AutoStartAutoImport**](docs/BeezUPApi.md#autostartautoimport) | **POST** /user/catalogs/{storeId}/autoImport/start | Start Auto Import Manually
*BeezUPApi* | [**CatalogChangeCatalogColumnUserName**](docs/BeezUPApi.md#catalogchangecatalogcolumnusername) | **POST** /user/catalogs/{storeId}/catalogColumns/{columnId}/rename | Change Catalog Column User Name
*BeezUPApi* | [**CatalogChangeCustomColumnExpression**](docs/BeezUPApi.md#catalogchangecustomcolumnexpression) | **PUT** /user/catalogs/{storeId}/customColumns/{columnId}/expression | Change custom column expression
*BeezUPApi* | [**CatalogChangeCustomColumnUserName**](docs/BeezUPApi.md#catalogchangecustomcolumnusername) | **POST** /user/catalogs/{storeId}/customColumns/{columnId}/rename | Change Custom Column User Name
*BeezUPApi* | [**CatalogComputeExpression**](docs/BeezUPApi.md#catalogcomputeexpression) | **POST** /user/catalogs/{storeId}/customColumns/computeExpression | Compute the expression for this catalog.
*BeezUPApi* | [**CatalogDeleteCustomColumn**](docs/BeezUPApi.md#catalogdeletecustomcolumn) | **DELETE** /user/catalogs/{storeId}/customColumns/{columnId} | Delete custom column
*BeezUPApi* | [**CatalogGetBeezUPColumns**](docs/BeezUPApi.md#cataloggetbeezupcolumns) | **GET** /user/catalogs/beezupColumns | Get the BeezUP columns
*BeezUPApi* | [**CatalogGetCatalogColumns**](docs/BeezUPApi.md#cataloggetcatalogcolumns) | **GET** /user/catalogs/{storeId}/catalogColumns | Get catalog column list
*BeezUPApi* | [**CatalogGetCategories**](docs/BeezUPApi.md#cataloggetcategories) | **GET** /user/catalogs/{storeId}/categories | Get category list
*BeezUPApi* | [**CatalogGetCustomColumnExpression**](docs/BeezUPApi.md#cataloggetcustomcolumnexpression) | **GET** /user/catalogs/{storeId}/customColumns/{columnId}/expression | Get the encrypted custom column expression
*BeezUPApi* | [**CatalogGetCustomColumns**](docs/BeezUPApi.md#cataloggetcustomcolumns) | **GET** /user/catalogs/{storeId}/customColumns | Get custom column list
*BeezUPApi* | [**CatalogGetProduct**](docs/BeezUPApi.md#cataloggetproduct) | **GET** /user/catalogs/{storeId}/products/{productId} | Get product
*BeezUPApi* | [**CatalogGetProducts**](docs/BeezUPApi.md#cataloggetproducts) | **POST** /user/catalogs/{storeId}/products | Get product list
*BeezUPApi* | [**CatalogGetRandomProducts**](docs/BeezUPApi.md#cataloggetrandomproducts) | **GET** /user/catalogs/{storeId}/products/random | Get random product list
*BeezUPApi* | [**CatalogSaveCustomColumn**](docs/BeezUPApi.md#catalogsavecustomcolumn) | **PUT** /user/catalogs/{storeId}/customColumns/{columnId} | Create or replace a custom column
*BeezUPApi* | [**ChangeOrder**](docs/BeezUPApi.md#changeorder) | **POST** /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/{changeOrderType} | Change your marketplace Order Information (accept, ship, etc.)
*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.)
*BeezUPApi* | [**ChangePassword**](docs/BeezUPApi.md#changepassword) | **POST** /user/customer/account/changePassword | Change user password
*BeezUPApi* | [**ClearMerchantOrderInfo**](docs/BeezUPApi.md#clearmerchantorderinfo) | **POST** /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/clearMerchantOrderInfo | Clear an Order's merchant information
*BeezUPApi* | [**ClearMerchantOrderInfoList**](docs/BeezUPApi.md#clearmerchantorderinfolist) | **POST** /user/marketplaces/orders/batches/clearMerchantOrderInfos | Send a batch of operations to clear an Order's merchant information
*BeezUPApi* | [**ConfigureAutomaticTransitions**](docs/BeezUPApi.md#configureautomatictransitions) | **POST** /user/marketplaces/orders/automaticTransitions | Configure new or existing automatic Order status transition
*BeezUPApi* | [**ConfigureChannelCatalogCostSettings**](docs/BeezUPApi.md#configurechannelcatalogcostsettings) | **POST** /user/channelCatalogs/{channelCatalogId}/settings/cost | Disable a channel catalog
*BeezUPApi* | [**ConfigureChannelCatalogExclusionFilters**](docs/BeezUPApi.md#configurechannelcatalogexclusionfilters) | **PUT** /user/channelCatalogs/{channelCatalogId}/exclusionFilters | Configure channel catalog exclusion filters
*BeezUPApi* | [**ConfigureChannelCatalogGeneralSettings**](docs/BeezUPApi.md#configurechannelcataloggeneralsettings) | **POST** /user/channelCatalogs/{channelCatalogId}/settings/general | Disable a channel catalog
*BeezUPApi* | [**CreateChannelCatalog**](docs/BeezUPApi.md#createchannelcatalog) | **POST** /user/channelCatalogs/ | Create a new channel catalog
*BeezUPApi* | [**CreateContract**](docs/BeezUPApi.md#createcontract) | **POST** /user/customer/contracts | Create a new contract
*BeezUPApi* | [**CreateRule**](docs/BeezUPApi.md#createrule) | **POST** /user/analytics/{storeId}/rules | Rule creation
*BeezUPApi* | [**CreateStore**](docs/BeezUPApi.md#createstore) | **POST** /user/customer/stores | Create a new store
*BeezUPApi* | [**DeleteChannelCatalog**](docs/BeezUPApi.md#deletechannelcatalog) | **DELETE** /user/channelCatalogs/{channelCatalogId} | Delete the channel catalog
*BeezUPApi* | [**DeleteChannelCatalogExportationCache**](docs/BeezUPApi.md#deletechannelcatalogexportationcache) | **DELETE** /user/channelCatalogs/{channelCatalogId}/exportations/cache | Delete the exportation cache
*BeezUPApi* | [**DeleteChannelCatalogProductValueOverride**](docs/BeezUPApi.md#deletechannelcatalogproductvalueoverride) | **DELETE** /user/channelCatalogs/{channelCatalogId}/products/{productId}/overrides/{channelColumnId} | Delete a specific channel catalog product value override
*BeezUPApi* | [**DeleteNextContract**](docs/BeezUPApi.md#deletenextcontract) | **DELETE** /user/customer/contracts/next | Delete your next contract
*BeezUPApi* | [**DeleteReportFilter**](docs/BeezUPApi.md#deletereportfilter) | **DELETE** /user/analytics/{storeId}/reports/filters/{reportFilterId} | Delete the report filter
*BeezUPApi* | [**DeleteRule**](docs/BeezUPApi.md#deleterule) | **DELETE** /user/analytics/{storeId}/rules/{ruleId} | Delete Rule
*BeezUPApi* | [**DeleteShare**](docs/BeezUPApi.md#deleteshare) | **DELETE** /user/customer/stores/{storeId}/shares/{userId} | Delete a share to another user
*BeezUPApi* | [**DeleteStore**](docs/BeezUPApi.md#deletestore) | **DELETE** /user/customer/stores/{storeId} | Delete a store
*BeezUPApi* | [**DisableChannelCatalog**](docs/BeezUPApi.md#disablechannelcatalog) | **POST** /user/channelCatalogs/{channelCatalogId}/disable | Disable a channel catalog
*BeezUPApi* | [**DisableChannelCatalogProduct**](docs/BeezUPApi.md#disablechannelcatalogproduct) | **POST** /user/channelCatalogs/{channelCatalogId}/products/{productId}/disable | Disable channel catalog product
*BeezUPApi* | [**DisableRule**](docs/BeezUPApi.md#disablerule) | **POST** /user/analytics/{storeId}/rules/{ruleId}/disable | Disable rule
*BeezUPApi* | [**EnableChannelCatalog**](docs/BeezUPApi.md#enablechannelcatalog) | **POST** /user/channelCatalogs/{channelCatalogId}/enable | Enable a channel catalog
*BeezUPApi* | [**EnableRule**](docs/BeezUPApi.md#enablerule) | **POST** /user/analytics/{storeId}/rules/{ruleId}/enable | Enable rule
*BeezUPApi* | [**ExportOrders**](docs/BeezUPApi.md#exportorders) | **POST** /user/marketplaces/orders/exportations | Request a new Order report exportation to be generated
*BeezUPApi* | [**ExportStoreReportByCategory**](docs/BeezUPApi.md#exportstorereportbycategory) | **POST** /user/analytics/{storeId}/reports/bycategory/export | Export the report by category
*BeezUPApi* | [**ExportStoreReportByChannel**](docs/BeezUPApi.md#exportstorereportbychannel) | **POST** /user/analytics/{storeId}/reports/bychannel/export | Export the report by channel
*BeezUPApi* | [**ExportStoreReportByProduct**](docs/BeezUPApi.md#exportstorereportbyproduct) | **POST** /user/analytics/{storeId}/reports/byproduct/export | Export the report by product
*BeezUPApi* | [**GetAutomaticTransitions**](docs/BeezUPApi.md#getautomatictransitions) | **GET** /user/marketplaces/orders/automaticTransitions | Get list of configured automatic Order status transitions
*BeezUPApi* | [**GetAvailableChannels**](docs/BeezUPApi.md#getavailablechannels) | **GET** /user/channels/ | List all available channel for this store
*BeezUPApi* | [**GetBillingPeriods**](docs/BeezUPApi.md#getbillingperiods) | **GET** /user/customer/billingPeriods | Get billing periods conditions
*BeezUPApi* | [**GetChannelCatalog**](docs/BeezUPApi.md#getchannelcatalog) | **GET** /user/channelCatalogs/{channelCatalogId} | Get the channel catalog information
*BeezUPApi* | [**GetChannelCatalogCategories**](docs/BeezUPApi.md#getchannelcatalogcategories) | **GET** /user/channelCatalogs/{channelCatalogId}/categoryMappings | Get channel catalog categories
*BeezUPApi* | [**GetChannelCatalogExclusionFilterOperators**](docs/BeezUPApi.md#getchannelcatalogexclusionfilteroperators) | **GET** /user/channelCatalogs/exclusionFilterOperators | Get channel catalog exclusion filter operators
*BeezUPApi* | [**GetChannelCatalogExportationCacheInfo**](docs/BeezUPApi.md#getchannelcatalogexportationcacheinfo) | **GET** /user/channelCatalogs/{channelCatalogId}/exportations/cache | Get the exportation cache information
*BeezUPApi* | [**GetChannelCatalogExportationHistory**](docs/BeezUPApi.md#getchannelcatalogexportationhistory) | **GET** /user/channelCatalogs/{channelCatalogId}/exportations/history | Get the exportation history
*BeezUPApi* | [**GetChannelCatalogMarketplaceProperties**](docs/BeezUPApi.md#getchannelcatalogmarketplaceproperties) | **GET** /user/marketplaces/channelcatalogs/{channelCatalogId}/properties | Get the marketplace properties for a channel catalog
*BeezUPApi* | [**GetChannelCatalogMarketplaceSettings**](docs/BeezUPApi.md#getchannelcatalogmarketplacesettings) | **GET** /user/marketplaces/channelcatalogs/{channelCatalogId}/settings | Get the marketplace settings for a channel catalog
*BeezUPApi* | [**GetChannelCatalogProductByChannelCatalog**](docs/BeezUPApi.md#getchannelcatalogproductbychannelcatalog) | **POST** /user/channelCatalogs/products/{productId} | Get channel catalog products related to these channel catalogs
*BeezUPApi* | [**GetChannelCatalogProductInfo**](docs/BeezUPApi.md#getchannelcatalogproductinfo) | **GET** /user/channelCatalogs/{channelCatalogId}/products/{productId} | Get channel catalog product information
*BeezUPApi* | [**GetChannelCatalogProductInfoList**](docs/BeezUPApi.md#getchannelcatalogproductinfolist) | **POST** /user/channelCatalogs/{channelCatalogId}/products | Get channel catalog product information list
*BeezUPApi* | [**GetChannelCatalogs**](docs/BeezUPApi.md#getchannelcatalogs) | **GET** /user/channelCatalogs/ | List all your current channel catalogs
*BeezUPApi* | [**GetChannelCategories**](docs/BeezUPApi.md#getchannelcategories) | **GET** /user/channels/{channelId}/categories | Get channel categories
*BeezUPApi* | [**GetChannelColumns**](docs/BeezUPApi.md#getchannelcolumns) | **POST** /user/channels/{channelId}/columns | Get channel columns
*BeezUPApi* | [**GetChannelInfo**](docs/BeezUPApi.md#getchannelinfo) | **GET** /user/channels/{channelId} | Get channel information
*BeezUPApi* | [**GetChannels**](docs/BeezUPApi.md#getchannels) | **GET** /public/channels/{countryIsoCode} | The channel list for one country
*BeezUPApi* | [**GetChannelsIndex**](docs/BeezUPApi.md#getchannelsindex) | **GET** /public/channels/ | Get public channel index
*BeezUPApi* | [**GetContracts**](docs/BeezUPApi.md#getcontracts) | **GET** /user/customer/contracts | Get contract list
*BeezUPApi* | [**GetCreditCardInfo**](docs/BeezUPApi.md#getcreditcardinfo) | **GET** /user/customer/account/creditCardInfo | Get credit card information
*BeezUPApi* | [**GetFriendInfo**](docs/BeezUPApi.md#getfriendinfo) | **GET** /user/customer/friends/{userId} | Get friend information
*BeezUPApi* | [**GetInvoices**](docs/BeezUPApi.md#getinvoices) | **GET** /user/customer/invoices | Get all your invoices
*BeezUPApi* | [**GetMarketplaceAccountStores**](docs/BeezUPApi.md#getmarketplaceaccountstores) | **GET** /user/marketplaces/channelcatalogs/ | Get you marketplace channel catalog list
*BeezUPApi* | [**GetMarketplaceAccountsSynchronization**](docs/BeezUPApi.md#getmarketplaceaccountssynchronization) | **GET** /user/marketplaces/orders/status | Get current synchronization status between your marketplaces and BeezUP accounts
*BeezUPApi* | [**GetOffer**](docs/BeezUPApi.md#getoffer) | **POST** /user/customer/offers | Get offer pricing
*BeezUPApi* | [**GetOrder**](docs/BeezUPApi.md#getorder) | **GET** /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId} | Get full Order and Order Item(s) properties
*BeezUPApi* | [**GetOrderExportations**](docs/BeezUPApi.md#getorderexportations) | **GET** /user/marketplaces/orders/exportations | Get a paginated list of Order report exportations
*BeezUPApi* | [**GetOrderHistory**](docs/BeezUPApi.md#getorderhistory) | **GET** /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/history | Get an Order's harvest and change history
*BeezUPApi* | [**GetOrderIndex**](docs/BeezUPApi.md#getorderindex) | **GET** /user/marketplaces/orders/ | Get all actions you can do on the order API
*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
*BeezUPApi* | [**GetOrderListLight**](docs/BeezUPApi.md#getorderlistlight) | **POST** /user/marketplaces/orders/list/light | Get a paginated list of all Orders without details
*BeezUPApi* | [**GetProfilePictureInfo**](docs/BeezUPApi.md#getprofilepictureinfo) | **GET** /user/customer/account/profilePictureInfo | Get profile picture information
*BeezUPApi* | [**GetPublicListOfValues**](docs/BeezUPApi.md#getpubliclistofvalues) | **GET** /public/lov/{listName} | Get the list of values related to this list name
*BeezUPApi* | [**GetPublicLovIndex**](docs/BeezUPApi.md#getpubliclovindex) | **GET** /public/lov/ | Get all list names
*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
*BeezUPApi* | [**GetReportFilter**](docs/BeezUPApi.md#getreportfilter) | **GET** /user/analytics/{storeId}/reports/filters/{reportFilterId} | Get the report filter description
*BeezUPApi* | [**GetReportFilters**](docs/BeezUPApi.md#getreportfilters) | **GET** /user/analytics/{storeId}/reports/filters | Get report filter list for the given store
*BeezUPApi* | [**GetRights**](docs/BeezUPApi.md#getrights) | **POST** /user/customer/stores/{storeId}/rights | Get store's rights
*BeezUPApi* | [**GetRule**](docs/BeezUPApi.md#getrule) | **GET** /user/analytics/{storeId}/rules/{ruleId} | Gets the rule
*BeezUPApi* | [**GetRules**](docs/BeezUPApi.md#getrules) | **GET** /user/analytics/{storeId}/rules | Gets the list of rules for a given store
*BeezUPApi* | [**GetRulesExecutions**](docs/BeezUPApi.md#getrulesexecutions) | **GET** /user/analytics/{storeId}/rules/executions | Get the rules execution history
*BeezUPApi* | [**GetShares**](docs/BeezUPApi.md#getshares) | **GET** /user/customer/stores/{storeId}/shares | Get shares related to this store
*BeezUPApi* | [**GetStandardOffers**](docs/BeezUPApi.md#getstandardoffers) | **GET** /user/customer/offers | Get all standard offers
*BeezUPApi* | [**GetStore**](docs/BeezUPApi.md#getstore) | **GET** /user/customer/stores/{storeId} | Get store's information
*BeezUPApi* | [**GetStoreAlerts**](docs/BeezUPApi.md#getstorealerts) | **GET** /user/customer/stores/{storeId}/alerts | Get store's alerts
*BeezUPApi* | [**GetStoreReportByCategory**](docs/BeezUPApi.md#getstorereportbycategory) | **POST** /user/analytics/{storeId}/reports/bycategory | Get the report by category
*BeezUPApi* | [**GetStoreReportByChannel**](docs/BeezUPApi.md#getstorereportbychannel) | **POST** /user/analytics/{storeId}/reports/bychannel | Get the report by channel
*BeezUPApi* | [**GetStoreReportByDay**](docs/BeezUPApi.md#getstorereportbyday) | **POST** /user/analytics/{storeId}/reports/byday | Get the report by day
*BeezUPApi* | [**GetStoreReportByDayExport**](docs/BeezUPApi.md#getstorereportbydayexport) | **POST** /user/analytics/{storeId}/reports/byday/export | Get the report by day
*BeezUPApi* | [**GetStoreReportByProduct**](docs/BeezUPApi.md#getstorereportbyproduct) | **POST** /user/analytics/{storeId}/reports/byproduct | Get the report by product
*BeezUPApi* | [**GetStoreTrackedClicks**](docs/BeezUPApi.md#getstoretrackedclicks) | **GET** /user/analytics/{storeId}/tracking/clicks | Get the latest clicks tracked
*BeezUPApi* | [**GetStoreTrackedExternalOrders**](docs/BeezUPApi.md#getstoretrackedexternalorders) | **GET** /user/analytics/{storeId}/tracking/externalorders | Get the latest external orders tracked
*BeezUPApi* | [**GetStoreTrackedOrders**](docs/BeezUPApi.md#getstoretrackedorders) | **GET** /user/analytics/{storeId}/tracking/orders | Get the latest orders tracked
*BeezUPApi* | [**GetStoreTrackingStatus**](docs/BeezUPApi.md#getstoretrackingstatus) | **GET** /user/analytics/{storeId}/tracking/status | Get store tracking synchronization status
*BeezUPApi* | [**GetStores**](docs/BeezUPApi.md#getstores) | **GET** /user/customer/stores | Get store list
*BeezUPApi* | [**GetTrackingStatus**](docs/BeezUPApi.md#gettrackingstatus) | **GET** /user/analytics/tracking/status | Display the synchronization status of the clicks and orders
*BeezUPApi* | [**GetUserAccountInfo**](docs/BeezUPApi.md#getuseraccountinfo) | **GET** /user/customer/account | Get user account information
*BeezUPApi* | [**GetUserListOfValues**](docs/BeezUPApi.md#getuserlistofvalues) | **GET** /user/lov/{listName} | Get the list of values related to this list name
*BeezUPApi* | [**GetUserLovIndex**](docs/BeezUPApi.md#getuserlovindex) | **GET** /user/lov/ | Get all list names
*BeezUPApi* | [**HarvestAll**](docs/BeezUPApi.md#harvestall) | **POST** /user/marketplaces/orders/harvest | Send harvest request to all your marketplaces
*BeezUPApi* | [**HarvestOrder**](docs/BeezUPApi.md#harvestorder) | **POST** /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/harvest | Send harvest request for a single Order
*BeezUPApi* | [**HeadOrder**](docs/BeezUPApi.md#headorder) | **HEAD** /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId} | Get the meta information about the order (ETag, Last-Modified)
*BeezUPApi* | [**ImportationActivateAutoImport**](docs/BeezUPApi.md#importationactivateautoimport) | **POST** /user/catalogs/{storeId}/autoImport | Activate the auto importation of the last successful manual catalog importation.
*BeezUPApi* | [**ImportationCancel**](docs/BeezUPApi.md#importationcancel) | **DELETE** /user/catalogs/{storeId}/importations/{executionId} | Cancel importation
*BeezUPApi* | [**ImportationCommit**](docs/BeezUPApi.md#importationcommit) | **POST** /user/catalogs/{storeId}/importations/{executionId}/commit | Commit Importation
*BeezUPApi* | [**ImportationCommitColumns**](docs/BeezUPApi.md#importationcommitcolumns) | **POST** /user/catalogs/{storeId}/importations/{executionId}/commitColumns | Commit columns
*BeezUPApi* | [**ImportationConfigureCatalogColumn**](docs/BeezUPApi.md#importationconfigurecatalogcolumn) | **POST** /user/catalogs/{storeId}/importations/{executionId}/catalogColumns/{columnId} | Configure catalog column
*BeezUPApi* | [**ImportationConfigureRemainingCatalogColumns**](docs/BeezUPApi.md#importationconfigureremainingcatalogcolumns) | **POST** /user/catalogs/{storeId}/importations/{executionId}/configureRemainingCatalogColumns | Configure remaining catalog columns
*BeezUPApi* | [**ImportationDeleteCustomColumn**](docs/BeezUPApi.md#importationdeletecustomcolumn) | **DELETE** /user/catalogs/{storeId}/importations/{executionId}/customColumns/{columnId} | Delete Custom Column
*BeezUPApi* | [**ImportationGetCustomColumnExpression**](docs/BeezUPApi.md#importationgetcustomcolumnexpression) | **GET** /user/catalogs/{storeId}/importations/{executionId}/customColumns/{columnId}/expression | Get the encrypted custom column expression in this importation
*BeezUPApi* | [**ImportationGetCustomColumns**](docs/BeezUPApi.md#importationgetcustomcolumns) | **GET** /user/catalogs/{storeId}/importations/{executionId}/customColumns | Get custom columns currently place in this importation
*BeezUPApi* | [**ImportationGetDetectedCatalogColumns**](docs/BeezUPApi.md#importationgetdetectedcatalogcolumns) | **GET** /user/catalogs/{storeId}/importations/{executionId}/catalogColumns | Get detected catalog columns during this importation.
*BeezUPApi* | [**ImportationGetImportationMonitoring**](docs/BeezUPApi.md#importationgetimportationmonitoring) | **GET** /user/catalogs/{storeId}/importations/{executionId} | Get the importation status
*BeezUPApi* | [**ImportationGetManualUpdateLastInputConfig**](docs/BeezUPApi.md#importationgetmanualupdatelastinputconfig) | **GET** /user/catalogs/{storeId}/inputConfiguration | Get the last input configuration
*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)
*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.
*BeezUPApi* | [**ImportationGetReportings**](docs/BeezUPApi.md#importationgetreportings) | **GET** /user/catalogs/{storeId}/importations | Get the latest catalog importation reporting
*BeezUPApi* | [**ImportationIgnoreColumn**](docs/BeezUPApi.md#importationignorecolumn) | **POST** /user/catalogs/{storeId}/importations/{executionId}/catalogColumns/{columnId}/ignore | Ignore Column
*BeezUPApi* | [**ImportationMapCatalogColumn**](docs/BeezUPApi.md#importationmapcatalogcolumn) | **POST** /user/catalogs/{storeId}/importations/{executionId}/catalogColumns/{columnId}/map | Map catalog column to a BeezUP column
*BeezUPApi* | [**ImportationMapCustomColumn**](docs/BeezUPApi.md#importationmapcustomcolumn) | **POST** /user/catalogs/{storeId}/importations/{executionId}/customColumns/{columnId}/map | Map custom column to a BeezUP column
*BeezUPApi* | [**ImportationReattendColumn**](docs/BeezUPApi.md#importationreattendcolumn) | **POST** /user/catalogs/{storeId}/importations/{executionId}/catalogColumns/{columnId}/reattend | Reattend Column
*BeezUPApi* | [**ImportationSaveCustomColumn**](docs/BeezUPApi.md#importationsavecustomcolumn) | **PUT** /user/catalogs/{storeId}/importations/{executionId}/customColumns/{columnId} | Create or replace a custom column
*BeezUPApi* | [**ImportationStartManualUpdate**](docs/BeezUPApi.md#importationstartmanualupdate) | **POST** /user/catalogs/{storeId}/importations | Start Manual Import
*BeezUPApi* | [**ImportationTechnicalProgression**](docs/BeezUPApi.md#importationtechnicalprogression) | **GET** /user/catalogs/{storeId}/importations/{executionId}/technicalProgression | Get technical progression
*BeezUPApi* | [**ImportationUnmapCatalogColumn**](docs/BeezUPApi.md#importationunmapcatalogcolumn) | **POST** /user/catalogs/{storeId}/importations/{executionId}/catalogColumns/{columnId}/unmap | Unmap catalog column
*BeezUPApi* | [**ImportationUnmapCustomColumn**](docs/BeezUPApi.md#importationunmapcustomcolumn) | **POST** /user/catalogs/{storeId}/importations/{executionId}/customColumns/{columnId}/unmap | Unmap custom column
*BeezUPApi* | [**Login**](docs/BeezUPApi.md#login) | **POST** /public/security/login | Login
*BeezUPApi* | [**Logout**](docs/BeezUPApi.md#logout) | **POST** /user/customer/security/logout | Log out the current user from go2
*BeezUPApi* | [**LostPassword**](docs/BeezUPApi.md#lostpassword) | **POST** /public/security/lostpassword | Lost password
*BeezUPApi* | [**MapChannelCatalogCategory**](docs/BeezUPApi.md#mapchannelcatalogcategory) | **POST** /user/channelCatalogs/{channelCatalogId}/categoryMappings/map | Map channel catalog category
*BeezUPApi* | [**MapChannelCatalogColumns**](docs/BeezUPApi.md#mapchannelcatalogcolumns) | **PUT** /user/channelCatalogs/{channelCatalogId}/columnMappings | Configure channel catalog column mappings
*BeezUPApi* | [**MoveDownRule**](docs/BeezUPApi.md#movedownrule) | **POST** /user/analytics/{storeId}/rules/{ruleId}/movedown | Move the rule down
*BeezUPApi* | [**MoveUpRule**](docs/BeezUPApi.md#moveuprule) | **POST** /user/analytics/{storeId}/rules/{ruleId}/moveup | Move the rule up
*BeezUPApi* | [**Optimise**](docs/BeezUPApi.md#optimise) | **POST** /user/analytics/{storeId}/optimisations/{actionName} | Optimise products
*BeezUPApi* | [**OptimiseByCategory**](docs/BeezUPApi.md#optimisebycategory) | **POST** /user/analytics/{storeId}/optimisations/bycategory/{catalogCategoryId}/{actionName} | Optimise products's category
*BeezUPApi* | [**OptimiseByChannel**](docs/BeezUPApi.md#optimisebychannel) | **POST** /user/analytics/{storeId}/optimisations/bychannel/{channelId}/{actionName} | Optimise products's category
*BeezUPApi* | [**OptimiseByProduct**](docs/BeezUPApi.md#optimisebyproduct) | **POST** /user/analytics/{storeId}/optimisations/byproduct/{productId}/{actionName} | Optimise products
*BeezUPApi* | [**OverrideChannelCatalogProductOverrides**](docs/BeezUPApi.md#overridechannelcatalogproductoverrides) | **PUT** /user/channelCatalogs/{channelCatalogId}/products/{productId}/overrides | Override channel catalog product values
*BeezUPApi* | [**ReactivateCurrentContract**](docs/BeezUPApi.md#reactivatecurrentcontract) | **POST** /user/customer/contracts/current/reenableAutoRenewal | Reactivate your terminated contract.
*BeezUPApi* | [**ReenableChannelCatalogProduct**](docs/BeezUPApi.md#reenablechannelcatalogproduct) | **POST** /user/channelCatalogs/{channelCatalogId}/products/{productId}/reenable | Reenable channel catalog product
*BeezUPApi* | [**Register**](docs/BeezUPApi.md#register) | **POST** /public/security/register | User Registration
*BeezUPApi* | [**ResendEmailActivation**](docs/BeezUPApi.md#resendemailactivation) | **POST** /user/customer/account/resendEmailActivation | Resend email activation
*BeezUPApi* | [**RunRule**](docs/BeezUPApi.md#runrule) | **POST** /user/analytics/{storeId}/rules/{ruleId}/run | Run rule
*BeezUPApi* | [**RunRules**](docs/BeezUPApi.md#runrules) | **POST** /user/analytics/{storeId}/rules/run | Run all rules for this store
*BeezUPApi* | [**SaveCompanyInfo**](docs/BeezUPApi.md#savecompanyinfo) | **PUT** /user/customer/account/companyInfo | Change company information
*BeezUPApi* | [**SaveCreditCardInfo**](docs/BeezUPApi.md#savecreditcardinfo) | **PUT** /user/customer/account/creditCardInfo | Save user credit card info
*BeezUPApi* | [**SavePersonalInfo**](docs/BeezUPApi.md#savepersonalinfo) | **PUT** /user/customer/account/personalInfo | Save user personal information
*BeezUPApi* | [**SaveProfilePictureInfo**](docs/BeezUPApi.md#saveprofilepictureinfo) | **PUT** /user/customer/account/profilePictureInfo | Change user picture information
*BeezUPApi* | [**SaveReportFilter**](docs/BeezUPApi.md#savereportfilter) | **PUT** /user/analytics/{storeId}/reports/filters/{reportFilterId} | Save the report filter
*BeezUPApi* | [**SaveStoreAlert**](docs/BeezUPApi.md#savestorealert) | **PUT** /user/customer/stores/{storeId}/alerts/{alertId} | Save store alert
*BeezUPApi* | [**SetChannelCatalogMarketplaceSettings**](docs/BeezUPApi.md#setchannelcatalogmarketplacesettings) | **POST** /user/marketplaces/channelcatalogs/{channelCatalogId}/settings | Save new marketplace settings for a channel catalog
*BeezUPApi* | [**SetMerchantOrderInfo**](docs/BeezUPApi.md#setmerchantorderinfo) | **POST** /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/setMerchantOrderInfo | Set an Order's merchant information
*BeezUPApi* | [**SetMerchantOrderInfoList**](docs/BeezUPApi.md#setmerchantorderinfolist) | **POST** /user/marketplaces/orders/batches/setMerchantOrderInfos | Send a batch of operations to set an Order's merchant information
*BeezUPApi* | [**Share**](docs/BeezUPApi.md#share) | **POST** /user/customer/stores/{storeId}/shares | Share a store to another user
*BeezUPApi* | [**TerminateCurrentContract**](docs/BeezUPApi.md#terminatecurrentcontract) | **POST** /user/customer/contracts/current/disableAutoRenewal | Schedule termination of your current contract at the end of the commitment.
*BeezUPApi* | [**UnmapChannelCatalogCategory**](docs/BeezUPApi.md#unmapchannelcatalogcategory) | **POST** /user/channelCatalogs/{channelCatalogId}/categoryMappings/unmap | Unmap channel catalog category
*BeezUPApi* | [**UpdateRule**](docs/BeezUPApi.md#updaterule) | **PATCH** /user/analytics/{storeId}/rules/{ruleId} | Update Rule
*BeezUPApi* | [**UpdateStore**](docs/BeezUPApi.md#updatestore) | **PATCH** /user/customer/stores/{storeId} | Update some store's information.
*BeezUPApi* | [**UserCustomerGet**](docs/BeezUPApi.md#usercustomerget) | **GET** /user/customer/ | The index of all operations and LOV


## Documentation for Models

- [Model.AccountId](docs/AccountId.md)
- [Model.AccountInfo](docs/AccountInfo.md)
- [Model.AccountInfoLinks](docs/AccountInfoLinks.md)
- [Model.AccountPublications](docs/AccountPublications.md)
- [Model.AccountPublicationsLinks](docs/AccountPublicationsLinks.md)
- [Model.AccountStatus](docs/AccountStatus.md)
- [Model.AccountSynchronization](docs/AccountSynchronization.md)
- [Model.AccountSynchronizations](docs/AccountSynchronizations.md)
- [Model.AccountingEmails](docs/AccountingEmails.md)
- [Model.Address](docs/Address.md)
- [Model.AlertId](docs/AlertId.md)
- [Model.AlertIsActive](docs/AlertIsActive.md)
- [Model.AlertName](docs/AlertName.md)
- [Model.AlertPropertyId](docs/AlertPropertyId.md)
- [Model.AlertPropertyValue](docs/AlertPropertyValue.md)
- [Model.ApiCredential](docs/ApiCredential.md)
- [Model.ApiCredentials](docs/ApiCredentials.md)
- [Model.ApiSettingStatus](docs/ApiSettingStatus.md)
- [Model.AutoImportConfiguration](docs/AutoImportConfiguration.md)
- [Model.AutomaticTransition](docs/AutomaticTransition.md)
- [Model.AutomaticTransitionInfo](docs/AutomaticTransitionInfo.md)
- [Model.AutomaticTransitionInfoLinks](docs/AutomaticTransitionInfoLinks.md)
- [Model.AutomaticTransitionInfos](docs/AutomaticTransitionInfos.md)
- [Model.AutomaticTransitionInfosLinks](docs/AutomaticTransitionInfosLinks.md)
- [Model.BatchOrderOperationResponse](docs/BatchOrderOperationResponse.md)
- [Model.BeezUPColumnConfiguration](docs/BeezUPColumnConfiguration.md)
- [Model.BeezUPCommonBeezUPColumnName](docs/BeezUPCommonBeezUPColumnName.md)
- [Model.BeezUPCommonCatalogCategoryId](docs/BeezUPCommonCatalogCategoryId.md)
- [Model.BeezUPCommonCatalogCategoryPath](docs/BeezUPCommonCatalogCategoryPath.md)
- [Model.BeezUPCommonCatalogColumnId](docs/BeezUPCommonCatalogColumnId.md)
- [Model.BeezUPCommonCatalogColumnUserName](docs/BeezUPCommonCatalogColumnUserName.md)
- [Model.BeezUPCommonChannelBasicInfo](docs/BeezUPCommonChannelBasicInfo.md)
- [Model.BeezUPCommonChannelCatalogId](docs/BeezUPCommonChannelCatalogId.md)
- [Model.BeezUPCommonChannelCategoryId](docs/BeezUPCommonChannelCategoryId.md)
- [Model.BeezUPCommonChannelCategoryPath](docs/BeezUPCommonChannelCategoryPath.md)
- [Model.BeezUPCommonChannelColumnId](docs/BeezUPCommonChannelColumnId.md)
- [Model.BeezUPCommonChannelColumnName](docs/BeezUPCommonChannelColumnName.md)
- [Model.BeezUPCommonChannelId](docs/BeezUPCommonChannelId.md)
- [Model.BeezUPCommonChannelName](docs/BeezUPCommonChannelName.md)
- [Model.BeezUPCommonColumnDataType](docs/BeezUPCommonColumnDataType.md)
- [Model.BeezUPCommonColumnImportance](docs/BeezUPCommonColumnImportance.md)
- [Model.BeezUPCommonCountryIsoCodeAlpha3](docs/BeezUPCommonCountryIsoCodeAlpha3.md)
- [Model.BeezUPCommonCurrencyCode](docs/BeezUPCommonCurrencyCode.md)
- [Model.BeezUPCommonDocUrl](docs/BeezUPCommonDocUrl.md)
- [Model.BeezUPCommonEmail](docs/BeezUPCommonEmail.md)
- [Model.BeezUPCommonErrorResponseMessage](docs/BeezUPCommonErrorResponseMessage.md)
- [Model.BeezUPCommonErrorSummary](docs/BeezUPCommonErrorSummary.md)
- [Model.BeezUPCommonExceptionDetail](docs/BeezUPCommonExceptionDetail.md)
- [Model.BeezUPCommonHref](docs/BeezUPCommonHref.md)
- [Model.BeezUPCommonHttpMethod](docs/BeezUPCommonHttpMethod.md)
- [Model.BeezUPCommonHttpUrl](docs/BeezUPCommonHttpUrl.md)
- [Model.BeezUPCommonInfoSummaries](docs/BeezUPCommonInfoSummaries.md)
- [Model.BeezUPCommonInfoSummary](docs/BeezUPCommonInfoSummary.md)
- [Model.BeezUPCommonLOVLink2](docs/BeezUPCommonLOVLink2.md)
- [Model.BeezUPCommonLOVLink3](docs/BeezUPCommonLOVLink3.md)
- [Model.BeezUPCommonLink2](docs/BeezUPCommonLink2.md)
- [Model.BeezUPCommonLink3](docs/BeezUPCommonLink3.md)
- [Model.BeezUPCommonLinkParameter2](docs/BeezUPCommonLinkParameter2.md)
- [Model.BeezUPCommonLinkParameter3](docs/BeezUPCommonLinkParameter3.md)
- [Model.BeezUPCommonLinkParameterProperty3](docs/BeezUPCommonLinkParameterProperty3.md)
- [Model.BeezUPCommonListOfValueItem](docs/BeezUPCommonListOfValueItem.md)
- [Model.BeezUPCommonMarketplaceAccountId](docs/BeezUPCommonMarketplaceAccountId.md)
- [Model.BeezUPCommonMarketplaceBusinessCode](docs/BeezUPCommonMarketplaceBusinessCode.md)
- [Model.BeezUPCommonMarketplaceTechnicalCode](docs/BeezUPCommonMarketplaceTechnicalCode.md)
- [Model.BeezUPCommonOperationId](docs/BeezUPCommonOperationId.md)
- [Model.BeezUPCommonPaginationResult](docs/BeezUPCommonPaginationResult.md)
- [Model.BeezUPCommonPaginationResultLinks](docs/BeezUPCommonPaginationResultLinks.md)
- [Model.BeezUPCommonParameterIn](docs/BeezUPCommonParameterIn.md)
- [Model.BeezUPCommonParameterType](docs/BeezUPCommonParameterType.md)
- [Model.BeezUPCommonProductBasicInfo](docs/BeezUPCommonProductBasicInfo.md)
- [Model.BeezUPCommonProductId](docs/BeezUPCommonProductId.md)
- [Model.BeezUPCommonStoreId](docs/BeezUPCommonStoreId.md)
- [Model.BeezUPCommonSuccessSummary](docs/BeezUPCommonSuccessSummary.md)
- [Model.BeezUPCommonUserErrorMessage](docs/BeezUPCommonUserErrorMessage.md)
- [Model.BeezUPCommonUserErrorMessageArguments](docs/BeezUPCommonUserErrorMessageArguments.md)
- [Model.BeezUPCommonUserId](docs/BeezUPCommonUserId.md)
- [Model.BeezUPCommonWarningSummary](docs/BeezUPCommonWarningSummary.md)
- [Model.BeezUPOrderId](docs/BeezUPOrderId.md)
- [Model.BeezUPOrderStatus](docs/BeezUPOrderStatus.md)
- [Model.BeezUPTimeZoneId](docs/BeezUPTimeZoneId.md)
- [Model.BillingPeriod](docs/BillingPeriod.md)
- [Model.BillingPeriodInMonth](docs/BillingPeriodInMonth.md)
- [Model.BillingPeriods](docs/BillingPeriods.md)
- [Model.BonusInfo](docs/BonusInfo.md)
- [Model.BonusType](docs/BonusType.md)
- [Model.BusinessOperationType](docs/BusinessOperationType.md)
- [Model.CanBeTruncated](docs/CanBeTruncated.md)
- [Model.CardNumber](docs/CardNumber.md)
- [Model.CardVerificationCode](docs/CardVerificationCode.md)
- [Model.CatalogColumn](docs/CatalogColumn.md)
- [Model.CatalogColumnName](docs/CatalogColumnName.md)
- [Model.CatalogColumns](docs/CatalogColumns.md)
- [Model.Categories](docs/Categories.md)
- [Model.Category](docs/Category.md)
- [Model.CategoryMappingState](docs/CategoryMappingState.md)
- [Model.CategoryMappingStatus](docs/CategoryMappingStatus.md)
- [Model.ChangeCustomColumnExpressionRequest](docs/ChangeCustomColumnExpressionRequest.md)
- [Model.ChangeCustomColumnRequest](docs/ChangeCustomColumnRequest.md)
- [Model.ChangeOrderListRequest](docs/ChangeOrderListRequest.md)
- [Model.ChangeOrderListRequestItem](docs/ChangeOrderListRequestItem.md)
- [Model.ChangeOrderReporting](docs/ChangeOrderReporting.md)
- [Model.ChangeOrderRequest](docs/ChangeOrderRequest.md)
- [Model.ChangePasswordRequest](docs/ChangePasswordRequest.md)
- [Model.ChangeUserColumnNameRequest](docs/ChangeUserColumnNameRequest.md)
- [Model.ChannelCatalog](docs/ChannelCatalog.md)
- [Model.ChannelCatalogCategoryMapping](docs/ChannelCatalogCategoryMapping.md)
- [Model.ChannelCatalogCategoryMappingInfo](docs/ChannelCatalogCategoryMappingInfo.md)
- [Model.ChannelCatalogCategoryMappings](docs/ChannelCatalogCategoryMappings.md)
- [Model.ChannelCatalogExportCacheInfo](docs/ChannelCatalogExportCacheInfo.md)
- [Model.ChannelCatalogExportCacheInfoResponse](docs/ChannelCatalogExportCacheInfoResponse.md)
- [Model.ChannelCatalogExportCacheInfoResponseLinks](docs/ChannelCatalogExportCacheInfoResponseLinks.md)
- [Model.ChannelCatalogExportationHistory](docs/ChannelCatalogExportationHistory.md)
- [Model.ChannelCatalogExportationHistoryLinks](docs/ChannelCatalogExportationHistoryLinks.md)
- [Model.ChannelCatalogExportationReporting](docs/ChannelCatalogExportationReporting.md)
- [Model.ChannelCatalogList](docs/ChannelCatalogList.md)
- [Model.ChannelCatalogMarketplaceProperties](docs/ChannelCatalogMarketplaceProperties.md)
- [Model.ChannelCatalogMarketplacePropertiesLinks](docs/ChannelCatalogMarketplacePropertiesLinks.md)
- [Model.ChannelCatalogMarketplaceProperty](docs/ChannelCatalogMarketplaceProperty.md)
- [Model.ChannelCatalogMarketplacePropertyGroup](docs/ChannelCatalogMarketplacePropertyGroup.md)
- [Model.ChannelCatalogMarketplaceSetting](docs/ChannelCatalogMarketplaceSetting.md)
- [Model.ChannelCatalogMarketplaceSettingArray](docs/ChannelCatalogMarketplaceSettingArray.md)
- [Model.ChannelCatalogMarketplaceSettings](docs/ChannelCatalogMarketplaceSettings.md)
- [Model.ChannelCatalogMarketplaceSettingsLinks](docs/ChannelCatalogMarketplaceSettingsLinks.md)
- [Model.ChannelCatalogProductByChannelCatalogRequest](docs/ChannelCatalogProductByChannelCatalogRequest.md)
- [Model.ChannelCatalogProductByChannelCatalogResponse](docs/ChannelCatalogProductByChannelCatalogResponse.md)
- [Model.ChannelCatalogProductInfo](docs/ChannelCatalogProductInfo.md)
- [Model.ChannelCatalogProductInfoLinks](docs/ChannelCatalogProductInfoLinks.md)
- [Model.ChannelCatalogProductInfoList](docs/ChannelCatalogProductInfoList.md)
- [Model.ChannelCatalogProductInfoListLinks](docs/ChannelCatalogProductInfoListLinks.md)
- [Model.ChannelCatalogState](docs/ChannelCatalogState.md)
- [Model.ChannelCategory](docs/ChannelCategory.md)
- [Model.ChannelCategoryChannelCode](docs/ChannelCategoryChannelCode.md)
- [Model.ChannelCategoryColumnOverride](docs/ChannelCategoryColumnOverride.md)
- [Model.ChannelCategoryColumnOverrides](docs/ChannelCategoryColumnOverrides.md)
- [Model.ChannelCategoryDefaultCost](docs/ChannelCategoryDefaultCost.md)
- [Model.ChannelCategoryLevel](docs/ChannelCategoryLevel.md)
- [Model.ChannelColumn](docs/ChannelColumn.md)
- [Model.ChannelColumnConfiguration](docs/ChannelColumnConfiguration.md)
- [Model.ChannelColumnDescription](docs/ChannelColumnDescription.md)
- [Model.ChannelColumnRestrictedValues](docs/ChannelColumnRestrictedValues.md)
- [Model.ChannelColumnShowInMapping](docs/ChannelColumnShowInMapping.md)
- [Model.ChannelFirstLevelCategory](docs/ChannelFirstLevelCategory.md)
- [Model.ChannelHeader](docs/ChannelHeader.md)
- [Model.ChannelHeaderLinks](docs/ChannelHeaderLinks.md)
- [Model.ChannelInfo](docs/ChannelInfo.md)
- [Model.ChannelInfoList](docs/ChannelInfoList.md)
- [Model.ChannelInfoListLinks](docs/ChannelInfoListLinks.md)
- [Model.ChannelRootCategory](docs/ChannelRootCategory.md)
- [Model.City](docs/City.md)
- [Model.ClearMerchantOrderInfoListRequest](docs/ClearMerchantOrderInfoListRequest.md)
- [Model.ClickIncludedAndAdditionalClickPrice](docs/ClickIncludedAndAdditionalClickPrice.md)
- [Model.ClickIncludedAndVariablePrice](docs/ClickIncludedAndVariablePrice.md)
- [Model.ColumnConfiguration](docs/ColumnConfiguration.md)
- [Model.ColumnCultureName](docs/ColumnCultureName.md)
- [Model.ColumnFormat](docs/ColumnFormat.md)
- [Model.ColumnId](docs/ColumnId.md)
- [Model.ColumnMapping](docs/ColumnMapping.md)
- [Model.ColumnMappingList](docs/ColumnMappingList.md)
- [Model.ColumnMappingStatus](docs/ColumnMappingStatus.md)
- [Model.ColumnMappingWithName](docs/ColumnMappingWithName.md)
- [Model.ColumnMappingWithNameList](docs/ColumnMappingWithNameList.md)
- [Model.Company](docs/Company.md)
- [Model.CompanyInfo](docs/CompanyInfo.md)
- [Model.CompareOptions](docs/CompareOptions.md)
- [Model.CompressionFormatStrategy](docs/CompressionFormatStrategy.md)
- [Model.ComputeExpressionRequest](docs/ComputeExpressionRequest.md)
- [Model.ConfigureAutoImportIntervalRequest](docs/ConfigureAutoImportIntervalRequest.md)
- [Model.ConfigureAutomaticTransitionRequest](docs/ConfigureAutomaticTransitionRequest.md)
- [Model.ConfigureCatalogColumnCatalogRequest](docs/ConfigureCatalogColumnCatalogRequest.md)
- [Model.ContractBillingPeriodInfo](docs/ContractBillingPeriodInfo.md)
- [Model.ContractBonusInfo](docs/ContractBonusInfo.md)
- [Model.ContractClickInfo](docs/ContractClickInfo.md)
- [Model.ContractCommitmentInfo](docs/ContractCommitmentInfo.md)
- [Model.ContractDiscountInfo](docs/ContractDiscountInfo.md)
- [Model.ContractId](docs/ContractId.md)
- [Model.ContractInfo](docs/ContractInfo.md)
- [Model.ContractMoneyInfo](docs/ContractMoneyInfo.md)
- [Model.ContractStoreInfo](docs/ContractStoreInfo.md)
- [Model.ContractTerminationReason](docs/ContractTerminationReason.md)
- [Model.ContractTerminationReasonType](docs/ContractTerminationReasonType.md)
- [Model.Contracts](docs/Contracts.md)
- [Model.ContractsLinks](docs/ContractsLinks.md)
- [Model.CostSettings](docs/CostSettings.md)
- [Model.CostType](docs/CostType.md)
- [Model.CouponDiscountCode](docs/CouponDiscountCode.md)
- [Model.CouponOfferCode](docs/CouponOfferCode.md)
- [Model.CreateChannelCatalogRequest](docs/CreateChannelCatalogRequest.md)
- [Model.CreateContract](docs/CreateContract.md)
- [Model.CreateCustomColumnRequest](docs/CreateCustomColumnRequest.md)
- [Model.CreateRuleRequest](docs/CreateRuleRequest.md)
- [Model.CreateStoreRequest](docs/CreateStoreRequest.md)
- [Model.Credential](docs/Credential.md)
- [Model.CreditCardInfo](docs/CreditCardInfo.md)
- [Model.CreditCardInfoResponse](docs/CreditCardInfoResponse.md)
- [Model.CreditCardInfoResponseLinks](docs/CreditCardInfoResponseLinks.md)
- [Model.CreditCardInfoWithCardType](docs/CreditCardInfoWithCardType.md)
- [Model.CurrentContractInfo](docs/CurrentContractInfo.md)
- [Model.CurrentContractInfoLinks](docs/CurrentContractInfoLinks.md)
- [Model.CustomColumn](docs/CustomColumn.md)
- [Model.CustomColumns](docs/CustomColumns.md)
- [Model.CustomerIndex](docs/CustomerIndex.md)
- [Model.CustomerIndexLinks](docs/CustomerIndexLinks.md)
- [Model.CustomerIndexLovLinks](docs/CustomerIndexLovLinks.md)
- [Model.DateSearchType](docs/DateSearchType.md)
- [Model.DetectedCatalogColumn](docs/DetectedCatalogColumn.md)
- [Model.DetectedCatalogColumns](docs/DetectedCatalogColumns.md)
- [Model.DisplayGroupName](docs/DisplayGroupName.md)
- [Model.DownloadCatalogStrategy](docs/DownloadCatalogStrategy.md)
- [Model.DuplicateProductValueConfiguration](docs/DuplicateProductValueConfiguration.md)
- [Model.DuplicateProductValueStrategy](docs/DuplicateProductValueStrategy.md)
- [Model.EncryptedBlocklyExpression](docs/EncryptedBlocklyExpression.md)
- [Model.EncryptedExpression](docs/EncryptedExpression.md)
- [Model.Etag](docs/Etag.md)
- [Model.ExclusionFilter](docs/ExclusionFilter.md)
- [Model.ExclusionFilterName](docs/ExclusionFilterName.md)
- [Model.ExclusionFilterOperator](docs/ExclusionFilterOperator.md)
- [Model.ExclusionFilterOperatorDataType](docs/ExclusionFilterOperatorDataType.md)
- [Model.ExclusionFilterOperatorName](docs/ExclusionFilterOperatorName.md)
- [Model.ExclusionFilters](docs/ExclusionFilters.md)
- [Model.ExecutionId](docs/ExecutionId.md)
- [Model.ExecutionUUID](docs/ExecutionUUID.md)
- [Model.ExistingCatalogColumnConfiguration](docs/ExistingCatalogColumnConfiguration.md)
- [Model.ExpirationMonth](docs/ExpirationMonth.md)
- [Model.ExpirationYear](docs/ExpirationYear.md)
- [Model.ExportOrderListFormat](docs/ExportOrderListFormat.md)
- [Model.ExportOrderListRequest](docs/ExportOrderListRequest.md)
- [Model.FeedType](docs/FeedType.md)
- [Model.FileFormatStrategy](docs/FileFormatStrategy.md)
- [Model.FirstName](docs/FirstName.md)
- [Model.FixedAndVariableClickModelInfo](docs/FixedAndVariableClickModelInfo.md)
- [Model.FriendCountryIsoCodeAlpha3](docs/FriendCountryIsoCodeAlpha3.md)
- [Model.FriendEmail](docs/FriendEmail.md)
- [Model.FriendProfilePictureUrl](docs/FriendProfilePictureUrl.md)
- [Model.Functionality](docs/Functionality.md)
- [Model.FunctionalityRightInfo](docs/FunctionalityRightInfo.md)
- [Model.GeneralSettings](docs/GeneralSettings.md)
- [Model.GetChannelCatalogProductInfoListRequest](docs/GetChannelCatalogProductInfoListRequest.md)
- [Model.GetProductsRequest](docs/GetProductsRequest.md)
- [Model.GlobalPerformanceIndicatorByChannel](docs/GlobalPerformanceIndicatorByChannel.md)
- [Model.GravatarProfilePictureUrl](docs/GravatarProfilePictureUrl.md)
- [Model.HarvestOrderReporting](docs/HarvestOrderReporting.md)
- [Model.ImportationMonitoring](docs/ImportationMonitoring.md)
- [Model.ImportationReporting](docs/ImportationReporting.md)
- [Model.ImportationTechnicalProgression](docs/ImportationTechnicalProgression.md)
- [Model.InitialsProfilePictureUrl](docs/InitialsProfilePictureUrl.md)
- [Model.InlineResponse409](docs/InlineResponse409.md)
- [Model.InlineResponse409Links](docs/InlineResponse409Links.md)
- [Model.InputConfiguration](docs/InputConfiguration.md)
- [Model.InputFileConfiguration](docs/InputFileConfiguration.md)
- [Model.InputFileFetchConfiguration](docs/InputFileFetchConfiguration.md)
- [Model.InputFileReadConfiguration](docs/InputFileReadConfiguration.md)
- [Model.InputFileReadCsvConfiguration](docs/InputFileReadCsvConfiguration.md)
- [Model.InputFileReadXmlConfiguration](docs/InputFileReadXmlConfiguration.md)
- [Model.Invoice](docs/Invoice.md)
- [Model.InvoiceNumber](docs/InvoiceNumber.md)
- [Model.InvoicePaymentStatus](docs/InvoicePaymentStatus.md)
- [Model.Invoices](docs/Invoices.md)
- [Model.LastManualImportInputConfiguration](docs/LastManualImportInputConfiguration.md)
- [Model.LastName](docs/LastName.md)
- [Model.LinkClickToOrderType](docs/LinkClickToOrderType.md)
- [Model.LinksChangeOrderLink](docs/LinksChangeOrderLink.md)
- [Model.LinksChangePasswordLink](docs/LinksChangePasswordLink.md)
- [Model.LinksClearMerchantOrderInfoLink](docs/LinksClearMerchantOrderInfoLink.md)
- [Model.LinksClearMerchantOrderInfoListLink](docs/LinksClearMerchantOrderInfoListLink.md)
- [Model.LinksConfigureAutomaticTransitionsLink](docs/LinksConfigureAutomaticTransitionsLink.md)
- [Model.LinksCreateContractLink](docs/LinksCreateContractLink.md)
- [Model.LinksCreateRuleLink](docs/LinksCreateRuleLink.md)
- [Model.LinksCreateStoreLink](docs/LinksCreateStoreLink.md)
- [Model.LinksDeleteChannelCatalogExportationCacheLink](docs/LinksDeleteChannelCatalogExportationCacheLink.md)
- [Model.LinksDeleteNextContractLink](docs/LinksDeleteNextContractLink.md)
- [Model.LinksDeleteReportFilterLink](docs/LinksDeleteReportFilterLink.md)
- [Model.LinksDeleteRuleLink](docs/LinksDeleteRuleLink.md)
- [Model.LinksDeleteShareLink](docs/LinksDeleteShareLink.md)
- [Model.LinksDeleteStoreLink](docs/LinksDeleteStoreLink.md)
- [Model.LinksDisableRuleLink](docs/LinksDisableRuleLink.md)
- [Model.LinksEnableRuleLink](docs/LinksEnableRuleLink.md)
- [Model.LinksExportOrdersLink](docs/LinksExportOrdersLink.md)
- [Model.LinksGetAutomaticTransitionsLink](docs/LinksGetAutomaticTransitionsLink.md)
- [Model.LinksGetChannelCatalogExportationCacheInfoLink](docs/LinksGetChannelCatalogExportationCacheInfoLink.md)
- [Model.LinksGetChannelCatalogExportationHistoryLink](docs/LinksGetChannelCatalogExportationHistoryLink.md)
- [Model.LinksGetChannelCatalogMarketplacePropertiesLink](docs/LinksGetChannelCatalogMarketplacePropertiesLink.md)
- [Model.LinksGetChannelCatalogMarketplaceSettingsLink](docs/LinksGetChannelCatalogMarketplaceSettingsLink.md)
- [Model.LinksGetChannelCatalogProductInfoLink](docs/LinksGetChannelCatalogProductInfoLink.md)
- [Model.LinksGetChannelsIndexLink](docs/LinksGetChannelsIndexLink.md)
- [Model.LinksGetChannelsLink](docs/LinksGetChannelsLink.md)
- [Model.LinksGetContractsLink](docs/LinksGetContractsLink.md)
- [Model.LinksGetCreditCardInfoLink](docs/LinksGetCreditCardInfoLink.md)
- [Model.LinksGetMarketplaceAccountStoresLink](docs/LinksGetMarketplaceAccountStoresLink.md)
- [Model.LinksGetMarketplaceAccountsSynchronizationLink](docs/LinksGetMarketplaceAccountsSynchronizationLink.md)
- [Model.LinksGetOrderExportationsLink](docs/LinksGetOrderExportationsLink.md)
- [Model.LinksGetOrderHistoryLink](docs/LinksGetOrderHistoryLink.md)
- [Model.LinksGetOrderIndexLink](docs/LinksGetOrderIndexLink.md)
- [Model.LinksGetOrderLink](docs/LinksGetOrderLink.md)
- [Model.LinksGetOrderListFullLink](docs/LinksGetOrderListFullLink.md)
- [Model.LinksGetOrderListLightLink](docs/LinksGetOrderListLightLink.md)
- [Model.LinksGetProfilePictureInfoLink](docs/LinksGetProfilePictureInfoLink.md)
- [Model.LinksGetPublicListOfValuesLink](docs/LinksGetPublicListOfValuesLink.md)
- [Model.LinksGetPublicLovIndexLink](docs/LinksGetPublicLovIndexLink.md)
- [Model.LinksGetPublicationsLink](docs/LinksGetPublicationsLink.md)
- [Model.LinksGetReportFilterLink](docs/LinksGetReportFilterLink.md)
- [Model.LinksGetReportFiltersLink](docs/LinksGetReportFiltersLink.md)
- [Model.LinksGetRuleLink](docs/LinksGetRuleLink.md)
- [Model.LinksGetRulesExecutionsLink](docs/LinksGetRulesExecutionsLink.md)
- [Model.LinksGetRulesLink](docs/LinksGetRulesLink.md)
- [Model.LinksGetSharesLink](docs/LinksGetSharesLink.md)
- [Model.LinksGetStoreLink](docs/LinksGetStoreLink.md)
- [Model.LinksGetStoresLink](docs/LinksGetStoresLink.md)
- [Model.LinksGetUserListOfValuesLink](docs/LinksGetUserListOfValuesLink.md)
- [Model.LinksGetUserLovIndexLink](docs/LinksGetUserLovIndexLink.md)
- [Model.LinksHarvestAllLink](docs/LinksHarvestAllLink.md)
- [Model.LinksHarvestOrderLink](docs/LinksHarvestOrderLink.md)
- [Model.LinksImportationGetImportationMonitoringLink](docs/LinksImportationGetImportationMonitoringLink.md)
- [Model.LinksMoveDownRuleLink](docs/LinksMoveDownRuleLink.md)
- [Model.LinksMoveUpRuleLink](docs/LinksMoveUpRuleLink.md)
- [Model.LinksOptimiseByCategoryLink](docs/LinksOptimiseByCategoryLink.md)
- [Model.LinksOptimiseByChannelLink](docs/LinksOptimiseByChannelLink.md)
- [Model.LinksOptimiseByProductLink](docs/LinksOptimiseByProductLink.md)
- [Model.LinksOptimiseLink](docs/LinksOptimiseLink.md)
- [Model.LinksReactivateCurrentContractLink](docs/LinksReactivateCurrentContractLink.md)
- [Model.LinksRunRuleLink](docs/LinksRunRuleLink.md)
- [Model.LinksRunRulesLink](docs/LinksRunRulesLink.md)
- [Model.LinksSaveCompanyInfoLink](docs/LinksSaveCompanyInfoLink.md)
- [Model.LinksSaveCreditCardInfoLink](docs/LinksSaveCreditCardInfoLink.md)
- [Model.LinksSavePersonalInfoLink](docs/LinksSavePersonalInfoLink.md)
- [Model.LinksSaveProfilePictureInfoLink](docs/LinksSaveProfilePictureInfoLink.md)
- [Model.LinksSaveReportFilterLink](docs/LinksSaveReportFilterLink.md)
- [Model.LinksSaveStoreAlertLink](docs/LinksSaveStoreAlertLink.md)
- [Model.LinksSetChannelCatalogMarketplaceSettingsLink](docs/LinksSetChannelCatalogMarketplaceSettingsLink.md)
- [Model.LinksSetMerchantOrderInfoLink](docs/LinksSetMerchantOrderInfoLink.md)
- [Model.LinksSetMerchantOrderInfoListLink](docs/LinksSetMerchantOrderInfoListLink.md)
- [Model.LinksShareLink](docs/LinksShareLink.md)
- [Model.LinksTerminateCurrentContractLink](docs/LinksTerminateCurrentContractLink.md)
- [Model.LinksUpdateRuleLink](docs/LinksUpdateRuleLink.md)
- [Model.LinksUpdateStoreLink](docs/LinksUpdateStoreLink.md)
- [Model.LoginRequest](docs/LoginRequest.md)
- [Model.MapBeezUPColumnRequest](docs/MapBeezUPColumnRequest.md)
- [Model.MapCategoryRequest](docs/MapCategoryRequest.md)
- [Model.MargingType](docs/MargingType.md)
- [Model.MarketplaceChannelCatalog](docs/MarketplaceChannelCatalog.md)
- [Model.MarketplaceChannelCatalogLinks](docs/MarketplaceChannelCatalogLinks.md)
- [Model.MarketplaceChannelCatalogList](docs/MarketplaceChannelCatalogList.md)
- [Model.MarketplaceChannelCatalogListLinks](docs/MarketplaceChannelCatalogListLinks.md)
- [Model.MarketplaceChannelCatalogLovLinks](docs/MarketplaceChannelCatalogLovLinks.md)
- [Model.MarketplaceOrderId](docs/MarketplaceOrderId.md)
- [Model.MarketplaceOrderStatus](docs/MarketplaceOrderStatus.md)
- [Model.NextContractInfo](docs/NextContractInfo.md)
- [Model.NextContractInfoLinks](docs/NextContractInfoLinks.md)
- [Model.Offer](docs/Offer.md)
- [Model.OfferContent](docs/OfferContent.md)
- [Model.OfferFunctionality](docs/OfferFunctionality.md)
- [Model.OfferId](docs/OfferId.md)
- [Model.OfferLinks](docs/OfferLinks.md)
- [Model.OfferRequest](docs/OfferRequest.md)
- [Model.OptimisationActionName](docs/OptimisationActionName.md)
- [Model.OptimiseRequest](docs/OptimiseRequest.md)
- [Model.Order](docs/Order.md)
- [Model.OrderBuyerName](docs/OrderBuyerName.md)
- [Model.OrderExportationReporting](docs/OrderExportationReporting.md)
- [Model.OrderExportationReportingProcessingStatus](docs/OrderExportationReportingProcessingStatus.md)
- [Model.OrderExportations](docs/OrderExportations.md)
- [Model.OrderExportationsLinks](docs/OrderExportationsLinks.md)
- [Model.OrderHeader](docs/OrderHeader.md)
- [Model.OrderHeaderLinks](docs/OrderHeaderLinks.md)
- [Model.OrderHistory](docs/OrderHistory.md)
- [Model.OrderIdentifier](docs/OrderIdentifier.md)
- [Model.OrderIdentifierWithETag](docs/OrderIdentifierWithETag.md)
- [Model.OrderIndex](docs/OrderIndex.md)
- [Model.OrderIndexLinks](docs/OrderIndexLinks.md)
- [Model.OrderIndexLovLinks](docs/OrderIndexLovLinks.md)
- [Model.OrderItem](docs/OrderItem.md)
- [Model.OrderLinks](docs/OrderLinks.md)
- [Model.OrderListFull](docs/OrderListFull.md)
- [Model.OrderListFullLinks](docs/OrderListFullLinks.md)
- [Model.OrderListLight](docs/OrderListLight.md)
- [Model.OrderListLightLinks](docs/OrderListLightLinks.md)
- [Model.OrderListLinks](docs/OrderListLinks.md)
- [Model.OrderListRequest](docs/OrderListRequest.md)
- [Model.OrderMerchantECommerceSoftwareName](docs/OrderMerchantECommerceSoftwareName.md)
- [Model.OrderMerchantECommerceSoftwareVersion](docs/OrderMerchantECommerceSoftwareVersion.md)
- [Model.OrderMerchantOrderId](docs/OrderMerchantOrderId.md)
- [Model.OrderOperationResponse](docs/OrderOperationResponse.md)
- [Model.OrderTransitionLinks](docs/OrderTransitionLinks.md)
- [Model.PageNumber](docs/PageNumber.md)
- [Model.PageSize](docs/PageSize.md)
- [Model.PaginationRequestParameters](docs/PaginationRequestParameters.md)
- [Model.PaymentMethod](docs/PaymentMethod.md)
- [Model.PerformanceIndicatorFormula](docs/PerformanceIndicatorFormula.md)
- [Model.PerformanceIndicatorFormulaOperatorName](docs/PerformanceIndicatorFormulaOperatorName.md)
- [Model.PerformanceIndicatorFormulaParameterType](docs/PerformanceIndicatorFormulaParameterType.md)
- [Model.PerformanceIndicatorType](docs/PerformanceIndicatorType.md)
- [Model.PersonalInfo](docs/PersonalInfo.md)
- [Model.PhoneNumber](docs/PhoneNumber.md)
- [Model.PostalCode](docs/PostalCode.md)
- [Model.PreviousFixPeriodInvoiceProrataInfo](docs/PreviousFixPeriodInvoiceProrataInfo.md)
- [Model.Processing](docs/Processing.md)
- [Model.Product](docs/Product.md)
- [Model.ProductFilters](docs/ProductFilters.md)
- [Model.ProductOverrideWithCatalogValue](docs/ProductOverrideWithCatalogValue.md)
- [Model.ProductOverrides](docs/ProductOverrides.md)
- [Model.ProductOverridesWithCatalogValues](docs/ProductOverridesWithCatalogValues.md)
- [Model.ProductSample](docs/ProductSample.md)
- [Model.ProductStateFilter](docs/ProductStateFilter.md)
- [Model.ProductValues](docs/ProductValues.md)
- [Model.Products](docs/Products.md)
- [Model.ProfilePictureInfo](docs/ProfilePictureInfo.md)
- [Model.ProfilePictureInfoResponse](docs/ProfilePictureInfoResponse.md)
- [Model.ProfilePictureInfoResponseLinks](docs/ProfilePictureInfoResponseLinks.md)
- [Model.ProfilePictureInfoWithDefault](docs/ProfilePictureInfoWithDefault.md)
- [Model.ProfilePictureSelected](docs/ProfilePictureSelected.md)
- [Model.ProfilePictureUrl](docs/ProfilePictureUrl.md)
- [Model.PromotionalCodeValidity](docs/PromotionalCodeValidity.md)
- [Model.PublicChannelIndex](docs/PublicChannelIndex.md)
- [Model.PublicChannelIndexLinks](docs/PublicChannelIndexLinks.md)
- [Model.PublicListOfValuesResponse](docs/PublicListOfValuesResponse.md)
- [Model.PublicListOfValuesResponseLinks](docs/PublicListOfValuesResponseLinks.md)
- [Model.PublicLovIndex](docs/PublicLovIndex.md)
- [Model.PublicLovIndexLinks](docs/PublicLovIndexLinks.md)
- [Model.PublicLovLinks](docs/PublicLovLinks.md)
- [Model.PublicationFeedReporting](docs/PublicationFeedReporting.md)
- [Model.PublicationReporting](docs/PublicationReporting.md)
- [Model.PublicationType](docs/PublicationType.md)
- [Model.RegisterRequest](docs/RegisterRequest.md)
- [Model.ReportAdvancedFilters](docs/ReportAdvancedFilters.md)
- [Model.ReportByCategory](docs/ReportByCategory.md)
- [Model.ReportByCategoryLinks](docs/ReportByCategoryLinks.md)
- [Model.ReportByCategoryRequest](docs/ReportByCategoryRequest.md)
- [Model.ReportByCategoryResponse](docs/ReportByCategoryResponse.md)
- [Model.ReportByCategoryResponseLinks](docs/ReportByCategoryResponseLinks.md)
- [Model.ReportByChannel](docs/ReportByChannel.md)
- [Model.ReportByChannelLinks](docs/ReportByChannelLinks.md)
- [Model.ReportByChannelRequest](docs/ReportByChannelRequest.md)
- [Model.ReportByChannelResponse](docs/ReportByChannelResponse.md)
- [Model.ReportByChannelResponseLinks](docs/ReportByChannelResponseLinks.md)
- [Model.ReportByCommonResponseLinks](docs/ReportByCommonResponseLinks.md)
- [Model.ReportByDay](docs/ReportByDay.md)
- [Model.ReportByDayAllChannels](docs/ReportByDayAllChannels.md)
- [Model.ReportByDayByChannel](docs/ReportByDayByChannel.md)
- [Model.ReportByDayRequest](docs/ReportByDayRequest.md)
- [Model.ReportByDayResponse](docs/ReportByDayResponse.md)
- [Model.ReportByProduct](docs/ReportByProduct.md)
- [Model.ReportByProductLinks](docs/ReportByProductLinks.md)
- [Model.ReportByProductRequest](docs/ReportByProductRequest.md)
- [Model.ReportByProductResponse](docs/ReportByProductResponse.md)
- [Model.ReportByProductResponseLinks](docs/ReportByProductResponseLinks.md)
- [Model.ReportCategoryFilter](docs/ReportCategoryFilter.md)
- [Model.ReportFilter](docs/ReportFilter.md)
- [Model.ReportFilterCommonParameters](docs/ReportFilterCommonParameters.md)
- [Model.ReportFilterHeader](docs/ReportFilterHeader.md)
- [Model.ReportFilterHeaderLinks](docs/ReportFilterHeaderLinks.md)
- [Model.ReportFilterLinks](docs/ReportFilterLinks.md)
- [Model.ReportFilterParameters](docs/ReportFilterParameters.md)
- [Model.ReportFilters](docs/ReportFilters.md)
- [Model.ReportFiltersLinks](docs/ReportFiltersLinks.md)
- [Model.ReportIndicatorFilter](docs/ReportIndicatorFilter.md)
- [Model.ReportIndicatorFilterOperatorName](docs/ReportIndicatorFilterOperatorName.md)
- [Model.ReportProductFilter](docs/ReportProductFilter.md)
- [Model.ReportProductFilterOperatorName](docs/ReportProductFilterOperatorName.md)
- [Model.ReportType](docs/ReportType.md)
- [Model.Rule](docs/Rule.md)
- [Model.RuleExecutionReporting](docs/RuleExecutionReporting.md)
- [Model.RuleExecutionReportingErrorType](docs/RuleExecutionReportingErrorType.md)
- [Model.RuleExecutionReportingExecutionSource](docs/RuleExecutionReportingExecutionSource.md)
- [Model.RuleExecutionReportingLinks](docs/RuleExecutionReportingLinks.md)
- [Model.RuleExecutionReportingStatus](docs/RuleExecutionReportingStatus.md)
- [Model.RuleExecutionReportings](docs/RuleExecutionReportings.md)
- [Model.RuleLastExecutionStatus](docs/RuleLastExecutionStatus.md)
- [Model.RuleLinks](docs/RuleLinks.md)
- [Model.RuleList](docs/RuleList.md)
- [Model.RuleListLinks](docs/RuleListLinks.md)
- [Model.SaveReportFilterRequest](docs/SaveReportFilterRequest.md)
- [Model.SaveStoreAlertRequest](docs/SaveStoreAlertRequest.md)
- [Model.ScheduleAutoImportRequest](docs/ScheduleAutoImportRequest.md)
- [Model.SchedulingType](docs/SchedulingType.md)
- [Model.SetChannelCatalogMarketplaceSettingsRequest](docs/SetChannelCatalogMarketplaceSettingsRequest.md)
- [Model.SetMerchantOrderInfoListRequest](docs/SetMerchantOrderInfoListRequest.md)
- [Model.SetMerchantOrderInfoListRequestItem](docs/SetMerchantOrderInfoListRequestItem.md)
- [Model.SetMerchantOrderInfoRequest](docs/SetMerchantOrderInfoRequest.md)
- [Model.SourceType](docs/SourceType.md)
- [Model.StandardOffer](docs/StandardOffer.md)
- [Model.StandardOffers](docs/StandardOffers.md)
- [Model.StartManualImportRequest](docs/StartManualImportRequest.md)
- [Model.Store](docs/Store.md)
- [Model.StoreAlert](docs/StoreAlert.md)
- [Model.StoreAlertLinks](docs/StoreAlertLinks.md)
- [Model.StoreAlertProperty](docs/StoreAlertProperty.md)
- [Model.StoreAlertPropertyInfo](docs/StoreAlertPropertyInfo.md)
- [Model.StoreAlerts](docs/StoreAlerts.md)
- [Model.StoreCount](docs/StoreCount.md)
- [Model.StoreCountryIsoCodeAlpha3](docs/StoreCountryIsoCodeAlpha3.md)
- [Model.StoreHeader](docs/StoreHeader.md)
- [Model.StoreHeaderLinks](docs/StoreHeaderLinks.md)
- [Model.StoreName](docs/StoreName.md)
- [Model.StoreSector](docs/StoreSector.md)
- [Model.StoreSectors](docs/StoreSectors.md)
- [Model.StoreShare](docs/StoreShare.md)
- [Model.StoreShareLinks](docs/StoreShareLinks.md)
- [Model.StoreShares](docs/StoreShares.md)
- [Model.StoreSharesLinks](docs/StoreSharesLinks.md)
- [Model.StoreStatus](docs/StoreStatus.md)
- [Model.StoreTrackingStatus](docs/StoreTrackingStatus.md)
- [Model.StoreUrl](docs/StoreUrl.md)
- [Model.StoreUserRole](docs/StoreUserRole.md)
- [Model.Stores](docs/Stores.md)
- [Model.StoresLinks](docs/StoresLinks.md)
- [Model.TerminateContract](docs/TerminateContract.md)
- [Model.TrackedClick](docs/TrackedClick.md)
- [Model.TrackedClicks](docs/TrackedClicks.md)
- [Model.TrackedExternalOrder](docs/TrackedExternalOrder.md)
- [Model.TrackedExternalOrderProduct](docs/TrackedExternalOrderProduct.md)
- [Model.TrackedExternalOrders](docs/TrackedExternalOrders.md)
- [Model.TrackedOrder](docs/TrackedOrder.md)
- [Model.TrackedOrderProduct](docs/TrackedOrderProduct.md)
- [Model.TrackedOrders](docs/TrackedOrders.md)
- [Model.TrackingStatus](docs/TrackingStatus.md)
- [Model.Type](docs/Type.md)
- [Model.UnmapCategoryRequest](docs/UnmapCategoryRequest.md)
- [Model.UpdateRuleRequest](docs/UpdateRuleRequest.md)
- [Model.UpdateStoreRequest](docs/UpdateStoreRequest.md)
- [Model.UpgradeOfferRequired](docs/UpgradeOfferRequired.md)
- [Model.UserColumName](docs/UserColumName.md)
- [Model.UserFriendInfo](docs/UserFriendInfo.md)
- [Model.UserListOfValuesResponse](docs/UserListOfValuesResponse.md)
- [Model.UserListOfValuesResponseLinks](docs/UserListOfValuesResponseLinks.md)
- [Model.UserLovIndex](docs/UserLovIndex.md)
- [Model.UserLovIndexLinks](docs/UserLovIndexLinks.md)
- [Model.UserLovLinks](docs/UserLovLinks.md)
- [Model.VariableModelInfo](docs/VariableModelInfo.md)
- [Model.VatNumber](docs/VatNumber.md)
- [Model.WhatIDo](docs/WhatIDo.md)


## Documentation for Authorization


### api_key

- **Type**: API key
- **API key parameter name**: Ocp-Apim-Subscription-Key
- **Location**: HTTP header