{"id":22574400,"url":"https://github.com/beezup/api-ruby-client","last_synced_at":"2025-08-21T10:11:16.519Z","repository":{"id":98575819,"uuid":"90131619","full_name":"BeezUP/api-ruby-client","owner":"BeezUP","description":null,"archived":false,"fork":false,"pushed_at":"2017-05-18T15:49:05.000Z","size":2952,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T15:25:12.826Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BeezUP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SecurityApi.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-03T09:26:31.000Z","updated_at":"2017-05-15T13:41:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"b51d3e52-086f-4002-bb41-81f2f4a498af","html_url":"https://github.com/BeezUP/api-ruby-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BeezUP/api-ruby-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeezUP%2Fapi-ruby-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeezUP%2Fapi-ruby-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeezUP%2Fapi-ruby-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeezUP%2Fapi-ruby-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BeezUP","download_url":"https://codeload.github.com/BeezUP/api-ruby-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeezUP%2Fapi-ruby-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271462071,"owners_count":24763857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-08T03:05:50.488Z","updated_at":"2025-08-21T10:11:16.405Z","avatar_url":"https://github.com/BeezUP.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# swagger_client\n\nSwaggerClient - the Ruby gem for the BeezUP API\n\nThis API will allow you to create your account and to get your tokens. \\\\ If you lost your password, you have an operation to get it back. \n\nThis SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:\n\n- API version: 2.0\n- Package version: 1.0.0\n- Build package: io.swagger.codegen.languages.RubyClientCodegen\n\n## Installation\n\n### Build a gem\n\nTo build the Ruby code into a gem:\n\n```shell\ngem build swagger_client.gemspec\n```\n\nThen either install the gem locally:\n\n```shell\ngem install ./swagger_client-1.0.0.gem\n```\n(for development, run `gem install --dev ./swagger_client-1.0.0.gem` to install the development dependencies)\n\nor publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).\n\nFinally add this to the Gemfile:\n\n    gem 'swagger_client', '~\u003e 1.0.0'\n\n### Install from Git\n\nIf 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:\n\n    gem 'swagger_client', :git =\u003e 'https://github.com/YOUR_GIT_USERNAME/YOUR_GIT_REPO.git'\n\n### Include the Ruby code directly\n\nInclude the Ruby code directly using `-I` as follows:\n\n```shell\nruby -Ilib script.rb\n```\n\n## Getting Started\n\nPlease follow the [installation](#installation) procedure and then run the following code:\n```ruby\n# Load the gem\nrequire 'swagger_client'\n\n# Setup authorization\nSwaggerClient.configure do |config|\n  # Configure API key authorization: api_key\n  config.api_key['Ocp-Apim-Subscription-Key'] = 'YOUR API KEY'\n  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)\n  #config.api_key_prefix['Ocp-Apim-Subscription-Key'] = 'Bearer'\nend\n\napi_instance = SwaggerClient::BeezUPApi.new\n\nemail_activation_id = \"email_activation_id_example\" # String | The email activation id received by email.\n\n\nbegin\n  #Activate the user account\n  api_instance.activate_user_account(email_activation_id)\nrescue SwaggerClient::ApiError =\u003e e\n  puts \"Exception when calling BeezUPApi-\u003eactivate_user_account: #{e}\"\nend\n\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://api.beezup.com/v2*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*SwaggerClient::BeezUPApi* | [**activate_user_account**](docs/BeezUPApi.md#activate_user_account) | **POST** /user/customer/account/activate | Activate the user account\n*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\n*SwaggerClient::BeezUPApi* | [**auto_delete_auto_import**](docs/BeezUPApi.md#auto_delete_auto_import) | **DELETE** /user/catalogs/{storeId}/autoImport | Delete Auto Import\n*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\n*SwaggerClient::BeezUPApi* | [**auto_pause_auto_import**](docs/BeezUPApi.md#auto_pause_auto_import) | **POST** /user/catalogs/{storeId}/autoImport/pause | Pause Auto Import\n*SwaggerClient::BeezUPApi* | [**auto_resume_auto_import**](docs/BeezUPApi.md#auto_resume_auto_import) | **POST** /user/catalogs/{storeId}/autoImport/resume | Resume Auto Import\n*SwaggerClient::BeezUPApi* | [**auto_schedule_auto_import**](docs/BeezUPApi.md#auto_schedule_auto_import) | **POST** /user/catalogs/{storeId}/autoImport/scheduling/schedules | Configure Auto Import Schedules\n*SwaggerClient::BeezUPApi* | [**auto_start_auto_import**](docs/BeezUPApi.md#auto_start_auto_import) | **POST** /user/catalogs/{storeId}/autoImport/start | Start Auto Import Manually\n*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\n*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\n*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\n*SwaggerClient::BeezUPApi* | [**catalog_compute_expression**](docs/BeezUPApi.md#catalog_compute_expression) | **POST** /user/catalogs/{storeId}/customColumns/computeExpression | Compute the expression for this catalog.\n*SwaggerClient::BeezUPApi* | [**catalog_delete_custom_column**](docs/BeezUPApi.md#catalog_delete_custom_column) | **DELETE** /user/catalogs/{storeId}/customColumns/{columnId} | Delete custom column\n*SwaggerClient::BeezUPApi* | [**catalog_get_beez_up_columns**](docs/BeezUPApi.md#catalog_get_beez_up_columns) | **GET** /user/catalogs/beezupColumns | Get the BeezUP columns\n*SwaggerClient::BeezUPApi* | [**catalog_get_catalog_columns**](docs/BeezUPApi.md#catalog_get_catalog_columns) | **GET** /user/catalogs/{storeId}/catalogColumns | Get catalog column list\n*SwaggerClient::BeezUPApi* | [**catalog_get_categories**](docs/BeezUPApi.md#catalog_get_categories) | **GET** /user/catalogs/{storeId}/categories | Get category list\n*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\n*SwaggerClient::BeezUPApi* | [**catalog_get_custom_columns**](docs/BeezUPApi.md#catalog_get_custom_columns) | **GET** /user/catalogs/{storeId}/customColumns | Get custom column list\n*SwaggerClient::BeezUPApi* | [**catalog_get_product**](docs/BeezUPApi.md#catalog_get_product) | **GET** /user/catalogs/{storeId}/products/{productId} | Get product\n*SwaggerClient::BeezUPApi* | [**catalog_get_products**](docs/BeezUPApi.md#catalog_get_products) | **POST** /user/catalogs/{storeId}/products | Get product list\n*SwaggerClient::BeezUPApi* | [**catalog_get_random_products**](docs/BeezUPApi.md#catalog_get_random_products) | **GET** /user/catalogs/{storeId}/products/random | Get random product list\n*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\n*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.)\n*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.)\n*SwaggerClient::BeezUPApi* | [**change_password**](docs/BeezUPApi.md#change_password) | **POST** /user/customer/account/changePassword | Change user password\n*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\n*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\n*SwaggerClient::BeezUPApi* | [**configure_automatic_transitions**](docs/BeezUPApi.md#configure_automatic_transitions) | **POST** /user/marketplaces/orders/automaticTransitions | Configure new or existing automatic Order status transition\n*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\n*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\n*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\n*SwaggerClient::BeezUPApi* | [**create_channel_catalog**](docs/BeezUPApi.md#create_channel_catalog) | **POST** /user/channelCatalogs/ | Create a new channel catalog\n*SwaggerClient::BeezUPApi* | [**create_contract**](docs/BeezUPApi.md#create_contract) | **POST** /user/customer/contracts | Create a new contract\n*SwaggerClient::BeezUPApi* | [**create_rule**](docs/BeezUPApi.md#create_rule) | **POST** /user/analytics/{storeId}/rules | Rule creation\n*SwaggerClient::BeezUPApi* | [**create_store**](docs/BeezUPApi.md#create_store) | **POST** /user/customer/stores | Create a new store\n*SwaggerClient::BeezUPApi* | [**delete_channel_catalog**](docs/BeezUPApi.md#delete_channel_catalog) | **DELETE** /user/channelCatalogs/{channelCatalogId} | Delete the channel catalog\n*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\n*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\n*SwaggerClient::BeezUPApi* | [**delete_next_contract**](docs/BeezUPApi.md#delete_next_contract) | **DELETE** /user/customer/contracts/next | Delete your next contract\n*SwaggerClient::BeezUPApi* | [**delete_report_filter**](docs/BeezUPApi.md#delete_report_filter) | **DELETE** /user/analytics/{storeId}/reports/filters/{reportFilterId} | Delete the report filter\n*SwaggerClient::BeezUPApi* | [**delete_rule**](docs/BeezUPApi.md#delete_rule) | **DELETE** /user/analytics/{storeId}/rules/{ruleId} | Delete Rule\n*SwaggerClient::BeezUPApi* | [**delete_share**](docs/BeezUPApi.md#delete_share) | **DELETE** /user/customer/stores/{storeId}/shares/{userId} | Delete a share to another user\n*SwaggerClient::BeezUPApi* | [**delete_store**](docs/BeezUPApi.md#delete_store) | **DELETE** /user/customer/stores/{storeId} | Delete a store\n*SwaggerClient::BeezUPApi* | [**disable_channel_catalog**](docs/BeezUPApi.md#disable_channel_catalog) | **POST** /user/channelCatalogs/{channelCatalogId}/disable | Disable a channel catalog\n*SwaggerClient::BeezUPApi* | [**disable_channel_catalog_product**](docs/BeezUPApi.md#disable_channel_catalog_product) | **POST** /user/channelCatalogs/{channelCatalogId}/products/{productId}/disable | Disable channel catalog product\n*SwaggerClient::BeezUPApi* | [**disable_rule**](docs/BeezUPApi.md#disable_rule) | **POST** /user/analytics/{storeId}/rules/{ruleId}/disable | Disable rule\n*SwaggerClient::BeezUPApi* | [**enable_channel_catalog**](docs/BeezUPApi.md#enable_channel_catalog) | **POST** /user/channelCatalogs/{channelCatalogId}/enable | Enable a channel catalog\n*SwaggerClient::BeezUPApi* | [**enable_rule**](docs/BeezUPApi.md#enable_rule) | **POST** /user/analytics/{storeId}/rules/{ruleId}/enable | Enable rule\n*SwaggerClient::BeezUPApi* | [**export_orders**](docs/BeezUPApi.md#export_orders) | **POST** /user/marketplaces/orders/exportations | Request a new Order report exportation to be generated\n*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\n*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\n*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\n*SwaggerClient::BeezUPApi* | [**get_automatic_transitions**](docs/BeezUPApi.md#get_automatic_transitions) | **GET** /user/marketplaces/orders/automaticTransitions | Get list of configured automatic Order status transitions\n*SwaggerClient::BeezUPApi* | [**get_available_channels**](docs/BeezUPApi.md#get_available_channels) | **GET** /user/channels/ | List all available channel for this store\n*SwaggerClient::BeezUPApi* | [**get_billing_periods**](docs/BeezUPApi.md#get_billing_periods) | **GET** /user/customer/billingPeriods | Get billing periods conditions\n*SwaggerClient::BeezUPApi* | [**get_channel_catalog**](docs/BeezUPApi.md#get_channel_catalog) | **GET** /user/channelCatalogs/{channelCatalogId} | Get the channel catalog information\n*SwaggerClient::BeezUPApi* | [**get_channel_catalog_categories**](docs/BeezUPApi.md#get_channel_catalog_categories) | **GET** /user/channelCatalogs/{channelCatalogId}/categoryMappings | Get channel catalog categories\n*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\n*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\n*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\n*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\n*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\n*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\n*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\n*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\n*SwaggerClient::BeezUPApi* | [**get_channel_catalogs**](docs/BeezUPApi.md#get_channel_catalogs) | **GET** /user/channelCatalogs/ | List all your current channel catalogs\n*SwaggerClient::BeezUPApi* | [**get_channel_categories**](docs/BeezUPApi.md#get_channel_categories) | **GET** /user/channels/{channelId}/categories | Get channel categories\n*SwaggerClient::BeezUPApi* | [**get_channel_columns**](docs/BeezUPApi.md#get_channel_columns) | **POST** /user/channels/{channelId}/columns | Get channel columns\n*SwaggerClient::BeezUPApi* | [**get_channel_info**](docs/BeezUPApi.md#get_channel_info) | **GET** /user/channels/{channelId} | Get channel information\n*SwaggerClient::BeezUPApi* | [**get_channels**](docs/BeezUPApi.md#get_channels) | **GET** /public/channels/{countryIsoCode} | The channel list for one country\n*SwaggerClient::BeezUPApi* | [**get_channels_index**](docs/BeezUPApi.md#get_channels_index) | **GET** /public/channels/ | Get public channel index\n*SwaggerClient::BeezUPApi* | [**get_contracts**](docs/BeezUPApi.md#get_contracts) | **GET** /user/customer/contracts | Get contract list\n*SwaggerClient::BeezUPApi* | [**get_credit_card_info**](docs/BeezUPApi.md#get_credit_card_info) | **GET** /user/customer/account/creditCardInfo | Get credit card information\n*SwaggerClient::BeezUPApi* | [**get_friend_info**](docs/BeezUPApi.md#get_friend_info) | **GET** /user/customer/friends/{userId} | Get friend information\n*SwaggerClient::BeezUPApi* | [**get_invoices**](docs/BeezUPApi.md#get_invoices) | **GET** /user/customer/invoices | Get all your invoices\n*SwaggerClient::BeezUPApi* | [**get_marketplace_account_stores**](docs/BeezUPApi.md#get_marketplace_account_stores) | **GET** /user/marketplaces/channelcatalogs/ | Get  you marketplace channel catalog list\n*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\n*SwaggerClient::BeezUPApi* | [**get_offer**](docs/BeezUPApi.md#get_offer) | **POST** /user/customer/offers | Get offer pricing\n*SwaggerClient::BeezUPApi* | [**get_order**](docs/BeezUPApi.md#get_order) | **GET** /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId} | Get full Order and Order Item(s) properties\n*SwaggerClient::BeezUPApi* | [**get_order_exportations**](docs/BeezUPApi.md#get_order_exportations) | **GET** /user/marketplaces/orders/exportations | Get a paginated list of Order report exportations\n*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\n*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\n*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\n*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\n*SwaggerClient::BeezUPApi* | [**get_profile_picture_info**](docs/BeezUPApi.md#get_profile_picture_info) | **GET** /user/customer/account/profilePictureInfo | Get profile picture information\n*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\n*SwaggerClient::BeezUPApi* | [**get_public_lov_index**](docs/BeezUPApi.md#get_public_lov_index) | **GET** /public/lov/ | Get all list names\n*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\n*SwaggerClient::BeezUPApi* | [**get_report_filter**](docs/BeezUPApi.md#get_report_filter) | **GET** /user/analytics/{storeId}/reports/filters/{reportFilterId} | Get the report filter description\n*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\n*SwaggerClient::BeezUPApi* | [**get_rights**](docs/BeezUPApi.md#get_rights) | **POST** /user/customer/stores/{storeId}/rights | Get store's rights\n*SwaggerClient::BeezUPApi* | [**get_rule**](docs/BeezUPApi.md#get_rule) | **GET** /user/analytics/{storeId}/rules/{ruleId} | Gets the rule\n*SwaggerClient::BeezUPApi* | [**get_rules**](docs/BeezUPApi.md#get_rules) | **GET** /user/analytics/{storeId}/rules | Gets the list of rules for a given store\n*SwaggerClient::BeezUPApi* | [**get_rules_executions**](docs/BeezUPApi.md#get_rules_executions) | **GET** /user/analytics/{storeId}/rules/executions | Get the rules execution history\n*SwaggerClient::BeezUPApi* | [**get_shares**](docs/BeezUPApi.md#get_shares) | **GET** /user/customer/stores/{storeId}/shares | Get shares related to this store\n*SwaggerClient::BeezUPApi* | [**get_standard_offers**](docs/BeezUPApi.md#get_standard_offers) | **GET** /user/customer/offers | Get all standard offers\n*SwaggerClient::BeezUPApi* | [**get_store**](docs/BeezUPApi.md#get_store) | **GET** /user/customer/stores/{storeId} | Get store's information\n*SwaggerClient::BeezUPApi* | [**get_store_alerts**](docs/BeezUPApi.md#get_store_alerts) | **GET** /user/customer/stores/{storeId}/alerts | Get store's alerts\n*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\n*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\n*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\n*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\n*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\n*SwaggerClient::BeezUPApi* | [**get_store_tracked_clicks**](docs/BeezUPApi.md#get_store_tracked_clicks) | **GET** /user/analytics/{storeId}/tracking/clicks | Get the latest clicks tracked\n*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\n*SwaggerClient::BeezUPApi* | [**get_store_tracked_orders**](docs/BeezUPApi.md#get_store_tracked_orders) | **GET** /user/analytics/{storeId}/tracking/orders | Get the latest orders tracked\n*SwaggerClient::BeezUPApi* | [**get_store_tracking_status**](docs/BeezUPApi.md#get_store_tracking_status) | **GET** /user/analytics/{storeId}/tracking/status | Get store tracking synchronization status\n*SwaggerClient::BeezUPApi* | [**get_stores**](docs/BeezUPApi.md#get_stores) | **GET** /user/customer/stores | Get store list\n*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\n*SwaggerClient::BeezUPApi* | [**get_user_account_info**](docs/BeezUPApi.md#get_user_account_info) | **GET** /user/customer/account | Get user account information\n*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\n*SwaggerClient::BeezUPApi* | [**get_user_lov_index**](docs/BeezUPApi.md#get_user_lov_index) | **GET** /user/lov/ | Get all list names\n*SwaggerClient::BeezUPApi* | [**harvest_all**](docs/BeezUPApi.md#harvest_all) | **POST** /user/marketplaces/orders/harvest | Send harvest request to all your marketplaces\n*SwaggerClient::BeezUPApi* | [**harvest_order**](docs/BeezUPApi.md#harvest_order) | **POST** /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/harvest | Send harvest request for a single Order\n*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)\n*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.\n*SwaggerClient::BeezUPApi* | [**importation_cancel**](docs/BeezUPApi.md#importation_cancel) | **DELETE** /user/catalogs/{storeId}/importations/{executionId} | Cancel importation\n*SwaggerClient::BeezUPApi* | [**importation_commit**](docs/BeezUPApi.md#importation_commit) | **POST** /user/catalogs/{storeId}/importations/{executionId}/commit | Commit Importation\n*SwaggerClient::BeezUPApi* | [**importation_commit_columns**](docs/BeezUPApi.md#importation_commit_columns) | **POST** /user/catalogs/{storeId}/importations/{executionId}/commitColumns | Commit columns\n*SwaggerClient::BeezUPApi* | [**importation_configure_catalog_column**](docs/BeezUPApi.md#importation_configure_catalog_column) | **POST** /user/catalogs/{storeId}/importations/{executionId}/catalogColumns/{columnId} | Configure catalog column\n*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\n*SwaggerClient::BeezUPApi* | [**importation_delete_custom_column**](docs/BeezUPApi.md#importation_delete_custom_column) | **DELETE** /user/catalogs/{storeId}/importations/{executionId}/customColumns/{columnId} | Delete Custom Column\n*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\n*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\n*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.\n*SwaggerClient::BeezUPApi* | [**importation_get_importation_monitoring**](docs/BeezUPApi.md#importation_get_importation_monitoring) | **GET** /user/catalogs/{storeId}/importations/{executionId} | Get the importation status\n*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\n*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)\n*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.\n*SwaggerClient::BeezUPApi* | [**importation_get_reportings**](docs/BeezUPApi.md#importation_get_reportings) | **GET** /user/catalogs/{storeId}/importations | Get the latest catalog importation reporting\n*SwaggerClient::BeezUPApi* | [**importation_ignore_column**](docs/BeezUPApi.md#importation_ignore_column) | **POST** /user/catalogs/{storeId}/importations/{executionId}/catalogColumns/{columnId}/ignore | Ignore Column\n*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\n*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\n*SwaggerClient::BeezUPApi* | [**importation_reattend_column**](docs/BeezUPApi.md#importation_reattend_column) | **POST** /user/catalogs/{storeId}/importations/{executionId}/catalogColumns/{columnId}/reattend | Reattend Column\n*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\n*SwaggerClient::BeezUPApi* | [**importation_start_manual_update**](docs/BeezUPApi.md#importation_start_manual_update) | **POST** /user/catalogs/{storeId}/importations | Start Manual Import\n*SwaggerClient::BeezUPApi* | [**importation_technical_progression**](docs/BeezUPApi.md#importation_technical_progression) | **GET** /user/catalogs/{storeId}/importations/{executionId}/technicalProgression | Get technical progression\n*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\n*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\n*SwaggerClient::BeezUPApi* | [**login**](docs/BeezUPApi.md#login) | **POST** /public/security/login | Login\n*SwaggerClient::BeezUPApi* | [**logout**](docs/BeezUPApi.md#logout) | **POST** /user/customer/security/logout | Log out the current user from go2\n*SwaggerClient::BeezUPApi* | [**lost_password**](docs/BeezUPApi.md#lost_password) | **POST** /public/security/lostpassword | Lost password\n*SwaggerClient::BeezUPApi* | [**map_channel_catalog_category**](docs/BeezUPApi.md#map_channel_catalog_category) | **POST** /user/channelCatalogs/{channelCatalogId}/categoryMappings/map | Map channel catalog category\n*SwaggerClient::BeezUPApi* | [**map_channel_catalog_columns**](docs/BeezUPApi.md#map_channel_catalog_columns) | **PUT** /user/channelCatalogs/{channelCatalogId}/columnMappings | Configure channel catalog column mappings\n*SwaggerClient::BeezUPApi* | [**move_down_rule**](docs/BeezUPApi.md#move_down_rule) | **POST** /user/analytics/{storeId}/rules/{ruleId}/movedown | Move the rule down\n*SwaggerClient::BeezUPApi* | [**move_up_rule**](docs/BeezUPApi.md#move_up_rule) | **POST** /user/analytics/{storeId}/rules/{ruleId}/moveup | Move the rule up\n*SwaggerClient::BeezUPApi* | [**optimise**](docs/BeezUPApi.md#optimise) | **POST** /user/analytics/{storeId}/optimisations/{actionName} | Optimise products\n*SwaggerClient::BeezUPApi* | [**optimise_by_category**](docs/BeezUPApi.md#optimise_by_category) | **POST** /user/analytics/{storeId}/optimisations/bycategory/{catalogCategoryId}/{actionName} | Optimise products's category\n*SwaggerClient::BeezUPApi* | [**optimise_by_channel**](docs/BeezUPApi.md#optimise_by_channel) | **POST** /user/analytics/{storeId}/optimisations/bychannel/{channelId}/{actionName} | Optimise products's category\n*SwaggerClient::BeezUPApi* | [**optimise_by_product**](docs/BeezUPApi.md#optimise_by_product) | **POST** /user/analytics/{storeId}/optimisations/byproduct/{productId}/{actionName} | Optimise products\n*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\n*SwaggerClient::BeezUPApi* | [**reactivate_current_contract**](docs/BeezUPApi.md#reactivate_current_contract) | **POST** /user/customer/contracts/current/reenableAutoRenewal | Reactivate your terminated contract.\n*SwaggerClient::BeezUPApi* | [**reenable_channel_catalog_product**](docs/BeezUPApi.md#reenable_channel_catalog_product) | **POST** /user/channelCatalogs/{channelCatalogId}/products/{productId}/reenable | Reenable channel catalog product\n*SwaggerClient::BeezUPApi* | [**register**](docs/BeezUPApi.md#register) | **POST** /public/security/register | User Registration\n*SwaggerClient::BeezUPApi* | [**resend_email_activation**](docs/BeezUPApi.md#resend_email_activation) | **POST** /user/customer/account/resendEmailActivation | Resend email activation\n*SwaggerClient::BeezUPApi* | [**run_rule**](docs/BeezUPApi.md#run_rule) | **POST** /user/analytics/{storeId}/rules/{ruleId}/run | Run rule\n*SwaggerClient::BeezUPApi* | [**run_rules**](docs/BeezUPApi.md#run_rules) | **POST** /user/analytics/{storeId}/rules/run | Run all rules for this store\n*SwaggerClient::BeezUPApi* | [**save_company_info**](docs/BeezUPApi.md#save_company_info) | **PUT** /user/customer/account/companyInfo | Change company information\n*SwaggerClient::BeezUPApi* | [**save_credit_card_info**](docs/BeezUPApi.md#save_credit_card_info) | **PUT** /user/customer/account/creditCardInfo | Save user credit card info\n*SwaggerClient::BeezUPApi* | [**save_personal_info**](docs/BeezUPApi.md#save_personal_info) | **PUT** /user/customer/account/personalInfo | Save user personal information\n*SwaggerClient::BeezUPApi* | [**save_profile_picture_info**](docs/BeezUPApi.md#save_profile_picture_info) | **PUT** /user/customer/account/profilePictureInfo | Change user picture information\n*SwaggerClient::BeezUPApi* | [**save_report_filter**](docs/BeezUPApi.md#save_report_filter) | **PUT** /user/analytics/{storeId}/reports/filters/{reportFilterId} | Save the report filter\n*SwaggerClient::BeezUPApi* | [**save_store_alert**](docs/BeezUPApi.md#save_store_alert) | **PUT** /user/customer/stores/{storeId}/alerts/{alertId} | Save store alert\n*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\n*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\n*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\n*SwaggerClient::BeezUPApi* | [**share**](docs/BeezUPApi.md#share) | **POST** /user/customer/stores/{storeId}/shares | Share a store to another user\n*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.\n*SwaggerClient::BeezUPApi* | [**unmap_channel_catalog_category**](docs/BeezUPApi.md#unmap_channel_catalog_category) | **POST** /user/channelCatalogs/{channelCatalogId}/categoryMappings/unmap | Unmap channel catalog category\n*SwaggerClient::BeezUPApi* | [**update_rule**](docs/BeezUPApi.md#update_rule) | **PATCH** /user/analytics/{storeId}/rules/{ruleId} | Update Rule\n*SwaggerClient::BeezUPApi* | [**update_store**](docs/BeezUPApi.md#update_store) | **PATCH** /user/customer/stores/{storeId} | Update some store's information.\n*SwaggerClient::BeezUPApi* | [**user_customer_get**](docs/BeezUPApi.md#user_customer_get) | **GET** /user/customer/ | The index of all operations and LOV\n\n\n## Documentation for Models\n\n - [SwaggerClient::AccountId](docs/AccountId.md)\n - [SwaggerClient::AccountInfo](docs/AccountInfo.md)\n - [SwaggerClient::AccountInfoLinks](docs/AccountInfoLinks.md)\n - [SwaggerClient::AccountPublications](docs/AccountPublications.md)\n - [SwaggerClient::AccountPublicationsLinks](docs/AccountPublicationsLinks.md)\n - [SwaggerClient::AccountStatus](docs/AccountStatus.md)\n - [SwaggerClient::AccountSynchronization](docs/AccountSynchronization.md)\n - [SwaggerClient::AccountSynchronizations](docs/AccountSynchronizations.md)\n - [SwaggerClient::AccountingEmails](docs/AccountingEmails.md)\n - [SwaggerClient::Address](docs/Address.md)\n - [SwaggerClient::AlertId](docs/AlertId.md)\n - [SwaggerClient::AlertIsActive](docs/AlertIsActive.md)\n - [SwaggerClient::AlertName](docs/AlertName.md)\n - [SwaggerClient::AlertPropertyId](docs/AlertPropertyId.md)\n - [SwaggerClient::AlertPropertyValue](docs/AlertPropertyValue.md)\n - [SwaggerClient::ApiCredential](docs/ApiCredential.md)\n - [SwaggerClient::ApiCredentials](docs/ApiCredentials.md)\n - [SwaggerClient::ApiSettingStatus](docs/ApiSettingStatus.md)\n - [SwaggerClient::AutoImportConfiguration](docs/AutoImportConfiguration.md)\n - [SwaggerClient::AutomaticTransition](docs/AutomaticTransition.md)\n - [SwaggerClient::AutomaticTransitionInfo](docs/AutomaticTransitionInfo.md)\n - [SwaggerClient::AutomaticTransitionInfoLinks](docs/AutomaticTransitionInfoLinks.md)\n - [SwaggerClient::AutomaticTransitionInfos](docs/AutomaticTransitionInfos.md)\n - [SwaggerClient::AutomaticTransitionInfosLinks](docs/AutomaticTransitionInfosLinks.md)\n - [SwaggerClient::BatchOrderOperationResponse](docs/BatchOrderOperationResponse.md)\n - [SwaggerClient::BeezUPColumnConfiguration](docs/BeezUPColumnConfiguration.md)\n - [SwaggerClient::BeezUPCommonBeezUPColumnName](docs/BeezUPCommonBeezUPColumnName.md)\n - [SwaggerClient::BeezUPCommonCatalogCategoryId](docs/BeezUPCommonCatalogCategoryId.md)\n - [SwaggerClient::BeezUPCommonCatalogCategoryPath](docs/BeezUPCommonCatalogCategoryPath.md)\n - [SwaggerClient::BeezUPCommonCatalogColumnId](docs/BeezUPCommonCatalogColumnId.md)\n - [SwaggerClient::BeezUPCommonCatalogColumnUserName](docs/BeezUPCommonCatalogColumnUserName.md)\n - [SwaggerClient::BeezUPCommonChannelBasicInfo](docs/BeezUPCommonChannelBasicInfo.md)\n - [SwaggerClient::BeezUPCommonChannelCatalogId](docs/BeezUPCommonChannelCatalogId.md)\n - [SwaggerClient::BeezUPCommonChannelCategoryId](docs/BeezUPCommonChannelCategoryId.md)\n - [SwaggerClient::BeezUPCommonChannelCategoryPath](docs/BeezUPCommonChannelCategoryPath.md)\n - [SwaggerClient::BeezUPCommonChannelColumnId](docs/BeezUPCommonChannelColumnId.md)\n - [SwaggerClient::BeezUPCommonChannelColumnName](docs/BeezUPCommonChannelColumnName.md)\n - [SwaggerClient::BeezUPCommonChannelId](docs/BeezUPCommonChannelId.md)\n - [SwaggerClient::BeezUPCommonChannelName](docs/BeezUPCommonChannelName.md)\n - [SwaggerClient::BeezUPCommonColumnDataType](docs/BeezUPCommonColumnDataType.md)\n - [SwaggerClient::BeezUPCommonColumnImportance](docs/BeezUPCommonColumnImportance.md)\n - [SwaggerClient::BeezUPCommonCountryIsoCodeAlpha3](docs/BeezUPCommonCountryIsoCodeAlpha3.md)\n - [SwaggerClient::BeezUPCommonCurrencyCode](docs/BeezUPCommonCurrencyCode.md)\n - [SwaggerClient::BeezUPCommonDocUrl](docs/BeezUPCommonDocUrl.md)\n - [SwaggerClient::BeezUPCommonEmail](docs/BeezUPCommonEmail.md)\n - [SwaggerClient::BeezUPCommonErrorResponseMessage](docs/BeezUPCommonErrorResponseMessage.md)\n - [SwaggerClient::BeezUPCommonErrorSummary](docs/BeezUPCommonErrorSummary.md)\n - [SwaggerClient::BeezUPCommonExceptionDetail](docs/BeezUPCommonExceptionDetail.md)\n - [SwaggerClient::BeezUPCommonHref](docs/BeezUPCommonHref.md)\n - [SwaggerClient::BeezUPCommonHttpMethod](docs/BeezUPCommonHttpMethod.md)\n - [SwaggerClient::BeezUPCommonHttpUrl](docs/BeezUPCommonHttpUrl.md)\n - [SwaggerClient::BeezUPCommonInfoSummaries](docs/BeezUPCommonInfoSummaries.md)\n - [SwaggerClient::BeezUPCommonInfoSummary](docs/BeezUPCommonInfoSummary.md)\n - [SwaggerClient::BeezUPCommonLOVLink2](docs/BeezUPCommonLOVLink2.md)\n - [SwaggerClient::BeezUPCommonLOVLink3](docs/BeezUPCommonLOVLink3.md)\n - [SwaggerClient::BeezUPCommonLink2](docs/BeezUPCommonLink2.md)\n - [SwaggerClient::BeezUPCommonLink3](docs/BeezUPCommonLink3.md)\n - [SwaggerClient::BeezUPCommonLinkParameter2](docs/BeezUPCommonLinkParameter2.md)\n - [SwaggerClient::BeezUPCommonLinkParameter3](docs/BeezUPCommonLinkParameter3.md)\n - [SwaggerClient::BeezUPCommonLinkParameterProperty3](docs/BeezUPCommonLinkParameterProperty3.md)\n - [SwaggerClient::BeezUPCommonListOfValueItem](docs/BeezUPCommonListOfValueItem.md)\n - [SwaggerClient::BeezUPCommonMarketplaceAccountId](docs/BeezUPCommonMarketplaceAccountId.md)\n - [SwaggerClient::BeezUPCommonMarketplaceBusinessCode](docs/BeezUPCommonMarketplaceBusinessCode.md)\n - [SwaggerClient::BeezUPCommonMarketplaceTechnicalCode](docs/BeezUPCommonMarketplaceTechnicalCode.md)\n - [SwaggerClient::BeezUPCommonOperationId](docs/BeezUPCommonOperationId.md)\n - [SwaggerClient::BeezUPCommonPaginationResult](docs/BeezUPCommonPaginationResult.md)\n - [SwaggerClient::BeezUPCommonPaginationResultLinks](docs/BeezUPCommonPaginationResultLinks.md)\n - [SwaggerClient::BeezUPCommonParameterIn](docs/BeezUPCommonParameterIn.md)\n - [SwaggerClient::BeezUPCommonParameterType](docs/BeezUPCommonParameterType.md)\n - [SwaggerClient::BeezUPCommonProductBasicInfo](docs/BeezUPCommonProductBasicInfo.md)\n - [SwaggerClient::BeezUPCommonProductId](docs/BeezUPCommonProductId.md)\n - [SwaggerClient::BeezUPCommonStoreId](docs/BeezUPCommonStoreId.md)\n - [SwaggerClient::BeezUPCommonSuccessSummary](docs/BeezUPCommonSuccessSummary.md)\n - [SwaggerClient::BeezUPCommonUserErrorMessage](docs/BeezUPCommonUserErrorMessage.md)\n - [SwaggerClient::BeezUPCommonUserErrorMessageArguments](docs/BeezUPCommonUserErrorMessageArguments.md)\n - [SwaggerClient::BeezUPCommonUserId](docs/BeezUPCommonUserId.md)\n - [SwaggerClient::BeezUPCommonWarningSummary](docs/BeezUPCommonWarningSummary.md)\n - [SwaggerClient::BeezUPOrderId](docs/BeezUPOrderId.md)\n - [SwaggerClient::BeezUPOrderStatus](docs/BeezUPOrderStatus.md)\n - [SwaggerClient::BeezUPTimeZoneId](docs/BeezUPTimeZoneId.md)\n - [SwaggerClient::BillingPeriod](docs/BillingPeriod.md)\n - [SwaggerClient::BillingPeriodInMonth](docs/BillingPeriodInMonth.md)\n - [SwaggerClient::BillingPeriods](docs/BillingPeriods.md)\n - [SwaggerClient::BonusInfo](docs/BonusInfo.md)\n - [SwaggerClient::BonusType](docs/BonusType.md)\n - [SwaggerClient::BusinessOperationType](docs/BusinessOperationType.md)\n - [SwaggerClient::CanBeTruncated](docs/CanBeTruncated.md)\n - [SwaggerClient::CardNumber](docs/CardNumber.md)\n - [SwaggerClient::CardVerificationCode](docs/CardVerificationCode.md)\n - [SwaggerClient::CatalogColumn](docs/CatalogColumn.md)\n - [SwaggerClient::CatalogColumnName](docs/CatalogColumnName.md)\n - [SwaggerClient::CatalogColumns](docs/CatalogColumns.md)\n - [SwaggerClient::Categories](docs/Categories.md)\n - [SwaggerClient::Category](docs/Category.md)\n - [SwaggerClient::CategoryMappingState](docs/CategoryMappingState.md)\n - [SwaggerClient::CategoryMappingStatus](docs/CategoryMappingStatus.md)\n - [SwaggerClient::ChangeCustomColumnExpressionRequest](docs/ChangeCustomColumnExpressionRequest.md)\n - [SwaggerClient::ChangeCustomColumnRequest](docs/ChangeCustomColumnRequest.md)\n - [SwaggerClient::ChangeOrderListRequest](docs/ChangeOrderListRequest.md)\n - [SwaggerClient::ChangeOrderListRequestItem](docs/ChangeOrderListRequestItem.md)\n - [SwaggerClient::ChangeOrderReporting](docs/ChangeOrderReporting.md)\n - [SwaggerClient::ChangeOrderRequest](docs/ChangeOrderRequest.md)\n - [SwaggerClient::ChangePasswordRequest](docs/ChangePasswordRequest.md)\n - [SwaggerClient::ChangeUserColumnNameRequest](docs/ChangeUserColumnNameRequest.md)\n - [SwaggerClient::ChannelCatalog](docs/ChannelCatalog.md)\n - [SwaggerClient::ChannelCatalogCategoryMapping](docs/ChannelCatalogCategoryMapping.md)\n - [SwaggerClient::ChannelCatalogCategoryMappingInfo](docs/ChannelCatalogCategoryMappingInfo.md)\n - [SwaggerClient::ChannelCatalogCategoryMappings](docs/ChannelCatalogCategoryMappings.md)\n - [SwaggerClient::ChannelCatalogExportCacheInfo](docs/ChannelCatalogExportCacheInfo.md)\n - [SwaggerClient::ChannelCatalogExportCacheInfoResponse](docs/ChannelCatalogExportCacheInfoResponse.md)\n - [SwaggerClient::ChannelCatalogExportCacheInfoResponseLinks](docs/ChannelCatalogExportCacheInfoResponseLinks.md)\n - [SwaggerClient::ChannelCatalogExportationHistory](docs/ChannelCatalogExportationHistory.md)\n - [SwaggerClient::ChannelCatalogExportationHistoryLinks](docs/ChannelCatalogExportationHistoryLinks.md)\n - [SwaggerClient::ChannelCatalogExportationReporting](docs/ChannelCatalogExportationReporting.md)\n - [SwaggerClient::ChannelCatalogList](docs/ChannelCatalogList.md)\n - [SwaggerClient::ChannelCatalogMarketplaceProperties](docs/ChannelCatalogMarketplaceProperties.md)\n - [SwaggerClient::ChannelCatalogMarketplacePropertiesLinks](docs/ChannelCatalogMarketplacePropertiesLinks.md)\n - [SwaggerClient::ChannelCatalogMarketplaceProperty](docs/ChannelCatalogMarketplaceProperty.md)\n - [SwaggerClient::ChannelCatalogMarketplacePropertyGroup](docs/ChannelCatalogMarketplacePropertyGroup.md)\n - [SwaggerClient::ChannelCatalogMarketplaceSetting](docs/ChannelCatalogMarketplaceSetting.md)\n - [SwaggerClient::ChannelCatalogMarketplaceSettingArray](docs/ChannelCatalogMarketplaceSettingArray.md)\n - [SwaggerClient::ChannelCatalogMarketplaceSettings](docs/ChannelCatalogMarketplaceSettings.md)\n - [SwaggerClient::ChannelCatalogMarketplaceSettingsLinks](docs/ChannelCatalogMarketplaceSettingsLinks.md)\n - [SwaggerClient::ChannelCatalogProductByChannelCatalogRequest](docs/ChannelCatalogProductByChannelCatalogRequest.md)\n - [SwaggerClient::ChannelCatalogProductByChannelCatalogResponse](docs/ChannelCatalogProductByChannelCatalogResponse.md)\n - [SwaggerClient::ChannelCatalogProductInfo](docs/ChannelCatalogProductInfo.md)\n - [SwaggerClient::ChannelCatalogProductInfoLinks](docs/ChannelCatalogProductInfoLinks.md)\n - [SwaggerClient::ChannelCatalogProductInfoList](docs/ChannelCatalogProductInfoList.md)\n - [SwaggerClient::ChannelCatalogProductInfoListLinks](docs/ChannelCatalogProductInfoListLinks.md)\n - [SwaggerClient::ChannelCatalogState](docs/ChannelCatalogState.md)\n - [SwaggerClient::ChannelCategory](docs/ChannelCategory.md)\n - [SwaggerClient::ChannelCategoryChannelCode](docs/ChannelCategoryChannelCode.md)\n - [SwaggerClient::ChannelCategoryColumnOverride](docs/ChannelCategoryColumnOverride.md)\n - [SwaggerClient::ChannelCategoryColumnOverrides](docs/ChannelCategoryColumnOverrides.md)\n - [SwaggerClient::ChannelCategoryDefaultCost](docs/ChannelCategoryDefaultCost.md)\n - [SwaggerClient::ChannelCategoryLevel](docs/ChannelCategoryLevel.md)\n - [SwaggerClient::ChannelColumn](docs/ChannelColumn.md)\n - [SwaggerClient::ChannelColumnConfiguration](docs/ChannelColumnConfiguration.md)\n - [SwaggerClient::ChannelColumnDescription](docs/ChannelColumnDescription.md)\n - [SwaggerClient::ChannelColumnRestrictedValues](docs/ChannelColumnRestrictedValues.md)\n - [SwaggerClient::ChannelColumnShowInMapping](docs/ChannelColumnShowInMapping.md)\n - [SwaggerClient::ChannelFirstLevelCategory](docs/ChannelFirstLevelCategory.md)\n - [SwaggerClient::ChannelHeader](docs/ChannelHeader.md)\n - [SwaggerClient::ChannelHeaderLinks](docs/ChannelHeaderLinks.md)\n - [SwaggerClient::ChannelInfo](docs/ChannelInfo.md)\n - [SwaggerClient::ChannelInfoList](docs/ChannelInfoList.md)\n - [SwaggerClient::ChannelInfoListLinks](docs/ChannelInfoListLinks.md)\n - [SwaggerClient::ChannelRootCategory](docs/ChannelRootCategory.md)\n - [SwaggerClient::City](docs/City.md)\n - [SwaggerClient::ClearMerchantOrderInfoListRequest](docs/ClearMerchantOrderInfoListRequest.md)\n - [SwaggerClient::ClickIncludedAndAdditionalClickPrice](docs/ClickIncludedAndAdditionalClickPrice.md)\n - [SwaggerClient::ClickIncludedAndVariablePrice](docs/ClickIncludedAndVariablePrice.md)\n - [SwaggerClient::ColumnConfiguration](docs/ColumnConfiguration.md)\n - [SwaggerClient::ColumnCultureName](docs/ColumnCultureName.md)\n - [SwaggerClient::ColumnFormat](docs/ColumnFormat.md)\n - [SwaggerClient::ColumnId](docs/ColumnId.md)\n - [SwaggerClient::ColumnMapping](docs/ColumnMapping.md)\n - [SwaggerClient::ColumnMappingList](docs/ColumnMappingList.md)\n - [SwaggerClient::ColumnMappingStatus](docs/ColumnMappingStatus.md)\n - [SwaggerClient::ColumnMappingWithName](docs/ColumnMappingWithName.md)\n - [SwaggerClient::ColumnMappingWithNameList](docs/ColumnMappingWithNameList.md)\n - [SwaggerClient::Company](docs/Company.md)\n - [SwaggerClient::CompanyInfo](docs/CompanyInfo.md)\n - [SwaggerClient::CompareOptions](docs/CompareOptions.md)\n - [SwaggerClient::CompressionFormatStrategy](docs/CompressionFormatStrategy.md)\n - [SwaggerClient::ComputeExpressionRequest](docs/ComputeExpressionRequest.md)\n - [SwaggerClient::ConfigureAutoImportIntervalRequest](docs/ConfigureAutoImportIntervalRequest.md)\n - [SwaggerClient::ConfigureAutomaticTransitionRequest](docs/ConfigureAutomaticTransitionRequest.md)\n - [SwaggerClient::ConfigureCatalogColumnCatalogRequest](docs/ConfigureCatalogColumnCatalogRequest.md)\n - [SwaggerClient::ContractBillingPeriodInfo](docs/ContractBillingPeriodInfo.md)\n - [SwaggerClient::ContractBonusInfo](docs/ContractBonusInfo.md)\n - [SwaggerClient::ContractClickInfo](docs/ContractClickInfo.md)\n - [SwaggerClient::ContractCommitmentInfo](docs/ContractCommitmentInfo.md)\n - [SwaggerClient::ContractDiscountInfo](docs/ContractDiscountInfo.md)\n - [SwaggerClient::ContractId](docs/ContractId.md)\n - [SwaggerClient::ContractInfo](docs/ContractInfo.md)\n - [SwaggerClient::ContractMoneyInfo](docs/ContractMoneyInfo.md)\n - [SwaggerClient::ContractStoreInfo](docs/ContractStoreInfo.md)\n - [SwaggerClient::ContractTerminationReason](docs/ContractTerminationReason.md)\n - [SwaggerClient::ContractTerminationReasonType](docs/ContractTerminationReasonType.md)\n - [SwaggerClient::Contracts](docs/Contracts.md)\n - [SwaggerClient::ContractsLinks](docs/ContractsLinks.md)\n - [SwaggerClient::CostSettings](docs/CostSettings.md)\n - [SwaggerClient::CostType](docs/CostType.md)\n - [SwaggerClient::CouponDiscountCode](docs/CouponDiscountCode.md)\n - [SwaggerClient::CouponOfferCode](docs/CouponOfferCode.md)\n - [SwaggerClient::CreateChannelCatalogRequest](docs/CreateChannelCatalogRequest.md)\n - [SwaggerClient::CreateContract](docs/CreateContract.md)\n - [SwaggerClient::CreateCustomColumnRequest](docs/CreateCustomColumnRequest.md)\n - [SwaggerClient::CreateRuleRequest](docs/CreateRuleRequest.md)\n - [SwaggerClient::CreateStoreRequest](docs/CreateStoreRequest.md)\n - [SwaggerClient::Credential](docs/Credential.md)\n - [SwaggerClient::CreditCardInfo](docs/CreditCardInfo.md)\n - [SwaggerClient::CreditCardInfoResponse](docs/CreditCardInfoResponse.md)\n - [SwaggerClient::CreditCardInfoResponseLinks](docs/CreditCardInfoResponseLinks.md)\n - [SwaggerClient::CreditCardInfoWithCardType](docs/CreditCardInfoWithCardType.md)\n - [SwaggerClient::CurrentContractInfo](docs/CurrentContractInfo.md)\n - [SwaggerClient::CurrentContractInfoLinks](docs/CurrentContractInfoLinks.md)\n - [SwaggerClient::CustomColumn](docs/CustomColumn.md)\n - [SwaggerClient::CustomColumns](docs/CustomColumns.md)\n - [SwaggerClient::CustomerIndex](docs/CustomerIndex.md)\n - [SwaggerClient::CustomerIndexLinks](docs/CustomerIndexLinks.md)\n - [SwaggerClient::CustomerIndexLovLinks](docs/CustomerIndexLovLinks.md)\n - [SwaggerClient::DateSearchType](docs/DateSearchType.md)\n - [SwaggerClient::DetectedCatalogColumn](docs/DetectedCatalogColumn.md)\n - [SwaggerClient::DetectedCatalogColumns](docs/DetectedCatalogColumns.md)\n - [SwaggerClient::DisplayGroupName](docs/DisplayGroupName.md)\n - [SwaggerClient::DownloadCatalogStrategy](docs/DownloadCatalogStrategy.md)\n - [SwaggerClient::DuplicateProductValueConfiguration](docs/DuplicateProductValueConfiguration.md)\n - [SwaggerClient::DuplicateProductValueStrategy](docs/DuplicateProductValueStrategy.md)\n - [SwaggerClient::EncryptedBlocklyExpression](docs/EncryptedBlocklyExpression.md)\n - [SwaggerClient::EncryptedExpression](docs/EncryptedExpression.md)\n - [SwaggerClient::Etag](docs/Etag.md)\n - [SwaggerClient::ExclusionFilter](docs/ExclusionFilter.md)\n - [SwaggerClient::ExclusionFilterName](docs/ExclusionFilterName.md)\n - [SwaggerClient::ExclusionFilterOperator](docs/ExclusionFilterOperator.md)\n - [SwaggerClient::ExclusionFilterOperatorDataType](docs/ExclusionFilterOperatorDataType.md)\n - [SwaggerClient::ExclusionFilterOperatorName](docs/ExclusionFilterOperatorName.md)\n - [SwaggerClient::ExclusionFilters](docs/ExclusionFilters.md)\n - [SwaggerClient::ExecutionId](docs/ExecutionId.md)\n - [SwaggerClient::ExecutionUUID](docs/ExecutionUUID.md)\n - [SwaggerClient::ExistingCatalogColumnConfiguration](docs/ExistingCatalogColumnConfiguration.md)\n - [SwaggerClient::ExpirationMonth](docs/ExpirationMonth.md)\n - [SwaggerClient::ExpirationYear](docs/ExpirationYear.md)\n - [SwaggerClient::ExportOrderListFormat](docs/ExportOrderListFormat.md)\n - [SwaggerClient::ExportOrderListRequest](docs/ExportOrderListRequest.md)\n - [SwaggerClient::FeedType](docs/FeedType.md)\n - [SwaggerClient::FileFormatStrategy](docs/FileFormatStrategy.md)\n - [SwaggerClient::FirstName](docs/FirstName.md)\n - [SwaggerClient::FixedAndVariableClickModelInfo](docs/FixedAndVariableClickModelInfo.md)\n - [SwaggerClient::FriendCountryIsoCodeAlpha3](docs/FriendCountryIsoCodeAlpha3.md)\n - [SwaggerClient::FriendEmail](docs/FriendEmail.md)\n - [SwaggerClient::FriendProfilePictureUrl](docs/FriendProfilePictureUrl.md)\n - [SwaggerClient::Functionality](docs/Functionality.md)\n - [SwaggerClient::FunctionalityRightInfo](docs/FunctionalityRightInfo.md)\n - [SwaggerClient::GeneralSettings](docs/GeneralSettings.md)\n - [SwaggerClient::GetChannelCatalogProductInfoListRequest](docs/GetChannelCatalogProductInfoListRequest.md)\n - [SwaggerClient::GetProductsRequest](docs/GetProductsRequest.md)\n - [SwaggerClient::GlobalPerformanceIndicatorByChannel](docs/GlobalPerformanceIndicatorByChannel.md)\n - [SwaggerClient::GravatarProfilePictureUrl](docs/GravatarProfilePictureUrl.md)\n - [SwaggerClient::HarvestOrderReporting](docs/HarvestOrderReporting.md)\n - [SwaggerClient::ImportationMonitoring](docs/ImportationMonitoring.md)\n - [SwaggerClient::ImportationReporting](docs/ImportationReporting.md)\n - [SwaggerClient::ImportationTechnicalProgression](docs/ImportationTechnicalProgression.md)\n - [SwaggerClient::InitialsProfilePictureUrl](docs/InitialsProfilePictureUrl.md)\n - [SwaggerClient::InlineResponse409](docs/InlineResponse409.md)\n - [SwaggerClient::InlineResponse409Links](docs/InlineResponse409Links.md)\n - [SwaggerClient::InputConfiguration](docs/InputConfiguration.md)\n - [SwaggerClient::InputFileConfiguration](docs/InputFileConfiguration.md)\n - [SwaggerClient::InputFileFetchConfiguration](docs/InputFileFetchConfiguration.md)\n - [SwaggerClient::InputFileReadConfiguration](docs/InputFileReadConfiguration.md)\n - [SwaggerClient::InputFileReadCsvConfiguration](docs/InputFileReadCsvConfiguration.md)\n - [SwaggerClient::InputFileReadXmlConfiguration](docs/InputFileReadXmlConfiguration.md)\n - [SwaggerClient::Invoice](docs/Invoice.md)\n - [SwaggerClient::InvoiceNumber](docs/InvoiceNumber.md)\n - [SwaggerClient::InvoicePaymentStatus](docs/InvoicePaymentStatus.md)\n - [SwaggerClient::Invoices](docs/Invoices.md)\n - [SwaggerClient::LastManualImportInputConfiguration](docs/LastManualImportInputConfiguration.md)\n - [SwaggerClient::LastName](docs/LastName.md)\n - [SwaggerClient::LinkClickToOrderType](docs/LinkClickToOrderType.md)\n - [SwaggerClient::LinksChangeOrderLink](docs/LinksChangeOrderLink.md)\n - [SwaggerClient::LinksChangePasswordLink](docs/LinksChangePasswordLink.md)\n - [SwaggerClient::LinksClearMerchantOrderInfoLink](docs/LinksClearMerchantOrderInfoLink.md)\n - [SwaggerClient::LinksClearMerchantOrderInfoListLink](docs/LinksClearMerchantOrderInfoListLink.md)\n - [SwaggerClient::LinksConfigureAutomaticTransitionsLink](docs/LinksConfigureAutomaticTransitionsLink.md)\n - [SwaggerClient::LinksCreateContractLink](docs/LinksCreateContractLink.md)\n - [SwaggerClient::LinksCreateRuleLink](docs/LinksCreateRuleLink.md)\n - [SwaggerClient::LinksCreateStoreLink](docs/LinksCreateStoreLink.md)\n - [SwaggerClient::LinksDeleteChannelCatalogExportationCacheLink](docs/LinksDeleteChannelCatalogExportationCacheLink.md)\n - [SwaggerClient::LinksDeleteNextContractLink](docs/LinksDeleteNextContractLink.md)\n - [SwaggerClient::LinksDeleteReportFilterLink](docs/LinksDeleteReportFilterLink.md)\n - [SwaggerClient::LinksDeleteRuleLink](docs/LinksDeleteRuleLink.md)\n - [SwaggerClient::LinksDeleteShareLink](docs/LinksDeleteShareLink.md)\n - [SwaggerClient::LinksDeleteStoreLink](docs/LinksDeleteStoreLink.md)\n - [SwaggerClient::LinksDisableRuleLink](docs/LinksDisableRuleLink.md)\n - [SwaggerClient::LinksEnableRuleLink](docs/LinksEnableRuleLink.md)\n - [SwaggerClient::LinksExportOrdersLink](docs/LinksExportOrdersLink.md)\n - [SwaggerClient::LinksGetAutomaticTransitionsLink](docs/LinksGetAutomaticTransitionsLink.md)\n - [SwaggerClient::LinksGetChannelCatalogExportationCacheInfoLink](docs/LinksGetChannelCatalogExportationCacheInfoLink.md)\n - [SwaggerClient::LinksGetChannelCatalogExportationHistoryLink](docs/LinksGetChannelCatalogExportationHistoryLink.md)\n - [SwaggerClient::LinksGetChannelCatalogMarketplacePropertiesLink](docs/LinksGetChannelCatalogMarketplacePropertiesLink.md)\n - [SwaggerClient::LinksGetChannelCatalogMarketplaceSettingsLink](docs/LinksGetChannelCatalogMarketplaceSettingsLink.md)\n - [SwaggerClient::LinksGetChannelCatalogProductInfoLink](docs/LinksGetChannelCatalogProductInfoLink.md)\n - [SwaggerClient::LinksGetChannelsIndexLink](docs/LinksGetChannelsIndexLink.md)\n - [SwaggerClient::LinksGetChannelsLink](docs/LinksGetChannelsLink.md)\n - [SwaggerClient::LinksGetContractsLink](docs/LinksGetContractsLink.md)\n - [SwaggerClient::LinksGetCreditCardInfoLink](docs/LinksGetCreditCardInfoLink.md)\n - [SwaggerClient::LinksGetMarketplaceAccountStoresLink](docs/LinksGetMarketplaceAccountStoresLink.md)\n - [SwaggerClient::LinksGetMarketplaceAccountsSynchronizationLink](docs/LinksGetMarketplaceAccountsSynchronizationLink.md)\n - [SwaggerClient::LinksGetOrderExportationsLink](docs/LinksGetOrderExportationsLink.md)\n - [SwaggerClient::LinksGetOrderHistoryLink](docs/LinksGetOrderHistoryLink.md)\n - [SwaggerClient::LinksGetOrderIndexLink](docs/LinksGetOrderIndexLink.md)\n - [SwaggerClient::LinksGetOrderLink](docs/LinksGetOrderLink.md)\n - [SwaggerClient::LinksGetOrderListFullLink](docs/LinksGetOrderListFullLink.md)\n - [SwaggerClient::LinksGetOrderListLightLink](docs/LinksGetOrderListLightLink.md)\n - [SwaggerClient::LinksGetProfilePictureInfoLink](docs/LinksGetProfilePictureInfoLink.md)\n - [SwaggerClient::LinksGetPublicListOfValuesLink](docs/LinksGetPublicListOfValuesLink.md)\n - [SwaggerClient::LinksGetPublicLovIndexLink](docs/LinksGetPublicLovIndexLink.md)\n - [SwaggerClient::LinksGetPublicationsLink](docs/LinksGetPublicationsLink.md)\n - [SwaggerClient::LinksGetReportFilterLink](docs/LinksGetReportFilterLink.md)\n - [SwaggerClient::LinksGetReportFiltersLink](docs/LinksGetReportFiltersLink.md)\n - [SwaggerClient::LinksGetRuleLink](docs/LinksGetRuleLink.md)\n - [SwaggerClient::LinksGetRulesExecutionsLink](docs/LinksGetRulesExecutionsLink.md)\n - [SwaggerClient::LinksGetRulesLink](docs/LinksGetRulesLink.md)\n - [SwaggerClient::LinksGetSharesLink](docs/LinksGetSharesLink.md)\n - [SwaggerClient::LinksGetStoreLink](docs/LinksGetStoreLink.md)\n - [SwaggerClient::LinksGetStoresLink](docs/LinksGetStoresLink.md)\n - [SwaggerClient::LinksGetUserListOfValuesLink](docs/LinksGetUserListOfValuesLink.md)\n - [SwaggerClient::LinksGetUserLovIndexLink](docs/LinksGetUserLovIndexLink.md)\n - [SwaggerClient::LinksHarvestAllLink](docs/LinksHarvestAllLink.md)\n - [SwaggerClient::LinksHarvestOrderLink](docs/LinksHarvestOrderLink.md)\n - [SwaggerClient::LinksImportationGetImportationMonitoringLink](docs/LinksImportationGetImportationMonitoringLink.md)\n - [SwaggerClient::LinksMoveDownRuleLink](docs/LinksMoveDownRuleLink.md)\n - [SwaggerClient::LinksMoveUpRuleLink](docs/LinksMoveUpRuleLink.md)\n - [SwaggerClient::LinksOptimiseByCategoryLink](docs/LinksOptimiseByCategoryLink.md)\n - [SwaggerClient::LinksOptimiseByChannelLink](docs/LinksOptimiseByChannelLink.md)\n - [SwaggerClient::LinksOptimiseByProductLink](docs/LinksOptimiseByProductLink.md)\n - [SwaggerClient::LinksOptimiseLink](docs/LinksOptimiseLink.md)\n - [SwaggerClient::LinksReactivateCurrentContractLink](docs/LinksReactivateCurrentContractLink.md)\n - [SwaggerClient::LinksRunRuleLink](docs/LinksRunRuleLink.md)\n - [SwaggerClient::LinksRunRulesLink](docs/LinksRunRulesLink.md)\n - [SwaggerClient::LinksSaveCompanyInfoLink](docs/LinksSaveCompanyInfoLink.md)\n - [SwaggerClient::LinksSaveCreditCardInfoLink](docs/LinksSaveCreditCardInfoLink.md)\n - [SwaggerClient::LinksSavePersonalInfoLink](docs/LinksSavePersonalInfoLink.md)\n - [SwaggerClient::LinksSaveProfilePictureInfoLink](docs/LinksSaveProfilePictureInfoLink.md)\n - [SwaggerClient::LinksSaveReportFilterLink](docs/LinksSaveReportFilterLink.md)\n - [SwaggerClient::LinksSaveStoreAlertLink](docs/LinksSaveStoreAlertLink.md)\n - [SwaggerClient::LinksSetChannelCatalogMarketplaceSettingsLink](docs/LinksSetChannelCatalogMarketplaceSettingsLink.md)\n - [SwaggerClient::LinksSetMerchantOrderInfoLink](docs/LinksSetMerchantOrderInfoLink.md)\n - [SwaggerClient::LinksSetMerchantOrderInfoListLink](docs/LinksSetMerchantOrderInfoListLink.md)\n - [SwaggerClient::LinksShareLink](docs/LinksShareLink.md)\n - [SwaggerClient::LinksTerminateCurrentContractLink](docs/LinksTerminateCurrentContractLink.md)\n - [SwaggerClient::LinksUpdateRuleLink](docs/LinksUpdateRuleLink.md)\n - [SwaggerClient::LinksUpdateStoreLink](docs/LinksUpdateStoreLink.md)\n - [SwaggerClient::LoginRequest](docs/LoginRequest.md)\n - [SwaggerClient::MapBeezUPColumnRequest](docs/MapBeezUPColumnRequest.md)\n - [SwaggerClient::MapCategoryRequest](docs/MapCategoryRequest.md)\n - [SwaggerClient::MargingType](docs/MargingType.md)\n - [SwaggerClient::MarketplaceChannelCatalog](docs/MarketplaceChannelCatalog.md)\n - [SwaggerClient::MarketplaceChannelCatalogLinks](docs/MarketplaceChannelCatalogLinks.md)\n - [SwaggerClient::MarketplaceChannelCatalogList](docs/MarketplaceChannelCatalogList.md)\n - [SwaggerClient::MarketplaceChannelCatalogListLinks](docs/MarketplaceChannelCatalogListLinks.md)\n - [SwaggerClient::MarketplaceChannelCatalogLovLinks](docs/MarketplaceChannelCatalogLovLinks.md)\n - [SwaggerClient::MarketplaceOrderId](docs/MarketplaceOrderId.md)\n - [SwaggerClient::MarketplaceOrderStatus](docs/MarketplaceOrderStatus.md)\n - [SwaggerClient::NextContractInfo](docs/NextContractInfo.md)\n - [SwaggerClient::NextContractInfoLinks](docs/NextContractInfoLinks.md)\n - [SwaggerClient::Offer](docs/Offer.md)\n - [SwaggerClient::OfferContent](docs/OfferContent.md)\n - [SwaggerClient::OfferFunctionality](docs/OfferFunctionality.md)\n - [SwaggerClient::OfferId](docs/OfferId.md)\n - [SwaggerClient::OfferLinks](docs/OfferLinks.md)\n - [SwaggerClient::OfferRequest](docs/OfferRequest.md)\n - [SwaggerClient::OptimisationActionName](docs/OptimisationActionName.md)\n - [SwaggerClient::OptimiseRequest](docs/OptimiseRequest.md)\n - [SwaggerClient::Order](docs/Order.md)\n - [SwaggerClient::OrderBuyerName](docs/OrderBuyerName.md)\n - [SwaggerClient::OrderExportationReporting](docs/OrderExportationReporting.md)\n - [SwaggerClient::OrderExportationReportingProcessingStatus](docs/OrderExportationReportingProcessingStatus.md)\n - [SwaggerClient::OrderExportations](docs/OrderExportations.md)\n - [SwaggerClient::OrderExportationsLinks](docs/OrderExportationsLinks.md)\n - [SwaggerClient::OrderHeader](docs/OrderHeader.md)\n - [SwaggerClient::OrderHeaderLinks](docs/OrderHeaderLinks.md)\n - [SwaggerClient::OrderHistory](docs/OrderHistory.md)\n - [SwaggerClient::OrderIdentifier](docs/OrderIdentifier.md)\n - [SwaggerClient::OrderIdentifierWithETag](docs/OrderIdentifierWithETag.md)\n - [SwaggerClient::OrderIndex](docs/OrderIndex.md)\n - [SwaggerClient::OrderIndexLinks](docs/OrderIndexLinks.md)\n - [SwaggerClient::OrderIndexLovLinks](docs/OrderIndexLovLinks.md)\n - [SwaggerClient::OrderItem](docs/OrderItem.md)\n - [SwaggerClient::OrderLinks](docs/OrderLinks.md)\n - [SwaggerClient::OrderListFull](docs/OrderListFull.md)\n - [SwaggerClient::OrderListFullLinks](docs/OrderListFullLinks.md)\n - [SwaggerClient::OrderListLight](docs/OrderListLight.md)\n - [SwaggerClient::OrderListLightLinks](docs/OrderListLightLinks.md)\n - [SwaggerClient::OrderListLinks](docs/OrderListLinks.md)\n - [SwaggerClient::OrderListRequest](docs/OrderListRequest.md)\n - [SwaggerClient::OrderMerchantECommerceSoftwareName](docs/OrderMerchantECommerceSoftwareName.md)\n - [SwaggerClient::OrderMerchantECommerceSoftwareVersion](docs/OrderMerchantECommerceSoftwareVersion.md)\n - [SwaggerClient::OrderMerchantOrderId](docs/OrderMerchantOrderId.md)\n - [SwaggerClient::OrderOperationResponse](docs/OrderOperationResponse.md)\n - [SwaggerClient::OrderTransitionLinks](docs/OrderTransitionLinks.md)\n - [SwaggerClient::PageNumber](docs/PageNumber.md)\n - [SwaggerClient::PageSize](docs/PageSize.md)\n - [SwaggerClient::PaginationRequestParameters](docs/PaginationRequestParameters.md)\n - [SwaggerClient::PaymentMethod](docs/PaymentMethod.md)\n - [SwaggerClient::PerformanceIndicatorFormula](docs/PerformanceIndicatorFormula.md)\n - [SwaggerClient::PerformanceIndicatorFormulaOperatorName](docs/PerformanceIndicatorFormulaOperatorName.md)\n - [SwaggerClient::PerformanceIndicatorFormulaParameterType](docs/PerformanceIndicatorFormulaParameterType.md)\n - [SwaggerClient::PerformanceIndicatorType](docs/PerformanceIndicatorType.md)\n - [SwaggerClient::PersonalInfo](docs/PersonalInfo.md)\n - [SwaggerClient::PhoneNumber](docs/PhoneNumber.md)\n - [SwaggerClient::PostalCode](docs/PostalCode.md)\n - [SwaggerClient::PreviousFixPeriodInvoiceProrataInfo](docs/PreviousFixPeriodInvoiceProrataInfo.md)\n - [SwaggerClient::Processing](docs/Processing.md)\n - [SwaggerClient::Product](docs/Product.md)\n - [SwaggerClient::ProductFilters](docs/ProductFilters.md)\n - [SwaggerClient::ProductOverrideWithCatalogValue](docs/ProductOverrideWithCatalogValue.md)\n - [SwaggerClient::ProductOverrides](docs/ProductOverrides.md)\n - [SwaggerClient::ProductOverridesWithCatalogValues](docs/ProductOverridesWithCatalogValues.md)\n - [SwaggerClient::ProductSample](docs/ProductSample.md)\n - [SwaggerClient::ProductStateFilter](docs/ProductStateFilter.md)\n - [SwaggerClient::ProductValues](docs/ProductValues.md)\n - [SwaggerClient::Products](docs/Products.md)\n - [SwaggerClient::ProfilePictureInfo](docs/ProfilePictureInfo.md)\n - [SwaggerClient::ProfilePictureInfoResponse](docs/ProfilePictureInfoResponse.md)\n - [SwaggerClient::ProfilePictureInfoResponseLinks](docs/ProfilePictureInfoResponseLinks.md)\n - [SwaggerClient::ProfilePictureInfoWithDefault](docs/ProfilePictureInfoWithDefault.md)\n - [SwaggerClient::ProfilePictureSelected](docs/ProfilePictureSelected.md)\n - [SwaggerClient::ProfilePictureUrl](docs/ProfilePictureUrl.md)\n - [SwaggerClient::PromotionalCodeValidity](docs/PromotionalCodeValidity.md)\n - [SwaggerClient::PublicChannelIndex](docs/PublicChannelIndex.md)\n - [SwaggerClient::PublicChannelIndexLinks](docs/PublicChannelIndexLinks.md)\n - [SwaggerClient::PublicListOfValuesResponse](docs/PublicListOfValuesResponse.md)\n - [SwaggerClient::PublicListOfValuesResponseLinks](docs/PublicListOfValuesResponseLinks.md)\n - [SwaggerClient::PublicLovIndex](docs/PublicLovIndex.md)\n - [SwaggerClient::PublicLovIndexLinks](docs/PublicLovIndexLinks.md)\n - [SwaggerClient::PublicLovLinks](docs/PublicLovLinks.md)\n - [SwaggerClient::PublicationFeedReporting](docs/PublicationFeedReporting.md)\n - [SwaggerClient::PublicationReporting](docs/PublicationReporting.md)\n - [SwaggerClient::PublicationType](docs/PublicationType.md)\n - [SwaggerClient::RegisterRequest](docs/RegisterRequest.md)\n - [SwaggerClient::ReportAdvancedFilters](docs/ReportAdvancedFilters.md)\n - [SwaggerClient::ReportByCategory](docs/ReportByCategory.md)\n - [SwaggerClient::ReportByCategoryLinks](docs/ReportByCategoryLinks.md)\n - [SwaggerClient::ReportByCategoryRequest](docs/ReportByCategoryRequest.md)\n - [SwaggerClient::ReportByCategoryResponse](docs/ReportByCategoryResponse.md)\n - [SwaggerClient::ReportByCategoryResponseLinks](docs/ReportByCategoryResponseLinks.md)\n - [SwaggerClient::ReportByChannel](docs/ReportByChannel.md)\n - [SwaggerClient::ReportByChannelLinks](docs/ReportByChannelLinks.md)\n - [SwaggerClient::ReportByChannelRequest](docs/ReportByChannelRequest.md)\n - [SwaggerClient::ReportByChannelResponse](docs/ReportByChannelResponse.md)\n - [SwaggerClient::ReportByChannelResponseLinks](docs/ReportByChannelResponseLinks.md)\n - [SwaggerClient::ReportByCommonResponseLinks](docs/ReportByCommonResponseLinks.md)\n - [SwaggerClient::ReportByDay](docs/ReportByDay.md)\n - [SwaggerClient::ReportByDayAllChannels](docs/ReportByDayAllChannels.md)\n - [SwaggerClient::ReportByDayByChannel](docs/ReportByDayByChannel.md)\n - [SwaggerClient::ReportByDayRequest](docs/ReportByDayRequest.md)\n - [SwaggerClient::ReportByDayResponse](docs/ReportByDayResponse.md)\n - [SwaggerClient::ReportByProduct](docs/ReportByProduct.md)\n - [SwaggerClient::ReportByProductLinks](docs/ReportByProductLinks.md)\n - [SwaggerClient::ReportByProductRequest](docs/ReportByProductRequest.md)\n - [SwaggerClient::ReportByProductResponse](docs/ReportByProductResponse.md)\n - [SwaggerClient::ReportByProductResponseLinks](docs/ReportByProductResponseLinks.md)\n - [SwaggerClient::ReportCategoryFilter](docs/ReportCategoryFilter.md)\n - [SwaggerClient::ReportFilter](docs/ReportFilter.md)\n - [SwaggerClient::ReportFilterCommonParameters](docs/ReportFilterCommonParameters.md)\n - [SwaggerClient::ReportFilterHeader](docs/ReportFilterHeader.md)\n - [SwaggerClient::ReportFilterHeaderLinks](docs/ReportFilterHeaderLinks.md)\n - [SwaggerClient::ReportFilterLinks](docs/ReportFilterLinks.md)\n - [SwaggerClient::ReportFilterParameters](docs/ReportFilterParameters.md)\n - [SwaggerClient::ReportFilters](docs/ReportFilters.md)\n - [SwaggerClient::ReportFiltersLinks](docs/ReportFiltersLinks.md)\n - [SwaggerClient::ReportIndicatorFilter](docs/ReportIndicatorFilter.md)\n - [SwaggerClient::ReportIndicatorFilterOperatorName](docs/ReportIndicatorFilterOperatorName.md)\n - [SwaggerClient::ReportProductFilter](docs/ReportProductFilter.md)\n - [SwaggerClient::ReportProductFilterOperatorName](docs/ReportProductFilterOperatorName.md)\n - [SwaggerClient::ReportType](docs/ReportType.md)\n - [SwaggerClient::Rule](docs/Rule.md)\n - [SwaggerClient::RuleExecutionReporting](docs/RuleExecutionReporting.md)\n - [SwaggerClient::RuleExecutionReportingErrorType](docs/RuleExecutionReportingErrorType.md)\n - [SwaggerClient::RuleExecutionReportingExecutionSource](docs/RuleExecutionReportingExecutionSource.md)\n - [SwaggerClient::RuleExecutionReportingLinks](docs/RuleExecutionReportingLinks.md)\n - [SwaggerClient::RuleExecutionReportingStatus](docs/RuleExecutionReportingStatus.md)\n - [SwaggerClient::RuleExecutionReportings](docs/RuleExecutionReportings.md)\n - [SwaggerClient::RuleLastExecutionStatus](docs/RuleLastExecutionStatus.md)\n - [SwaggerClient::RuleLinks](docs/RuleLinks.md)\n - [SwaggerClient::RuleList](docs/RuleList.md)\n - [SwaggerClient::RuleListLinks](docs/RuleListLinks.md)\n - [SwaggerClient::SaveReportFilterRequest](docs/SaveReportFilterRequest.md)\n - [SwaggerClient::SaveStoreAlertRequest](docs/SaveStoreAlertRequest.md)\n - [SwaggerClient::ScheduleAutoImportRequest](docs/ScheduleAutoImportRequest.md)\n - [SwaggerClient::SchedulingType](docs/SchedulingType.md)\n - [SwaggerClient::SetChannelCatalogMarketplaceSettingsRequest](docs/SetChannelCatalogMarketplaceSettingsRequest.md)\n - [SwaggerClient::SetMerchantOrderInfoListRequest](docs/SetMerchantOrderInfoListRequest.md)\n - [SwaggerClient::SetMerchantOrderInfoListRequestItem](docs/SetMerchantOrderInfoListRequestItem.md)\n - [SwaggerClient::SetMerchantOrderInfoRequest](docs/SetMerchantOrderInfoRequest.md)\n - [SwaggerClient::SourceType](docs/SourceType.md)\n - [SwaggerClient::StandardOffer](docs/StandardOffer.md)\n - [SwaggerClient::StandardOffers](docs/StandardOffers.md)\n - [SwaggerClient::StartManualImportRequest](docs/StartManualImportRequest.md)\n - [SwaggerClient::Store](docs/Store.md)\n - [SwaggerClient::StoreAlert](docs/StoreAlert.md)\n - [SwaggerClient::StoreAlertLinks](docs/StoreAlertLinks.md)\n - [SwaggerClient::StoreAlertProperty](docs/StoreAlertProperty.md)\n - [SwaggerClient::StoreAlertPropertyInfo](docs/StoreAlertPropertyInfo.md)\n - [SwaggerClient::StoreAlerts](docs/StoreAlerts.md)\n - [SwaggerClient::StoreCount](docs/StoreCount.md)\n - [SwaggerClient::StoreCountryIsoCodeAlpha3](docs/StoreCountryIsoCodeAlpha3.md)\n - [SwaggerClient::StoreHeader](docs/StoreHeader.md)\n - [SwaggerClient::StoreHeaderLinks](docs/StoreHeaderLinks.md)\n - [SwaggerClient::StoreName](docs/StoreName.md)\n - [SwaggerClient::StoreSector](docs/StoreSector.md)\n - [SwaggerClient::StoreSectors](docs/StoreSectors.md)\n - [SwaggerClient::StoreShare](docs/StoreShare.md)\n - [SwaggerClient::StoreShareLinks](docs/StoreShareLinks.md)\n - [SwaggerClient::StoreShares](docs/StoreShares.md)\n - [SwaggerClient::StoreSharesLinks](docs/StoreSharesLinks.md)\n - [SwaggerClient::StoreStatus](docs/StoreStatus.md)\n - [SwaggerClient::StoreTrackingStatus](docs/StoreTrackingStatus.md)\n - [SwaggerClient::StoreUrl](docs/StoreUrl.md)\n - [SwaggerClient::StoreUserRole](docs/StoreUserRole.md)\n - [SwaggerClient::Stores](docs/Stores.md)\n - [SwaggerClient::StoresLinks](docs/StoresLinks.md)\n - [SwaggerClient::TerminateContract](docs/TerminateContract.md)\n - [SwaggerClient::TrackedClick](docs/TrackedClick.md)\n - [SwaggerClient::TrackedClicks](docs/TrackedClicks.md)\n - [SwaggerClient::TrackedExternalOrder](docs/TrackedExternalOrder.md)\n - [SwaggerClient::TrackedExternalOrderProduct](docs/TrackedExternalOrderProduct.md)\n - [SwaggerClient::TrackedExternalOrders](docs/TrackedExternalOrders.md)\n - [SwaggerClient::TrackedOrder](docs/TrackedOrder.md)\n - [SwaggerClient::TrackedOrderProduct](docs/TrackedOrderProduct.md)\n - [SwaggerClient::TrackedOrders](docs/TrackedOrders.md)\n - [SwaggerClient::TrackingStatus](docs/TrackingStatus.md)\n - [SwaggerClient::Type](docs/Type.md)\n - [SwaggerClient::UnmapCategoryRequest](docs/UnmapCategoryRequest.md)\n - [SwaggerClient::UpdateRuleRequest](docs/UpdateRuleRequest.md)\n - [SwaggerClient::UpdateStoreRequest](docs/UpdateStoreRequest.md)\n - [SwaggerClient::UpgradeOfferRequired](docs/UpgradeOfferRequired.md)\n - [SwaggerClient::UserColumName](docs/UserColumName.md)\n - [SwaggerClient::UserFriendInfo](docs/UserFriendInfo.md)\n - [SwaggerClient::UserListOfValuesResponse](docs/UserListOfValuesResponse.md)\n - [SwaggerClient::UserListOfValuesResponseLinks](docs/UserListOfValuesResponseLinks.md)\n - [SwaggerClient::UserLovIndex](docs/UserLovIndex.md)\n - [SwaggerClient::UserLovIndexLinks](docs/UserLovIndexLinks.md)\n - [SwaggerClient::UserLovLinks](docs/UserLovLinks.md)\n - [SwaggerClient::VariableModelInfo](docs/VariableModelInfo.md)\n - [SwaggerClient::VatNumber](docs/VatNumber.md)\n - [SwaggerClient::WhatIDo](docs/WhatIDo.md)\n\n\n## Documentation for Authorization\n\n\n### api_key\n\n- **Type**: API key\n- **API key parameter name**: Ocp-Apim-Subscription-Key\n- **Location**: HTTP header\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeezup%2Fapi-ruby-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeezup%2Fapi-ruby-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeezup%2Fapi-ruby-client/lists"}