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