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

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


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

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# swagger_client

SwaggerClient - the Ruby gem 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 SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 2.0
- Package version: 1.0.0
- Build package: io.swagger.codegen.languages.RubyClientCodegen

## Installation

### Build a gem

To build the Ruby code into a gem:

```shell
gem build swagger_client.gemspec
```

Then either install the gem locally:

```shell
gem install ./swagger_client-1.0.0.gem
```
(for development, run `gem install --dev ./swagger_client-1.0.0.gem` to install the development dependencies)

or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).

Finally add this to the Gemfile:

gem 'swagger_client', '~> 1.0.0'

### Install from Git

If the Ruby gem is hosted at a git repository: https://github.com/YOUR_GIT_USERNAME/YOUR_GIT_REPO, then add the following in the Gemfile:

gem 'swagger_client', :git => 'https://github.com/YOUR_GIT_USERNAME/YOUR_GIT_REPO.git'

### Include the Ruby code directly

Include the Ruby code directly using `-I` as follows:

```shell
ruby -Ilib script.rb
```

## Getting Started

Please follow the [installation](#installation) procedure and then run the following code:
```ruby
# Load the gem
require 'swagger_client'

# Setup authorization
SwaggerClient.configure do |config|
# Configure API key authorization: api_key
config.api_key['Ocp-Apim-Subscription-Key'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
#config.api_key_prefix['Ocp-Apim-Subscription-Key'] = 'Bearer'
end

api_instance = SwaggerClient::BeezUPApi.new

email_activation_id = "email_activation_id_example" # String | The email activation id received by email.

begin
#Activate the user account
api_instance.activate_user_account(email_activation_id)
rescue SwaggerClient::ApiError => e
puts "Exception when calling BeezUPApi->activate_user_account: #{e}"
end

```

## Documentation for API Endpoints

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

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*SwaggerClient::BeezUPApi* | [**activate_user_account**](docs/BeezUPApi.md#activate_user_account) | **POST** /user/customer/account/activate | Activate the user account
*SwaggerClient::BeezUPApi* | [**auto_configure_auto_import_interval**](docs/BeezUPApi.md#auto_configure_auto_import_interval) | **POST** /user/catalogs/{storeId}/autoImport/scheduling/interval | Configure Auto Import Interval
*SwaggerClient::BeezUPApi* | [**auto_delete_auto_import**](docs/BeezUPApi.md#auto_delete_auto_import) | **DELETE** /user/catalogs/{storeId}/autoImport | Delete Auto Import
*SwaggerClient::BeezUPApi* | [**auto_get_auto_import_configuration**](docs/BeezUPApi.md#auto_get_auto_import_configuration) | **GET** /user/catalogs/{storeId}/autoImport | Get the auto import configuration
*SwaggerClient::BeezUPApi* | [**auto_pause_auto_import**](docs/BeezUPApi.md#auto_pause_auto_import) | **POST** /user/catalogs/{storeId}/autoImport/pause | Pause Auto Import
*SwaggerClient::BeezUPApi* | [**auto_resume_auto_import**](docs/BeezUPApi.md#auto_resume_auto_import) | **POST** /user/catalogs/{storeId}/autoImport/resume | Resume Auto Import
*SwaggerClient::BeezUPApi* | [**auto_schedule_auto_import**](docs/BeezUPApi.md#auto_schedule_auto_import) | **POST** /user/catalogs/{storeId}/autoImport/scheduling/schedules | Configure Auto Import Schedules
*SwaggerClient::BeezUPApi* | [**auto_start_auto_import**](docs/BeezUPApi.md#auto_start_auto_import) | **POST** /user/catalogs/{storeId}/autoImport/start | Start Auto Import Manually
*SwaggerClient::BeezUPApi* | [**catalog_change_catalog_column_user_name**](docs/BeezUPApi.md#catalog_change_catalog_column_user_name) | **POST** /user/catalogs/{storeId}/catalogColumns/{columnId}/rename | Change Catalog Column User Name
*SwaggerClient::BeezUPApi* | [**catalog_change_custom_column_expression**](docs/BeezUPApi.md#catalog_change_custom_column_expression) | **PUT** /user/catalogs/{storeId}/customColumns/{columnId}/expression | Change custom column expression
*SwaggerClient::BeezUPApi* | [**catalog_change_custom_column_user_name**](docs/BeezUPApi.md#catalog_change_custom_column_user_name) | **POST** /user/catalogs/{storeId}/customColumns/{columnId}/rename | Change Custom Column User Name
*SwaggerClient::BeezUPApi* | [**catalog_compute_expression**](docs/BeezUPApi.md#catalog_compute_expression) | **POST** /user/catalogs/{storeId}/customColumns/computeExpression | Compute the expression for this catalog.
*SwaggerClient::BeezUPApi* | [**catalog_delete_custom_column**](docs/BeezUPApi.md#catalog_delete_custom_column) | **DELETE** /user/catalogs/{storeId}/customColumns/{columnId} | Delete custom column
*SwaggerClient::BeezUPApi* | [**catalog_get_beez_up_columns**](docs/BeezUPApi.md#catalog_get_beez_up_columns) | **GET** /user/catalogs/beezupColumns | Get the BeezUP columns
*SwaggerClient::BeezUPApi* | [**catalog_get_catalog_columns**](docs/BeezUPApi.md#catalog_get_catalog_columns) | **GET** /user/catalogs/{storeId}/catalogColumns | Get catalog column list
*SwaggerClient::BeezUPApi* | [**catalog_get_categories**](docs/BeezUPApi.md#catalog_get_categories) | **GET** /user/catalogs/{storeId}/categories | Get category list
*SwaggerClient::BeezUPApi* | [**catalog_get_custom_column_expression**](docs/BeezUPApi.md#catalog_get_custom_column_expression) | **GET** /user/catalogs/{storeId}/customColumns/{columnId}/expression | Get the encrypted custom column expression
*SwaggerClient::BeezUPApi* | [**catalog_get_custom_columns**](docs/BeezUPApi.md#catalog_get_custom_columns) | **GET** /user/catalogs/{storeId}/customColumns | Get custom column list
*SwaggerClient::BeezUPApi* | [**catalog_get_product**](docs/BeezUPApi.md#catalog_get_product) | **GET** /user/catalogs/{storeId}/products/{productId} | Get product
*SwaggerClient::BeezUPApi* | [**catalog_get_products**](docs/BeezUPApi.md#catalog_get_products) | **POST** /user/catalogs/{storeId}/products | Get product list
*SwaggerClient::BeezUPApi* | [**catalog_get_random_products**](docs/BeezUPApi.md#catalog_get_random_products) | **GET** /user/catalogs/{storeId}/products/random | Get random product list
*SwaggerClient::BeezUPApi* | [**catalog_save_custom_column**](docs/BeezUPApi.md#catalog_save_custom_column) | **PUT** /user/catalogs/{storeId}/customColumns/{columnId} | Create or replace a custom column
*SwaggerClient::BeezUPApi* | [**change_order**](docs/BeezUPApi.md#change_order) | **POST** /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/{changeOrderType} | Change your marketplace Order Information (accept, ship, etc.)
*SwaggerClient::BeezUPApi* | [**change_order_list**](docs/BeezUPApi.md#change_order_list) | **POST** /user/marketplaces/orders/batches/changeOrders/{changeOrderType} | Send a batch of operations to change your marketplace Order information (accept, ship, etc.)
*SwaggerClient::BeezUPApi* | [**change_password**](docs/BeezUPApi.md#change_password) | **POST** /user/customer/account/changePassword | Change user password
*SwaggerClient::BeezUPApi* | [**clear_merchant_order_info**](docs/BeezUPApi.md#clear_merchant_order_info) | **POST** /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/clearMerchantOrderInfo | Clear an Order's merchant information
*SwaggerClient::BeezUPApi* | [**clear_merchant_order_info_list**](docs/BeezUPApi.md#clear_merchant_order_info_list) | **POST** /user/marketplaces/orders/batches/clearMerchantOrderInfos | Send a batch of operations to clear an Order's merchant information
*SwaggerClient::BeezUPApi* | [**configure_automatic_transitions**](docs/BeezUPApi.md#configure_automatic_transitions) | **POST** /user/marketplaces/orders/automaticTransitions | Configure new or existing automatic Order status transition
*SwaggerClient::BeezUPApi* | [**configure_channel_catalog_cost_settings**](docs/BeezUPApi.md#configure_channel_catalog_cost_settings) | **POST** /user/channelCatalogs/{channelCatalogId}/settings/cost | Disable a channel catalog
*SwaggerClient::BeezUPApi* | [**configure_channel_catalog_exclusion_filters**](docs/BeezUPApi.md#configure_channel_catalog_exclusion_filters) | **PUT** /user/channelCatalogs/{channelCatalogId}/exclusionFilters | Configure channel catalog exclusion filters
*SwaggerClient::BeezUPApi* | [**configure_channel_catalog_general_settings**](docs/BeezUPApi.md#configure_channel_catalog_general_settings) | **POST** /user/channelCatalogs/{channelCatalogId}/settings/general | Disable a channel catalog
*SwaggerClient::BeezUPApi* | [**create_channel_catalog**](docs/BeezUPApi.md#create_channel_catalog) | **POST** /user/channelCatalogs/ | Create a new channel catalog
*SwaggerClient::BeezUPApi* | [**create_contract**](docs/BeezUPApi.md#create_contract) | **POST** /user/customer/contracts | Create a new contract
*SwaggerClient::BeezUPApi* | [**create_rule**](docs/BeezUPApi.md#create_rule) | **POST** /user/analytics/{storeId}/rules | Rule creation
*SwaggerClient::BeezUPApi* | [**create_store**](docs/BeezUPApi.md#create_store) | **POST** /user/customer/stores | Create a new store
*SwaggerClient::BeezUPApi* | [**delete_channel_catalog**](docs/BeezUPApi.md#delete_channel_catalog) | **DELETE** /user/channelCatalogs/{channelCatalogId} | Delete the channel catalog
*SwaggerClient::BeezUPApi* | [**delete_channel_catalog_exportation_cache**](docs/BeezUPApi.md#delete_channel_catalog_exportation_cache) | **DELETE** /user/channelCatalogs/{channelCatalogId}/exportations/cache | Delete the exportation cache
*SwaggerClient::BeezUPApi* | [**delete_channel_catalog_product_value_override**](docs/BeezUPApi.md#delete_channel_catalog_product_value_override) | **DELETE** /user/channelCatalogs/{channelCatalogId}/products/{productId}/overrides/{channelColumnId} | Delete a specific channel catalog product value override
*SwaggerClient::BeezUPApi* | [**delete_next_contract**](docs/BeezUPApi.md#delete_next_contract) | **DELETE** /user/customer/contracts/next | Delete your next contract
*SwaggerClient::BeezUPApi* | [**delete_report_filter**](docs/BeezUPApi.md#delete_report_filter) | **DELETE** /user/analytics/{storeId}/reports/filters/{reportFilterId} | Delete the report filter
*SwaggerClient::BeezUPApi* | [**delete_rule**](docs/BeezUPApi.md#delete_rule) | **DELETE** /user/analytics/{storeId}/rules/{ruleId} | Delete Rule
*SwaggerClient::BeezUPApi* | [**delete_share**](docs/BeezUPApi.md#delete_share) | **DELETE** /user/customer/stores/{storeId}/shares/{userId} | Delete a share to another user
*SwaggerClient::BeezUPApi* | [**delete_store**](docs/BeezUPApi.md#delete_store) | **DELETE** /user/customer/stores/{storeId} | Delete a store
*SwaggerClient::BeezUPApi* | [**disable_channel_catalog**](docs/BeezUPApi.md#disable_channel_catalog) | **POST** /user/channelCatalogs/{channelCatalogId}/disable | Disable a channel catalog
*SwaggerClient::BeezUPApi* | [**disable_channel_catalog_product**](docs/BeezUPApi.md#disable_channel_catalog_product) | **POST** /user/channelCatalogs/{channelCatalogId}/products/{productId}/disable | Disable channel catalog product
*SwaggerClient::BeezUPApi* | [**disable_rule**](docs/BeezUPApi.md#disable_rule) | **POST** /user/analytics/{storeId}/rules/{ruleId}/disable | Disable rule
*SwaggerClient::BeezUPApi* | [**enable_channel_catalog**](docs/BeezUPApi.md#enable_channel_catalog) | **POST** /user/channelCatalogs/{channelCatalogId}/enable | Enable a channel catalog
*SwaggerClient::BeezUPApi* | [**enable_rule**](docs/BeezUPApi.md#enable_rule) | **POST** /user/analytics/{storeId}/rules/{ruleId}/enable | Enable rule
*SwaggerClient::BeezUPApi* | [**export_orders**](docs/BeezUPApi.md#export_orders) | **POST** /user/marketplaces/orders/exportations | Request a new Order report exportation to be generated
*SwaggerClient::BeezUPApi* | [**export_store_report_by_category**](docs/BeezUPApi.md#export_store_report_by_category) | **POST** /user/analytics/{storeId}/reports/bycategory/export | Export the report by category
*SwaggerClient::BeezUPApi* | [**export_store_report_by_channel**](docs/BeezUPApi.md#export_store_report_by_channel) | **POST** /user/analytics/{storeId}/reports/bychannel/export | Export the report by channel
*SwaggerClient::BeezUPApi* | [**export_store_report_by_product**](docs/BeezUPApi.md#export_store_report_by_product) | **POST** /user/analytics/{storeId}/reports/byproduct/export | Export the report by product
*SwaggerClient::BeezUPApi* | [**get_automatic_transitions**](docs/BeezUPApi.md#get_automatic_transitions) | **GET** /user/marketplaces/orders/automaticTransitions | Get list of configured automatic Order status transitions
*SwaggerClient::BeezUPApi* | [**get_available_channels**](docs/BeezUPApi.md#get_available_channels) | **GET** /user/channels/ | List all available channel for this store
*SwaggerClient::BeezUPApi* | [**get_billing_periods**](docs/BeezUPApi.md#get_billing_periods) | **GET** /user/customer/billingPeriods | Get billing periods conditions
*SwaggerClient::BeezUPApi* | [**get_channel_catalog**](docs/BeezUPApi.md#get_channel_catalog) | **GET** /user/channelCatalogs/{channelCatalogId} | Get the channel catalog information
*SwaggerClient::BeezUPApi* | [**get_channel_catalog_categories**](docs/BeezUPApi.md#get_channel_catalog_categories) | **GET** /user/channelCatalogs/{channelCatalogId}/categoryMappings | Get channel catalog categories
*SwaggerClient::BeezUPApi* | [**get_channel_catalog_exclusion_filter_operators**](docs/BeezUPApi.md#get_channel_catalog_exclusion_filter_operators) | **GET** /user/channelCatalogs/exclusionFilterOperators | Get channel catalog exclusion filter operators
*SwaggerClient::BeezUPApi* | [**get_channel_catalog_exportation_cache_info**](docs/BeezUPApi.md#get_channel_catalog_exportation_cache_info) | **GET** /user/channelCatalogs/{channelCatalogId}/exportations/cache | Get the exportation cache information
*SwaggerClient::BeezUPApi* | [**get_channel_catalog_exportation_history**](docs/BeezUPApi.md#get_channel_catalog_exportation_history) | **GET** /user/channelCatalogs/{channelCatalogId}/exportations/history | Get the exportation history
*SwaggerClient::BeezUPApi* | [**get_channel_catalog_marketplace_properties**](docs/BeezUPApi.md#get_channel_catalog_marketplace_properties) | **GET** /user/marketplaces/channelcatalogs/{channelCatalogId}/properties | Get the marketplace properties for a channel catalog
*SwaggerClient::BeezUPApi* | [**get_channel_catalog_marketplace_settings**](docs/BeezUPApi.md#get_channel_catalog_marketplace_settings) | **GET** /user/marketplaces/channelcatalogs/{channelCatalogId}/settings | Get the marketplace settings for a channel catalog
*SwaggerClient::BeezUPApi* | [**get_channel_catalog_product_by_channel_catalog**](docs/BeezUPApi.md#get_channel_catalog_product_by_channel_catalog) | **POST** /user/channelCatalogs/products/{productId} | Get channel catalog products related to these channel catalogs
*SwaggerClient::BeezUPApi* | [**get_channel_catalog_product_info**](docs/BeezUPApi.md#get_channel_catalog_product_info) | **GET** /user/channelCatalogs/{channelCatalogId}/products/{productId} | Get channel catalog product information
*SwaggerClient::BeezUPApi* | [**get_channel_catalog_product_info_list**](docs/BeezUPApi.md#get_channel_catalog_product_info_list) | **POST** /user/channelCatalogs/{channelCatalogId}/products | Get channel catalog product information list
*SwaggerClient::BeezUPApi* | [**get_channel_catalogs**](docs/BeezUPApi.md#get_channel_catalogs) | **GET** /user/channelCatalogs/ | List all your current channel catalogs
*SwaggerClient::BeezUPApi* | [**get_channel_categories**](docs/BeezUPApi.md#get_channel_categories) | **GET** /user/channels/{channelId}/categories | Get channel categories
*SwaggerClient::BeezUPApi* | [**get_channel_columns**](docs/BeezUPApi.md#get_channel_columns) | **POST** /user/channels/{channelId}/columns | Get channel columns
*SwaggerClient::BeezUPApi* | [**get_channel_info**](docs/BeezUPApi.md#get_channel_info) | **GET** /user/channels/{channelId} | Get channel information
*SwaggerClient::BeezUPApi* | [**get_channels**](docs/BeezUPApi.md#get_channels) | **GET** /public/channels/{countryIsoCode} | The channel list for one country
*SwaggerClient::BeezUPApi* | [**get_channels_index**](docs/BeezUPApi.md#get_channels_index) | **GET** /public/channels/ | Get public channel index
*SwaggerClient::BeezUPApi* | [**get_contracts**](docs/BeezUPApi.md#get_contracts) | **GET** /user/customer/contracts | Get contract list
*SwaggerClient::BeezUPApi* | [**get_credit_card_info**](docs/BeezUPApi.md#get_credit_card_info) | **GET** /user/customer/account/creditCardInfo | Get credit card information
*SwaggerClient::BeezUPApi* | [**get_friend_info**](docs/BeezUPApi.md#get_friend_info) | **GET** /user/customer/friends/{userId} | Get friend information
*SwaggerClient::BeezUPApi* | [**get_invoices**](docs/BeezUPApi.md#get_invoices) | **GET** /user/customer/invoices | Get all your invoices
*SwaggerClient::BeezUPApi* | [**get_marketplace_account_stores**](docs/BeezUPApi.md#get_marketplace_account_stores) | **GET** /user/marketplaces/channelcatalogs/ | Get you marketplace channel catalog list
*SwaggerClient::BeezUPApi* | [**get_marketplace_accounts_synchronization**](docs/BeezUPApi.md#get_marketplace_accounts_synchronization) | **GET** /user/marketplaces/orders/status | Get current synchronization status between your marketplaces and BeezUP accounts
*SwaggerClient::BeezUPApi* | [**get_offer**](docs/BeezUPApi.md#get_offer) | **POST** /user/customer/offers | Get offer pricing
*SwaggerClient::BeezUPApi* | [**get_order**](docs/BeezUPApi.md#get_order) | **GET** /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId} | Get full Order and Order Item(s) properties
*SwaggerClient::BeezUPApi* | [**get_order_exportations**](docs/BeezUPApi.md#get_order_exportations) | **GET** /user/marketplaces/orders/exportations | Get a paginated list of Order report exportations
*SwaggerClient::BeezUPApi* | [**get_order_history**](docs/BeezUPApi.md#get_order_history) | **GET** /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/history | Get an Order's harvest and change history
*SwaggerClient::BeezUPApi* | [**get_order_index**](docs/BeezUPApi.md#get_order_index) | **GET** /user/marketplaces/orders/ | Get all actions you can do on the order API
*SwaggerClient::BeezUPApi* | [**get_order_list_full**](docs/BeezUPApi.md#get_order_list_full) | **POST** /user/marketplaces/orders/list/full | Get a paginated list of all Orders with all Order and Order Item(s) properties
*SwaggerClient::BeezUPApi* | [**get_order_list_light**](docs/BeezUPApi.md#get_order_list_light) | **POST** /user/marketplaces/orders/list/light | Get a paginated list of all Orders without details
*SwaggerClient::BeezUPApi* | [**get_profile_picture_info**](docs/BeezUPApi.md#get_profile_picture_info) | **GET** /user/customer/account/profilePictureInfo | Get profile picture information
*SwaggerClient::BeezUPApi* | [**get_public_list_of_values**](docs/BeezUPApi.md#get_public_list_of_values) | **GET** /public/lov/{listName} | Get the list of values related to this list name
*SwaggerClient::BeezUPApi* | [**get_public_lov_index**](docs/BeezUPApi.md#get_public_lov_index) | **GET** /public/lov/ | Get all list names
*SwaggerClient::BeezUPApi* | [**get_publications**](docs/BeezUPApi.md#get_publications) | **GET** /user/marketplaces/channelcatalogs/publications/{marketplaceTechnicalCode}/{accountId}/history | Fetch the publication history for an account, sorted by descending start date
*SwaggerClient::BeezUPApi* | [**get_report_filter**](docs/BeezUPApi.md#get_report_filter) | **GET** /user/analytics/{storeId}/reports/filters/{reportFilterId} | Get the report filter description
*SwaggerClient::BeezUPApi* | [**get_report_filters**](docs/BeezUPApi.md#get_report_filters) | **GET** /user/analytics/{storeId}/reports/filters | Get report filter list for the given store
*SwaggerClient::BeezUPApi* | [**get_rights**](docs/BeezUPApi.md#get_rights) | **POST** /user/customer/stores/{storeId}/rights | Get store's rights
*SwaggerClient::BeezUPApi* | [**get_rule**](docs/BeezUPApi.md#get_rule) | **GET** /user/analytics/{storeId}/rules/{ruleId} | Gets the rule
*SwaggerClient::BeezUPApi* | [**get_rules**](docs/BeezUPApi.md#get_rules) | **GET** /user/analytics/{storeId}/rules | Gets the list of rules for a given store
*SwaggerClient::BeezUPApi* | [**get_rules_executions**](docs/BeezUPApi.md#get_rules_executions) | **GET** /user/analytics/{storeId}/rules/executions | Get the rules execution history
*SwaggerClient::BeezUPApi* | [**get_shares**](docs/BeezUPApi.md#get_shares) | **GET** /user/customer/stores/{storeId}/shares | Get shares related to this store
*SwaggerClient::BeezUPApi* | [**get_standard_offers**](docs/BeezUPApi.md#get_standard_offers) | **GET** /user/customer/offers | Get all standard offers
*SwaggerClient::BeezUPApi* | [**get_store**](docs/BeezUPApi.md#get_store) | **GET** /user/customer/stores/{storeId} | Get store's information
*SwaggerClient::BeezUPApi* | [**get_store_alerts**](docs/BeezUPApi.md#get_store_alerts) | **GET** /user/customer/stores/{storeId}/alerts | Get store's alerts
*SwaggerClient::BeezUPApi* | [**get_store_report_by_category**](docs/BeezUPApi.md#get_store_report_by_category) | **POST** /user/analytics/{storeId}/reports/bycategory | Get the report by category
*SwaggerClient::BeezUPApi* | [**get_store_report_by_channel**](docs/BeezUPApi.md#get_store_report_by_channel) | **POST** /user/analytics/{storeId}/reports/bychannel | Get the report by channel
*SwaggerClient::BeezUPApi* | [**get_store_report_by_day**](docs/BeezUPApi.md#get_store_report_by_day) | **POST** /user/analytics/{storeId}/reports/byday | Get the report by day
*SwaggerClient::BeezUPApi* | [**get_store_report_by_day_export**](docs/BeezUPApi.md#get_store_report_by_day_export) | **POST** /user/analytics/{storeId}/reports/byday/export | Get the report by day
*SwaggerClient::BeezUPApi* | [**get_store_report_by_product**](docs/BeezUPApi.md#get_store_report_by_product) | **POST** /user/analytics/{storeId}/reports/byproduct | Get the report by product
*SwaggerClient::BeezUPApi* | [**get_store_tracked_clicks**](docs/BeezUPApi.md#get_store_tracked_clicks) | **GET** /user/analytics/{storeId}/tracking/clicks | Get the latest clicks tracked
*SwaggerClient::BeezUPApi* | [**get_store_tracked_external_orders**](docs/BeezUPApi.md#get_store_tracked_external_orders) | **GET** /user/analytics/{storeId}/tracking/externalorders | Get the latest external orders tracked
*SwaggerClient::BeezUPApi* | [**get_store_tracked_orders**](docs/BeezUPApi.md#get_store_tracked_orders) | **GET** /user/analytics/{storeId}/tracking/orders | Get the latest orders tracked
*SwaggerClient::BeezUPApi* | [**get_store_tracking_status**](docs/BeezUPApi.md#get_store_tracking_status) | **GET** /user/analytics/{storeId}/tracking/status | Get store tracking synchronization status
*SwaggerClient::BeezUPApi* | [**get_stores**](docs/BeezUPApi.md#get_stores) | **GET** /user/customer/stores | Get store list
*SwaggerClient::BeezUPApi* | [**get_tracking_status**](docs/BeezUPApi.md#get_tracking_status) | **GET** /user/analytics/tracking/status | Display the synchronization status of the clicks and orders
*SwaggerClient::BeezUPApi* | [**get_user_account_info**](docs/BeezUPApi.md#get_user_account_info) | **GET** /user/customer/account | Get user account information
*SwaggerClient::BeezUPApi* | [**get_user_list_of_values**](docs/BeezUPApi.md#get_user_list_of_values) | **GET** /user/lov/{listName} | Get the list of values related to this list name
*SwaggerClient::BeezUPApi* | [**get_user_lov_index**](docs/BeezUPApi.md#get_user_lov_index) | **GET** /user/lov/ | Get all list names
*SwaggerClient::BeezUPApi* | [**harvest_all**](docs/BeezUPApi.md#harvest_all) | **POST** /user/marketplaces/orders/harvest | Send harvest request to all your marketplaces
*SwaggerClient::BeezUPApi* | [**harvest_order**](docs/BeezUPApi.md#harvest_order) | **POST** /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/harvest | Send harvest request for a single Order
*SwaggerClient::BeezUPApi* | [**head_order**](docs/BeezUPApi.md#head_order) | **HEAD** /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId} | Get the meta information about the order (ETag, Last-Modified)
*SwaggerClient::BeezUPApi* | [**importation_activate_auto_import**](docs/BeezUPApi.md#importation_activate_auto_import) | **POST** /user/catalogs/{storeId}/autoImport | Activate the auto importation of the last successful manual catalog importation.
*SwaggerClient::BeezUPApi* | [**importation_cancel**](docs/BeezUPApi.md#importation_cancel) | **DELETE** /user/catalogs/{storeId}/importations/{executionId} | Cancel importation
*SwaggerClient::BeezUPApi* | [**importation_commit**](docs/BeezUPApi.md#importation_commit) | **POST** /user/catalogs/{storeId}/importations/{executionId}/commit | Commit Importation
*SwaggerClient::BeezUPApi* | [**importation_commit_columns**](docs/BeezUPApi.md#importation_commit_columns) | **POST** /user/catalogs/{storeId}/importations/{executionId}/commitColumns | Commit columns
*SwaggerClient::BeezUPApi* | [**importation_configure_catalog_column**](docs/BeezUPApi.md#importation_configure_catalog_column) | **POST** /user/catalogs/{storeId}/importations/{executionId}/catalogColumns/{columnId} | Configure catalog column
*SwaggerClient::BeezUPApi* | [**importation_configure_remaining_catalog_columns**](docs/BeezUPApi.md#importation_configure_remaining_catalog_columns) | **POST** /user/catalogs/{storeId}/importations/{executionId}/configureRemainingCatalogColumns | Configure remaining catalog columns
*SwaggerClient::BeezUPApi* | [**importation_delete_custom_column**](docs/BeezUPApi.md#importation_delete_custom_column) | **DELETE** /user/catalogs/{storeId}/importations/{executionId}/customColumns/{columnId} | Delete Custom Column
*SwaggerClient::BeezUPApi* | [**importation_get_custom_column_expression**](docs/BeezUPApi.md#importation_get_custom_column_expression) | **GET** /user/catalogs/{storeId}/importations/{executionId}/customColumns/{columnId}/expression | Get the encrypted custom column expression in this importation
*SwaggerClient::BeezUPApi* | [**importation_get_custom_columns**](docs/BeezUPApi.md#importation_get_custom_columns) | **GET** /user/catalogs/{storeId}/importations/{executionId}/customColumns | Get custom columns currently place in this importation
*SwaggerClient::BeezUPApi* | [**importation_get_detected_catalog_columns**](docs/BeezUPApi.md#importation_get_detected_catalog_columns) | **GET** /user/catalogs/{storeId}/importations/{executionId}/catalogColumns | Get detected catalog columns during this importation.
*SwaggerClient::BeezUPApi* | [**importation_get_importation_monitoring**](docs/BeezUPApi.md#importation_get_importation_monitoring) | **GET** /user/catalogs/{storeId}/importations/{executionId} | Get the importation status
*SwaggerClient::BeezUPApi* | [**importation_get_manual_update_last_input_config**](docs/BeezUPApi.md#importation_get_manual_update_last_input_config) | **GET** /user/catalogs/{storeId}/inputConfiguration | Get the last input configuration
*SwaggerClient::BeezUPApi* | [**importation_get_product_sample**](docs/BeezUPApi.md#importation_get_product_sample) | **GET** /user/catalogs/{storeId}/importations/{executionId}/productSamples/{productSampleIndex} | Get the product sample related to this importation with all columns (catalog and custom)
*SwaggerClient::BeezUPApi* | [**importation_get_product_sample_custom_column_value**](docs/BeezUPApi.md#importation_get_product_sample_custom_column_value) | **GET** /user/catalogs/{storeId}/importations/{executionId}/productSamples/{productSampleIndex}/customColumns/{columnId} | Get product sample custom column value related to this importation.
*SwaggerClient::BeezUPApi* | [**importation_get_reportings**](docs/BeezUPApi.md#importation_get_reportings) | **GET** /user/catalogs/{storeId}/importations | Get the latest catalog importation reporting
*SwaggerClient::BeezUPApi* | [**importation_ignore_column**](docs/BeezUPApi.md#importation_ignore_column) | **POST** /user/catalogs/{storeId}/importations/{executionId}/catalogColumns/{columnId}/ignore | Ignore Column
*SwaggerClient::BeezUPApi* | [**importation_map_catalog_column**](docs/BeezUPApi.md#importation_map_catalog_column) | **POST** /user/catalogs/{storeId}/importations/{executionId}/catalogColumns/{columnId}/map | Map catalog column to a BeezUP column
*SwaggerClient::BeezUPApi* | [**importation_map_custom_column**](docs/BeezUPApi.md#importation_map_custom_column) | **POST** /user/catalogs/{storeId}/importations/{executionId}/customColumns/{columnId}/map | Map custom column to a BeezUP column
*SwaggerClient::BeezUPApi* | [**importation_reattend_column**](docs/BeezUPApi.md#importation_reattend_column) | **POST** /user/catalogs/{storeId}/importations/{executionId}/catalogColumns/{columnId}/reattend | Reattend Column
*SwaggerClient::BeezUPApi* | [**importation_save_custom_column**](docs/BeezUPApi.md#importation_save_custom_column) | **PUT** /user/catalogs/{storeId}/importations/{executionId}/customColumns/{columnId} | Create or replace a custom column
*SwaggerClient::BeezUPApi* | [**importation_start_manual_update**](docs/BeezUPApi.md#importation_start_manual_update) | **POST** /user/catalogs/{storeId}/importations | Start Manual Import
*SwaggerClient::BeezUPApi* | [**importation_technical_progression**](docs/BeezUPApi.md#importation_technical_progression) | **GET** /user/catalogs/{storeId}/importations/{executionId}/technicalProgression | Get technical progression
*SwaggerClient::BeezUPApi* | [**importation_unmap_catalog_column**](docs/BeezUPApi.md#importation_unmap_catalog_column) | **POST** /user/catalogs/{storeId}/importations/{executionId}/catalogColumns/{columnId}/unmap | Unmap catalog column
*SwaggerClient::BeezUPApi* | [**importation_unmap_custom_column**](docs/BeezUPApi.md#importation_unmap_custom_column) | **POST** /user/catalogs/{storeId}/importations/{executionId}/customColumns/{columnId}/unmap | Unmap custom column
*SwaggerClient::BeezUPApi* | [**login**](docs/BeezUPApi.md#login) | **POST** /public/security/login | Login
*SwaggerClient::BeezUPApi* | [**logout**](docs/BeezUPApi.md#logout) | **POST** /user/customer/security/logout | Log out the current user from go2
*SwaggerClient::BeezUPApi* | [**lost_password**](docs/BeezUPApi.md#lost_password) | **POST** /public/security/lostpassword | Lost password
*SwaggerClient::BeezUPApi* | [**map_channel_catalog_category**](docs/BeezUPApi.md#map_channel_catalog_category) | **POST** /user/channelCatalogs/{channelCatalogId}/categoryMappings/map | Map channel catalog category
*SwaggerClient::BeezUPApi* | [**map_channel_catalog_columns**](docs/BeezUPApi.md#map_channel_catalog_columns) | **PUT** /user/channelCatalogs/{channelCatalogId}/columnMappings | Configure channel catalog column mappings
*SwaggerClient::BeezUPApi* | [**move_down_rule**](docs/BeezUPApi.md#move_down_rule) | **POST** /user/analytics/{storeId}/rules/{ruleId}/movedown | Move the rule down
*SwaggerClient::BeezUPApi* | [**move_up_rule**](docs/BeezUPApi.md#move_up_rule) | **POST** /user/analytics/{storeId}/rules/{ruleId}/moveup | Move the rule up
*SwaggerClient::BeezUPApi* | [**optimise**](docs/BeezUPApi.md#optimise) | **POST** /user/analytics/{storeId}/optimisations/{actionName} | Optimise products
*SwaggerClient::BeezUPApi* | [**optimise_by_category**](docs/BeezUPApi.md#optimise_by_category) | **POST** /user/analytics/{storeId}/optimisations/bycategory/{catalogCategoryId}/{actionName} | Optimise products's category
*SwaggerClient::BeezUPApi* | [**optimise_by_channel**](docs/BeezUPApi.md#optimise_by_channel) | **POST** /user/analytics/{storeId}/optimisations/bychannel/{channelId}/{actionName} | Optimise products's category
*SwaggerClient::BeezUPApi* | [**optimise_by_product**](docs/BeezUPApi.md#optimise_by_product) | **POST** /user/analytics/{storeId}/optimisations/byproduct/{productId}/{actionName} | Optimise products
*SwaggerClient::BeezUPApi* | [**override_channel_catalog_product_overrides**](docs/BeezUPApi.md#override_channel_catalog_product_overrides) | **PUT** /user/channelCatalogs/{channelCatalogId}/products/{productId}/overrides | Override channel catalog product values
*SwaggerClient::BeezUPApi* | [**reactivate_current_contract**](docs/BeezUPApi.md#reactivate_current_contract) | **POST** /user/customer/contracts/current/reenableAutoRenewal | Reactivate your terminated contract.
*SwaggerClient::BeezUPApi* | [**reenable_channel_catalog_product**](docs/BeezUPApi.md#reenable_channel_catalog_product) | **POST** /user/channelCatalogs/{channelCatalogId}/products/{productId}/reenable | Reenable channel catalog product
*SwaggerClient::BeezUPApi* | [**register**](docs/BeezUPApi.md#register) | **POST** /public/security/register | User Registration
*SwaggerClient::BeezUPApi* | [**resend_email_activation**](docs/BeezUPApi.md#resend_email_activation) | **POST** /user/customer/account/resendEmailActivation | Resend email activation
*SwaggerClient::BeezUPApi* | [**run_rule**](docs/BeezUPApi.md#run_rule) | **POST** /user/analytics/{storeId}/rules/{ruleId}/run | Run rule
*SwaggerClient::BeezUPApi* | [**run_rules**](docs/BeezUPApi.md#run_rules) | **POST** /user/analytics/{storeId}/rules/run | Run all rules for this store
*SwaggerClient::BeezUPApi* | [**save_company_info**](docs/BeezUPApi.md#save_company_info) | **PUT** /user/customer/account/companyInfo | Change company information
*SwaggerClient::BeezUPApi* | [**save_credit_card_info**](docs/BeezUPApi.md#save_credit_card_info) | **PUT** /user/customer/account/creditCardInfo | Save user credit card info
*SwaggerClient::BeezUPApi* | [**save_personal_info**](docs/BeezUPApi.md#save_personal_info) | **PUT** /user/customer/account/personalInfo | Save user personal information
*SwaggerClient::BeezUPApi* | [**save_profile_picture_info**](docs/BeezUPApi.md#save_profile_picture_info) | **PUT** /user/customer/account/profilePictureInfo | Change user picture information
*SwaggerClient::BeezUPApi* | [**save_report_filter**](docs/BeezUPApi.md#save_report_filter) | **PUT** /user/analytics/{storeId}/reports/filters/{reportFilterId} | Save the report filter
*SwaggerClient::BeezUPApi* | [**save_store_alert**](docs/BeezUPApi.md#save_store_alert) | **PUT** /user/customer/stores/{storeId}/alerts/{alertId} | Save store alert
*SwaggerClient::BeezUPApi* | [**set_channel_catalog_marketplace_settings**](docs/BeezUPApi.md#set_channel_catalog_marketplace_settings) | **POST** /user/marketplaces/channelcatalogs/{channelCatalogId}/settings | Save new marketplace settings for a channel catalog
*SwaggerClient::BeezUPApi* | [**set_merchant_order_info**](docs/BeezUPApi.md#set_merchant_order_info) | **POST** /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/setMerchantOrderInfo | Set an Order's merchant information
*SwaggerClient::BeezUPApi* | [**set_merchant_order_info_list**](docs/BeezUPApi.md#set_merchant_order_info_list) | **POST** /user/marketplaces/orders/batches/setMerchantOrderInfos | Send a batch of operations to set an Order's merchant information
*SwaggerClient::BeezUPApi* | [**share**](docs/BeezUPApi.md#share) | **POST** /user/customer/stores/{storeId}/shares | Share a store to another user
*SwaggerClient::BeezUPApi* | [**terminate_current_contract**](docs/BeezUPApi.md#terminate_current_contract) | **POST** /user/customer/contracts/current/disableAutoRenewal | Schedule termination of your current contract at the end of the commitment.
*SwaggerClient::BeezUPApi* | [**unmap_channel_catalog_category**](docs/BeezUPApi.md#unmap_channel_catalog_category) | **POST** /user/channelCatalogs/{channelCatalogId}/categoryMappings/unmap | Unmap channel catalog category
*SwaggerClient::BeezUPApi* | [**update_rule**](docs/BeezUPApi.md#update_rule) | **PATCH** /user/analytics/{storeId}/rules/{ruleId} | Update Rule
*SwaggerClient::BeezUPApi* | [**update_store**](docs/BeezUPApi.md#update_store) | **PATCH** /user/customer/stores/{storeId} | Update some store's information.
*SwaggerClient::BeezUPApi* | [**user_customer_get**](docs/BeezUPApi.md#user_customer_get) | **GET** /user/customer/ | The index of all operations and LOV

## Documentation for Models

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

## Documentation for Authorization

### api_key

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