Skip to content

BeezUP/api-ruby-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

gem build swagger_client.gemspec

Then either install the gem locally:

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.

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:

ruby -Ilib script.rb

Getting Started

Please follow the installation procedure and then run the following code:

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

Documentation for Models

Documentation for Authorization

api_key

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages