Skip to content

BeezUP/api-javascript-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beez_up_api

BeezUpApi - JavaScript client for beez_up_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: 2.0
  • Build package: io.swagger.codegen.languages.JavascriptClientCodegen

Installation

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install beez_up_api --save

git

If the library is hosted at a git repository, e.g. https://github.com/YOUR_USERNAME/beez_up_api then install it via:

    npm install YOUR_USERNAME/beez_up_api --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Getting Started

Please follow the installation instruction and execute the following JS code:

var BeezUpApi = require('beez_up_api');

var defaultClient = BeezUpApi.ApiClient.instance;

// Configure API key authorization: api_key
var api_key = defaultClient.authentications['api_key'];
api_key.apiKey = "YOUR API KEY"
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//api_key.apiKeyPrefix['Ocp-Apim-Subscription-Key'] = "Token"

var api = new BeezUpApi.BeezUPApi()

var emailActivationId = "emailActivationId_example"; // {String} The email activation id received by email.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully.');
  }
};
api.activateUserAccount(emailActivationId, callback);

Documentation for API Endpoints

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

Class Method HTTP request Description
BeezUpApi.BeezUPApi activateUserAccount POST /user/customer/account/activate Activate the user account
BeezUpApi.BeezUPApi autoConfigureAutoImportInterval POST /user/catalogs/{storeId}/autoImport/scheduling/interval Configure Auto Import Interval
BeezUpApi.BeezUPApi autoDeleteAutoImport DELETE /user/catalogs/{storeId}/autoImport Delete Auto Import
BeezUpApi.BeezUPApi autoGetAutoImportConfiguration GET /user/catalogs/{storeId}/autoImport Get the auto import configuration
BeezUpApi.BeezUPApi autoPauseAutoImport POST /user/catalogs/{storeId}/autoImport/pause Pause Auto Import
BeezUpApi.BeezUPApi autoResumeAutoImport POST /user/catalogs/{storeId}/autoImport/resume Resume Auto Import
BeezUpApi.BeezUPApi autoScheduleAutoImport POST /user/catalogs/{storeId}/autoImport/scheduling/schedules Configure Auto Import Schedules
BeezUpApi.BeezUPApi autoStartAutoImport POST /user/catalogs/{storeId}/autoImport/start Start Auto Import Manually
BeezUpApi.BeezUPApi catalogChangeCatalogColumnUserName POST /user/catalogs/{storeId}/catalogColumns/{columnId}/rename Change Catalog Column User Name
BeezUpApi.BeezUPApi catalogChangeCustomColumnExpression PUT /user/catalogs/{storeId}/customColumns/{columnId}/expression Change custom column expression
BeezUpApi.BeezUPApi catalogChangeCustomColumnUserName POST /user/catalogs/{storeId}/customColumns/{columnId}/rename Change Custom Column User Name
BeezUpApi.BeezUPApi catalogComputeExpression POST /user/catalogs/{storeId}/customColumns/computeExpression Compute the expression for this catalog.
BeezUpApi.BeezUPApi catalogDeleteCustomColumn DELETE /user/catalogs/{storeId}/customColumns/{columnId} Delete custom column
BeezUpApi.BeezUPApi catalogGetBeezUPColumns GET /user/catalogs/beezupColumns Get the BeezUP columns
BeezUpApi.BeezUPApi catalogGetCatalogColumns GET /user/catalogs/{storeId}/catalogColumns Get catalog column list
BeezUpApi.BeezUPApi catalogGetCategories GET /user/catalogs/{storeId}/categories Get category list
BeezUpApi.BeezUPApi catalogGetCustomColumnExpression GET /user/catalogs/{storeId}/customColumns/{columnId}/expression Get the encrypted custom column expression
BeezUpApi.BeezUPApi catalogGetCustomColumns GET /user/catalogs/{storeId}/customColumns Get custom column list
BeezUpApi.BeezUPApi catalogGetProduct GET /user/catalogs/{storeId}/products/{productId} Get product
BeezUpApi.BeezUPApi catalogGetProducts POST /user/catalogs/{storeId}/products Get product list
BeezUpApi.BeezUPApi catalogGetRandomProducts GET /user/catalogs/{storeId}/products/random Get random product list
BeezUpApi.BeezUPApi catalogSaveCustomColumn PUT /user/catalogs/{storeId}/customColumns/{columnId} Create or replace a custom column
BeezUpApi.BeezUPApi changeOrder POST /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/{changeOrderType} Change your marketplace Order Information (accept, ship, etc.)
BeezUpApi.BeezUPApi changeOrderList POST /user/marketplaces/orders/batches/changeOrders/{changeOrderType} Send a batch of operations to change your marketplace Order information (accept, ship, etc.)
BeezUpApi.BeezUPApi changePassword POST /user/customer/account/changePassword Change user password
BeezUpApi.BeezUPApi clearMerchantOrderInfo POST /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/clearMerchantOrderInfo Clear an Order's merchant information
BeezUpApi.BeezUPApi clearMerchantOrderInfoList POST /user/marketplaces/orders/batches/clearMerchantOrderInfos Send a batch of operations to clear an Order's merchant information
BeezUpApi.BeezUPApi configureAutomaticTransitions POST /user/marketplaces/orders/automaticTransitions Configure new or existing automatic Order status transition
BeezUpApi.BeezUPApi configureChannelCatalogCostSettings POST /user/channelCatalogs/{channelCatalogId}/settings/cost Disable a channel catalog
BeezUpApi.BeezUPApi configureChannelCatalogExclusionFilters PUT /user/channelCatalogs/{channelCatalogId}/exclusionFilters Configure channel catalog exclusion filters
BeezUpApi.BeezUPApi configureChannelCatalogGeneralSettings POST /user/channelCatalogs/{channelCatalogId}/settings/general Disable a channel catalog
BeezUpApi.BeezUPApi createChannelCatalog POST /user/channelCatalogs/ Create a new channel catalog
BeezUpApi.BeezUPApi createContract POST /user/customer/contracts Create a new contract
BeezUpApi.BeezUPApi createRule POST /user/analytics/{storeId}/rules Rule creation
BeezUpApi.BeezUPApi createStore POST /user/customer/stores Create a new store
BeezUpApi.BeezUPApi deleteChannelCatalog DELETE /user/channelCatalogs/{channelCatalogId} Delete the channel catalog
BeezUpApi.BeezUPApi deleteChannelCatalogExportationCache DELETE /user/channelCatalogs/{channelCatalogId}/exportations/cache Delete the exportation cache
BeezUpApi.BeezUPApi deleteChannelCatalogProductValueOverride DELETE /user/channelCatalogs/{channelCatalogId}/products/{productId}/overrides/{channelColumnId} Delete a specific channel catalog product value override
BeezUpApi.BeezUPApi deleteNextContract DELETE /user/customer/contracts/next Delete your next contract
BeezUpApi.BeezUPApi deleteReportFilter DELETE /user/analytics/{storeId}/reports/filters/{reportFilterId} Delete the report filter
BeezUpApi.BeezUPApi deleteRule DELETE /user/analytics/{storeId}/rules/{ruleId} Delete Rule
BeezUpApi.BeezUPApi deleteShare DELETE /user/customer/stores/{storeId}/shares/{userId} Delete a share to another user
BeezUpApi.BeezUPApi deleteStore DELETE /user/customer/stores/{storeId} Delete a store
BeezUpApi.BeezUPApi disableChannelCatalog POST /user/channelCatalogs/{channelCatalogId}/disable Disable a channel catalog
BeezUpApi.BeezUPApi disableChannelCatalogProduct POST /user/channelCatalogs/{channelCatalogId}/products/{productId}/disable Disable channel catalog product
BeezUpApi.BeezUPApi disableRule POST /user/analytics/{storeId}/rules/{ruleId}/disable Disable rule
BeezUpApi.BeezUPApi enableChannelCatalog POST /user/channelCatalogs/{channelCatalogId}/enable Enable a channel catalog
BeezUpApi.BeezUPApi enableRule POST /user/analytics/{storeId}/rules/{ruleId}/enable Enable rule
BeezUpApi.BeezUPApi exportOrders POST /user/marketplaces/orders/exportations Request a new Order report exportation to be generated
BeezUpApi.BeezUPApi exportStoreReportByCategory POST /user/analytics/{storeId}/reports/bycategory/export Export the report by category
BeezUpApi.BeezUPApi exportStoreReportByChannel POST /user/analytics/{storeId}/reports/bychannel/export Export the report by channel
BeezUpApi.BeezUPApi exportStoreReportByProduct POST /user/analytics/{storeId}/reports/byproduct/export Export the report by product
BeezUpApi.BeezUPApi getAutomaticTransitions GET /user/marketplaces/orders/automaticTransitions Get list of configured automatic Order status transitions
BeezUpApi.BeezUPApi getAvailableChannels GET /user/channels/ List all available channel for this store
BeezUpApi.BeezUPApi getBillingPeriods GET /user/customer/billingPeriods Get billing periods conditions
BeezUpApi.BeezUPApi getChannelCatalog GET /user/channelCatalogs/{channelCatalogId} Get the channel catalog information
BeezUpApi.BeezUPApi getChannelCatalogCategories GET /user/channelCatalogs/{channelCatalogId}/categoryMappings Get channel catalog categories
BeezUpApi.BeezUPApi getChannelCatalogExclusionFilterOperators GET /user/channelCatalogs/exclusionFilterOperators Get channel catalog exclusion filter operators
BeezUpApi.BeezUPApi getChannelCatalogExportationCacheInfo GET /user/channelCatalogs/{channelCatalogId}/exportations/cache Get the exportation cache information
BeezUpApi.BeezUPApi getChannelCatalogExportationHistory GET /user/channelCatalogs/{channelCatalogId}/exportations/history Get the exportation history
BeezUpApi.BeezUPApi getChannelCatalogMarketplaceProperties GET /user/marketplaces/channelcatalogs/{channelCatalogId}/properties Get the marketplace properties for a channel catalog
BeezUpApi.BeezUPApi getChannelCatalogMarketplaceSettings GET /user/marketplaces/channelcatalogs/{channelCatalogId}/settings Get the marketplace settings for a channel catalog
BeezUpApi.BeezUPApi getChannelCatalogProductByChannelCatalog POST /user/channelCatalogs/products/{productId} Get channel catalog products related to these channel catalogs
BeezUpApi.BeezUPApi getChannelCatalogProductInfo GET /user/channelCatalogs/{channelCatalogId}/products/{productId} Get channel catalog product information
BeezUpApi.BeezUPApi getChannelCatalogProductInfoList POST /user/channelCatalogs/{channelCatalogId}/products Get channel catalog product information list
BeezUpApi.BeezUPApi getChannelCatalogs GET /user/channelCatalogs/ List all your current channel catalogs
BeezUpApi.BeezUPApi getChannelCategories GET /user/channels/{channelId}/categories Get channel categories
BeezUpApi.BeezUPApi getChannelColumns POST /user/channels/{channelId}/columns Get channel columns
BeezUpApi.BeezUPApi getChannelInfo GET /user/channels/{channelId} Get channel information
BeezUpApi.BeezUPApi getChannels GET /public/channels/{countryIsoCode} The channel list for one country
BeezUpApi.BeezUPApi getChannelsIndex GET /public/channels/ Get public channel index
BeezUpApi.BeezUPApi getContracts GET /user/customer/contracts Get contract list
BeezUpApi.BeezUPApi getCreditCardInfo GET /user/customer/account/creditCardInfo Get credit card information
BeezUpApi.BeezUPApi getFriendInfo GET /user/customer/friends/{userId} Get friend information
BeezUpApi.BeezUPApi getInvoices GET /user/customer/invoices Get all your invoices
BeezUpApi.BeezUPApi getMarketplaceAccountStores GET /user/marketplaces/channelcatalogs/ Get you marketplace channel catalog list
BeezUpApi.BeezUPApi getMarketplaceAccountsSynchronization GET /user/marketplaces/orders/status Get current synchronization status between your marketplaces and BeezUP accounts
BeezUpApi.BeezUPApi getOffer POST /user/customer/offers Get offer pricing
BeezUpApi.BeezUPApi getOrder GET /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId} Get full Order and Order Item(s) properties
BeezUpApi.BeezUPApi getOrderExportations GET /user/marketplaces/orders/exportations Get a paginated list of Order report exportations
BeezUpApi.BeezUPApi getOrderHistory GET /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/history Get an Order's harvest and change history
BeezUpApi.BeezUPApi getOrderIndex GET /user/marketplaces/orders/ Get all actions you can do on the order API
BeezUpApi.BeezUPApi getOrderListFull POST /user/marketplaces/orders/list/full Get a paginated list of all Orders with all Order and Order Item(s) properties
BeezUpApi.BeezUPApi getOrderListLight POST /user/marketplaces/orders/list/light Get a paginated list of all Orders without details
BeezUpApi.BeezUPApi getProfilePictureInfo GET /user/customer/account/profilePictureInfo Get profile picture information
BeezUpApi.BeezUPApi getPublicListOfValues GET /public/lov/{listName} Get the list of values related to this list name
BeezUpApi.BeezUPApi getPublicLovIndex GET /public/lov/ Get all list names
BeezUpApi.BeezUPApi getPublications GET /user/marketplaces/channelcatalogs/publications/{marketplaceTechnicalCode}/{accountId}/history Fetch the publication history for an account, sorted by descending start date
BeezUpApi.BeezUPApi getReportFilter GET /user/analytics/{storeId}/reports/filters/{reportFilterId} Get the report filter description
BeezUpApi.BeezUPApi getReportFilters GET /user/analytics/{storeId}/reports/filters Get report filter list for the given store
BeezUpApi.BeezUPApi getRights POST /user/customer/stores/{storeId}/rights Get store's rights
BeezUpApi.BeezUPApi getRule GET /user/analytics/{storeId}/rules/{ruleId} Gets the rule
BeezUpApi.BeezUPApi getRules GET /user/analytics/{storeId}/rules Gets the list of rules for a given store
BeezUpApi.BeezUPApi getRulesExecutions GET /user/analytics/{storeId}/rules/executions Get the rules execution history
BeezUpApi.BeezUPApi getShares GET /user/customer/stores/{storeId}/shares Get shares related to this store
BeezUpApi.BeezUPApi getStandardOffers GET /user/customer/offers Get all standard offers
BeezUpApi.BeezUPApi getStore GET /user/customer/stores/{storeId} Get store's information
BeezUpApi.BeezUPApi getStoreAlerts GET /user/customer/stores/{storeId}/alerts Get store's alerts
BeezUpApi.BeezUPApi getStoreReportByCategory POST /user/analytics/{storeId}/reports/bycategory Get the report by category
BeezUpApi.BeezUPApi getStoreReportByChannel POST /user/analytics/{storeId}/reports/bychannel Get the report by channel
BeezUpApi.BeezUPApi getStoreReportByDay POST /user/analytics/{storeId}/reports/byday Get the report by day
BeezUpApi.BeezUPApi getStoreReportByDayExport POST /user/analytics/{storeId}/reports/byday/export Get the report by day
BeezUpApi.BeezUPApi getStoreReportByProduct POST /user/analytics/{storeId}/reports/byproduct Get the report by product
BeezUpApi.BeezUPApi getStoreTrackedClicks GET /user/analytics/{storeId}/tracking/clicks Get the latest clicks tracked
BeezUpApi.BeezUPApi getStoreTrackedExternalOrders GET /user/analytics/{storeId}/tracking/externalorders Get the latest external orders tracked
BeezUpApi.BeezUPApi getStoreTrackedOrders GET /user/analytics/{storeId}/tracking/orders Get the latest orders tracked
BeezUpApi.BeezUPApi getStoreTrackingStatus GET /user/analytics/{storeId}/tracking/status Get store tracking synchronization status
BeezUpApi.BeezUPApi getStores GET /user/customer/stores Get store list
BeezUpApi.BeezUPApi getTrackingStatus GET /user/analytics/tracking/status Display the synchronization status of the clicks and orders
BeezUpApi.BeezUPApi getUserAccountInfo GET /user/customer/account Get user account information
BeezUpApi.BeezUPApi getUserListOfValues GET /user/lov/{listName} Get the list of values related to this list name
BeezUpApi.BeezUPApi getUserLovIndex GET /user/lov/ Get all list names
BeezUpApi.BeezUPApi harvestAll POST /user/marketplaces/orders/harvest Send harvest request to all your marketplaces
BeezUpApi.BeezUPApi harvestOrder POST /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/harvest Send harvest request for a single Order
BeezUpApi.BeezUPApi headOrder HEAD /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId} Get the meta information about the order (ETag, Last-Modified)
BeezUpApi.BeezUPApi importationActivateAutoImport POST /user/catalogs/{storeId}/autoImport Activate the auto importation of the last successful manual catalog importation.
BeezUpApi.BeezUPApi importationCancel DELETE /user/catalogs/{storeId}/importations/{executionId} Cancel importation
BeezUpApi.BeezUPApi importationCommit POST /user/catalogs/{storeId}/importations/{executionId}/commit Commit Importation
BeezUpApi.BeezUPApi importationCommitColumns POST /user/catalogs/{storeId}/importations/{executionId}/commitColumns Commit columns
BeezUpApi.BeezUPApi importationConfigureCatalogColumn POST /user/catalogs/{storeId}/importations/{executionId}/catalogColumns/{columnId} Configure catalog column
BeezUpApi.BeezUPApi importationConfigureRemainingCatalogColumns POST /user/catalogs/{storeId}/importations/{executionId}/configureRemainingCatalogColumns Configure remaining catalog columns
BeezUpApi.BeezUPApi importationDeleteCustomColumn DELETE /user/catalogs/{storeId}/importations/{executionId}/customColumns/{columnId} Delete Custom Column
BeezUpApi.BeezUPApi importationGetCustomColumnExpression GET /user/catalogs/{storeId}/importations/{executionId}/customColumns/{columnId}/expression Get the encrypted custom column expression in this importation
BeezUpApi.BeezUPApi importationGetCustomColumns GET /user/catalogs/{storeId}/importations/{executionId}/customColumns Get custom columns currently place in this importation
BeezUpApi.BeezUPApi importationGetDetectedCatalogColumns GET /user/catalogs/{storeId}/importations/{executionId}/catalogColumns Get detected catalog columns during this importation.
BeezUpApi.BeezUPApi importationGetImportationMonitoring GET /user/catalogs/{storeId}/importations/{executionId} Get the importation status
BeezUpApi.BeezUPApi importationGetManualUpdateLastInputConfig GET /user/catalogs/{storeId}/inputConfiguration Get the last input configuration
BeezUpApi.BeezUPApi importationGetProductSample GET /user/catalogs/{storeId}/importations/{executionId}/productSamples/{productSampleIndex} Get the product sample related to this importation with all columns (catalog and custom)
BeezUpApi.BeezUPApi importationGetProductSampleCustomColumnValue GET /user/catalogs/{storeId}/importations/{executionId}/productSamples/{productSampleIndex}/customColumns/{columnId} Get product sample custom column value related to this importation.
BeezUpApi.BeezUPApi importationGetReportings GET /user/catalogs/{storeId}/importations Get the latest catalog importation reporting
BeezUpApi.BeezUPApi importationIgnoreColumn POST /user/catalogs/{storeId}/importations/{executionId}/catalogColumns/{columnId}/ignore Ignore Column
BeezUpApi.BeezUPApi importationMapCatalogColumn POST /user/catalogs/{storeId}/importations/{executionId}/catalogColumns/{columnId}/map Map catalog column to a BeezUP column
BeezUpApi.BeezUPApi importationMapCustomColumn POST /user/catalogs/{storeId}/importations/{executionId}/customColumns/{columnId}/map Map custom column to a BeezUP column
BeezUpApi.BeezUPApi importationReattendColumn POST /user/catalogs/{storeId}/importations/{executionId}/catalogColumns/{columnId}/reattend Reattend Column
BeezUpApi.BeezUPApi importationSaveCustomColumn PUT /user/catalogs/{storeId}/importations/{executionId}/customColumns/{columnId} Create or replace a custom column
BeezUpApi.BeezUPApi importationStartManualUpdate POST /user/catalogs/{storeId}/importations Start Manual Import
BeezUpApi.BeezUPApi importationTechnicalProgression GET /user/catalogs/{storeId}/importations/{executionId}/technicalProgression Get technical progression
BeezUpApi.BeezUPApi importationUnmapCatalogColumn POST /user/catalogs/{storeId}/importations/{executionId}/catalogColumns/{columnId}/unmap Unmap catalog column
BeezUpApi.BeezUPApi importationUnmapCustomColumn POST /user/catalogs/{storeId}/importations/{executionId}/customColumns/{columnId}/unmap Unmap custom column
BeezUpApi.BeezUPApi login POST /public/security/login Login
BeezUpApi.BeezUPApi logout POST /user/customer/security/logout Log out the current user from go2
BeezUpApi.BeezUPApi lostPassword POST /public/security/lostpassword Lost password
BeezUpApi.BeezUPApi mapChannelCatalogCategory POST /user/channelCatalogs/{channelCatalogId}/categoryMappings/map Map channel catalog category
BeezUpApi.BeezUPApi mapChannelCatalogColumns PUT /user/channelCatalogs/{channelCatalogId}/columnMappings Configure channel catalog column mappings
BeezUpApi.BeezUPApi moveDownRule POST /user/analytics/{storeId}/rules/{ruleId}/movedown Move the rule down
BeezUpApi.BeezUPApi moveUpRule POST /user/analytics/{storeId}/rules/{ruleId}/moveup Move the rule up
BeezUpApi.BeezUPApi optimise POST /user/analytics/{storeId}/optimisations/{actionName} Optimise products
BeezUpApi.BeezUPApi optimiseByCategory POST /user/analytics/{storeId}/optimisations/bycategory/{catalogCategoryId}/{actionName} Optimise products's category
BeezUpApi.BeezUPApi optimiseByChannel POST /user/analytics/{storeId}/optimisations/bychannel/{channelId}/{actionName} Optimise products's category
BeezUpApi.BeezUPApi optimiseByProduct POST /user/analytics/{storeId}/optimisations/byproduct/{productId}/{actionName} Optimise products
BeezUpApi.BeezUPApi overrideChannelCatalogProductOverrides PUT /user/channelCatalogs/{channelCatalogId}/products/{productId}/overrides Override channel catalog product values
BeezUpApi.BeezUPApi reactivateCurrentContract POST /user/customer/contracts/current/reenableAutoRenewal Reactivate your terminated contract.
BeezUpApi.BeezUPApi reenableChannelCatalogProduct POST /user/channelCatalogs/{channelCatalogId}/products/{productId}/reenable Reenable channel catalog product
BeezUpApi.BeezUPApi register POST /public/security/register User Registration
BeezUpApi.BeezUPApi resendEmailActivation POST /user/customer/account/resendEmailActivation Resend email activation
BeezUpApi.BeezUPApi runRule POST /user/analytics/{storeId}/rules/{ruleId}/run Run rule
BeezUpApi.BeezUPApi runRules POST /user/analytics/{storeId}/rules/run Run all rules for this store
BeezUpApi.BeezUPApi saveCompanyInfo PUT /user/customer/account/companyInfo Change company information
BeezUpApi.BeezUPApi saveCreditCardInfo PUT /user/customer/account/creditCardInfo Save user credit card info
BeezUpApi.BeezUPApi savePersonalInfo PUT /user/customer/account/personalInfo Save user personal information
BeezUpApi.BeezUPApi saveProfilePictureInfo PUT /user/customer/account/profilePictureInfo Change user picture information
BeezUpApi.BeezUPApi saveReportFilter PUT /user/analytics/{storeId}/reports/filters/{reportFilterId} Save the report filter
BeezUpApi.BeezUPApi saveStoreAlert PUT /user/customer/stores/{storeId}/alerts/{alertId} Save store alert
BeezUpApi.BeezUPApi setChannelCatalogMarketplaceSettings POST /user/marketplaces/channelcatalogs/{channelCatalogId}/settings Save new marketplace settings for a channel catalog
BeezUpApi.BeezUPApi setMerchantOrderInfo POST /user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/setMerchantOrderInfo Set an Order's merchant information
BeezUpApi.BeezUPApi setMerchantOrderInfoList POST /user/marketplaces/orders/batches/setMerchantOrderInfos Send a batch of operations to set an Order's merchant information
BeezUpApi.BeezUPApi share POST /user/customer/stores/{storeId}/shares Share a store to another user
BeezUpApi.BeezUPApi terminateCurrentContract POST /user/customer/contracts/current/disableAutoRenewal Schedule termination of your current contract at the end of the commitment.
BeezUpApi.BeezUPApi unmapChannelCatalogCategory POST /user/channelCatalogs/{channelCatalogId}/categoryMappings/unmap Unmap channel catalog category
BeezUpApi.BeezUPApi updateRule PATCH /user/analytics/{storeId}/rules/{ruleId} Update Rule
BeezUpApi.BeezUPApi updateStore PATCH /user/customer/stores/{storeId} Update some store's information.
BeezUpApi.BeezUPApi userCustomerGet 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