beezup.merchant
Module beezup.merchant
API
Definitions
ballerinax/beezup.merchant Ballerina library
Overview
The BeezUP Merchant API v2.0 connector(https://api-docs.beezup.com/swagger-ui/) OpenAPI specification.
BeezUP Merchant API provides capability to read and write BeezUP data such as accounts, stores, product catalog, channel search etc.
Key Features
- Programmatic access to create and manage resources via REST API
- Manage user accounts and profiles
- Secure authentication with API key or OAuth support
Prerequisites
Before using this connector in your Ballerina application, complete the following:
- Create a BeezUP account
- Obtain tokens
- Follow this link to obtain token
Clients
beezup.merchant: Client
This is a generated connector for BeezUP Merchant API v2.0 OpenAPI specification. BeezUP Merchant API provides capability to read and write BeezUP data such as accounts, stores, product catalog, channel search etc.
Constructor
Gets invoked to initialize the connector.
The connector initialization requires setting the API credentials.
Create a BeezUP account and obtain tokens by following this guide.
init (ApiKeysConfig apiKeyConfig, ConnectionConfig config, string serviceUrl)- apiKeyConfig ApiKeysConfig - API keys for authorization
- config ConnectionConfig {} - The configurations to be used when initializing the
connector
- serviceUrl string "https://api.beezup.com/" - URL of the target service
login
function login(LoginRequest payload) returns ApiCredentials|errorLogin
Parameters
- payload LoginRequest -
Return Type
- ApiCredentials|error - Your tokens
register
function register(RegisterRequest payload) returns Response|errorUser Registration
Parameters
- payload RegisterRequest -
lostPassword
function lostPassword(BeezupCommonEmail payload) returns Response|errorLost password
Parameters
- payload BeezupCommonEmail - Your email
getChannelsIndex
function getChannelsIndex(string? ifNoneMatch) returns PublicChannelIndex|errorGet public channel index
Parameters
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Return Type
- PublicChannelIndex|error - Channel list regrouped by country and links to list of values
getChannels
function getChannels(string countryIsoCode, string[] acceptEncoding, string? ifNoneMatch) returns PublicChannelInfoList|errorThe channel list for one country
Parameters
- countryIsoCode string - The country iso code alpha 3 based on this: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3#Decoding_table \ To know which country are available you have to use the operation: GetChannelsByCountry
- acceptEncoding string[] - Allows the client to indicate whether it accepts a compressed encoding to reduce traffic size.
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Return Type
- PublicChannelInfoList|error - The channel list for one country
getPublicLovIndex
function getPublicLovIndex(string? ifNoneMatch) returns PublicLovIndex|errorGet all list names
Parameters
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Return Type
- PublicLovIndex|error - Get the list names
getUserLovIndex
function getUserLovIndex() returns UserLovIndex|errorGet all list names
Return Type
- UserLovIndex|error - Get the list names
getCustomerIndex
function getCustomerIndex(string? ifNoneMatch) returns CustomerIndex|errorThe index of all operations and LOV
Parameters
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Return Type
- CustomerIndex|error - OK
getUserAccountInfo
function getUserAccountInfo(string? ifNoneMatch) returns AccountInfo|errorGet user account information
Parameters
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Return Type
- AccountInfo|error - User account information
resendEmailActivation
Resend email activation
activateUserAccount
Activate the user account
Parameters
- payload string - The email activation id received by email.
savePersonalInfo
function savePersonalInfo(PersonalInfo payload) returns Response|errorSave user personal information
Parameters
- payload PersonalInfo -
saveCompanyInfo
function saveCompanyInfo(CompanyInfo payload) returns Response|errorChange company information
Parameters
- payload CompanyInfo -
getProfilePictureInfo
function getProfilePictureInfo(string? ifNoneMatch) returns ProfilePictureInfoResponse|errorGet profile picture information
Parameters
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Return Type
- ProfilePictureInfoResponse|error - Profile picture information
saveProfilePictureInfo
function saveProfilePictureInfo(ProfilePictureInfo payload) returns Response|errorChange user picture information
Parameters
- payload ProfilePictureInfo -
getCreditCardInfo
function getCreditCardInfo(string? ifNoneMatch) returns CreditCardInfoResponse|errorGet credit card information
Parameters
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Return Type
- CreditCardInfoResponse|error - User credit card information
saveCreditCardInfo
function saveCreditCardInfo(CreditCardInfo payload) returns Response|errorSave user credit card info
Parameters
- payload CreditCardInfo - Credit card info
Return Type
changeEmail
function changeEmail(ChangeEmailRequest payload) returns Response|errorChange user email
Parameters
- payload ChangeEmailRequest -
changePassword
function changePassword(ChangePasswordRequest payload) returns Response|errorChange user password
Parameters
- payload ChangePasswordRequest -
logout
Log out the current user from go2
zendeskToken
function zendeskToken() returns ZendeskToken|errorZendesk token
Return Type
- ZendeskToken|error - A JWT token to connect the Zendesk Web Widget
getStores
Get store list
Parameters
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
createStore
function createStore(CreateStoreRequest payload) returns LinksGetstorelink|errorCreate a new store
Parameters
- payload CreateStoreRequest -
Return Type
- LinksGetstorelink|error - The store has been created successfully. The http header Location contains the new resource url. The body contains the link to the new resource.
getStore
Get store's information
Parameters
- storeId string - Your store identifier
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
deleteStore
Delete a store
Parameters
- storeId string - Your store identifier
updateStore
function updateStore(string storeId, UpdateStoreRequest payload) returns Response|errorUpdate some store's information.
getRights
function getRights(string storeId) returns FunctionalityRightInfo[]|errorGet store's rights
Parameters
- storeId string - Your store identifier
Return Type
- FunctionalityRightInfo[]|error - The store's rights
getStoreAlerts
function getStoreAlerts(string storeId, string? ifNoneMatch) returns StoreAlerts|errorGet store's alerts
Parameters
- storeId string - Your store identifier
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Return Type
- StoreAlerts|error - User account alerts information
saveStoreAlerts
function saveStoreAlerts(string storeId, SaveStoreAlertsRequest payload) returns Response|errorSave store alerts
getStoreShares
function getStoreShares(string storeId, string? ifNoneMatch) returns StoreShares|errorGet shares related to this store
Parameters
- storeId string - Your store identifier
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Return Type
- StoreShares|error - The sharing list of the store
shareStore
function shareStore(string storeId, FriendEmail payload) returns Response|errorShare a store to another user
deleteStoreShare
Delete a share of a store to another user
getFriendInfo
function getFriendInfo(string userId, string? ifNoneMatch) returns UserFriendInfo|errorGet friend information
Parameters
- userId string - Your friend user id
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Return Type
- UserFriendInfo|error - Get friend info
getBillingPeriods
function getBillingPeriods(string? ifNoneMatch) returns BillingPeriodList|errorGet billing periods conditions
Parameters
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Return Type
- BillingPeriodList|error - Get the billing periods conditions
getStandardOffers
function getStandardOffers(string? ifNoneMatch) returns StandardOffers|errorGet all standard offers
Parameters
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Return Type
- StandardOffers|error - Get all standard offers
getOffer
function getOffer(OfferRequest payload) returns Offer|errorGet offer pricing
Parameters
- payload OfferRequest -
getContracts
Get contract list
Parameters
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
createContract
function createContract(CreateContract payload) returns CreateContractResponse|errorCreate a new contract
Parameters
- payload CreateContract -
Return Type
- CreateContractResponse|error - New contract has been created. Some warnings can be present in response.
terminateCurrentContract
function terminateCurrentContract(TerminateContract payload) returns Response|errorSchedule termination of your current contract at the end of the commitment.
Parameters
- payload TerminateContract - Indicate the termination reason
reactivateCurrentContract
Reactivate your terminated contract.
deleteNextContract
Delete your next contract
getInvoices
function getInvoices(string? ifNoneMatch) returns InvoiceList|errorGet all your invoices
Parameters
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Return Type
- InvoiceList|error - Get all invoices of a customer
catalogIndex
function catalogIndex() returns CatalogIndex|errorGet the index of the catalog API
Return Type
- CatalogIndex|error - OK
catalogGetbeezupcolumns
function catalogGetbeezupcolumns() returns BeezUPColumnConfiguration[]|errorGet the BeezUP columns
Return Type
- BeezUPColumnConfiguration[]|error - The catalog API index
catalogStoreIndex
function catalogStoreIndex(string storeId) returns CatalogStoreIndex|errorGet the index of the catalog API for this store
Parameters
- storeId string - Your store identifier
Return Type
- CatalogStoreIndex|error - The catalog index
importationGetmanualupdatelastinputconfig
function importationGetmanualupdatelastinputconfig(string storeId) returns LastManualImportInputConfiguration|errorGet the last input configuration
Parameters
- storeId string - Your store identifier
Return Type
catalogGetcatalogcolumns
function catalogGetcatalogcolumns(string storeId) returns CatalogColumnList|errorGet catalog column list
Parameters
- storeId string - Your store identifier
Return Type
- CatalogColumnList|error - Catalog column list
catalogChangecatalogcolumnusername
function catalogChangecatalogcolumnusername(string storeId, string columnId, ChangeUserColumnNameRequest payload) returns Response|errorChange Catalog Column User Name
Parameters
- storeId string - Your store identifier
- columnId string - The catalog column identifier
- payload ChangeUserColumnNameRequest -
catalogGetcustomcolumns
function catalogGetcustomcolumns(string storeId) returns CustomColumnList|errorGet custom column list
Parameters
- storeId string - Your store identifier
Return Type
- CustomColumnList|error - Custom column list
catalogSavecustomcolumn
function catalogSavecustomcolumn(string storeId, string columnId, CreateCustomColumnRequest payload) returns Response|errorCreate or replace a custom column
Parameters
- storeId string - Your store identifier
- columnId string - The custom column identifier
- payload CreateCustomColumnRequest -
catalogDeletecustomcolumn
Delete custom column
catalogChangecustomcolumnusername
function catalogChangecustomcolumnusername(string storeId, string columnId, ChangeUserColumnNameRequest payload) returns Response|errorChange Custom Column User Name
Parameters
- storeId string - Your store identifier
- columnId string - The custom column identifier
- payload ChangeUserColumnNameRequest -
catalogGetcustomcolumnexpression
Get the encrypted custom column expression
catalogChangecustomcolumnexpression
function catalogChangecustomcolumnexpression(string storeId, string columnId, ChangeCustomColumnExpressionRequest payload) returns Response|errorChange custom column expression
Parameters
- storeId string - Your store identifier
- columnId string - The custom column identifier
- payload ChangeCustomColumnExpressionRequest -
catalogComputeexpression
function catalogComputeexpression(string storeId, ComputeExpressionRequest payload) returns string|errorCompute the expression for this catalog.
catalogGetcategories
function catalogGetcategories(string storeId, string[] acceptEncoding) returns CategoryList|errorGet category list
Parameters
- storeId string - Your store identifier
- acceptEncoding string[] - Indicates that the client accepts that the response will be compressed to reduce traffic size.
Return Type
- CategoryList|error - Categories
catalogGetproducts
function catalogGetproducts(string storeId, GetProductsRequest payload) returns ProductList|errorGet product list
Return Type
- ProductList|error - Product list
catalogGetrandomproducts
function catalogGetrandomproducts(string storeId) returns RandomProductList|errorGet random product list
Parameters
- storeId string - Your store identifier
Return Type
- RandomProductList|error - Random product list
catalogGetproductbyproductid
Get product by ProductId
Parameters
- storeId string - Your store identifier
- productId string - The product identifier you want to get
catalogGetproductbysku
Get product by Sku
importationGetreportingsallstores
function importationGetreportingsallstores() returns ImportationsPerStoreResponse|errorGet the latest catalog importation reporting for all your stores
Return Type
- ImportationsPerStoreResponse|error - The last importation reportings
importationGetreportings
function importationGetreportings(string storeId) returns ImportationsResponse|errorGet the latest catalog importation reporting
Parameters
- storeId string - Your store identifier
Return Type
- ImportationsResponse|error - The last importation reportings
importationStartmanualupdate
function importationStartmanualupdate(string storeId, StartManualImportRequest payload) returns LinksImportationGetimportationmonitoringlink|errorStart Manual Import
Return Type
- LinksImportationGetimportationmonitoringlink|error - Catalog importation started
importationGetimportationmonitoring
function importationGetimportationmonitoring(string storeId, string executionId) returns ImportationMonitoring|errorGet the importation status
Parameters
- storeId string - Your store identifier
- executionId string - The execution identifier of you catalog importation
Return Type
importationCancel
Cancel importation
Parameters
- storeId string - Your store identifier
- executionId string - The execution identifier of you catalog importation
importationTechnicalprogression
function importationTechnicalprogression(string storeId, string executionId) returns ImportationTechnicalProgression|errorGet technical progression
Parameters
- storeId string - Your store identifier
- executionId string - The execution identifier of you catalog importation
Return Type
- ImportationTechnicalProgression|error - When the technical progression is correctly retrived
importationConfigureremainingcatalogcolumns
function importationConfigureremainingcatalogcolumns(string storeId, string executionId) returns Response|errorConfigure remaining catalog columns
Parameters
- storeId string - Your store identifier
- executionId string - The execution identifier of you catalog importation
Return Type
importationCommitcolumns
Commit columns
Parameters
- storeId string - Your store identifier
- executionId string - The execution identifier of you catalog importation
Return Type
importationCommit
Commit Importation
Parameters
- storeId string - Your store identifier
- executionId string - The execution identifier of you catalog importation
importationGetproductsample
function importationGetproductsample(string storeId, string executionId, int productSampleIndex) returns ProductSample|errorGet the product sample related to this importation with all columns (catalog and custom)
Parameters
- storeId string - Your store identifier
- executionId string - The execution identifier of you catalog importation
- productSampleIndex int - Index of the product sample. Starting from 0 to 99.
Return Type
- ProductSample|error - OK
importationGetproductsamplecustomcolumnvalue
function importationGetproductsamplecustomcolumnvalue(string storeId, string executionId, int productSampleIndex, string columnId) returns string|errorGet product sample custom column value related to this importation.
Parameters
- storeId string - Your store identifier
- executionId string - The execution identifier of you catalog importation
- productSampleIndex int - Index of the product sample. Starting from 0 to 99.
- columnId string - The custom column identifier
importationGetdetectedcatalogcolumns
function importationGetdetectedcatalogcolumns(string storeId, string executionId) returns DetectedCatalogColumnList|errorGet detected catalog columns during this importation.
Parameters
- storeId string - Your store identifier
- executionId string - The execution identifier of you catalog importation
Return Type
importationConfigurecatalogcolumn
function importationConfigurecatalogcolumn(string storeId, string executionId, string columnId, ConfigureCatalogColumnCatalogRequest payload) returns Response|errorConfigure catalog column
Parameters
- storeId string - Your store identifier
- executionId string - The execution identifier of you catalog importation
- columnId string - The custom column identifier
- payload ConfigureCatalogColumnCatalogRequest -
Return Type
importationIgnorecolumn
function importationIgnorecolumn(string storeId, string executionId, string columnId) returns Response|errorIgnore Column
Parameters
- storeId string - Your store identifier
- executionId string - The execution identifier of you catalog importation
- columnId string - The custom column identifier
Return Type
importationReattendcolumn
function importationReattendcolumn(string storeId, string executionId, string columnId) returns Response|errorReattend Column
Parameters
- storeId string - Your store identifier
- executionId string - The execution identifier of you catalog importation
- columnId string - The custom column identifier
Return Type
importationMapcatalogcolumn
function importationMapcatalogcolumn(string storeId, string executionId, string columnId, MapBeezUPColumnRequest payload) returns Response|errorMap catalog column to a BeezUP column
Parameters
- storeId string - Your store identifier
- executionId string - The execution identifier of you catalog importation
- columnId string - The catalog column identifier
- payload MapBeezUPColumnRequest -
Return Type
importationUnmapcatalogcolumn
function importationUnmapcatalogcolumn(string storeId, string executionId, string columnId) returns Response|errorUnmap catalog column
Parameters
- storeId string - Your store identifier
- executionId string - The execution identifier of you catalog importation
- columnId string - The catalog column identifier
Return Type
importationGetcustomcolumns
function importationGetcustomcolumns(string storeId, string executionId) returns ImportationCustomColumnList|errorGet custom columns currently place in this importation
Parameters
- storeId string - Your store identifier
- executionId string - The execution identifier of you catalog importation
Return Type
- ImportationCustomColumnList|error - Custom columns of current Importation successfully retrieved
importationGetcustomcolumnexpression
function importationGetcustomcolumnexpression(string storeId, string executionId, string columnId) returns string|errorGet the encrypted custom column expression in this importation
Parameters
- storeId string - Your store identifier
- executionId string - The execution identifier of you catalog importation
- columnId string - The custom column identifier
importationSavecustomcolumn
function importationSavecustomcolumn(string storeId, string executionId, string columnId, ChangeCustomColumnRequest payload) returns Response|errorCreate or replace a custom column
Parameters
- storeId string - Your store identifier
- executionId string - The execution identifier of you catalog importation
- columnId string - The custom column identifier
- payload ChangeCustomColumnRequest -
Return Type
importationDeletecustomcolumn
function importationDeletecustomcolumn(string storeId, string executionId, string columnId) returns Response|errorDelete Custom Column
Parameters
- storeId string - Your store identifier
- executionId string - The execution identifier of you catalog importation
- columnId string - The custom column identifier
importationMapcustomcolumn
function importationMapcustomcolumn(string storeId, string executionId, string columnId, MapBeezUPColumnRequest payload) returns Response|errorMap custom column to a BeezUP column
Parameters
- storeId string - Your store identifier
- executionId string - The execution identifier of you catalog importation
- columnId string - The custom column identifier
- payload MapBeezUPColumnRequest -
Return Type
importationUnmapcustomcolumn
function importationUnmapcustomcolumn(string storeId, string executionId, string columnId) returns Response|errorUnmap custom column
Parameters
- storeId string - Your store identifier
- executionId string - The execution identifier of you catalog importation
- columnId string - The custom column identifier
Return Type
importationGetproductsreport
function importationGetproductsreport(string storeId, string executionId, GetImportationProductsReportRequest payload) returns GetImportationProductsReportResponse|errorImportation Get Products Report
Parameters
- storeId string - Your store identifier
- executionId string - The execution identifier of you catalog importation
- payload GetImportationProductsReportRequest -
Return Type
- GetImportationProductsReportResponse|error - Get Products Report Response
importationGetreport
function importationGetreport(string storeId, string executionId) returns GetImportationReportResponse|errorImportation Get Report
Parameters
- storeId string - Your store identifier
- executionId string - The execution identifier of you catalog importation
Return Type
- GetImportationReportResponse|error - Get Report Response
importationActivateautoimport
Activate the auto importation of the last successful manual catalog importation.
Parameters
- storeId string - Your store identifier
autoGetautoimportconfiguration
function autoGetautoimportconfiguration(string storeId) returns AutoImportConfiguration|errorGet the auto import configuration
Parameters
- storeId string - Your store identifier
Return Type
- AutoImportConfiguration|error - Auto import configuration
autoDeleteautoimport
Delete Auto Import
Parameters
- storeId string - Your store identifier
autoStartautoimport
function autoStartautoimport(string storeId) returns LinksImportationGetimportationmonitoringlink|errorStart Auto Import Manually
Parameters
- storeId string - Your store identifier
Return Type
- LinksImportationGetimportationmonitoringlink|error - Catalog importation started
autoPauseautoimport
Pause Auto Import
Parameters
- storeId string - Your store identifier
autoResumeautoimport
Resume Auto Import
Parameters
- storeId string - Your store identifier
autoConfigureautoimportinterval
function autoConfigureautoimportinterval(string storeId, ConfigureAutoImportIntervalRequest payload) returns Response|errorConfigure Auto Import Interval
autoScheduleautoimport
function autoScheduleautoimport(string storeId, ScheduleAutoImportRequest payload) returns Response|errorConfigure Auto Import Schedules
getAvailableChannels
function getAvailableChannels(string storeId) returns ChannelHeader[]|errorList all available channel for this store
Parameters
- storeId string - The store identifier
Return Type
- ChannelHeader[]|error - Available channel list for this store
getChannelInfo
function getChannelInfo(string channelId) returns ChannelInfo|errorGet channel information
Parameters
- channelId string - The channel identifier
Return Type
- ChannelInfo|error - Channel information
getChannelCategories
function getChannelCategories(string channelId, string[] acceptEncoding) returns ChannelRootCategory|errorGet channel categories
Parameters
- channelId string - The channel identifier
- acceptEncoding string[] - Indicates that the client accepts that the response will be compressed to reduce traffic size.
Return Type
- ChannelRootCategory|error - Channel categories
getChannelColumns
function getChannelColumns(string channelId, string[] acceptEncoding, BeezupCommonChannelcolumnid[] payload) returns ChannelColumn[]|errorGet channel columns
Parameters
- channelId string - The channel identifier
- acceptEncoding string[] - Indicates that the client accepts that the response will be compressed to reduce traffic size.
- payload BeezupCommonChannelcolumnid[] - Allow you to filter the channel column identifier list your want to get
Return Type
- ChannelColumn[]|error - Channel columns
getChannelCatalogs
function getChannelCatalogs(string? storeId) returns ChannelCatalogList|errorList all your current channel catalogs
Parameters
- storeId string? (default ()) - The store identifier
Return Type
- ChannelCatalogList|error - OK
addChannelCatalog
function addChannelCatalog(AddChannelCatalogRequest payload) returns LinksGetchannelcataloglink|errorAdd a new channel catalog
Parameters
- payload AddChannelCatalogRequest -
Return Type
- LinksGetchannelcataloglink|error - When the channel has been successfully added for this store
getChannelCatalog
function getChannelCatalog(string channelCatalogId) returns ChannelCatalog|errorGet the channel catalog information
Parameters
- channelCatalogId string - The channel catalog identifier
Return Type
- ChannelCatalog|error - Channel catalog
deleteChannelCatalog
Delete the channel catalog
Parameters
- channelCatalogId string - The channel catalog identifier
getChannelCatalogFilterOperators
function getChannelCatalogFilterOperators() returns FilterOperator[]|errorGet channel catalog filter operators
Return Type
- FilterOperator[]|error - Channel catalog filter operator list
enableChannelCatalog
Enable a channel catalog
Parameters
- channelCatalogId string - The channel catalog identifier
disableChannelCatalog
Disable a channel catalog
Parameters
- channelCatalogId string - The channel catalog identifier
configureChannelCatalogGeneralSettings
function configureChannelCatalogGeneralSettings(string channelCatalogId, GeneralSettings payload) returns Response|errorConfigure channel catalog general settings
configureChannelCatalogCostSettings
function configureChannelCatalogCostSettings(string channelCatalogId, CostSettings payload) returns Response|errorConfigure channel catalog cost settings
configureChannelCatalogColumnMappings
function configureChannelCatalogColumnMappings(string channelCatalogId, ChannelCatalogColumnMappingList payload) returns Response|errorConfigure channel catalog column mappings
Parameters
- channelCatalogId string - The channel catalog identifier
- payload ChannelCatalogColumnMappingList -
getChannelCatalogCategories
function getChannelCatalogCategories(string channelCatalogId) returns ChannelCatalogCategoryConfigurationList|errorGet channel catalog categories
Parameters
- channelCatalogId string - The channel catalog identifier
Return Type
- ChannelCatalogCategoryConfigurationList|error - Channel catalog category mappings
disableChannelCatalogCategoryMapping
Disable a channel catalog category mapping
Parameters
- channelCatalogId string - The channel catalog identifier
reenableChannelCatalogCategoryMapping
Reenable a channel catalog category mapping
Parameters
- channelCatalogId string - The channel catalog identifier
configureChannelCatalogCategory
function configureChannelCatalogCategory(string channelCatalogId, ConfigureCategoryRequest payload) returns Response|errorConfigure channel catalog category
Parameters
- channelCatalogId string - The channel catalog identifier
- payload ConfigureCategoryRequest -
getChannelCatalogExclusionFilters
function getChannelCatalogExclusionFilters(string channelCatalogId) returns ExclusionFiltersResponse|errorGet channel catalog exclusion filters
Parameters
- channelCatalogId string - The channel catalog identifier
Return Type
- ExclusionFiltersResponse|error - Channel catalog exclusion filter list
configureChannelCatalogExclusionFilters
function configureChannelCatalogExclusionFilters(string channelCatalogId, ExclusionFilters payload) returns Response|errorConfigure channel catalog exclusion filters
getChannelCatalogProductInfoList
function getChannelCatalogProductInfoList(string channelCatalogId, GetChannelCatalogProductInfoListRequest payload) returns ChannelCatalogProductInfoList|errorGet channel catalog product information list
Parameters
- channelCatalogId string - The channel catalog identifier
- payload GetChannelCatalogProductInfoListRequest - The channel catalog product list filter
Return Type
- ChannelCatalogProductInfoList|error - Channel catalog product information
exportChannelCatalogProductInfoList
function exportChannelCatalogProductInfoList(string channelCatalogId, string format, GetChannelCatalogProductInfoListRequest payload) returns BeezupCommonLink3|errorExport channel catalog product information list
Parameters
- channelCatalogId string - The channel catalog identifier
- format string - The file type of the exportation
- payload GetChannelCatalogProductInfoListRequest - The channel catalog product list filter
Return Type
- BeezupCommonLink3|error - Channel catalog product information list exported
getChannelCatalogProductsCounters
function getChannelCatalogProductsCounters(string channelCatalogId) returns ChannelCatalogProductsCounters|errorGet channel catalog products' counters
Parameters
- channelCatalogId string - The channel catalog identifier
Return Type
- ChannelCatalogProductsCounters|error - Channel catalog products' counters
getChannelCatalogProductByChannelCatalog
function getChannelCatalogProductByChannelCatalog(ChannelCatalogProductByChannelCatalogRequest payload) returns ChannelCatalogProductByChannelCatalogResponse|errorGet channel catalog products related to these channel catalogs
Parameters
Return Type
- ChannelCatalogProductByChannelCatalogResponse|error - The channel catalog product by channel catalog
getChannelCatalogProductInfo
function getChannelCatalogProductInfo(string channelCatalogId, string productId) returns ChannelCatalogProductInfo|errorGet channel catalog product information
Parameters
- channelCatalogId string - The channel catalog identifier
- productId string - The product identifier
Return Type
- ChannelCatalogProductInfo|error - Channel catalog product information
overrideChannelCatalogProductValues
function overrideChannelCatalogProductValues(string channelCatalogId, string productId, ProductOverrides payload) returns Response|errorOverride channel catalog product values
Parameters
- channelCatalogId string - The channel catalog identifier
- productId string - The product identifier
- payload ProductOverrides -
deleteChannelCatalogProductValueOverride
function deleteChannelCatalogProductValueOverride(string channelCatalogId, string productId, string channelColumnId) returns Response|errorDelete a specific channel catalog product value override
Parameters
- channelCatalogId string - The channel catalog identifier
- productId string - The product identifier
- channelColumnId string - The channel column identifier
getChannelCatalogProductValueOverrideCopy
function getChannelCatalogProductValueOverrideCopy(string channelCatalogId, string productId) returns Response|errorGet channel catalog product value override compatibilities status
Parameters
- channelCatalogId string - The channel catalog identifier
- productId string - The product identifier
configureChannelCatalogProductValueOverrideCopy
function configureChannelCatalogProductValueOverrideCopy(string channelCatalogId, string productId) returns Response|errorCopy channel catalog product value override
Parameters
- channelCatalogId string - The channel catalog identifier
- productId string - The product identifier
disableChannelCatalogProduct
function disableChannelCatalogProduct(string channelCatalogId, string productId) returns Response|errorDisable channel catalog product
Parameters
- channelCatalogId string - The channel catalog identifier
- productId string - The product identifier
reenableChannelCatalogProduct
function reenableChannelCatalogProduct(string channelCatalogId, string productId) returns Response|errorReenable channel catalog product
Parameters
- channelCatalogId string - The channel catalog identifier
- productId string - The product identifier
getChannelCatalogExportationCacheInfo
function getChannelCatalogExportationCacheInfo(string channelCatalogId) returns ChannelCatalogExportCacheInfoResponse|errorGet the exportation cache information
Parameters
- channelCatalogId string - The channel catalog identifier
Return Type
- ChannelCatalogExportCacheInfoResponse|error - Channel catalog exportation cache information
clearChannelCatalogExportationCache
Clear the exportation cache
Parameters
- channelCatalogId string - The channel catalog identifier
getChannelCatalogExportationHistory
function getChannelCatalogExportationHistory(string channelCatalogId, int pageNumber, int pageSize) returns ChannelCatalogExportationHistory|errorGet the exportation history
Parameters
- channelCatalogId string - The channel catalog identifier
- pageNumber int - The page number you want to get
- pageSize int - The entry count you want to get
Return Type
- ChannelCatalogExportationHistory|error - Channel catalog exportation history
getMarketplaceChannelCatalogs
function getMarketplaceChannelCatalogs(string? storeId) returns MarketplaceChannelCatalogList|errorGet your marketplace channel catalog list
Parameters
- storeId string? (default ()) - The StoreId to filter by
Return Type
- MarketplaceChannelCatalogList|error - Marketplace channel catalog list
publishCatalogToMarketplace
function publishCatalogToMarketplace(string marketplaceTechnicalCode, int accountId, PublishCatalogToMarketplaceRequest payload) returns Response|error[PREVIEW] Launch a publication of the catalog to the marketplace
Parameters
- marketplaceTechnicalCode string - Marketplace Technical Code to query (required)
- accountId int - Account Id to query (required)
- payload PublishCatalogToMarketplaceRequest -
getPublications
function getPublications(string marketplaceTechnicalCode, int accountId, string[] publicationTypes, string? channelCatalogId, int count) returns AccountPublications|errorFetch the publication history for an account, sorted by descending start date
Parameters
- marketplaceTechnicalCode string - Marketplace Technical Code to query (required)
- accountId int - Account Id to query (required)
- publicationTypes string[] - Publication types by which to filter (optional)
- channelCatalogId string? (default ()) - Channel Catalog Id by which to filter (optional)
- count int (default 10) - Amount of entries to fetch (optional, default set to 10)
Return Type
- AccountPublications|error - Successfully fetched channel catalog settings
getChannelCatalogMarketplaceSettings
function getChannelCatalogMarketplaceSettings(string channelCatalogId) returns ChannelCatalogMarketplaceSettings|errorGet the marketplace settings for a channel catalog
Parameters
- channelCatalogId string - Channel Catalog Id to query (required)
Return Type
- ChannelCatalogMarketplaceSettings|error - Successfully fetched channel catalog settings
setChannelCatalogMarketplaceSettings
function setChannelCatalogMarketplaceSettings(string channelCatalogId, SetChannelCatalogMarketplaceSettingsRequest payload) returns Response|errorSave new marketplace settings for a channel catalog
Parameters
- channelCatalogId string - Channel Catalog Id to query
- payload SetChannelCatalogMarketplaceSettingsRequest - Settings to save
getOrderIndex
function getOrderIndex(string? ifNoneMatch) returns OrderIndex|error[DEPRECATED] Get all actions you can do on the order API
Parameters
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Return Type
- OrderIndex|error - Order index
Deprecated
getMarketplaceAccountsSynchronization
function getMarketplaceAccountsSynchronization(string? storeId, string? ifNoneMatch) returns AccountSynchronizationList|error[DEPRECATED] Get current synchronization status between your marketplaces and BeezUP accounts
Parameters
- storeId string? (default ()) - The StoreId to filter by
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Return Type
- AccountSynchronizationList|error - Successfully fetched current synchronization status
Deprecated
harvestAll
[DEPRECATED] Send harvest request to all your marketplaces
Parameters
- storeId string? (default ()) - The StoreId to filter by
Deprecated
getAutomaticTransitions
function getAutomaticTransitions(string? storeId, string? ifNoneMatch) returns AutomaticTransitionInfoList|errorGet list of configured automatic Order status transitions
Parameters
- storeId string? (default ()) - The StoreId to filter by
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Return Type
- AutomaticTransitionInfoList|error - Successfully fetched list of configured automatic Order status transitions
configureAutomaticTransitions
function configureAutomaticTransitions(ConfigureAutomaticTransitionRequest payload) returns Response|errorConfigure new or existing automatic Order status transition
Parameters
- payload ConfigureAutomaticTransitionRequest -
Return Type
getOrderListFull
function getOrderListFull(string[] acceptEncoding, OrderListRequest payload) returns OrderListFull|error[DEPRECATED] Get a paginated list of all Orders with all Order and Order Item(s) properties
Parameters
- acceptEncoding string[] - Allows the client to indicate wether it accepts a compressed encoding to reduce traffic size
- payload OrderListRequest -
Return Type
- OrderListFull|error - Successfully fetched the full list of Orders
Deprecated
getOrderListLight
function getOrderListLight(OrderListRequest payload) returns OrderListLight|error[DEPRECATED] Get a paginated list of all Orders without details
Parameters
- payload OrderListRequest -
Return Type
- OrderListLight|error - Successfully fetched the list of Orders
Deprecated
getOrderExportations
function getOrderExportations(int pageNumber, int pageSize, string storeId, string? ifNoneMatch) returns OrderExportations|errorGet a paginated list of Order report exportations
Parameters
- pageNumber int - The page number you want to get
- pageSize int - The entry count you want to get
- storeId string - The store identifier to regroup the order exportations
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Return Type
- OrderExportations|error - Successfully fetched the list of Order report exportations
exportOrders
function exportOrders(ExportOrderListRequest payload) returns Response|errorRequest a new Order report exportation to be generated
Parameters
- payload ExportOrderListRequest -
setMerchantOrderInfoList
function setMerchantOrderInfoList(SetMerchantOrderInfoListRequest payload) returns BatchOrderOperationResponse|error[DEPRECATED] Send a batch of operations to set an Order's merchant information (max 100 items per call)
Parameters
- payload SetMerchantOrderInfoListRequest -
Return Type
- BatchOrderOperationResponse|error - Succesfully received and processed batched operations. Please check response to see the status per operation.
Deprecated
clearMerchantOrderInfoList
function clearMerchantOrderInfoList(ClearMerchantOrderInfoListRequest payload) returns BatchOrderOperationResponse|error[DEPRECATED] Send a batch of operations to clear an Order's merchant information (max 100 items per call)
Parameters
- payload ClearMerchantOrderInfoListRequest -
Return Type
- BatchOrderOperationResponse|error - Succesfully received and processed batched operations. Please check response to see the status per operation.
Deprecated
changeOrderList
function changeOrderList(string changeOrderType, string userName, ChangeOrderListRequest payload, boolean testMode) returns BatchOrderOperationResponse|error[DEPRECATED] Send a batch of operations to change your marketplace Order information: accept, ship, etc. (max 100 items per call)
Parameters
- changeOrderType string - The Order change type
- userName string - Sometimes the user in the e-commerce application is not the same as user associated with the current subscription key. We recommend providing your application's user login.
- payload ChangeOrderListRequest -
- testMode boolean (default false) - If true, the operation will be not be sent to marketplace. But the validation will be taken in account.
Return Type
- BatchOrderOperationResponse|error - Succesfully received and processed batched operations. Please check response to see the status per operation.
Deprecated
getOrder
function getOrder(string marketplaceTechnicalCode, int accountId, string beezUPOrderId, string? ifNoneMatch) returns Order|error[DEPRECATED] DEPRECATED - Get full Order and Order Item(s) properties
Parameters
- marketplaceTechnicalCode string - The marketplace technical code
- accountId int -
- beezUPOrderId string - The BeezUP Order identifier
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Deprecated
headOrder
function headOrder(string marketplaceTechnicalCode, int accountId, string beezUPOrderId, string? ifNoneMatch) returns Response|error[DEPRECATED] DEPRECATED - Get the meta information about the order (ETag, Last-Modified)
Parameters
- marketplaceTechnicalCode string - The marketplace technical code
- accountId int -
- beezUPOrderId string - The BeezUP Order identifier
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Deprecated
getOrderHistory
function getOrderHistory(string marketplaceTechnicalCode, int accountId, string beezUPOrderId, string? ifNoneMatch) returns OrderHistory|error[DEPRECATED] Get an Order's harvest and change history
Parameters
- marketplaceTechnicalCode string - The marketplace technical code
- accountId int -
- beezUPOrderId string - The BeezUP Order identifier
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Return Type
- OrderHistory|error - Successfully fetched Order history
Deprecated
harvestOrder
function harvestOrder(string marketplaceTechnicalCode, int accountId, string beezUPOrderId) returns Response|error[DEPRECATED] Send harvest request for a single Order
Parameters
- marketplaceTechnicalCode string - The marketplace technical code
- accountId int -
- beezUPOrderId string - The BeezUP Order identifier
Deprecated
setMerchantOrderInfo
function setMerchantOrderInfo(string marketplaceTechnicalCode, int accountId, string beezUPOrderId, SetMerchantOrderInfoRequest payload) returns Response|error[DEPRECATED] Set an Order's merchant information
Parameters
- marketplaceTechnicalCode string - The marketplace technical code
- accountId int -
- beezUPOrderId string - The BeezUP Order identifier
- payload SetMerchantOrderInfoRequest -
Deprecated
clearMerchantOrderInfo
function clearMerchantOrderInfo(string marketplaceTechnicalCode, int accountId, string beezUPOrderId) returns Response|error[DEPRECATED] Clear an Order's merchant information
Parameters
- marketplaceTechnicalCode string - The marketplace technical code
- accountId int -
- beezUPOrderId string - The BeezUP Order identifier
Deprecated
changeOrder
function changeOrder(string marketplaceTechnicalCode, int accountId, string beezUPOrderId, string changeOrderType, string userName, string ifMatch, ChangeOrderRequest payload, boolean testMode) returns Response|error[DEPRECATED] Change your marketplace Order Information (accept, ship, etc.)
Parameters
- marketplaceTechnicalCode string - The marketplace technical code
- accountId int -
- beezUPOrderId string - The BeezUP Order identifier
- changeOrderType string - The Order change type
- userName string - Sometimes the user in the e-commerce application is not the same as user associated with the current subscription key. We recommend providing your application's user login.
- ifMatch string - ETag value to identify the last known version of requested resource.\ To ensure that you are making a change on the lastest version of the resource.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
- payload ChangeOrderRequest -
- testMode boolean (default false) - If true, the operation will be not be sent to marketplace. But the validation will be taken in account.
Deprecated
getMarketplaceAccountsSynchronizationV3
function getMarketplaceAccountsSynchronizationV3(string? ifNoneMatch, string[]? storeIds) returns AccountSynchronizationList|errorGet current synchronization status between your marketplaces and BeezUP accounts
Parameters
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
- storeIds string[]? (default ()) - StoredIds to filter
Return Type
- AccountSynchronizationList|error - Successfully fetched the list of MarketplaceBusinessCode ready for Order Management
harvestAllV3
Send harvest request to all your marketplaces
Parameters
- storeId string? (default ()) - The StoreId to filter by
getOrderListFullV3
function getOrderListFullV3(string acceptEncoding, OrderListRequest payload) returns OrderListFullWithLinks|errorGet a paginated list of all Orders with all Order and Order Item(s) properties
Parameters
- acceptEncoding string - Allows the client to indicate wether it accepts a compressed encoding to reduce traffic size
- payload OrderListRequest -
Return Type
- OrderListFullWithLinks|error - Successfully fetched the full list of Orders
getOrderListLightV3
function getOrderListLightV3(OrderListRequest payload) returns OrderListLightWithLinks|errorGet a paginated list of all Orders without details
Parameters
- payload OrderListRequest -
Return Type
- OrderListLightWithLinks|error - Successfully fetched the list of Orders
getOrderV3
function getOrderV3(string marketplaceTechnicalCode, int accountId, string beezUPOrderId, string? ifNoneMatch) returns OrderWithLinks|errorGet full Order and Order Item(s) properties
Parameters
- marketplaceTechnicalCode string - The marketplace technical code
- accountId int -
- beezUPOrderId string - The BeezUP Order identifier
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Return Type
- OrderWithLinks|error - Successfully fetched Order and Order Item(s) properties
headOrderV3
function headOrderV3(string marketplaceTechnicalCode, int accountId, string beezUPOrderId, string? ifNoneMatch) returns Response|errorGet the meta information about the order (ETag, Last-Modified)
Parameters
- marketplaceTechnicalCode string - The marketplace technical code
- accountId int -
- beezUPOrderId string - The BeezUP Order identifier
- ifNoneMatch string? (default ()) - ETag value to identify the last known version of requested resource.\ To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.\ If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.\ For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
changeOrderV3
function changeOrderV3(string marketplaceTechnicalCode, int accountId, string beezUPOrderId, string changeOrderType, string userName, ChangeOrderRequest payload, boolean testMode) returns Response|errorChange your marketplace Order Information (accept, ship, etc.)
Parameters
- marketplaceTechnicalCode string - The marketplace technical code
- accountId int -
- beezUPOrderId string - The BeezUP Order identifier
- changeOrderType string - The Order change type
- userName string - Sometimes the user in the e-commerce application is not the same as user associated with the current subscription key. We recommend providing your application's user login.
- payload ChangeOrderRequest -
- testMode boolean (default false) - If true, the operation will be not be sent to marketplace. But the validation will be taken in account.
getOrderHistoryV3
function getOrderHistoryV3(string marketplaceTechnicalCode, int accountId, string beezUPOrderId) returns OrderHistory|errorGet an Order's harvest and change history
Parameters
- marketplaceTechnicalCode string - The marketplace technical code
- accountId int -
- beezUPOrderId string - The BeezUP Order identifier
Return Type
- OrderHistory|error - Successfully fetched Order history
harvestOrderV3
function harvestOrderV3(string marketplaceTechnicalCode, int accountId, string beezUPOrderId) returns Response|errorSend harvest request for a single Order
Parameters
- marketplaceTechnicalCode string - The marketplace technical code
- accountId int -
- beezUPOrderId string - The BeezUP Order identifier
harvestAccount
function harvestAccount(string marketplaceTechnicalCode, int accountId, string? marketplaceOrderId, string? beezUPOrderId) returns Response|errorSend harvest request for an Account
Parameters
- marketplaceTechnicalCode string - The marketplace technical code
- accountId int -
- marketplaceOrderId string? (default ()) -
- beezUPOrderId string? (default ()) -
getOrderChangeReportingV3
function getOrderChangeReportingV3(string marketplaceTechnicalCode, int accountId, string beezUPOrderId, string orderChangeExecutionUUID) returns ChangeOrderReporting|errorGet the order change reporting
Parameters
- marketplaceTechnicalCode string - The marketplace technical code
- accountId int -
- beezUPOrderId string - The BeezUP Order identifier
- orderChangeExecutionUUID string - The order change execution id
Return Type
- ChangeOrderReporting|error - Successfully fetched Order change reporting
setMerchantOrderInfoV3
function setMerchantOrderInfoV3(string marketplaceTechnicalCode, int accountId, string beezUPOrderId, SetMerchantOrderInfoRequest payload, boolean testMode) returns Response|errorSet an Order's merchant information
Parameters
- marketplaceTechnicalCode string - The marketplace technical code
- accountId int -
- beezUPOrderId string - The BeezUP Order identifier
- payload SetMerchantOrderInfoRequest -
- testMode boolean (default false) - If true, the operation will be not be sent to marketplace. But the validation will be taken in account.
clearMerchantOrderInfoV3
function clearMerchantOrderInfoV3(string marketplaceTechnicalCode, int accountId, string beezUPOrderId, boolean testMode) returns Response|errorClear an Order's merchant information
Parameters
- marketplaceTechnicalCode string - The marketplace technical code
- accountId int -
- beezUPOrderId string - The BeezUP Order identifier
- testMode boolean (default false) - If true, the operation will be not be sent to marketplace. But the validation will be taken in account.
setMerchantOrderInfoListV3
function setMerchantOrderInfoListV3(SetMerchantOrderInfoListRequest payload, boolean testMode) returns BatchOrderOperationResponse|errorSend a batch of operations to set an Order's merchant information (max 100 items per call)
Parameters
- payload SetMerchantOrderInfoListRequest -
- testMode boolean (default false) - If true, the operation will be not be sent to marketplace. But the validation will be taken in account.
Return Type
- BatchOrderOperationResponse|error - Succesfully received and processed batched operations. Please check response to see the status per operation.
clearMerchantOrderInfoListV3
function clearMerchantOrderInfoListV3(ClearMerchantOrderInfoListRequest payload, boolean testMode) returns BatchOrderOperationResponse|errorSend a batch of operations to clear an Order's merchant information (max 100 items per call)
Parameters
- payload ClearMerchantOrderInfoListRequest -
- testMode boolean (default false) - If true, the operation will be not be sent to marketplace. But the validation will be taken in account.
Return Type
- BatchOrderOperationResponse|error - Succesfully received and processed batched operations. Please check response to see the status per operation.
changeOrderListV2
function changeOrderListV2(string userName, string changeOrderType, ChangeOrderListRequestV2 payload, boolean testMode) returns BatchOrderOperationResponse|errorSend a batch of operations to change your marketplace Order information: accept, ship, etc. (max 100 items per call)
Parameters
- userName string - Sometimes the user in the e-commerce application is not the same as user associated with the current subscription key. We recommend providing your application's user login.
- changeOrderType string - The Order change type
- payload ChangeOrderListRequestV2 -
- testMode boolean (default false) - If true, the operation will be not be sent to marketplace. But the validation will be taken in account.
Return Type
- BatchOrderOperationResponse|error - Succesfully received and processed batched operations. Please check response to see the status per operation.
changeOrderListV3
function changeOrderListV3(string userName, ChangeOrderListRequest payload, boolean testMode) returns BatchOrderOperationResponse|errorSend a batch of operations to change your marketplace Order information: accept, ship, etc. (max 100 items per call)
Parameters
- userName string - Sometimes the user in the e-commerce application is not the same as user associated with the current subscription key. We recommend providing your application's user login.
- payload ChangeOrderListRequest -
- testMode boolean (default false) - If true, the operation will be not be sent to marketplace. But the validation will be taken in account.
Return Type
- BatchOrderOperationResponse|error - Succesfully received and processed batched operations. Please check response to see the status per operation.
getSubscriptionList
function getSubscriptionList() returns SubscriptionIndex[]|errorGet the subscription list
Return Type
- SubscriptionIndex[]|error - The subscription list
getSubscription
function getSubscription(string id) returns SubscriptionIndex|errorGet a subscription to the orders
Parameters
- id string -
Return Type
- SubscriptionIndex|error - Subscription info
createSubscription
function createSubscription(string id, CreateSubscriptionRequest payload) returns Response|errorCreates a subscription to the orders
deleteSubscription
Delete a subscription to the orders
Parameters
- id string -
getSubscriptionPushReporting
function getSubscriptionPushReporting(string id, int? pageNumber, int? pageSize) returns SubscriptionPushReporting[]|errorGet the push reporting related to this subscription
Return Type
- SubscriptionPushReporting[]|error - Subscription push reporting info
activateSubscription
function activateSubscription(string id, ActivateSubscriptionRequest payload) returns Response|errorActivate a subscription to the orders
deactivateSubscription
Deactivate a subscription to the orders
Parameters
- id string -
retryPushOrders
Force retry push orders immediatly
Parameters
- id string -
getOrderInvoiceGeneralSettings
function getOrderInvoiceGeneralSettings() returns GetOrderInvoiceGeneralSettingsResponse|errorGet Order Invoice general settings
Return Type
- GetOrderInvoiceGeneralSettingsResponse|error - Settings successfully retrieved
saveOrderInvoiceGeneralSettings
function saveOrderInvoiceGeneralSettings(OrderInvoiceGeneralSettings payload) returns Response|errorSave Order Invoice general settings
Parameters
- payload OrderInvoiceGeneralSettings -
getOrderInvoiceDesignSettings
function getOrderInvoiceDesignSettings() returns OrderInvoiceDesignSettings|errorGet Order Invoice design settings
Return Type
- OrderInvoiceDesignSettings|error - Design successfully retrieved
saveOrderInvoiceDesignSettings
function saveOrderInvoiceDesignSettings(OrderInvoiceDesignSettings payload) returns Response|errorSave Order Invoice design settings
Parameters
- payload OrderInvoiceDesignSettings -
getOrderInvoiceDesignSettingsPreview
function getOrderInvoiceDesignSettingsPreview(string acceptEncoding, OrderInvoiceDesignSettings payload) returns GetOrderInvoiceDesignPreviewResponse|errorView a preview an Order Invoice using custom design settings
Parameters
- acceptEncoding string - Allows the client to indicate wether it accepts a compressed encoding to reduce traffic size
- payload OrderInvoiceDesignSettings -
Return Type
- GetOrderInvoiceDesignPreviewResponse|error - Design Preview successfully retrieved
generateOrderInvoice
function generateOrderInvoice(string marketplaceTechnicalCode, string accountId, string beezUPOrderUUID, string userName, GenerateOrderInvoiceRequest payload) returns Response|errorGenerate an Order Invoice
Parameters
- marketplaceTechnicalCode string - The Marketplace Technical Code
- accountId string - The Account Identifier
- beezUPOrderUUID string - The BeezUP Order UUID
- userName string - Sometimes the user in the e-commerce application is not the same as user associated with the current subscription key. We recommend providing your application's user login.
- payload GenerateOrderInvoiceRequest -
getOrderInvoicePreview
function getOrderInvoicePreview(string marketplaceTechnicalCode, string accountId, string beezUPOrderUUID, string acceptEncoding, PreviewOrderInvoiceRequest payload) returns PreviewOrderInvoiceResponse|errorView a preview an Order Invoice
Parameters
- marketplaceTechnicalCode string - The Marketplace Technical Code
- accountId string - The Account Identifier
- beezUPOrderUUID string - The BeezUP Order UUID
- acceptEncoding string - Allows the client to indicate wether it accepts a compressed encoding to reduce traffic size
- payload PreviewOrderInvoiceRequest -
Return Type
- PreviewOrderInvoiceResponse|error - Order Invoice preview successfully returned.
getOrderInvoicePdf
function getOrderInvoicePdf(GetOrderInvoicePdfFromHtmlInvoiceUrlRequest payload) returns string|errorReturns the PDF version of the invoice
Parameters
analyticsIndex
function analyticsIndex() returns AnalyticsIndex|errorGet the Analytics API operation index
Return Type
- AnalyticsIndex|error - Analytics API operation index
analyticsStoreIndex
function analyticsStoreIndex(string storeId) returns AnalyticsStoreIndex|errorGet the Analytics API operation index for one store
Parameters
- storeId string - Your store identifier
Return Type
- AnalyticsStoreIndex|error - Analytics API operation index for one store
getTrackingStatus
function getTrackingStatus() returns TrackingStatus|errorGet the global synchronization status of clicks and orders
Return Type
- TrackingStatus|error - The tracking status informations
getStoreTrackingStatus
function getStoreTrackingStatus(string storeId) returns StoreTrackingStatus|errorGet the synchronization status of clicks and orders of a store
Parameters
- storeId string - Your store identifier
Return Type
- StoreTrackingStatus|error - Store Tracking Status
getStoreTrackedClicks
function getStoreTrackedClicks(string storeId, int count) returns TrackedClicks|errorGet the latest tracked clicks
Parameters
- storeId string - Your store identifier
- count int (default 100) - The amount of clicks to retrieve
Return Type
- TrackedClicks|error - Click list
getStoreTrackedOrders
function getStoreTrackedOrders(string storeId, int count) returns TrackedOrders|errorGet the latest tracked orders
Parameters
- storeId string - Your store identifier
- count int (default 100) - The amount of orders to retrieve
Return Type
- TrackedOrders|error - Order list
getStoreTrackedExternalOrders
function getStoreTrackedExternalOrders(string storeId, int count) returns TrackedExternalOrders|errorGet the latest tracked external orders
Parameters
- storeId string - Your store identifier
- count int (default 100) - The amount of external orders to retrieve
Return Type
- TrackedExternalOrders|error - External Order list
getStoreReportByDayPerStore
function getStoreReportByDayPerStore(ReportByDayRequest payload) returns ReportByDayPerStoreResponse|errorGet the report by day for a StoreId
Parameters
- payload ReportByDayRequest -
Return Type
- ReportByDayPerStoreResponse|error - Your reporting by day
getStoreReportByDay
function getStoreReportByDay(string storeId, ReportByDayRequest payload) returns ReportByDayResponse|errorGet the report by day for a StoreId
Return Type
- ReportByDayResponse|error - Your reporting by day
getStoreReportByChannel
function getStoreReportByChannel(string storeId, ReportByChannelRequest payload) returns ReportByChannelResponse|errorGet the report by channel
Return Type
- ReportByChannelResponse|error - Your reporting by channel
getStoreReportByCategory
function getStoreReportByCategory(string storeId, ReportByCategoryRequest payload) returns ReportByCategoryResponse|errorGet the report by category
Return Type
- ReportByCategoryResponse|error - Your reporting by channel
getStoreReportByProduct
function getStoreReportByProduct(string storeId, ReportByProductRequest payload) returns ReportByProductResponse|errorGet the report by product
Return Type
- ReportByProductResponse|error - Your reporting by product
optimiseAll
function optimiseAll(string storeId, string actionName, OptimiseAllRequest payload) returns Response|errorOptimise all products
optimise
function optimise(string storeId, string actionName, OptimiseRequest payload) returns Response|errorOptimise products by page
optimiseByChannel
function optimiseByChannel(string storeId, string channelId, string actionName) returns Response|errorOptimise products by channel
Parameters
- storeId string - Your store identifier
- channelId string - The channel identifier concerned by this optimisation
- actionName string -
optimiseByCategory
function optimiseByCategory(string storeId, string catalogCategoryId, string actionName, string[] payload) returns Response|errorOptimise products by category
Parameters
- storeId string - Your store identifier
- catalogCategoryId string - The category identifier concerned by this optimisation
- actionName string -
- payload string[] - The channel identifier list concerned by this optimisation
optimiseByProduct
function optimiseByProduct(string storeId, string productId, string actionName, string[] payload) returns Response|errorOptimise product
Parameters
- storeId string - Your store identifier
- productId string - The product identifier concerned by this optimisation
- actionName string -
- payload string[] - The channel identifier list concerned by this optimisation
copyOptimisation
function copyOptimisation(string storeId, CopyOptimisationRequest payload) returns CopyOptimisationResponse|errorCopy product optimisations between 2 channels
Return Type
- CopyOptimisationResponse|error - Products optimisatisation copied
getReportFilters
function getReportFilters(string storeId) returns ReportFilterList|errorGet report filter list for the given store
Parameters
- storeId string - Your store identifier
Return Type
- ReportFilterList|error - Report filter list
getReportFilter
function getReportFilter(string storeId, string reportFilterId) returns ReportFilter|errorGet the report filter description
Parameters
- storeId string - Your store identifier
- reportFilterId string - Your report filter identifier
Return Type
- ReportFilter|error - Report filter
saveReportFilter
function saveReportFilter(string storeId, string reportFilterId, SaveReportFilterRequest payload) returns Response|errorSave the report filter
Parameters
- storeId string - Your store identifier
- reportFilterId string - Your report filter identifier
- payload SaveReportFilterRequest -
deleteReportFilter
Delete the report filter
Parameters
- storeId string - Your store identifier
- reportFilterId string - Your report filter identifier
getRules
Gets the list of rules for a given store
Parameters
- storeId string - Your store identifier
createRule
function createRule(string storeId, CreateRuleRequest payload) returns Response|errorRule creation
getRule
Gets the rule
deleteRule
Delete Rule
updateRule
function updateRule(string storeId, string ruleId, UpdateRuleRequest payload) returns Response|errorUpdate Rule
Parameters
- storeId string - Your store identifier
- ruleId string - Your rule identifier
- payload UpdateRuleRequest -
moveUpRule
Move the rule up
moveDownRule
Move the rule down
enableRule
Enable rule
disableRule
Disable rule
runRules
Run all rules for this store
Parameters
- storeId string - Your store identifier
runRule
Run rule
getRulesExecutions
function getRulesExecutions(string storeId, int pageNumber, int pageSize) returns RuleExecutionReportings|errorGet the rules execution history
Parameters
- storeId string - Your store identifier
- pageNumber int - The page to retrieve
- pageSize int - The count of rule history to retrieve
Return Type
- RuleExecutionReportings|error - Rules executions list
getLegacyTrackingChannelCatalogs
function getLegacyTrackingChannelCatalogs(string? storeId) returns LegacyTrackingChannelCatalogList|errorList all your current channel catalogs configured to use legacy tracking format
Parameters
- storeId string? (default ()) - The store identifier
Return Type
getLegacyTrackingChannelCatalog
function getLegacyTrackingChannelCatalog(string channelCatalogId) returns LegacyTrackingChannelCatalog|errorGet the channel catalog configured to use legacy tracking format information
Parameters
- channelCatalogId string - The channel catalog identifier
Return Type
- LegacyTrackingChannelCatalog|error - Channel catalog configured to use legacy tracking format
migrateLegacyTrackingChannelCatalog
Migrate a channel catalog to current tracking format
Parameters
- channelCatalogId string - The channel catalog identifier
Records
beezup.merchant: AccountInfo
Fields
- userId BeezupCommonUserid - The user identifier
- email BeezupCommonEmail - The email
- personalInfo? PersonalInfo -
- status AccountStatus - The account status
- Active: When the account is active
- SystemBlocked: When all stores on the account are blocked by the system
- UserBlocked: When all stores on the account are blocked on GO not on the system
- NotActivated: When the email is not verified
- companyInfo? CompanyInfo -
- profilePictureUrl? ProfilePictureUrl - Indicate the url of your picture profil
- links AccountInfoLinks - The different actions you can make on this account
- info? BeezupCommonInfosummaries -
beezup.merchant: AccountInfoLinks
The different actions you can make on this account
Fields
- self LinksGetuseraccountinfolink -
- savePersonalInfo LinksSavepersonalinfolink -
- changeEmail LinksChangeemaillink -
- changePassword LinksChangepasswordlink -
- saveCompanyInfo LinksSavecompanyinfolink -
- getProfilePictureInfo LinksGetprofilepictureinfolink -
- saveProfilePictureInfo LinksSaveprofilepictureinfolink -
- getCreditCardInfo LinksGetcreditcardinfolink -
- saveCreditCardInfo LinksSavecreditcardinfolink -
- activateUserAccount? LinksActivateuseraccountlink -
beezup.merchant: AccountPublications
The publication history for an account
Fields
- links AccountPublicationsLinks -
- publications PublicationReporting[] - The recent publications for the requested account
beezup.merchant: AccountPublicationsLinks
Fields
- self LinksGetpublicationslink -
beezup.merchant: AccountSynchronization
Fields
- accountId AccountId - The marketplace account identifier in BeezUP. This account identifier is based on your api settings.
- completedHarvestSynchroUtcDate? string -
- marketplaceBusinessCode BeezupCommonMarketplacebusinesscode - In an marketplace technical code like CDiscount you can have several marketplaces like GO SPORT, etc. We identify them by a business code.
- marketplaceTechnicalCode BeezupCommonMarketplacetechnicalcode - The technical code of the marketplace.
beezup.merchant: AccountSynchronizationList
Fields
- accountSynchronizations? AccountSynchronization[] -
beezup.merchant: ActivateSubscriptionRequest
Fields
- recoverBeginPeriodOrderLastModificationUtcDate? string - If set, the date must be in the past the subscription will recover existing orders using the begin period order last modification date. If not set then you will receive new/updated orders in real-time.
- recoverEndPeriodOrderLastModificationUtcDate? string - If end period set, first the date must be in the past, the subscription will recover existing orders using the begin and the end period order last modification date. If end period is not set and the begin period is set, then you will recover existing orders from the past using the begin period last modification date and after than you will continue to receive new/updated orders in real-time. If begin/end period are not set then you will receive new/updated orders in real-time. REMARK: The begin period is required if the end period is fulfilled. REMARK: If the end period is order last modification date is indicated then once we have push all orders to your target url the subscription will be desactivated.
beezup.merchant: AddChannelCatalogRequest
Fields
- channelId BeezupCommonChannelid - The channel identifier
- storeId BeezupCommonStoreid - The store identifier
beezup.merchant: AdditionalAnalyticsProductColumnFilters
Describes a filter on a product's column. The key is the column identifier of your catalog or a custom column.
beezup.merchant: AnalyticsIndex
The Analytics API operation index.
Fields
- stores AnalyticsStoreIndex[] -
- links AnalyticsIndexLinks -
- lovLinks? AnalyticsIndexLovLinks -
beezup.merchant: AnalyticsIndexLinks
Fields
- self LinksAnalyticsindexlink -
- trackingStatus? LinksGettrackingstatuslink -
beezup.merchant: AnalyticsIndexLovLinks
Fields
- performanceIndicatorTypeLov? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- performanceIndicatorTypeForReportsByChannelLov? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- performanceIndicatorTypeForReportsByCategoryLov? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- performanceIndicatorTypeForReportsByProductLov? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- performanceIndicatorFormulaParameterTypeLov? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- performanceIndicatorFormulaOperatorNameLov? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- performanceIndicatorFilterOperatorNameLov? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- analyticsProductColumnFilterOperatorNameLov? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- analyticsNumericalProductColumnFilterOperatorNameLov? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- analyticsStringProductColumnFilterOperatorNameLov? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- storeOptimisationRuleExecutionStatusLov? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
beezup.merchant: AnalyticsProductColumnFilter
Fields
- operatorName AnalyticsProductColumnFilterOperatorName - Indicate the operator you want to apply on the columnId
- values? string[] - Must be null if the operator is "IsNull" or "IsNotNull". Can contains multiple value in case of "InList" operator. Otherwise a single value is expected.
beezup.merchant: AnalyticsProductColumnFilters
Fields
- sku? string - The product sku filter
- title? string - The product title filter
- additionalAnalyticsProductColumnFilters? AdditionalAnalyticsProductColumnFilters - Describes a filter on a product's column. The key is the column identifier of your catalog or a custom column.
beezup.merchant: AnalyticsStoreIndex
Fields
- links AnalyticsStoreIndexLinks -
beezup.merchant: AnalyticsStoreIndexLinks
Fields
- self LinksAnalyticsindexlink -
- trackingStatus LinksGetstoretrackingstatuslink -
- trackedClicks LinksGetstoretrackedclickslink -
- trackedOrders LinksGetstoretrackedorderslink -
- trackedExternalOrders? LinksGetstoretrackedexternalorderslink -
- reportByDay? LinksGetstorereportbydaylink -
- reportByChannel? LinksGetstorereportbychannellink -
- reportByCategory? LinksGetstorereportbycategorylink -
- reportByProduct? LinksGetstorereportbyproductlink -
- optimiseAll? LinksOptimisealllink -
- optimise? LinksOptimiselink -
- optimiseByChannel? LinksOptimisebychannellink -
- optimiseByCategory? LinksOptimisebycategorylink -
- optimiseByProduct? LinksOptimisebyproductlink -
- reportFilters LinksGetreportfilterslink -
- rules? LinksGetruleslink -
beezup.merchant: ApiCredential
Your api credential
Fields
- productName? string - The product name related to this credential
- primaryToken? string - The primary token to be used in the next call in the user scope API
- secondaryToken? string - The secondary token. Could be usefull if you want to share your access with someone else.
beezup.merchant: ApiCredentials
Fields
- credentials? ApiCredential[] - Your API credential list
beezup.merchant: ApiKeysConfig
Provides API key configurations needed when communicating with a remote HTTP endpoint.
Fields
- ocpApimSubscriptionKey string - Represents API Key 'Ocp-Apim-Subscription-Key'
beezup.merchant: AutoImportConfiguration
Fields
- input InputConfiguration - Describe the input configuration
- inputConfiguredByUserId BeezupCommonUserid - The user identifier
- schedulingType SchedulingType - Indicate the scheduling type. Schedule or Interval. We recommand you to use interval for a better reporting.
- scheduledByUserId? BeezupCommonUserid - The user identifier
- schedulingValue string[] - Indicate the scheduling value. If the scheduling type is Interval then the value will be a duration otherwise the values will be the time.
- paused boolean - Indicate if the auto import is in pause or not.
- pauseStatusChangedByUserId? BeezupCommonUserid - The user identifier
- pauseStatusChangedUtcDate? string - Indicate when the pause status has changed in UTC date.
- duplicateProductConfiguration DuplicateProductValueConfiguration - Describe how you want to manage the duplication of the product value
- schedulingLocalTimeZoneName string(default "Romance Standard Time") - Indicate the time zone name of the scheduling. If the scheduling type is "Schedule"
beezup.merchant: AutoImportConfigurationLinks
Fields
- activate? LinksImportationActivateautoimportlink -
- 'start? LinksAutoStartautoimportlink -
- pause? LinksAutoPauseautoimportlink -
- resume? LinksAutoResumeautoimportlink -
- scheduleInterval? LinksAutoConfigureautoimportintervallink -
- schedule? LinksAutoScheduleautoimportlink -
beezup.merchant: AutomaticTransition
Fields
- marketplaceTechnicalCode BeezupCommonMarketplacetechnicalcode - The technical code of the marketplace.
- accountId AccountId - The marketplace account identifier in BeezUP. This account identifier is based on your api settings.
- orderStatusTransitionId int -
- enabled boolean -
beezup.merchant: AutomaticTransitionInfo
Fields
- Fields Included from *AutomaticTransition
- marketplaceTechnicalCode BeezupCommonMarketplacetechnicalcode
- accountId AccountId
- orderStatusTransitionId int
- enabled boolean
- anydata...
- marketplaceBusinessCode BeezupCommonMarketplacebusinesscode - In an marketplace technical code like CDiscount you can have several marketplaces like GO SPORT, etc. We identify them by a business code.
- beezUPOrderStatus BeezUPOrderStatus - BeezUP order status. Unified for all marketplaces.
- businessOperationType BusinessOperationType -
- links? AutomaticTransitionInfoLinks -
beezup.merchant: AutomaticTransitionInfoLinks
Fields
- configure LinksConfigureautomatictransitionslink -
beezup.merchant: AutomaticTransitionInfoList
Fields
- links AutomaticTransitionInfoListLinks -
- automaticTransitionInfos? AutomaticTransitionInfo[] -
beezup.merchant: AutomaticTransitionInfoListLinks
Fields
- configure LinksConfigureautomatictransitionslink -
beezup.merchant: BatchOrderOperationResponse
The response given by the batch operation
Fields
- operations OrderOperationResponse[] -
beezup.merchant: BeezUPColumnConfiguration
Describe a BeezUP column
Fields
- beezUPColumnName BeezupCommonBeezupcolumnname - The BeezUP column name
- unique boolean(default false) - /!\ ONLY AVAILABLE ON CATALOG COLUMN NOT ON CUSTOM COLUMNS!! If true, an error happen at the second occurence of the same value for this column This information will be used during the importation process and later for mapping proposal
- columnImportance BeezupCommonColumnimportance - Importance of the column
- columnDataType? BeezupCommonColumndatatype - Data type of the column, will be used for parsing and for consolidation proces
- canBeTruncated? CanBeTruncated - If the size of the value is greater than the limit we can truncate the value instead of failing...
- displayGroupName DisplayGroupName - Indicate the display group name where the column must be putted
- description? string - Describe the BeezUP column
beezup.merchant: BeezupCommonAdditionalproductfilters
Describe a filter on a product's column. The key is the column identifier of your catalog or a custom column.
beezup.merchant: BeezupCommonAdditionalproductfiltersvalue
Fields
- operatorName? BeezupCommonProductcolumnfilteroperatorname - Indicate the operator you want to make on the columnId
- values? string[] - Must be null if the operator is "IsNull" or "IsNotNull". Can contains multiple value in case of "InList" operator. Otherwise a single value is expected.
beezup.merchant: BeezupCommonCatalogcategoryfilter
Fields
- categoryPath? string[] - Indicates on which catalog category path you want to make the filter
beezup.merchant: BeezupCommonChannelbasicinfo
The basic info related to a channel
Fields
- channelId BeezupCommonChannelid - The channel identifier
- channelName BeezupCommonChannelname - The channel name
- channelImageUrl BeezupCommonHttpurl - The URL <a href="https://en.wikipedia.org/wiki/URL">https://en.wikipedia.org/wiki/URL</a>
beezup.merchant: BeezupCommonChannelcategoryfilter
Fields
- categoryPath? string[] - Indicates on which channel category path you want to make the filter
beezup.merchant: BeezupCommonErrorresponsemessage
Fields
- errors BeezupCommonUsererrormessage[] -
beezup.merchant: BeezupCommonErrorsummary
Fields
- utcDate? string -
- errorGuid? string -
- errorCode? string -
- errorMessage? string -
- technicalErrorMessage? string -
- exceptionDetail? BeezupCommonExceptiondetail -
- errorArguments? record {} -
- propertyName? string -
- propertyValue? string -
- objectName? string -
- 'source? string -
beezup.merchant: BeezupCommonExceptiondetail
Fields
- helpLink? string -
- message? string -
- stackTrace? string -
- 'type? string -
beezup.merchant: BeezupCommonInfosummaries
Fields
- successes? BeezupCommonSuccesssummary[] -
- errors? BeezupCommonErrorsummary[] -
- warnings? BeezupCommonWarningsummary[] -
- informations? BeezupCommonInfosummary[] -
beezup.merchant: BeezupCommonInfosummary
Fields
- informationCode? string -
- informationMessage? string -
- informationArguments? record {} -
- propertyName? string -
- propertyValue? string -
- objectName? string -
beezup.merchant: BeezupCommonLink3
Fields
- label? string - The label corresponding to the link. This label is automatically translated based on the Accept-Language http header.
- docUrl? BeezupCommonDocurl - The documentation related to this operation.
- description? string - The description of the link
- href BeezupCommonHref - Indicate the relative uri for this link
- operationId? BeezupCommonOperationid - The operationId to call.
- method? BeezupCommonHttpmethod - Indicate the http method to use on this link
- parameters? record {} -
- urlTemplated? boolean - indicates whether the href is templated or not
- allRequiredParamsProvided? boolean - indicates whether all required params have been provided
- allOptionalParamsProvided? boolean - indicates whether all optionals params have been provided
- info? BeezupCommonInfosummaries -
beezup.merchant: BeezupCommonLinkparameter3
Fields
- label? string - The label corresponding to the link parameter. This label is automatically translated based on the Accept-Language http header.
- value? record {} - The value of the parameter. It can be an integer a string or an object.
- required boolean(default false) -
- 'in BeezupCommonParameterin -
- path: if the parameter must be pass in the path uri
- header: if the parameter must be passed in http header
- query: if the parameter must be passed in querystring
- body: if the paramter must be passed in the body
- 'type? BeezupCommonParametertype - The value type of the parameter
- lovLink? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- lovRequired? boolean - If true, you MUST indicate a value from the list of values otherwise it's a freetext
- description? string - description of the parameter
- schema? string - schema of the parameter
- properties? record {} - If the parameter is an object with flexible properties (additionProperties/dictionary), we will describe the properties of the object.
beezup.merchant: BeezupCommonLinkparameterproperty3
Fields
- label? string - The label corresponding to the link parameter property. This label is automatically translated based on the Accept-Language http header.
- value? record {} - The value of the parameter. It can be an integer a string or an object.
- required? boolean -
- 'type BeezupCommonParametertype - The value type of the parameter
- lovLink? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- lovRequired? boolean - If true, you MUST use indicate a value from the list of values otherwise it's a freetext
- description? string - description of the parameter
- schema? string - schema of the parameter
beezup.merchant: BeezupCommonListofvalueitem
This object is used by LOV apis
Fields
- position? int -
- codeIdentifier string -
- translationText? string -
- intIdentifier int -
beezup.merchant: BeezupCommonLovlink3
Describe the way you have to follow to get access to the LOV
Fields
- href string - Indicate the uri to the list of value
- method? BeezupCommonHttpmethod - Indicate the http method to use on this link
beezup.merchant: BeezupCommonPaginationresult
Fields
- entryCount int - The entry count currently returned
- pageCount int - The page count
- totalEntryCount int - The total entry count
- links BeezupCommonPaginationresultlinks - The navigation links 'first', 'last', 'next', 'previous'
beezup.merchant: BeezupCommonPaginationresultlinks
The navigation links 'first', 'last', 'next', 'previous'
Fields
- first BeezupCommonLink3 -
- last BeezupCommonLink3 -
- previous? BeezupCommonLink3 -
- next? BeezupCommonLink3 -
beezup.merchant: BeezupCommonProductbasicinfo
The basic information related to a product
Fields
- productId string - The product identifier
- productSku string - The product SKU
- productTitle string - The product tile
- productImageUrl? string - The product image Url
- productExists boolean - Indicates if the product still exists in your catalog
beezup.merchant: BeezupCommonSuccesssummary
Fields
- successCode? string -
- successMessage? string -
- successArguments? record {} -
- propertyName? string -
- propertyValue? string -
- objectName? string -
beezup.merchant: BeezupCommonUsererrormessage
Fields
- docUrl? BeezupCommonDocurl - The documentation related to this operation.
- code string - the error code. The error code can be a pattern containing the argument's name
- message string - The error message
- cultureName? string - If the error is translated, the culture name will be indicated
- arguments? BeezupCommonUsererrormessageArguments[] - a dictionary string/object
beezup.merchant: BeezupCommonUsererrormessageArguments
Fields
- name string - The key of the parameter
- value record {} - The value of the parameter. Depending to the type.
beezup.merchant: BeezupCommonWarningsummary
Fields
- technicalErrorMessage? string -
- warningMessage? string -
- warningCode? string -
- warningArguments? record {} -
beezup.merchant: BillingPeriod
Fields
- billingPeriodInMonth int - The billing period in month
- discountPercentage decimal - The discount percentage related to this billing period
beezup.merchant: BillingPeriodList
Fields
- links BillingPeriodListLinks -
- billingPeriods BillingPeriod[] - The billing period list
beezup.merchant: BillingPeriodListLinks
Fields
- self? LinksGetbillingperiodslink -
beezup.merchant: BonusInfo
Fields
- bonusType BonusType -
- amount decimal -
beezup.merchant: CatalogColumn
The catalog column configuration
Fields
- ignored boolean(default false) - IF true, the product values of this column will be not taken in account during the importation process
- duplicateProductValueConfiguration? DuplicateProductValueConfiguration - Describe how you want to manage the duplication of the product value
- id ColumnId - The catalog column identifier
- catalogColumnName CatalogColumnName - The catalog column name
- userColumName UserColumName - Column named by the user
- configuration ColumnConfiguration - Indicates the configuration applied on the column (catalog or custom) during the importation process.
- links CatalogColumnLinks -
beezup.merchant: CatalogColumnLinks
Fields
beezup.merchant: CatalogColumnList
Fields
- catalogColumns CatalogColumn[] -
beezup.merchant: CatalogIndex
Fields
- links CatalogIndexLinks -
- lovLinks CatalogIndexLOVLinks -
- storeLinks? CatalogStoreIndexList -
beezup.merchant: CatalogIndexLinks
Fields
- self LinksCatalogindexlink -
- beezUPColumns LinksCatalogGetbeezupcolumnslink -
beezup.merchant: CatalogIndexLOVLinks
Fields
- beezUPColumnLov BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- beezUPColumnDataTypeLov BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- beezUPColumnImportanceLov BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- beezUPColumnDisplayGroupLov BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- duplicateProductValueStrategyLov BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- compareOptionLov BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
beezup.merchant: CatalogStoreIndex
Fields
- links CatalogStoreIndexLinks -
- status CatalogStoreStatus - Indicates the status of the catalog store.
- OK: If the latest importation is a success!
- Failed: If the latest importation has failed !
- Outdated: If the latest succeed importation is later than 1 day.
beezup.merchant: CatalogStoreIndexLinks
Fields
- self LinksCatalogstoreindexlink -
- inputConfiguration? LinksImportationGetmanualupdatelastinputconfiglink -
- autoImportInfo? LinksAutoGetautoimportconfigurationlink -
- importations? LinksImportationGetreportingslink -
- startImportation? LinksImportationStartmanualupdatelink -
- catalogColumns? LinksCatalogGetcatalogcolumnslink -
- customColumns? LinksCatalogGetcustomcolumnslink -
- categories? LinksCatalogGetcategorieslink -
- products? LinksCatalogGetproductslink -
- randomProducts? LinksCatalogGetrandomproductslink -
- computeExpression? LinksCatalogComputeexpressionlink -
beezup.merchant: CatalogStoreIndexList
Fields
- links? record {} - The key is the store identifier.
beezup.merchant: Category
The catalog category
Fields
- categoryId? BeezupCommonCatalogcategoryid - The catalog category identifier
- categoryPath BeezupCommonCatalogcategorypath - The catalog category path
- totalProductCount int - The total product count related to this category and his sub categories
- selfProductCount int - The product count related to this category
beezup.merchant: CategoryList
The object which contains the category list
Fields
- categories Category[] - The category list
beezup.merchant: CategoryMappingState
The category mapping state of the channel catalog
Fields
- status? CategoryMappingStatus -
- uncategorizedProductCount? int - Indicates the uncategorized product count
- withoutCategoryCostProductCount? int - Indicates the count of products without cost defined
beezup.merchant: ChangeCustomColumnExpressionRequest
The request message to change the custom column expression
Fields
- encryptedExpression EncryptedExpression - The encrypted excel expression of the column
- encryptedBlocklyExpression EncryptedBlocklyExpression - The encrypted XML Blockly representation of the expression
beezup.merchant: ChangeCustomColumnRequest
The message request to change a custom column expression an user name
Fields
- encryptedExpression EncryptedExpression - The encrypted excel expression of the column
- encryptedBlocklyExpression EncryptedBlocklyExpression - The encrypted XML Blockly representation of the expression
- userColumName UserColumName - Column named by the user
beezup.merchant: ChangeEmailRequest
Fields
- newEmail BeezupCommonEmail - The email
beezup.merchant: ChangeOrderListRequest
Contains all change order operations you want to make. (max 100 items per call)
Fields
- changeOrders ChangeOrderListRequestItem[] - The change order operations
beezup.merchant: ChangeOrderListRequestItem
Contains the order identifier and the change order request
Fields
- 'order OrderIdentifierWithETag -
- changeOrderRequest? ChangeOrderRequest - All properties with the prefix order_ are translated in the list of values /user/lov#OrderMetaInfoPosted
beezup.merchant: ChangeOrderListRequestItemV2
Contains the order identifier and the change order request
Fields
- 'order OrderIdentifier -
- changeOrderRequest? ChangeOrderRequest - All properties with the prefix order_ are translated in the list of values /user/lov#OrderMetaInfoPosted
beezup.merchant: ChangeOrderListRequestV2
Contains all change order operations you want to make. (max 100 items per call)
Fields
- changeOrders ChangeOrderListRequestItemV2[] - The change order operations
beezup.merchant: ChangeOrderReporting
The reporting related to a change order operation
Fields
- executionUUID? ExecutionUUID - The execution identifier
- changeOrderType? BusinessOperationType -
- sourceType? SourceType - Indicates the origin of the operation
- sourceUserId? BeezupCommonUserid - The user identifier
- sourceUserName? string -
- creationUtcDate? string - The creation UTC date of the execution
- processingStatus? string - The processing status of the execution
- lastUpdateUtcDate? string - The last update UTC date of the execution
- errorMessage? string - The error message during the execution
- ipAddress? string - The IP address who request this operation
- testMode? boolean - This operation was a test
- details? record {} -
beezup.merchant: ChangeOrderRequest
All properties with the prefix order_ are translated in the list of values /user/lov#OrderMetaInfoPosted
beezup.merchant: ChangePasswordRequest
Fields
- oldPassword string - Your current password
- newPassword string - Your new password. Which must respect the same constraints as the user registeration
beezup.merchant: ChangeUserColumnNameRequest
The message request for the change user column name
Fields
- userColumName UserColumName - Column named by the user
beezup.merchant: ChannelCatalog
Fields
- Fields Included from *BeezupCommonChannelbasicinfo
- channelId BeezupCommonChannelid
- channelName BeezupCommonChannelname
- channelImageUrl BeezupCommonHttpurl
- anydata...
- enabled boolean - Indicates if the channel catalog is enable
- isMarketplace boolean - Indicates if this channel catalog is related to a marketplace
- channelCatalogId BeezupCommonChannelcatalogid - The channel catalog identifier
- storeId BeezupCommonStoreid - The store identifier
- generalSettings GeneralSettings - Represents the general settings of your channel catalog
- channelCostSettings ChannelCostSettings - Indicate the default configuration of the cost on this channel.
- channelCategorySettings ChannelCategorySettings -
- costSettings? CostSettings - If this property is not indicated please force the user to configure the cost settings. Defines the cost type you have on this channel with the cost value.
- categoryMappingSettings? ChannelCatalogCategoryMappingSettings -
- columnMappings? ChannelCatalogColumnMappingListWithName - The column mapping list between a channel and a catalog
- exclusionFilters? ExclusionFilters - The exclusion filter list
- exportUrl? BeezupCommonHttpurl - The URL <a href="https://en.wikipedia.org/wiki/URL">https://en.wikipedia.org/wiki/URL</a>
- state ChannelCatalogState - Channel Catalog State
- types string[] - The channel type list related to the channel
- links ChannelCatalogLinks - Indicates the actions you can do on a channel catalog
beezup.merchant: ChannelCatalogCategoryConfiguration
Represent a mapping between a catalog category path and a channel category path. The cost on this mapping can be applied.
Fields
- autoMapNewSubCategories boolean - Great feature! In case of mapping to parent catalog category, you can ask to automatically map new sub catalog category in the next importation to this channel category path.
- catalogCategoryPath BeezupCommonCatalogcategorypath - The catalog category path
- channelCategoryPath? BeezupCommonChannelcategorypath - The channel category path
- costValue? ChannelCatalogCategoryCostValue - In case of CPC_ByCategory or CPA_ByCategory cost type, you have to indicate the cost value.
beezup.merchant: ChannelCatalogCategoryConfigurationInfo
For all catalog categories the current mapping applied
Fields
- catalogCategoryPath BeezupCommonCatalogcategorypath - The catalog category path
- channelCategoryPath? BeezupCommonChannelcategorypath - The channel category path
- costValue? ChannelCatalogCategoryCostValue - In case of CPC_ByCategory or CPA_ByCategory cost type, you have to indicate the cost value.
beezup.merchant: ChannelCatalogCategoryConfigurationList
Fields
- links ChannelCatalogCategoryMappingsLinks - The action you can do on the category mappings
- channelCatalogCategoryConfigurations ChannelCatalogCategoryConfigurationInfo[] -
- mappingStatus MappingStatus -
- costStatus CostStatus -
beezup.merchant: ChannelCatalogCategoryMappingInfoLinks
Fields
- configureCategories? LinksConfigurechannelcatalogcategorylink -
beezup.merchant: ChannelCatalogCategoryMappingSettings
Fields
- categoryMappingDisabledByMerchant? boolean - Optional parameter. Indicates that you have decided to do not map your categories with the channel's categories.
beezup.merchant: ChannelCatalogCategoryMappingsLinks
The action you can do on the category mappings
Fields
- reenable? LinksReenablechannelcatalogcategorymappinglink -
beezup.merchant: ChannelCatalogColumnMapping
Represent a mapping between a channel column (considering channel category mapping) and a catalog column
Fields
- channelColumnId BeezupCommonChannelcolumnid - The channel column identifier
- channelCategoryPath? BeezupCommonChannelcategorypath - The channel category path
- catalogColumnId? BeezupCommonCatalogcolumnid - The catalog column identifier (catalog or custom column)
beezup.merchant: ChannelCatalogColumnMappingWithName
Fields
- Fields Included from *ChannelCatalogColumnMapping
- channelColumnId BeezupCommonChannelcolumnid
- channelCategoryPath BeezupCommonChannelcategorypath
- catalogColumnId BeezupCommonCatalogcolumnid
- anydata...
- channelColumnName BeezupCommonChannelcolumnname - The channel column name
- channelBeezUPColumnName? BeezupCommonBeezupcolumnname - The BeezUP column name
- catalogColumnName? BeezupCommonCatalogcolumnusername - The catalog column named by the user (catalog or custom column)
- catalogBeezUPColumnName? BeezupCommonBeezupcolumnname - The BeezUP column name
beezup.merchant: ChannelCatalogExportationHistory
Fields
- paginationResult? BeezupCommonPaginationresult -
- exportations ChannelCatalogExportationReporting[] -
beezup.merchant: ChannelCatalogExportationHistoryLinks
Fields
beezup.merchant: ChannelCatalogExportationReporting
Fields
- exportationUtcDate string - The exportation UTC date
- exportationDuration? string - The exportation duration.
'00:01:00' measn 1 minute.
- cacheStatus? string - The cache status during the exportation
- exportedProductCount? int - The exportated product count during this exportation
- clientIpAddress string - The IP address of the client who requests this exportation
- clientUserAgent string - The http header User-Agent sent by the client who requests this operation
beezup.merchant: ChannelCatalogExportCacheInfo
Fields
- cacheStatus string - The cache status
- lastUpdateUtcDate? string - The last update UTC date of the cache
- lastContentChangeUtcDate? string - The last content change UTC date
- expirationUtcDate? string - The expiration UTC date of the cache
- feedUrl? string - The feed url
beezup.merchant: ChannelCatalogExportCacheInfoResponse
Fields
- cacheInfo ChannelCatalogExportCacheInfo -
beezup.merchant: ChannelCatalogExportCacheInfoResponseLinks
Fields
beezup.merchant: ChannelCatalogLinks
Indicates the actions you can do on a channel catalog
Fields
- self LinksGetchannelcataloglink -
- delete? LinksDeletechannelcataloglink -
- enable? LinksEnablechannelcataloglink -
- disable? LinksDisablechannelcataloglink -
- configureGeneralSettings? LinksConfigurechannelcataloggeneralsettingslink -
- configureCostSettings? LinksConfigurechannelcatalogcostsettingslink -
- configureColumnMappings? LinksConfigurechannelcatalogcolumnmappingslink -
- reenableCategoryMappings? LinksReenablechannelcatalogcategorymappinglink -
- disableCategoryMappings? LinksDisablechannelcatalogcategorymappinglink -
- categoryMappings? LinksGetchannelcatalogcategorieslink -
- exclusionFilters? LinksGetchannelcatalogexclusionfilterslink -
- products? LinksGetchannelcatalogproductinfolistlink -
- exportationCacheInfo? LinksGetchannelcatalogexportationcacheinfolink -
- marketplaceSettings? ExternallinksGetchannelcatalogmarketplacesettingslink -
- channelInfo? ExternallinksGetchannelinfolink -
beezup.merchant: ChannelCatalogList
This is the index of the channel catalog API
Fields
- links? ChannelCatalogListLinks - Indicates how global actions you can do like how to create a channel catalog, exclusion filter operators, etc...
- lovLinks? ChannelCatalogListLovLinks -
- channelCatalogs? record {} - The channel catalog list. The key is the channel catalog identifier
beezup.merchant: ChannelCatalogListLinks
Indicates how global actions you can do like how to create a channel catalog, exclusion filter operators, etc...
Fields
- self? LinksGetchannelcatalogslink -
- beezUPColumns? ExternallinksCatalogGetbeezupcolumnslink -
- add? LinksAddchannelcataloglink -
- filterOperators? LinksGetchannelcatalogfilteroperatorslink -
beezup.merchant: ChannelCatalogListLovLinks
Fields
- channelCatalogExclusionFilterOperatorLov? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- channelCatalogExportCacheStatusLov? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
beezup.merchant: ChannelCatalogMarketplaceBooleanProperty
Fields
- Fields Included from *ChannelCatalogMarketplaceProperty
- name ChannelCatalogMarketplacePropertyName
- info BeezupCommonInfosummaries
- description string
- position int
- readOnly boolean
- minLength int
- maxLength int
- minItems int
- maxItems int
- lovLink BeezupCommonLovlink3
- lovRequired boolean
- required boolean
- offerIdRequired int
- visible boolean
- type Type
- discriminatorType ChannelCatalogMarketplacePropertyDiscriminatorType
- pattern string
- anydata...
- default? boolean - Indicate the default values of the property
beezup.merchant: ChannelCatalogMarketplaceBooleanSetting
Fields
- Fields Included from *ChannelCatalogMarketplaceSetting
- name ChannelCatalogMarketplacePropertyName
- discriminatorType ChannelCatalogMarketplaceSettingDiscriminatorType
- anydata...
- value? boolean - Channel catalog marketplace property values
beezup.merchant: ChannelCatalogMarketplaceIntegerProperty
Fields
- Fields Included from *ChannelCatalogMarketplaceProperty
- name ChannelCatalogMarketplacePropertyName
- info BeezupCommonInfosummaries
- description string
- position int
- readOnly boolean
- minLength int
- maxLength int
- minItems int
- maxItems int
- lovLink BeezupCommonLovlink3
- lovRequired boolean
- required boolean
- offerIdRequired int
- visible boolean
- type Type
- discriminatorType ChannelCatalogMarketplacePropertyDiscriminatorType
- pattern string
- anydata...
- default? int[] - Indicate the default values of the property
beezup.merchant: ChannelCatalogMarketplaceIntegerSetting
Fields
- Fields Included from *ChannelCatalogMarketplaceSetting
- name ChannelCatalogMarketplacePropertyName
- discriminatorType ChannelCatalogMarketplaceSettingDiscriminatorType
- anydata...
- values? int[] - Channel catalog marketplace property values
beezup.merchant: ChannelCatalogMarketplaceNumberProperty
Fields
- Fields Included from *ChannelCatalogMarketplaceProperty
- name ChannelCatalogMarketplacePropertyName
- info BeezupCommonInfosummaries
- description string
- position int
- readOnly boolean
- minLength int
- maxLength int
- minItems int
- maxItems int
- lovLink BeezupCommonLovlink3
- lovRequired boolean
- required boolean
- offerIdRequired int
- visible boolean
- type Type
- discriminatorType ChannelCatalogMarketplacePropertyDiscriminatorType
- pattern string
- anydata...
- default? decimal[] - Indicate the default values of the property
beezup.merchant: ChannelCatalogMarketplaceNumberSetting
Fields
- Fields Included from *ChannelCatalogMarketplaceSetting
- name ChannelCatalogMarketplacePropertyName
- discriminatorType ChannelCatalogMarketplaceSettingDiscriminatorType
- anydata...
- values? decimal[] - Channel catalog marketplace property values
beezup.merchant: ChannelCatalogMarketplaceProperties
Fields
- info? BeezupCommonInfosummaries -
- propertyGroups ChannelCatalogMarketplacePropertyGroup[] - The groups settings with constraints
beezup.merchant: ChannelCatalogMarketplacePropertiesLinks
Fields
- settings? LinksGetchannelcatalogmarketplacesettingslink -
- externalConfigurationPage? ExternallinksGetexternalconfigurationpagelink -
beezup.merchant: ChannelCatalogMarketplaceProperty
Model for fetching a channel catalog marketplace property
Fields
- name ChannelCatalogMarketplacePropertyName - Channel catalog marketplace property name
- info? BeezupCommonInfosummaries -
- description? string - Indicate the description of the property
- position int - Indicate the position of the property in the display group
- readOnly boolean - Indicate if the value cannot be changed. This is used for example for ebay token that should not be changed.
- minLength int(default 0) - Indicates the minimum size of the property value
- maxLength? int - Indicates the maximum size of the property value
- minItems int(default 1) - Indicates the minimum item count of the property value.
- maxItems int(default 1) - Indicates the maximum item count of the property value
- lovLink? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- lovRequired boolean(default false) - Indicates if the property value must be in the list of value.
- required boolean - Indicate if the property is required or not
- offerIdRequired? int - Indicates the offer identifier required to configure this property.
- visible boolean - Indicates if this property should be displayed in the configuration page.
- 'type Type - The Data Type
- discriminatorType ChannelCatalogMarketplacePropertyDiscriminatorType -
- pattern? string - Channel catalog marketplace setting value format validation regular expression
beezup.merchant: ChannelCatalogMarketplacePropertyGroup
Fields
- name string - Indicate the code identifier of the group
- position int - Indicate the position of the group
- properties ChannelCatalogMarketplaceProperty[] -
beezup.merchant: ChannelCatalogMarketplaceSetting
Model for fetching a channel catalog marketplace setting
Fields
- name ChannelCatalogMarketplacePropertyName - Channel catalog marketplace property name
- discriminatorType ChannelCatalogMarketplaceSettingDiscriminatorType -
beezup.merchant: ChannelCatalogMarketplaceSettings
The channel catalog marketplace settings
Fields
- settings ChannelCatalogMarketplaceSetting[] -
beezup.merchant: ChannelCatalogMarketplaceSettingsLinks
Fields
beezup.merchant: ChannelCatalogMarketplaceStringProperty
Fields
- Fields Included from *ChannelCatalogMarketplaceProperty
- name ChannelCatalogMarketplacePropertyName
- info BeezupCommonInfosummaries
- description string
- position int
- readOnly boolean
- minLength int
- maxLength int
- minItems int
- maxItems int
- lovLink BeezupCommonLovlink3
- lovRequired boolean
- required boolean
- offerIdRequired int
- visible boolean
- type Type
- discriminatorType ChannelCatalogMarketplacePropertyDiscriminatorType
- pattern string
- anydata...
- default? string[] - Indicate the default values of the property
beezup.merchant: ChannelCatalogMarketplaceStringSetting
Fields
- Fields Included from *ChannelCatalogMarketplaceSetting
- name ChannelCatalogMarketplacePropertyName
- discriminatorType ChannelCatalogMarketplaceSettingDiscriminatorType
- anydata...
- values? string[] - Channel catalog marketplace property values
beezup.merchant: ChannelCatalogProductByChannelCatalogRequest
Fields
- storeId BeezupCommonStoreid - The store identifier
- productId BeezupCommonProductid - The product identifier
- channelCatalogIds BeezupCommonChannelcatalogid[] - The list of channel catalog identifier
beezup.merchant: ChannelCatalogProductByChannelCatalogResponse
Fields
- channelCatalogs? record {} - The channel catalog product by channel catalog. The key is the channel catalog identifier
beezup.merchant: ChannelCatalogProductFilters
Fields
- catalogSkus? string[] - The catalog product SKU filter (multiple values)
- catalogEans? string[] - The catalog product EAN filter (multiple values)
- catalogMpns? string[] - The catalog product MPN filter (multiple values)
- channelSkus? string[] - The channel product SKU filter (multiple values)
- channelEans? string[] - The channel product EAN filter (multiple values)
- channelMpns? string[] - The channel product MPN filter (multiple values)
- title? string - The product title filter
- additionalProductFilters? BeezupCommonAdditionalproductfilters - Describe a filter on a product's column. The key is the column identifier of your catalog or a custom column.
beezup.merchant: ChannelCatalogProductInfo
Fields
- Fields Included from *BeezupCommonProductbasicinfo
- overrides ProductOverridesWithCatalogValues - The key is the channel column identifier
- disabled boolean - Indicates if the product has been disabled or not
- uncategorized boolean - Indicates if the product's category has been NOT mapped to a channel category
- excluded boolean - Indicates if the product has been excluded by a exclusion filter
- excludedBy? ExclusionFilterName[] -
- links ChannelCatalogProductInfoLinks - Indicates the differents actions you can do on a channel product
beezup.merchant: ChannelCatalogProductInfoLinks
Indicates the differents actions you can do on a channel product
Fields
- override LinksOverridechannelcatalogproductvalueslink -
- disable? LinksDisablechannelcatalogproductlink -
- reenable? LinksReenablechannelcatalogproductlink -
beezup.merchant: ChannelCatalogProductInfoList
The channel catalog product info list
Fields
- paginationResult BeezupCommonPaginationresult -
- productInfos ChannelCatalogProductInfo[] -
beezup.merchant: ChannelCatalogProductInfoListLinks
Fields
beezup.merchant: ChannelCatalogProductsCounters
The channel catalog products counters. For each counter you will have a count.
Fields
- existingProductCount? int - Imported product count currently in your catalog.
- uncategorizedProductCount? int - Product count WITHOUT category mapped on existing products.
- disabledProductCountIncludingUncategorized? int - Disabled product count INCLUDING uncategorized products on existing products.
- disabledProductCountExcludingUncategorized? int - Disabled product count EXCLUDING uncategorized products on existing products.
- excludedProductCountIncludingUncategorizedAndDisabled? int - Excluded product count INCLUDING uncategorized products AND disabled products on existing products.
- excludedProductCountExcludingUncategorizedAndDisabled? int - Excluded product count EXCLUDING uncategorized products AND disabled products on existing products.
beezup.merchant: ChannelCatalogState
Channel Catalog State
Fields
- exportedProductCount int -
- columnMappingStatus ColumnMappingStatus -
- categoryMappingState CategoryMappingState - The category mapping state of the channel catalog
- apiSettingsStatus? BeezupCommonApisettingsstatus -
beezup.merchant: ChannelCategory
The channel category
Fields
- channelCategoryId BeezupCommonChannelcategoryid -
- channelCategoryPath BeezupCommonChannelcategorypath - The channel category path
- channelCategoryLevel ChannelCategoryLevel - The channel category level starting from 1
- channelCategoryDefaultCost? ChannelCategoryDefaultCost - The default cost on this channel category
- channelCategoryChannelCode? ChannelCategoryChannelCode - The channel category channel code identifier
- channelCategoryColumnOverrides? ChannelCategoryColumnOverrides - The channel category column overrides
beezup.merchant: ChannelCategoryColumnOverride
Fields
- channelColumnId BeezupCommonChannelcolumnid - The channel column identifier
- channelColumnName BeezupCommonChannelcolumnname - The channel column name
- channelColumnDescription? ChannelColumnDescription - The channel column description
- showInMapping ChannelColumnShowInMapping - Indicates if this column must shown in the mapping page or not
- configuration ChannelColumnConfiguration - The channel column configuration. The BeezUP Column Name is optional. If the BeezUP column is mapped we will indicate the data type and column importance of the BeezUP column.
- restrictedValues? ChannelColumnRestrictedValues - The restricted values. The key will be the restricted value identifier (format:guid) and the value will be the restriced value
beezup.merchant: ChannelCategoryColumnOverrides
The channel category column overrides
beezup.merchant: ChannelCategorySettings
Fields
- mappingRequired? boolean - Indicates if the category mapping is required, otherwise you can map the categories but it will not block the publication of your catalog
- mappingLeafRequired? boolean - Indicates if the category mapping is required on category path leaf or not
beezup.merchant: ChannelColumn
The channel column
Fields
- channelColumnId BeezupCommonChannelcolumnid - The channel column identifier
- channelColumnName BeezupCommonChannelcolumnname - The channel column name
- channelColumnDescription? ChannelColumnDescription - The channel column description
- showInMapping ChannelColumnShowInMapping - Indicates if this column must shown in the mapping page or not
- position int - The position of the column starting from 1
- configuration ChannelColumnConfiguration - The channel column configuration. The BeezUP Column Name is optional. If the BeezUP column is mapped we will indicate the data type and column importance of the BeezUP column.
- restrictedValues? ChannelColumnRestrictedValues - The restricted values. The key will be the restricted value identifier (format:guid) and the value will be the restriced value
beezup.merchant: ChannelColumnConfiguration
The channel column configuration. The BeezUP Column Name is optional. If the BeezUP column is mapped we will indicate the data type and column importance of the BeezUP column.
Fields
- columnImportance BeezupCommonColumnimportance - Importance of the column
- columnDataType BeezupCommonColumndatatype - Data type of the column, will be used for parsing and for consolidation proces
- beezUPColumnName? BeezupCommonBeezupcolumnname - The BeezUP column name
beezup.merchant: ChannelColumnRestrictedValues
The restricted values. The key will be the restricted value identifier (format:guid) and the value will be the restriced value
beezup.merchant: ChannelCostSettings
Indicate the default configuration of the cost on this channel.
Fields
- costType CostType - CPC means cost per click. CPA means cost per action. You can have CPC/CPA with a global cost value. You can have CPC/CPA by category the cost value MUST be null You can have global fixed price.
- globalCostValue? decimal - In case of global cost type, you have to indicate the cost value.
beezup.merchant: ChannelFirstLevelCategory
The first level category with his sub categories
Fields
- channelCategoryId BeezupCommonChannelcategoryid -
- channelCategoryName string - The channel category name
- channelCategoryLevel ChannelCategoryLevel - The channel category level starting from 1
- channelCategoryDefaultCost? ChannelCategoryDefaultCost - The default cost on this channel category
- channelCategoryChannelCode? ChannelCategoryChannelCode - The channel category channel code identifier
- channelCategoryColumnOverrides? ChannelCategoryColumnOverrides - The channel category column overrides
- subCategories? ChannelCategory[] -
beezup.merchant: ChannelHeader
The available channel
Fields
- channelId BeezupCommonChannelid - The channel identifier
- channelName BeezupCommonChannelname - The channel name
- channelLogoUrl BeezupCommonHttpurl - The URL <a href="https://en.wikipedia.org/wiki/URL">https://en.wikipedia.org/wiki/URL</a>
- types string[] - The type list related to a channel
- links ChannelHeaderLinks - The links related to an available channel
beezup.merchant: ChannelHeaderLinks
The links related to an available channel
Fields
- self? LinksGetchannelinfolink -
beezup.merchant: ChannelInfo
Fields
- channelId BeezupCommonChannelid - The channel identifier
- channelName BeezupCommonChannelname - The channel name
- channelLogoUrl? BeezupCommonHttpurl - The URL <a href="https://en.wikipedia.org/wiki/URL">https://en.wikipedia.org/wiki/URL</a>
- channelDescription? string - Indicae a description to the channel
- beezUPOffer? string - Indicate the BeezUP offer
- salesContact? ChannelinfoSalescontact -
- details? ChannelinfoDetails -
- keyNumbers? ChannelinfoKeynumbers -
- technicalContact? ChannelinfoTechnicalcontact -
beezup.merchant: ChannelinfoDetails
Fields
- costs? string - The cost's description of the channel
- businessModel? string - The business model of the channel
- channelType? string - The channel type
- trackingType? string - The tracking type
- category? string - The channel category
- homeUrl? string - The home url of the channel
- subscriptionLink? string - The subscription link to the channel
beezup.merchant: ChannelinfoKeynumbers
Fields
- products? string - The estimated product count of the channel
- categories? string - The estimated category count of the channel
- stores? string - The estimated store count of the channel
- viewsPerMonth? string - The estimated view count per month of the channel
beezup.merchant: ChannelinfoSalescontact
Fields
- name? string - Indicate the BeezUP offer
- email? string - Indicate the sales contact email
- phoneNumber? string - The sales contact phone number
beezup.merchant: ChannelinfoTechnicalcontact
Fields
- name? string - The technical contact name
- phoneNumber? string - The technical contact phone number
- email? string - The technical contact email
beezup.merchant: ChannelRootCategory
Get channel first level category list
Fields
- firstLevelCategories ChannelFirstLevelCategory[] -
beezup.merchant: ClearMerchantOrderInfoListRequest
Fields
- orders OrderIdentifier[] -
beezup.merchant: ClickIncludedAndAdditionalClickPrice
Fields
- clickIncluded? int - The click included
- additionalClickPrice? decimal - The additional click price
beezup.merchant: ClickIncludedAndVariablePrice
Fields
- clickIncluded? int - Click included
- variablePrice? decimal - The pricing applied for this range
beezup.merchant: ClientHttp1Settings
Provides settings related to HTTP/1.x protocol.
Fields
- keepAlive KeepAlive(default http:KEEPALIVE_AUTO) - Specifies whether to reuse a connection for multiple requests
- chunking Chunking(default http:CHUNKING_AUTO) - The chunking behaviour of the request
- proxy? ProxyConfig - Proxy server related options
beezup.merchant: ColumnConfiguration
Indicates the configuration applied on the column (catalog or custom) during the importation process.
Fields
- beezUPColumnName? BeezupCommonBeezupcolumnname - The BeezUP column name
- columnImportance BeezupCommonColumnimportance - Importance of the column
- columnDataType BeezupCommonColumndatatype - Data type of the column, will be used for parsing and for consolidation proces
- columnCultureName? ColumnCultureName - If non null, culture used to parse the value to the storage type of this column\r\n will be used for parsing and for consolidation proces
- columnFormat? ColumnFormat - If non null, format used to parse the value to the storage type of this column\r\n will be used for parsing and for consolidation proces
- canBeTruncated? CanBeTruncated - If the size of the value is greater than the limit we can truncate the value instead of failing...
- displayGroupName? DisplayGroupName - Indicate the display group name where the column must be putted
beezup.merchant: CompanyInfo
Fields
- address Address - Your address
- postalCode PostalCode - Your address postal code
- city City - Your address city
- countryIsoCodeAlpha3 BeezupCommonCountryisocodealpha3 - The country iso code alpha 3 <a href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3">(ISO 3166-1_alpha-3)</a>
- company Company - Your company name
- vatNumber? VatNumber - Your company VATNumber. Used for french company. This number is checked with official web service before being saved.
- accountingEmails? AccountingEmails - Your company accounting emails
beezup.merchant: ComputeExpressionRequest
The request message to compute an expression based on the provided product values
Fields
- productValues ProductValues - The key is the column identifier
- encryptedExpression EncryptedExpression - The encrypted excel expression of the column
beezup.merchant: ConfigureAutoImportIntervalRequest
The message request to configure the auto import interval
Fields
- interval string - Indicate the interval in time span. (i.e. "04:00:00" for every 4 hours)
beezup.merchant: ConfigureAutomaticTransitionRequest
Fields
- automaticTransitions AutomaticTransition[] -
beezup.merchant: ConfigureCatalogColumnCatalogRequest
The request to configure a catalog column
Fields
- catalogColumn CatalogColumn - The catalog column configuration
beezup.merchant: ConfigureCategoryRequest
The request message to make a mapping between catalog category path and a channel category path
Fields
- overrideSubCategoryMappings boolean - Great feature! In case of mapping to parent channel category, you can ask to override the mapping of all sub channel category to this catalog category path
- channelCatalogCategories ChannelCatalogCategoryConfiguration[] -
beezup.merchant: ConnectionConfig
Provides a set of configurations for controlling the behaviours when communicating with a remote HTTP endpoint.
Fields
- httpVersion HttpVersion(default http:HTTP_2_0) - The HTTP version understood by the client
- http1Settings? ClientHttp1Settings - Configurations related to HTTP/1.x protocol
- http2Settings? ClientHttp2Settings - Configurations related to HTTP/2 protocol
- timeout decimal(default 60) - The maximum time to wait (in seconds) for a response before closing the connection
- forwarded string(default "disable") - The choice of setting
forwarded/x-forwardedheader
- poolConfig? PoolConfiguration - Configurations associated with request pooling
- cache? CacheConfig - HTTP caching related configurations
- compression Compression(default http:COMPRESSION_AUTO) - Specifies the way of handling compression (
accept-encoding) header
- circuitBreaker? CircuitBreakerConfig - Configurations associated with the behaviour of the Circuit Breaker
- retryConfig? RetryConfig - Configurations associated with retrying
- responseLimits? ResponseLimitConfigs - Configurations associated with inbound response size limits
- secureSocket? ClientSecureSocket - SSL/TLS-related options
- proxy? ProxyConfig - Proxy server related options
- validation boolean(default true) - Enables the inbound payload validation functionality which provided by the constraint package. Enabled by default
beezup.merchant: ContractBillingPeriodInfo
Describe the billing period information related to the offer.
Fields
- amountBillingPeriodDiscount? decimal - The amount discounted related to the billing period
- billingPeriodPercentDiscount? decimal - The discount percent related to the billing period
- billingPeriodInMonth? BillingPeriodInMonth - Can be null. The billing period in month based on /billingPeriods
beezup.merchant: ContractBonusInfo
Describe the bonus information related to your current contract.
Fields
- bonuses BonusInfo[] -
beezup.merchant: ContractClickInfo
Describe the click information related to the offer.
Fields
- additionalClickPrice? decimal - The addition click price in the offer
- clickIncluded? int - The click included in the offer
- initialOfferClickIncluded? int - The click included in your current contract
beezup.merchant: ContractCommitmentInfo
Describe the commitment information related to the offer.
Fields
- commitmentCalculatedFinishDate? string - The commitment end date related to the offer
- newContractStartDate? string - The start date related to the offer
- commitmentPeriodInMonth? int - The commitment period in month related to the offer
- trialPeriodInMonth? int - The trial period in month related to the offer
- trialPeriodFinishDate? string - The trial period end date related to the offer
- paymentDelayInDays? int - The payment delay in days related to the offer
- offerId? OfferId - The offer id based on /offers. Not a free offer of course.
- offerName? string - The offer Name
- currentContractId? string - Your current contract id
- commercialUserId? string - Your current commercial user id
- model? string - Interal usage: Old offer type. The model description
- currentContractTerminationDate? string - The current contract termination date
- requestedPaymentMethod? PaymentMethod - Payment method
- currentCustomerPaymentMethod? PaymentMethod - Payment method
- contractType? int - Internal usage: Old offer type. Your contract type
- isModelMustBeTransmittedInNewContract? boolean - Internal usage: Old offer type. Is the current contract model needs to be converted into a new contract type
- fixedAndVariableClickInfo? FixedAndVariableClickModelInfo - Internal usage: Old offer type. Describe the fix and variable model information
- variableModelInfo? VariableModelInfo - Internal usage: Old offer type. Describe the fix and variable model information
- paymentMethodAuthorized? PaymentMethod - Payment method
- couponOfferCode? CouponOfferCode - Your special coupon offer identifier
- commercialCreatorUserId? string - The commercial that is responsible of the creation of your account
- minBillingPeriodInMonths? int - The minimum billing period in month authorized for this offer.
- isCustomerWantsToTerminateHisContract? boolean - If true, this means you want to leave us and that's sad... :'-(
beezup.merchant: ContractDiscountInfo
Describe the discount information related to the offer.
Fields
- amountCodePromoDiscountPerMonth? decimal - The amount discounted per month
- discountDurationInMonth? int - Duration of the discount in month
- percentDiscount? decimal - Percentage of the discount
- promotionalCodeValidity? PromotionalCodeValidity - Indicate the validaty of the discount
- amountCodePromoDiscount? decimal - The discount amount
- couponDiscountCode? string - The discount code
- couponDiscountId? int - Internal use: The discount id
- isCouponDiscountLinkedToCouponOffer? boolean - Is this discount is related to a coupon offer
- customerHasActualDiscount? boolean - Do you have currently a discount on your contract ?
beezup.merchant: ContractInfo
Describe the conditions of a contract
Fields
- trialPeriodInMonth? int - The trial period in month
- billingPeriodPercentDiscount? decimal - The percent discount related to the billing period
- discountDurationInMonth? int - The discount duration in month
- percentDiscount? decimal - The percent of the discount
- offerId? OfferId - The offer id based on /offers. Not a free offer of course.
- storeCount? StoreCount - The store count you want to have in your contract.
- startUtcDate? string - The start date of your contract
- commitmentCalculatedFinishUtcDate? string - The calculated end date of commitment
- billingPeriodInMonth? int - The billing period in month
- fixedPrice? decimal - The fixed price of your contract
- offerName? string - The offer name based on /offers
- currencyCode? BeezupCommonCurrencycode - The currency code <a href="https://en.wikipedia.org/wiki/ISO_4217">(ISO 4217)</a>
- contractId? ContractId - Your contract identifier
- commitmentPeriodInMonth? int - The commitment period in month
- clickIncluded? int - The click included
- additionalClickPrice? decimal - Additional click price
- ipUserCreation? string - The IP of the user who creates the contract
- ipUserModification? string - The IP of the user who modified the contract
- fixedAndVariableClickInfo? FixedAndVariableClickModelInfo - Internal usage: Old offer type. Describe the fix and variable model information
- variableModelInfo? VariableModelInfo - Internal usage: Old offer type. Describe the fix and variable model information
- isCommitmentRenewalAutomatically? boolean - Is commitment is automatically renewed
- discountEndUtcDate? string - The end of your discount
- isModifiableContract? boolean - Is the contract is modifiable ?
beezup.merchant: ContractMoneyInfo
Describe the pricing information related to the offer.
Fields
- amountExcludingTaxesAndExcludingCodePromoDiscountIncludingBillingPeriodDiscount? decimal - The amount excluding taxes and excluding code promo discount including billing period discount.
- amountExcludingTaxesIncludingDiscounts? decimal - The amount excluding taxes including discounts.
- amountTaxesExcludingDiscountIncludingBillingPeriodDiscount? decimal - The taxes excluding discount including billing period discount.
- amountIncludingTaxesExcludingDiscountIncludingBillingPeriodDiscount? decimal - The amount including taxes excluding discount including billing period discount.
- currencyCode? BeezupCommonCurrencycode - The currency code <a href="https://en.wikipedia.org/wiki/ISO_4217">(ISO 4217)</a>
- vatPercent? decimal - The VAT percent.
- amountExcludingTaxesIncludingDiscountsPerMonth? decimal - The amount excluding taxes including discounts per month.
- amountExcludingTaxesAndExcludingDiscounts? decimal - The amount excluding taxes and excluding discounts.
- amountTaxesIncludingDiscounts? decimal - Taxes including discounts.
- amountIncludingTaxesIncludingDiscounts? decimal - The amount including taxes including discounts.
- initialOfferFixedPrice? decimal - The initial offer fixed price.
beezup.merchant: Contracts
Fields
- links ContractsLinks -
- current? CurrentContractInfo -
- next? NextContractInfo -
beezup.merchant: ContractsLinks
Fields
- self? LinksGetcontractslink -
- create? LinksCreatecontractlink -
beezup.merchant: ContractStoreInfo
Describe the store information related to the offer.
Fields
- storeCount? StoreCount - The store count you want to have in your contract.
- maxStoreCount? int - The maximum store count related to the offer.
- minStoreCount? int - The minimum store count related to the offer.
- ownedStoreCount? int - The owned store count.
- additionalStorePrice? decimal - The additional store price.
- storeIncluded? int - The store count included in the offer.
beezup.merchant: CopyOptimisationRequest
Copy the optimisation between 2 channels
Fields
- channelIdSource BeezupCommonChannelid - The channel identifier
- channelIdTarget BeezupCommonChannelid - The channel identifier
- keepExistingOptimisation boolean - If true the existing optimisation will be kept
beezup.merchant: CopyOptimisationResponse
Products optimisatisation copied
Fields
- channel BeezupCommonChannelbasicinfo - The basic info related to a channel
- catalogProductCount int - The catalog product count
- enabledProductCount int - The enabled product count
beezup.merchant: CostSettings
If this property is not indicated please force the user to configure the cost settings. Defines the cost type you have on this channel with the cost value.
Fields
- costType CostType - CPC means cost per click. CPA means cost per action. You can have CPC/CPA with a global cost value. You can have CPC/CPA by category the cost value MUST be null You can have global fixed price.
- globalCostValue? decimal - In case of global cost type, you have to indicate the cost value.
beezup.merchant: CreateContractResponse
Fields
- links? CreateContractResponseLinks -
- info? BeezupCommonInfosummaries -
beezup.merchant: CreateContractResponseLinks
Fields
- self? LinksCreatecontractlink -
- contracts? LinksGetcontractslink -
beezup.merchant: CreateCustomColumnRequest
The request message to create a custom column
Fields
- userColumnName UserColumName - Column named by the user
- encryptedExpression EncryptedExpression - The encrypted excel expression of the column
- encryptedBlocklyExpression EncryptedBlocklyExpression - The encrypted XML Blockly representation of the expression
- displayGroupName DisplayGroupName - Indicate the display group name where the column must be putted
beezup.merchant: CreateRuleRequest
Fields
- optimisationActionName OptimisationActionName - The optimisation action
- ruleName string - The name of the rule
- reportFilterId string - The report filter to use for the rule
- startUtcDate? string - The start validity utc date of the rule
- endUtcDate? string - The end validity utc date of the rule
beezup.merchant: CreateStoreRequest
The request to create a store. The store identifier is optional, if null it will be automatically computed.
Fields
- id? BeezupCommonStoreid - The store identifier
- name StoreName - The store name. Must be unique.
- url StoreUrl - The url of your store
- countryIsoCodeAlpha3 StoreCountryIsoCodeAlpha3 - The country iso code alpha 3 based on the list of values /user/lov/StoreCountry
- sectors StoreSectors - The store's sectors based on the list of values /user/lov/ParamSector
beezup.merchant: CreateSubscriptionRequest
Fields
- targetUrl HttpUrl - The URL <a href="https://en.wikipedia.org/wiki/URL">https://en.wikipedia.org/wiki/URL</a>
- name SubscriptionName - The subscription name you want to use
- merchantApplicationName SubscriptionMerchantApplicationName - The name of your application
- merchantApplicationVersion SubscriptionMerchantApplicationVersion - The version of your application
- merchantEmailAlert? Email - The email
beezup.merchant: Credential
Provides the credentials
Fields
- userName string - The user name
- password? string - The password
beezup.merchant: CreditCardInfo
Fields
- cardNumber CardNumber - Card number
- cardVerificationCode CardVerificationCode - Card Verification Code
- expirationMonth ExpirationMonth - Expiration Month
- expirationYear ExpirationYear - Expiration Year
beezup.merchant: CreditCardInfoResponse
Fields
- links CreditCardInfoResponseLinks - The different actions you can make on this offer
- currentPaymentMethod PaymentMethod - Payment method
- creditCardInfo? CreditCardInfoWithCardType -
- info? BeezupCommonInfosummaries -
beezup.merchant: CreditCardInfoResponseLinks
The different actions you can make on this offer
Fields
- self LinksGetcreditcardinfolink -
- saveCreditCardInfo LinksSavecreditcardinfolink -
beezup.merchant: CreditCardInfoWithCardType
Fields
- cardNumber CardNumber - Card number
- expirationMonth ExpirationMonth - Expiration Month
- expirationYear ExpirationYear - Expiration Year
- cardType string - Your credit card type. Example: VISA, MasterCard, etc...
beezup.merchant: CurrentContractInfo
Fields
- Fields Included from *ContractInfo
- trialPeriodInMonth int
- billingPeriodPercentDiscount decimal
- discountDurationInMonth int
- percentDiscount decimal
- offerId OfferId
- storeCount StoreCount
- startUtcDate string
- commitmentCalculatedFinishUtcDate string
- billingPeriodInMonth int
- fixedPrice decimal
- offerName string
- currencyCode BeezupCommonCurrencycode
- contractId ContractId
- commitmentPeriodInMonth int
- clickIncluded int
- additionalClickPrice decimal
- ipUserCreation string
- ipUserModification string
- fixedAndVariableClickInfo FixedAndVariableClickModelInfo
- variableModelInfo VariableModelInfo
- isCommitmentRenewalAutomatically boolean
- discountEndUtcDate string
- isModifiableContract boolean
- anydata...
- links CurrentContractInfoLinks -
beezup.merchant: CurrentContractInfoLinks
Fields
- disable? LinksTerminatecurrentcontractlink -
- reenable? LinksReactivatecurrentcontractlink -
beezup.merchant: CustomColumn
The custom column configuration
Fields
- id ColumnId - The catalog column identifier
- userColumName UserColumName - Column named by the user
- configuration ColumnConfiguration - Indicates the configuration applied on the column (catalog or custom) during the importation process.
- catalogColumnDependencies? CatalogColumnName[] -
- links CustomColumnLinks -
beezup.merchant: CustomColumnLinks
Fields
- delete LinksCatalogDeletecustomcolumnlink -
- expression LinksCatalogGetcustomcolumnexpressionlink -
- saveExpression LinksCatalogChangecustomcolumnexpressionlink -
beezup.merchant: CustomColumnList
Fields
- links CustomColumnListLinks -
- customColumns CustomColumn[] -
beezup.merchant: CustomColumnListLinks
Fields
beezup.merchant: CustomerIndex
The index of the customer API
Fields
- links CustomerIndexLinks - Gives you want you can do on this API
- lovLinks CustomerIndexLovLinks -
beezup.merchant: CustomerIndexLinks
Gives you want you can do on this API
Fields
- self LinksGetcustomerindexlink -
- accountInfo LinksGetuseraccountinfolink -
- friendInfo LinksGetfriendinfolink -
- logout? LinksLogoutlink -
- stores? LinksGetstoreslink -
- billingPeriods LinksGetbillingperiodslink -
- standardOffers LinksGetstandardofferslink -
- getOffer? LinksGetofferlink -
- invoices? LinksGetinvoiceslink -
- contracts? LinksGetcontractslink -
beezup.merchant: CustomerIndexLovLinks
Fields
- offerLov? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- activeOfferLov? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- customerStatusLov? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- beezUPTimeZoneLov? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- storeCountryLov? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- storeSectorLov? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- countryLov? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- contractTerminationReasonLov? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- invoicePaymentStatusLov? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
beezup.merchant: DetectedCatalogColumn
The catalog column detected during the first parsing step
Fields
- ignored boolean(default false) - IF true, the product values of this column will be not taken in account during the importation process
- duplicateProductValueConfiguration? DuplicateProductValueConfiguration - Describe how you want to manage the duplication of the product value
- id ColumnId - The catalog column identifier
- catalogColumnName CatalogColumnName - The catalog column name
- userColumName UserColumName - Column named by the user
- configuration ColumnConfiguration - Indicates the configuration applied on the column (catalog or custom) during the importation process.
- links DetectedCatalogColumnLinks -
beezup.merchant: DetectedCatalogColumnLinks
Fields
- configure? LinksImportationConfigurecatalogcolumnlink -
- ignore? LinksImportationIgnorecolumnlink -
- reattend? LinksImportationReattendcolumnlink -
beezup.merchant: DetectedCatalogColumnList
The list of detected catalog column
Fields
- links DetectedCatalogColumnListLinks -
- detectedCatalogColumns? DetectedCatalogColumn[] - Contains all deteted catalog columns
beezup.merchant: DetectedCatalogColumnListLinks
Fields
beezup.merchant: DuplicateProductValueConfiguration
Describe how you want to manage the duplication of the product value
Fields
- strategy DuplicateProductValueStrategy - Indicate the duplicate product sku strategy.
- compareOptions CompareOptions - Indicate how the product sku are compared for the duplication check.
beezup.merchant: ErrorResponseMessage
Fields
- errors UserErrorMessage[] -
beezup.merchant: ErrorResponseMessagePaymentRequired
Fields
- Fields Included from *BeezupCommonErrorresponsemessage
- errors BeezupCommonUsererrormessage[]
- anydata...
beezup.merchant: ErrorResponseMessagePaymentRequiredLinks
Fields
- offer LinksGetofferlink -
beezup.merchant: ErrorSummary
Fields
- utcDate? string -
- errorGuid? string -
- errorCode? string -
- errorMessage? string -
- technicalErrorMessage? string -
- exceptionDetail? ExceptionDetail -
- errorArguments? record {} -
- propertyName? string -
- propertyValue? string -
- objectName? string -
- 'source? string -
beezup.merchant: ExceptionDetail
Fields
- helpLink? string -
- message? string -
- stackTrace? string -
- 'type? string -
beezup.merchant: ExchangedMessagesItem
Fields
- operationName string -
- requestUri? string -
- responseUri? string -
- requestUtcDate? string -
- responseUtcDate? string -
beezup.merchant: ExclusionFilter
The exclusion filter
Fields
- name ExclusionFilterName - The exclusion filter name
- position int - The position of the exclusion filter
- groupId string - Indicate the filter's group. All filters in the same group means an "AND" operation in the filter group
- positionInGroup int - Indicate the filter group position. This information is used for the UI purpose and must be unique in the filter group.
- channelColumnId BeezupCommonChannelcolumnid - The channel column identifier
- operatorName FilterOperatorName - The exclusion filter operator name
- value? string - The value indicate by the user when the filter operation requires it.
- enabled boolean - indicates if the filter is currently enable.
beezup.merchant: ExclusionFiltersResponse
Fields
- links ExclusionFiltersResponseLinks -
- exclusionFilters? ExclusionFilters - The exclusion filter list
beezup.merchant: ExclusionFiltersResponseLinks
Fields
- configure? LinksConfigurechannelcatalogexclusionfilterslink -
beezup.merchant: ExportOrderListRequest
The message request to export order list. The store identifier is requested to regroup the exportations.
Fields
- format? ExportOrderListFormat - The type of the file to export
- storeId BeezupCommonStoreid - The store identifier
- orderListRequestWithoutPagination OrderListRequestWithoutPagination -
beezup.merchant: ExternallinksCatalogGetbeezupcolumnslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: ExternallinksGetchannelcatalogmarketplacesettingslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: ExternallinksGetchannelinfolink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: FilterOperator
The filter operator
Fields
- name? FilterOperatorName - The exclusion filter operator name
- expectedChannelColumnDataType? FilterOperatorDataType - Data type of the operator
- valueRequired? boolean - This operator requires a value
- expectedValueDataType? FilterOperatorDataType - Data type of the operator
beezup.merchant: FixedAndVariableClickModelInfo
Internal usage: Old offer type. Describe the fix and variable model information
Fields
- clickIncludedAndAdditionalClickPrices ClickIncludedAndAdditionalClickPrice[] -
beezup.merchant: Functionality
Fields
- code string - The functionality code
- 'order int - UI purpose: Indicate the position of the functionality
beezup.merchant: FunctionalityRightInfo
Describe the rights for a functionality
Fields
- functionalityCode string - The functionality code
- maxValueInterger? int - The max value for this functionality code considering your rights
- unlimited? boolean - If you can use this functionality unlimitedly
beezup.merchant: GeneralSettings
Represents the general settings of your channel catalog
Fields
- acceptToPublishInfo boolean - If true then you authorize disclosure of my statistics generated from clicks and sales
- doNotExportOutOfStockProducts boolean - Do not export "out of stock" products. Note: this option is not taken into account by the counter.
- activeBeezUPTracking boolean - Activate BeezUP tracking for my statistics (checked by default)
beezup.merchant: GenerateOrderInvoiceRequest
Fields
- invoiceSequenceNumber? InvoiceSequenceNumber - Invoice Sequence Number
beezup.merchant: GetChannelCatalogProductInfoListRequest
Fields
- pageNumber int -
- pageSize int -
- criteria ProductSetVisibilityCriteria -
- overridden? boolean - Search overridden products. If null the filter will not be taken in account.
- productFilters? ChannelCatalogProductFilters -
- catalogCategoryFilter? BeezupCommonCatalogcategoryfilter -
- channelCategoryFilter? BeezupCommonChannelcategoryfilter -
beezup.merchant: GetImportationProductsReportRequest
Get Importation Products Report Request
Fields
- pageNumber BeezupCommonPagenumber - Indicates the page number
- pageSize BeezupCommonPagesize - Indicate the item count per page
- sku? string - Filter by Sku (equals)
- ean? string - Filter by EAN (equals)
- mpn? string - Filter by MPN (equals)
- title? string - Filter by Title (StartsWith)
- errorCodes? GetImportationProductsReportRequestErrorCodes - Get Importation Products Report Request Error Codes
beezup.merchant: GetImportationProductsReportRequestErrorCode
Get Importation Products Report Request Error Codes
Fields
- errorCode? ErrorCode - Error Code
- userColumnName? UserColumName - Column named by the user
beezup.merchant: GetImportationProductsReportResponse
Get Importation Products Report Response
Fields
- paginationResult BeezupCommonPaginationresult -
- productErrors? ProductErrors - Product Errors
beezup.merchant: GetImportationReportResponse
Get Importation Report Response
Fields
- executionId ExecutionId - The execution identifier of the catalog importation
- importationInfo GetImportationReportResponseImportationInfo -
- columns? GetImportationReportResponseDiff -
- categories? GetImportationReportResponseDiff -
- products? GetImportationReportResponseDiff -
- productMetrics? GetImportationReportResponseProductMetrics -
- errors GetImportationReportResponseErrors -
beezup.merchant: GetImportationReportResponseDiff
Fields
- createdCount int -
- updatedCount int -
- deletedCount int -
- unchangedCount? int -
beezup.merchant: GetImportationReportResponseError
Fields
- errorCode ErrorCode - Error Code
- userColumName UserColumName - Column named by the user
- beezUPColumnName? BeezupCommonBeezupcolumnname - The BeezUP column name
- productCount int -
beezup.merchant: GetImportationReportResponseImportationInfo
Fields
- beginUtcDate string - The start date of the importation
- endUtcDate string - The start date of the importation
- userId BeezupCommonUserid - The user identifier
- inputConfiguration InputFileConfiguration - Describe how to get and read a file
beezup.merchant: GetImportationReportResponseProductMetrics
Fields
- detectedCount int -
- duplicatedCount int -
- failedCount int -
- activeCount int -
beezup.merchant: GetOrderInvoiceDesignPreviewResponse
Fields
- invoiceHtmlContent InvoiceContentHtml - Invoice Content HTML
beezup.merchant: GetOrderInvoiceGeneralSettingsResponse
Fields
- Fields Included from *OrderInvoiceGeneralSettings
- cultureName CultureName
- productVATPercent ProductVATPercent
- shippingVATPercent ShippingVATPercent
- invoicePrefix InvoicePrefix
- invoiceStartingSequenceNumber InvoiceSequenceNumber
- anydata...
- lastInvoiceSequenceNumber? InvoiceSequenceNumber - Invoice Sequence Number
beezup.merchant: GetOrderInvoicePdfFromHtmlInvoiceUrlRequest
Fields
- orderInvoiceUri OrderInvoiceUri - order invoice url
beezup.merchant: GetProductsRequest
The request message to get products based on these filters
Fields
- pageNumber BeezupCommonPagenumber - Indicates the page number
- pageSize BeezupCommonPagesize - Indicate the item count per page
- columnIdList? BeezupCommonCatalogcolumnid[] -
- exists? boolean - Search for existing products or not. If null you will received both.
- productIdList? BeezupCommonProductid[] - Filter with a list of product identifier
- sku? string - Search for product by sku
- ean? string - Search for product by ean
- mpn? string - Search for product by mpn
- title? string - Search for products containing this title
- categoryPath? BeezupCommonCatalogcategorypath - The catalog category path
- orderByCatalogColumnId? BeezupCommonCatalogcolumnid - The catalog column identifier (catalog or custom column)
- withoutSubCategories? boolean - Do not retrieve sub categories. By default, this value is set to false
beezup.merchant: HarvestOrderReporting
The reporting related to a harvest order operation
Fields
- executionUUID? ExecutionUUID - The execution identifier
- creationUtcDate? string - The creation UTC date of the execution
- processingStatus? string - The processing status of the execution
- lastUpdateUtcDate? string - The last update UTC date of the execution
- errorMessage? string - The warning message during the execution
- warningMessage? string - The warning message during the execution
- beezUPStatus? BeezUPOrderStatus - BeezUP order status. Unified for all marketplaces.
- marketplaceStatus? string - The order marketplace status
- beezUPForcedStatus? string - The marketplace order status forced by BeezUP during the order change oepration. This could happend when there is no status on the marketplace side.
beezup.merchant: ImportAlreadyInProgressResponse
Fields
- errors BeezupCommonUsererrormessage[] - The error message list
- links ImportAlreadyInProgressResponseLinks - The action links
beezup.merchant: ImportAlreadyInProgressResponseLinks
The action links
Fields
- currentImportation LinksImportationGetimportationmonitoringlink -
- cancelCurrentImportation LinksImportationCancellink -
beezup.merchant: ImportationCustomColumn
The custom column configuration
Fields
- id ColumnId - The catalog column identifier
- userColumName UserColumName - Column named by the user
- configuration ColumnConfiguration - Indicates the configuration applied on the column (catalog or custom) during the importation process.
- links ImportationCustomColumnLinks -
beezup.merchant: ImportationCustomColumnLinks
Fields
- delete LinksCatalogDeletecustomcolumnlink -
- expression LinksCatalogGetcustomcolumnexpressionlink -
- productSampleValue? LinksImportationGetproductsamplecustomcolumnvaluelink -
beezup.merchant: ImportationCustomColumnList
Fields
- links CustomColumnListLinks -
- customColumns ImportationCustomColumn[] -
beezup.merchant: ImportationCustomColumnListLinks
Fields
beezup.merchant: ImportationMonitoring
Describe the reporting of the catalog importation
Fields
- userId? BeezupCommonUserid - The user identifier
- success boolean - Indicates if the importation was successfully completed or not
- executionId ExecutionId - The execution identifier of the catalog importation
- lastUpdateUtcDate string - The last update of the reporting
- beginUtcDate string - The start date of the importation
- errors? BeezupCommonUsererrormessage[] - In case of error a description will be indicated
- steps record {} - Contains all steps of the importation process with a boolean. If true the step has been passed, false the step is not complete
- links? ImportationMonitoringLinks - Applicable operations considering the state of the importation
beezup.merchant: ImportationMonitoringLinks
Applicable operations considering the state of the importation
Fields
- technicalProgression LinksImportationTechnicalprogressionlink -
- cancel? LinksImportationCancellink -
- configureRemainingCatalogColumns? LinksImportationConfigureremainingcatalogcolumnslink -
- commitColumns? LinksImportationCommitcolumnslink -
- 'commit? LinksImportationCommitlink -
- activateAutoImport? LinksImportationActivateautoimportlink -
- catalogColumns? LinksImportationGetdetectedcatalogcolumnslink -
- customColumns? LinksImportationGetcustomcolumnslink -
- productSamples? LinksImportationGetproductsamplelink -
beezup.merchant: ImportationReporting
The catalog importation reporting
Fields
- links? ImportationReportingLinks -
- executionId ExecutionId - The execution identifier of the catalog importation
- stepName? string - The last step name of the importation process
- userId? BeezupCommonUserid - The user identifier
- success? boolean - Indicate if the importation succeed or not.
- totalProductCount? int - Indicate the total product count detected in the catalog during the importation.
- totalProductErrorCount? int - Indicate the total product count in error detected in the catalog during the importation.
- totalProductSuccessCount? int - Indicate the total product count in success in the catalog during the importation.
- errors? BeezupCommonUsererrormessage[] - Indicate the error message list related to this importation.
- lastUpdateUtcDate string - Indicate the last update UTC date of the reporting.
- autoImported? boolean - Indicate if this importation is an auto import or not.
- beginUtcDate string - Indicate the begin UTC date of this importation.
- endUtcDate? string - Indicate the end UTC date of this importation.
- inputConfigurationUrl? string - Indicate the input url of this importation.
- steps record {} - Indicate the steps that have been passed during the importation process
beezup.merchant: ImportationReportingLinks
Fields
- report? LinksImportationGetreportlink -
beezup.merchant: ImportationsPerStoreResponse
beezup.merchant: ImportationsResponse
Fields
- links? ImportationsResponseLinks -
- importations? ImportationReporting[] -
beezup.merchant: ImportationsResponseLinks
Fields
- 'start? LinksImportationStartmanualupdatelink -
beezup.merchant: ImportationTechnicalProgression
Fields
- stepsProgression? record {} - Indicate for each step of the importation the uris to look at
beezup.merchant: InfoSummaries
Fields
- successes? SuccessSummary[] -
- errors? ErrorSummary[] -
- warnings? WarningSummary[] -
- informations? InfoSummary[] -
beezup.merchant: InfoSummary
Fields
- informationCode? string -
- informationMessage? string -
- informationArguments? record {} -
- propertyName? string -
- propertyValue? string -
- objectName? string -
beezup.merchant: InputConfiguration
Describe the input configuration
Fields
- transformFileUrl? string - Can be null. Use to transform multiple files with an XSLT file.
- files InputFileConfiguration[] - The list of files to get and read
beezup.merchant: InputFileConfiguration
Describe how to get and read a file
Fields
- fileNumber int - The file number starting by 1
- fetch InputFileFetchConfiguration - Describe the way to download the file
- read InputFileReadConfiguration - Describe how to read the file. If FileFormatStrategy is CSV, csvFileReadProperties is required. Otherwise the xmlFileReadProperties is required.
beezup.merchant: InputFileFetchConfiguration
Describe the way to download the file
Fields
- uri string - Indicate the Uri of the file. (http, https, ftp, ftps, sftp are allowed)
- credential? Credential - Provides the credentials
- downloadCatalogStrategy DownloadCatalogStrategy - Indicate the download strategy (simple uri, ftps, ftplatest file, etc...)
- compressionFormatStrategy? CompressionFormatStrategy - Indicate the compression type
- compressedRelativePath? string - Indicate the relative path in the compressed file
- downloadTimeout int(default 30) - Indicate the download time out in second
beezup.merchant: InputFileReadConfiguration
Describe how to read the file. If FileFormatStrategy is CSV, csvFileReadProperties is required. Otherwise the xmlFileReadProperties is required.
Fields
- format FileFormatStrategy - CSV or XML
- encodingTypeName string(default "UTF-8") - The encoding type. UTF-8 by default.
- cultureName string(default "") - The culture name of the file. (i.e. fr-FR). If null then Invariant culture will be used.
- csvFileReadProperties? InputFileReadCsvConfiguration - The CSV file description
- xmlFileReadProperties? InputFileReadXmlConfiguration - The XML file description
beezup.merchant: InputFileReadCsvConfiguration
The CSV file description
Fields
- hasHeaderRecord boolean - Indicate if the csv file contains the column name at the first row
- ignoreHeaderRecord boolean - Indicate if the importation should not use the csv column name from the file
- csvSeparator CsvSeparator - Indicate the separator of the values in the CSV file. Generally ";"
- csvTextQualifier string(default "\"") - Indicate the text qualifier of the CSV file. Generally the value is "
beezup.merchant: InputFileReadXmlConfiguration
The XML file description
Fields
- useXmlAttributes boolean - Indicate if the importation should take in account the attribute in the xml nodes.
- flattenXmlChildElements boolean - Indicate if the children xml nodes should be flatten with there parent to take in account the sub node values.
beezup.merchant: Invoice
Fields
- invoiceDate string - The invoice date
- contractId ContractId - Your contract identifier
- invoiceNumber InvoiceNumber - Your invoice number
- amount decimal - The amount of your invoice
- amountToBePaid decimal - The remaining amount to be paid for this invoice
- currencyCode BeezupCommonCurrencycode - The currency code <a href="https://en.wikipedia.org/wiki/ISO_4217">(ISO 4217)</a>
- paymentStatus InvoicePaymentStatus - The payment status
- dueDate string -
- invoiceUrl? string - The url of the invoice document
beezup.merchant: InvoiceList
Fields
- links InvoiceListLinks -
- invoices Invoice[] -
beezup.merchant: InvoiceListLinks
Fields
- self LinksGetinvoiceslink -
beezup.merchant: LastManualImportInputConfiguration
Last manual import input configuration
Fields
- input InputConfiguration - Describe the input configuration
beezup.merchant: LegacyTrackingChannelCatalog
The channel catalog
Fields
- links LegacyTrackingChannelCatalogLinks - Indicates the actions you can do on a channel catalog
beezup.merchant: LegacyTrackingChannelCatalogLinks
Indicates the actions you can do on a channel catalog
Fields
- migrate? LinksMigratelegacytrackingchannelcataloglink -
beezup.merchant: LegacyTrackingChannelCatalogList
This is the index of the channel catalog API
Fields
- links? LegacyTrackingChannelCatalogListLinks - Indicates how global actions you can do like how to create a channel catalog, exclusion filter operators, etc...
- channelCatalogs? record {} - The channel catalog list. The key is the channel catalog identifier
beezup.merchant: LegacyTrackingChannelCatalogListLinks
Indicates how global actions you can do like how to create a channel catalog, exclusion filter operators, etc...
Fields
beezup.merchant: Link3
Fields
- label? string - The label corresponding to the link. This label is automatically translated based on the Accept-Language http header.
- docUrl? DocUrl - The documentation related to this operation.
- description? string - The description of the link
- href Href - Indicate the relative uri for this link
- operationId? OperationId - The operationId to call.
- method? HttpMethod - Indicate the http method to use on this link
- parameters? LinkParameter3Types -
- urlTemplated? boolean - indicates whether the href is templated or not
- allRequiredParamsProvided? boolean - indicates whether all required params have been provided
- allOptionalParamsProvided? boolean - indicates whether all optionals params have been provided
- info? InfoSummaries -
- rel? string - Indicate the relation name related to the link
beezup.merchant: LinkParameter3
Fields
- label? string - The label corresponding to the link parameter. This label is automatically translated based on the Accept-Language http header.
- value? record {} - The value of the parameter. It can be an integer a string or an object.
- required boolean(default false) -
- 'in ParameterIn -
- path: if the parameter must be pass in the path uri
- header: if the parameter must be passed in http header
- query: if the parameter must be passed in querystring
- body: if the parameter must be passed in the body
- file: if the parameter must be passed in a multipart/form-data (https://swagger.io/docs/specification/2-0/file-upload/)
- lovLink? LOVLink3 - Describe the way you have to follow to get access to the LOV
- lovRequired? boolean - If true, you MUST indicate a value from the list of values otherwise it's a freetext
- description? string - description of the parameter
- schema? string - schema of the parameter
- pattern? ValidationPattern - The regular expression to validate the value
- properties? record {} - If the parameter is an object with flexible properties (additionProperties/dictionary), we will describe the properties of the object.
beezup.merchant: LinkParameter3Types
beezup.merchant: LinkParameterProperty3
Fields
- label? string - The label corresponding to the link parameter property. This label is automatically translated based on the Accept-Language http header.
- value? record {} - The value of the parameter. It can be an integer a string or an object.
- required? boolean -
- 'type ParameterType - The value type of the parameter
- lovLink? LOVLink3 - Describe the way you have to follow to get access to the LOV
- lovRequired? boolean - If true, you MUST use indicate a value from the list of values otherwise it's a freetext
- description? string - description of the parameter
- schema? string - schema of the parameter
- pattern? ValidationPattern - The regular expression to validate the value
beezup.merchant: LinksActivateuseraccountlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksAddchannelcataloglink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksAnalyticsindexlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksAutoConfigureautoimportintervallink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksAutoGetautoimportconfigurationlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksAutoPauseautoimportlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksAutoResumeautoimportlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksAutoScheduleautoimportlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksAutoStartautoimportlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksCatalogChangecatalogcolumnusernamelink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksCatalogChangecustomcolumnexpressionlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksCatalogChangecustomcolumnusernamelink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksCatalogComputeexpressionlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksCatalogDeletecustomcolumnlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksCatalogGetbeezupcolumnslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksCatalogGetcatalogcolumnslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksCatalogGetcategorieslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksCatalogGetcustomcolumnexpressionlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksCatalogGetcustomcolumnslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksCatalogGetproductslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksCatalogGetrandomproductslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksCatalogindexlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksCatalogSavecustomcolumnlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksCatalogstoreindexlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksChangeemaillink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksChangeorderlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
- rel? string - Indicate the relation name related to the link
beezup.merchant: LinksChangeorderv3link
Fields
- Fields Included from *Link3
- label string
- docUrl DocUrl
- description string
- href Href
- operationId OperationId
- method HttpMethod
- parameters LinkParameter3Types
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info InfoSummaries
- rel string
- anydata...
- rel? string - Indicate the relation name related to the link
beezup.merchant: LinksChangepasswordlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksClearchannelcatalogexportationcachelink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksClearmerchantorderinfolink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksClearmerchantorderinfolistlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksClearmerchantorderinfolistv3link
Fields
- Fields Included from *Link3
- label string
- docUrl DocUrl
- description string
- href Href
- operationId OperationId
- method HttpMethod
- parameters LinkParameter3Types
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info InfoSummaries
- rel string
- anydata...
beezup.merchant: LinksClearmerchantorderinfov3link
Fields
- Fields Included from *Link3
- label string
- docUrl DocUrl
- description string
- href Href
- operationId OperationId
- method HttpMethod
- parameters LinkParameter3Types
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info InfoSummaries
- rel string
- anydata...
beezup.merchant: LinksConfigureautomatictransitionslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksConfigurechannelcatalogcategorylink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksConfigurechannelcatalogcolumnmappingslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksConfigurechannelcatalogcostsettingslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksConfigurechannelcatalogexclusionfilterscopylink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksConfigurechannelcatalogexclusionfilterslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksConfigurechannelcataloggeneralsettingslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksConfigurechannelcatalogproductvalueoverridecopylink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksCreatecontractlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksCreaterulelink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksCreatestorelink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksDeletechannelcataloglink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksDeletenextcontractlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksDeletereportfilterlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksDeleterulelink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksDeletestorelink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksDeletestoresharelink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksDisablechannelcatalogcategorymappinglink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksDisablechannelcataloglink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksDisablechannelcatalogproductlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksDisablerulelink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksEnablechannelcataloglink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksEnablerulelink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksExportchannelcatalogproductinfolistlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksExportorderslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetautomatictransitionslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetbillingperiodslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetchannelcatalogcategorieslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetchannelcatalogexclusionfilterscopylink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetchannelcatalogexclusionfilterslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetchannelcatalogexportationcacheinfolink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetchannelcatalogexportationhistorylink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetchannelcatalogfilteroperatorslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetchannelcataloglink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetchannelcatalogmarketplacepropertieslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetchannelcatalogmarketplacesettingslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetchannelcatalogproductinfolink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetchannelcatalogproductinfolistlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetchannelcatalogproductvalueoverridecopylink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetchannelcatalogslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetchannelinfolink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetchannelsindexlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetchannelslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetcontractslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetcreditcardinfolink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetcustomerindexlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetfriendinfolink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetinvoiceslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetlegacytrackingchannelcataloglink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetlegacytrackingchannelcatalogslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetmarketplaceaccountssynchronizationlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetmarketplaceaccountssynchronizationv3link
Fields
- Fields Included from *Link3
- label string
- docUrl DocUrl
- description string
- href Href
- operationId OperationId
- method HttpMethod
- parameters LinkParameter3Types
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info InfoSummaries
- rel string
- anydata...
beezup.merchant: LinksGetmarketplacechannelcatalogslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetofferlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetorderexportationslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetorderhistorylink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetorderhistoryv3link
Fields
- Fields Included from *Link3
- label string
- docUrl DocUrl
- description string
- href Href
- operationId OperationId
- method HttpMethod
- parameters LinkParameter3Types
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info InfoSummaries
- rel string
- anydata...
beezup.merchant: LinksGetorderindexlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetorderlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetorderlistfulllink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetorderlistfullv3link
Fields
- Fields Included from *Link3
- label string
- docUrl DocUrl
- description string
- href Href
- operationId OperationId
- method HttpMethod
- parameters LinkParameter3Types
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info InfoSummaries
- rel string
- anydata...
beezup.merchant: LinksGetorderlistlightlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetorderlistlightv3link
Fields
- Fields Included from *Link3
- label string
- docUrl DocUrl
- description string
- href Href
- operationId OperationId
- method HttpMethod
- parameters LinkParameter3Types
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info InfoSummaries
- rel string
- anydata...
beezup.merchant: LinksGetorderv3link
Fields
- Fields Included from *Link3
- label string
- docUrl DocUrl
- description string
- href Href
- operationId OperationId
- method HttpMethod
- parameters LinkParameter3Types
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info InfoSummaries
- rel string
- anydata...
beezup.merchant: LinksGetprofilepictureinfolink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetpublicationslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetpubliclistofvalueslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetpubliclovindexlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetreportfilterlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetreportfilterslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetrulelink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetrulesexecutionslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetruleslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetstandardofferslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetstorelink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetstorereportbycategorylink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetstorereportbychannellink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetstorereportbydaylink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetstorereportbyproductlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetstoreshareslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetstoreslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetstoretrackedclickslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetstoretrackedexternalorderslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetstoretrackedorderslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetstoretrackingstatuslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGettrackingstatuslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetuseraccountinfolink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetuserlistofvalueslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksGetuserlovindexlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksHarvestalllink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksHarvestallv3link
Fields
- Fields Included from *Link3
- label string
- docUrl DocUrl
- description string
- href Href
- operationId OperationId
- method HttpMethod
- parameters LinkParameter3Types
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info InfoSummaries
- rel string
- anydata...
beezup.merchant: LinksHarvestorderlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksHarvestorderv3link
Fields
- Fields Included from *Link3
- label string
- docUrl DocUrl
- description string
- href Href
- operationId OperationId
- method HttpMethod
- parameters LinkParameter3Types
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info InfoSummaries
- rel string
- anydata...
beezup.merchant: LinksImportationActivateautoimportlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationCancellink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationCommitcolumnslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationCommitlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationConfigurecatalogcolumnlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationConfigureremainingcatalogcolumnslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationDeletecustomcolumnlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationGetcustomcolumnexpressionlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationGetcustomcolumnslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationGetdetectedcatalogcolumnslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationGetimportationmonitoringlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationGetmanualupdatelastinputconfiglink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationGetproductsamplecustomcolumnvaluelink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationGetproductsamplelink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationGetreportingslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationGetreportlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationIgnorecolumnlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationMapcatalogcolumnlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationMapcustomcolumnlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationReattendcolumnlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationSavecustomcolumnlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationStartmanualupdatelink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationTechnicalprogressionlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationUnmapcatalogcolumnlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksImportationUnmapcustomcolumnlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksLogoutlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksMigratelegacytrackingchannelcataloglink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksMovedownrulelink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksMoveuprulelink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksOptimisealllink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksOptimisebycategorylink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksOptimisebychannellink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksOptimisebyproductlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksOptimiselink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksOverridechannelcatalogproductvalueslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksPublishcatalogtomarketplacelink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksReactivatecurrentcontractlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksReenablechannelcatalogcategorymappinglink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksReenablechannelcatalogproductlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksRunrulelink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksRunruleslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksSavecompanyinfolink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksSavecreditcardinfolink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksSavepersonalinfolink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksSaveprofilepictureinfolink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksSavereportfilterlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksSavestorealertslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksSetchannelcatalogmarketplacesettingslink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksSetmerchantorderinfolink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksSetmerchantorderinfolistlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksSetmerchantorderinfolistv3link
Fields
- Fields Included from *Link3
- label string
- docUrl DocUrl
- description string
- href Href
- operationId OperationId
- method HttpMethod
- parameters LinkParameter3Types
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info InfoSummaries
- rel string
- anydata...
beezup.merchant: LinksSetmerchantorderinfov3link
Fields
- Fields Included from *Link3
- label string
- docUrl DocUrl
- description string
- href Href
- operationId OperationId
- method HttpMethod
- parameters LinkParameter3Types
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info InfoSummaries
- rel string
- anydata...
beezup.merchant: LinksSharestorelink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksTerminatecurrentcontractlink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksUpdaterulelink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: LinksUpdatestorelink
Fields
- Fields Included from *BeezupCommonLink3
- label string
- docUrl BeezupCommonDocurl
- description string
- href BeezupCommonHref
- operationId BeezupCommonOperationid
- method BeezupCommonHttpmethod
- parameters record { anydata... }
- urlTemplated boolean
- allRequiredParamsProvided boolean
- allOptionalParamsProvided boolean
- info BeezupCommonInfosummaries
- anydata...
beezup.merchant: ListOfValueItem
This object is used by LOV apis
Fields
- position? int -
- codeIdentifier string -
- translationText? string -
- intIdentifier int -
beezup.merchant: LoginRequest
Fields
- login BeezupCommonEmail - The email
- password string - Your password
beezup.merchant: LOVLink3
Describe the way you have to follow to get access to the LOV
Fields
- href string - Indicate the uri to the list of value
- method? HttpMethod - Indicate the http method to use on this link
beezup.merchant: MapBeezUPColumnRequest
Fields
- beezUPColumnName BeezupCommonBeezupcolumnname - The BeezUP column name
beezup.merchant: MarketplaceChannelCatalog
This object indicates you the association between a channel catalog and a marketplace. The account identifier will be automatically defined based on your marketplace merchant identfier.
Fields
- apiSettingsStatus BeezupCommonApisettingsstatus -
- enabled boolean - The enabled status of the Channel Catalog
- marketplaceTechnicalCode BeezupCommonMarketplacetechnicalcode - The technical code of the marketplace.
- marketplaceBusinessCode BeezupCommonMarketplacebusinesscode - In an marketplace technical code like CDiscount you can have several marketplaces like GO SPORT, etc. We identify them by a business code.
- marketplaceMarketPlaceId string - The marketplace identifier in the marketplace
- marketplaceIsoCountryCodeAlpha2 string - The marketplace country iso code alpha 2 (see http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Decoding_table for more details)
- beezUPMarketplaceName record {} - The marketplace name
- beezUPChannelId BeezupCommonChannelid - The channel identifier
- beezUPChannelCatalogId BeezupCommonChannelcatalogid - The channel catalog identifier
- beezUPStoreId BeezupCommonStoreid - The store identifier
- beezUPStoreName string - The store name
- marketplaceMerchantIdentifiers? record {} - The marketplace merchant identifier list
- marketplaceAccountId? BeezupCommonMarketplaceaccountid - The marketplace account identifier in BeezUP. This account identifier is based on your api settings.
- lovLinks MarketplaceChannelCatalogLovLinks - Indicates the List Of Values related to the marketplace
- links MarketplaceChannelCatalogLinks - Indicate the actions you can do on a channel catalog. If the settings are valid, you will be able to access to the publication history.
beezup.merchant: MarketplaceChannelCatalogLinks
Indicate the actions you can do on a channel catalog. If the settings are valid, you will be able to access to the publication history.
Fields
- properties LinksGetchannelcatalogmarketplacepropertieslink -
- publications? LinksGetpublicationslink -
- publishOptions? MarketplaceChannelCatalogPublicationOption[] -
beezup.merchant: MarketplaceChannelCatalogList
The marketplace channel catalog list
Fields
- marketplaceChannelCatalogs MarketplaceChannelCatalog[] - The list of marketplace channel catalog
beezup.merchant: MarketplaceChannelCatalogListLinks
Fields
beezup.merchant: MarketplaceChannelCatalogLovLinks
Indicates the List Of Values related to the marketplace
Fields
- shippingMethodLOV? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- carrierCodeLOV? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- cancelationReasonCodeLOV? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- refundReasonCodeLOV? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- marketplaceStorePropertyLOV? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- marketplaceStorePropertyGroupLOV? BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
beezup.merchant: MarketplaceChannelCatalogPublicationOption
Fields
- kind PublicationStrategyKind - Define the publication strategy kind, for that you have 2 choices
- Delta - This is the recommanded publication strategy kind, this strategy will push to the marketplace only the difference between your catalog and the previous published feeds done by BeezUP.
- Full - If you want to force the publication of all your catalog feeds to the marketplace. !WARNING! Depending to the marketplace this operation will purge the existing offers on the marketplace that are not in the catalog or unknown from the publication feed referential.
- feedType FeedType - The Feed Type
- withUnpublish boolean -
- strategy PublicationStrategy - The Publication Type
beezup.merchant: NextContractInfo
Fields
- Fields Included from *ContractInfo
- trialPeriodInMonth int
- billingPeriodPercentDiscount decimal
- discountDurationInMonth int
- percentDiscount decimal
- offerId OfferId
- storeCount StoreCount
- startUtcDate string
- commitmentCalculatedFinishUtcDate string
- billingPeriodInMonth int
- fixedPrice decimal
- offerName string
- currencyCode BeezupCommonCurrencycode
- contractId ContractId
- commitmentPeriodInMonth int
- clickIncluded int
- additionalClickPrice decimal
- ipUserCreation string
- ipUserModification string
- fixedAndVariableClickInfo FixedAndVariableClickModelInfo
- variableModelInfo VariableModelInfo
- isCommitmentRenewalAutomatically boolean
- discountEndUtcDate string
- isModifiableContract boolean
- anydata...
- links NextContractInfoLinks -
beezup.merchant: NextContractInfoLinks
Fields
- delete? LinksDeletenextcontractlink -
beezup.merchant: Offer
Fields
- content? OfferContent -
- info? BeezupCommonInfosummaries -
- links? OfferLinks - The different actions you can make on this offer
beezup.merchant: OfferContent
Fields
- previousFixPeriodInvoiceProrataInfo PreviousFixPeriodInvoiceProrataInfo - Describe the prorata info based on your previous invoice
- contractBillingPeriodInfo ContractBillingPeriodInfo - Describe the billing period information related to the offer.
- contractClickInfo ContractClickInfo - Describe the click information related to the offer.
- contractCommitmentInfo ContractCommitmentInfo - Describe the commitment information related to the offer.
- contractDiscountInfo ContractDiscountInfo - Describe the discount information related to the offer.
- contractMoneyInfo ContractMoneyInfo - Describe the pricing information related to the offer.
- contractStoreInfo ContractStoreInfo - Describe the store information related to the offer.
- contractBonusInfo ContractBonusInfo - Describe the bonus information related to your current contract.
- contractTerminationReasonType? ContractTerminationReasonType - The contract termination reason type identifier, if your current contract is scheduled to be terminated. The value is based on the list of values /user/lov/ContractTerminationReason
- contractTerminationReason? ContractTerminationReason - The termination reason, if your current contract is scheduled to be terminated.
- notifyVatExemption boolean - Internal usage: Indicates if we have to notify you about VAT exemption.
beezup.merchant: OfferFunctionality
Fields
- functionalityCode string - The functionality code
- maxValueInteger? int - The max value in integer for this feature in this offer
- unlimited boolean - Is this feature is unlimited for this offer?
- text? string - A description text of this feature
beezup.merchant: OfferLinks
The different actions you can make on this offer
Fields
- createContract? LinksCreatecontractlink -
beezup.merchant: OfferRequest
Fields
- offerId OfferId - The offer id based on /offers. Not a free offer of course.
- storeCount StoreCount - The store count you want to have in your contract.
- couponDiscountCode? CouponDiscountCode - The coupon discount code
- couponOfferCode? CouponOfferCode - Your special coupon offer identifier
- billingPeriodInMonth BillingPeriodInMonth - Can be null. The billing period in month based on /billingPeriods
beezup.merchant: OptimiseAllRequest
Fields
- Fields Included from *OrderedReportFilterCommonParameters
- orderBy PerformanceIndicatorType
- orderByDirection OrderByDirection
- channelId BeezupCommonChannelid
- periodType ReportFilterPeriodType
- beginPeriodUtcDate string
- endPeriodUtcDate string
- categoryFilter BeezupCommonCatalogcategoryfilter
- performanceIndicatorFilters PerformanceIndicatorFilter[]
- advancedFilters ReportAdvancedFilters
- anydata...
- reportType ReportType - The report type
- productColumnsToDisplay? ProductColumnsToDisplay -
- productState? ProductStateFilter - You can filter on the product state.
- analyticsProductColumnFilters? AnalyticsProductColumnFilters -
beezup.merchant: OptimiseRequest
Fields
- Fields Included from *OptimiseAllRequest
- reportType ReportType
- productColumnsToDisplay ProductColumnsToDisplay
- productState ProductStateFilter
- analyticsProductColumnFilters AnalyticsProductColumnFilters
- orderBy PerformanceIndicatorType
- orderByDirection OrderByDirection
- channelId BeezupCommonChannelid
- periodType ReportFilterPeriodType
- beginPeriodUtcDate string
- endPeriodUtcDate string
- categoryFilter BeezupCommonCatalogcategoryfilter
- performanceIndicatorFilters PerformanceIndicatorFilter[]
- advancedFilters ReportAdvancedFilters
- anydata...
- Fields Included from *PaginationRequestParameters
- pageSize BeezupCommonPagesize
- pageNumber BeezupCommonPagenumber
- anydata...
beezup.merchant: Order
Fields
- Fields Included from *OrderHeader
- marketplaceTechnicalCode BeezupCommonMarketplacetechnicalcode
- accountId AccountId
- beezUPOrderId BeezUPOrderId
- beezUPOrderUrl BeezupCommonHttpurl
- marketplaceBusinessCode BeezupCommonMarketplacebusinesscode
- order_MarketplaceOrderId MarketplaceOrderId
- order_Status_BeezUPOrderStatus BeezUPOrderStatus
- order_Status_MarketplaceOrderStatus MarketplaceOrderStatus
- order_MerchantOrderId OrderMerchantorderid
- order_MerchantECommerceSoftwareName OrderMerchantecommercesoftwarename
- order_MerchantECommerceSoftwareVersion OrderMerchantecommercesoftwareversion
- order_PurchaseUtcDate string
- order_LastModificationUtcDate string
- order_MarketplaceLastModificationUtcDate string
- order_Buyer_Name OrderBuyerName
- order_TotalPrice decimal
- order_CurrencyCode BeezupCommonCurrencycode
- order_Invoice_Number string
- order_Invoice_Uri string
- processing Processing
- etag Etag
- links OrderHeaderLinks
- anydata...
- links OrderLinks -
- order_MarketPlaceChannel? string - Useful to identify the origin of the order. For example in Amazon.
- order_TotalTax? decimal - The total tax of this order
- order_TotalCommission? decimal - The total commission of this order
- order_PaymentMethod? string - The payment method of this order
- order_PayingUtcDate? string - The UTC date of the payment of this order
- order_Comment? string - The comment associated to this order
- order_Shipping_FirstName? string - Order Shipping first name
- order_Shipping_LastName? string - Order Shipping last name
- order_Shipping_Civility? string - The civility of the person in the shipping address for this order
- order_Shipping_CompanyName? string - The company name of the shipping address for this order
- order_Shipping_AddressName? string - The name of the person in the shipping address for this order
- order_Shipping_Email? string - The email of the person in the shipping address for this order
- order_Shipping_AddressLine1? string - The shipping address line 1 of this order
- order_Shipping_AddressLine2? string - The shipping address line 2 of this order
- order_Shipping_AddressLine3? string - The shipping address line 3 of this order
- order_Shipping_AddressPostalCode? string - The shipping address postal code of this order
- order_Shipping_AddressCity? string - The shipping address city of this order
- order_Shipping_AddressStateOrRegion? string - The shipping address state or region of this order
- order_Shipping_AddressCountryName? string - The shipping address country name
- order_Shipping_AddressCountryIsoCodeAlpha2? string - The shipping address country iso code alpha 2 (see http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#/decoding_table for more details)
- order_Shipping_Phone? string - The phone number of the person in the shipping address for this order
- order_Shipping_MobilePhone? string - The mobile phone number of the person in the shipping address for this order
- order_Shipping_Price? decimal - The shipping price of this order
- order_Shipping_Method? string - The shipping method of this order
- order_Shipping_ShippingTax? decimal - The shipping tax for this order
- order_Shipping_EarliestShipUtcDate? string - The UTC date of the earliest ship for this order
- order_Shipping_LatestShipUtcDate? string - The UTC date of the latest ship for this order
- order_Buyer_Identifier? string - The buyer identifier for this order
- order_Buyer_FirstName? string - Order Buyer first name
- order_Buyer_LastName? string - Order Buyer last name
- order_Buyer_Civility? string - The buyer civility for this order
- order_Buyer_CompanyName? string - The buyer company name for this order
- order_Buyer_Email? string - The email of the buyer for this order
- order_Buyer_AddressLine1? string - The Buyer address line 1 of this order
- order_Buyer_AddressLine2? string - The Buyer address line 2 of this order
- order_Buyer_AddressLine3? string - The Buyer address line 3 of this order
- order_Buyer_AddressPostalCode? string - The Buyer address postal code of this order
- order_Buyer_AddressCity? string - The Buyer address city of this order
- order_Buyer_AddressStateOrRegion? string - The Buyer address state or region of this order
- order_Buyer_AddressCountryName? string - The Buyer address country name
- order_Buyer_AddressCountryIsoCodeAlpha2? string - The Buyer address country iso code alpha 2 (see http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#/decoding_table for more details)
- order_Buyer_Phone? string - The phone number of the buyer for this order
- order_Buyer_MobilePhone? string - The mobile phone number of the buyer for this order
- order_IsPrime? boolean - Indicates if the order is considered as Prime (only on Amazon)
- order_FulfilledBy? string - The order FulfilledBy
- order_IsBusiness? boolean - The order IsBusiness
- order_OrderSourceUri? string - Technical information: The url to the source of this order. We received this information from the marketplace.
- order_OrderItemsSourceUri? string - Technical information: The url to the source of this order items. We received this information from the marketplace.
- orderItems OrderItem[] -
- transitionLinks OrderTransitionLinks - Contains the authorized change actions for an order
beezup.merchant: OrderedReportFilterCommonParameters
Contains common filter parameters with Order By functionnality
Fields
- Fields Included from *ReportFilterCommonParameters
- channelId BeezupCommonChannelid
- periodType ReportFilterPeriodType
- beginPeriodUtcDate string
- endPeriodUtcDate string
- categoryFilter BeezupCommonCatalogcategoryfilter
- performanceIndicatorFilters PerformanceIndicatorFilter[]
- advancedFilters ReportAdvancedFilters
- anydata...
- orderBy? PerformanceIndicatorType - Indicate on which indicator or value you want to make your formula
- orderByDirection? OrderByDirection - Indicate which direction to order results by
beezup.merchant: OrderExportationReporting
Represent the reporting of the Order report exportations
Fields
- abortionUtcDate? string -
- beginUtcDate? string -
- blobNameUri? string -
- endUtcDate? string -
- enqueuedUtcDate string -
- errorMessage? string -
- executionUUID string -
- expirationUtcDate? string -
- failureUtcDate? string -
- ipAddress string -
- jsonCriteria? string - Raw representation of the JSON
- lastUpdateUtcDate? string -
- orderCount? int -
- processingStatus OrderExportationReportingProcessingStatus -
- remainingOrderCount? int -
- resumedUtcDate? string -
- sourceType SourceType - Indicates the origin of the operation
- sourceUserId? BeezupCommonUserid - The user identifier
- sourceUserName string -
- suspendedUtcDate? string -
- timeoutDuration? string -
- warningMessage? string -
beezup.merchant: OrderExportations
The list of Order report exportations.
The paginationResult properties can be null if the list is empty.
Fields
- paginationResult? BeezupCommonPaginationresult -
- exportations OrderExportationReporting[] -
- links OrderExportationsLinks -
beezup.merchant: OrderExportationsLinks
Fields
beezup.merchant: OrderHarvestErrors
The key is the OrderMetaInfo.
beezup.merchant: OrderHarvestErrorValue
Fields
- technicalCodePropertyName string -
- errorMessage string -
beezup.merchant: OrderHeader
Describe the basic information related to an order. All properties with the prefix order_ are translated in the list of values /user/lov/OrderMetaInfoOrderDetails
Fields
- marketplaceTechnicalCode BeezupCommonMarketplacetechnicalcode - The technical code of the marketplace.
- accountId AccountId - The marketplace account identifier in BeezUP. This account identifier is based on your api settings.
- beezUPOrderId BeezUPOrderId - The BeezUP Order identifier
- beezUPOrderUrl? BeezupCommonHttpurl - The URL <a href="https://en.wikipedia.org/wiki/URL">https://en.wikipedia.org/wiki/URL</a>
- marketplaceBusinessCode BeezupCommonMarketplacebusinesscode - In an marketplace technical code like CDiscount you can have several marketplaces like GO SPORT, etc. We identify them by a business code.
- order_MarketplaceOrderId MarketplaceOrderId - The order marketplace identifier
- order_Status_BeezUPOrderStatus BeezUPOrderStatus - BeezUP order status. Unified for all marketplaces.
- order_Status_MarketplaceOrderStatus? MarketplaceOrderStatus - The marketplace order state
- order_MerchantOrderId? OrderMerchantorderid - The order merchant identifier
- order_MerchantECommerceSoftwareName? OrderMerchantecommercesoftwarename - The e-commerce software name of the merchant
- order_MerchantECommerceSoftwareVersion? OrderMerchantecommercesoftwareversion - The e-commece software version of the merchant
- order_PurchaseUtcDate string - The purchase date of this order
- order_LastModificationUtcDate string - The last modification UTC date done by BeezUP of this order
- order_MarketplaceLastModificationUtcDate string - The last modification UTC date done by the marketplace on this order
- order_Buyer_Name? OrderBuyerName - Buyer full name
- order_TotalPrice? decimal - The total price of this order (corresponding to the amount paid by the customer)
- order_CurrencyCode? BeezupCommonCurrencycode - The currency code <a href="https://en.wikipedia.org/wiki/ISO_4217">(ISO 4217)</a>
- order_Invoice_Number? string - The order invoice number
- order_Invoice_Uri? string - The order invoice URI
- processing Processing - If true, there is currently a harvest or an order change in progress. Otherwise false.
- etag Etag - ETag value to identify the order.
This information is required for the operation GetOrder and ChangeOrder.
For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
- links OrderHeaderLinks -
beezup.merchant: OrderHeaderLinks
Fields
- self LinksGetorderlink -
beezup.merchant: OrderHeaderWithLinks
Fields
- Fields Included from *OrderHeader
- marketplaceTechnicalCode BeezupCommonMarketplacetechnicalcode
- accountId AccountId
- beezUPOrderId BeezUPOrderId
- beezUPOrderUrl BeezupCommonHttpurl
- marketplaceBusinessCode BeezupCommonMarketplacebusinesscode
- order_MarketplaceOrderId MarketplaceOrderId
- order_Status_BeezUPOrderStatus BeezUPOrderStatus
- order_Status_MarketplaceOrderStatus MarketplaceOrderStatus
- order_MerchantOrderId OrderMerchantorderid
- order_MerchantECommerceSoftwareName OrderMerchantecommercesoftwarename
- order_MerchantECommerceSoftwareVersion OrderMerchantecommercesoftwareversion
- order_PurchaseUtcDate string
- order_LastModificationUtcDate string
- order_MarketplaceLastModificationUtcDate string
- order_Buyer_Name OrderBuyerName
- order_TotalPrice decimal
- order_CurrencyCode BeezupCommonCurrencycode
- order_Invoice_Number string
- order_Invoice_Uri string
- processing Processing
- etag Etag
- links OrderHeaderLinks
- anydata...
- links OrderHeaderLinks -
beezup.merchant: OrderHistory
Describe the history related to an order
Fields
- changeOrderReportings? ChangeOrderReporting[] - The list of change order operation
- harvestOrderReportings? HarvestOrderReporting[] -
- lastModificationUtcDate? string -
beezup.merchant: OrderIdentifier
Fields
- marketplaceTechnicalCode BeezupCommonMarketplacetechnicalcode - The technical code of the marketplace.
- accountId AccountId - The marketplace account identifier in BeezUP. This account identifier is based on your api settings.
- beezUPOrderId BeezUPOrderId - The BeezUP Order identifier
beezup.merchant: OrderIdentifierWithETag
Fields
- Fields Included from *OrderIdentifier
- marketplaceTechnicalCode BeezupCommonMarketplacetechnicalcode
- accountId AccountId
- beezUPOrderId BeezUPOrderId
- anydata...
- etag Etag - ETag value to identify the order.
This information is required for the operation GetOrder and ChangeOrder.
For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
beezup.merchant: OrderIndex
Fields
- links OrderIndexLinks - Gives you all entry point operations you can do on this API
- lovLinks OrderIndexLovLinks - Gives you all the LOV to get the translations realated to operation name, codes, property names and statuses.
beezup.merchant: OrderIndexLinks
Gives you all entry point operations you can do on this API
Fields
- self LinksGetorderindexlink -
- harvest LinksHarvestalllink -
- setMerchantInfos LinksSetmerchantorderinfolistlink -
- clearMerchantInfos LinksClearmerchantorderinfolistlink -
- export LinksExportorderslink -
- autoTransitions LinksGetautomatictransitionslink -
- exportations? LinksGetorderexportationslink -
- orders LinksGetorderlistfulllink -
- lightOrders LinksGetorderlistlightlink -
beezup.merchant: OrderIndexLovLinks
Gives you all the LOV to get the translations realated to operation name, codes, property names and statuses.
Fields
- orderChangeBusinessOperationType BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- orderState BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- orderProperty BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
- orderPropertyPosted BeezupCommonLovlink3 - Describe the way you have to follow to get access to the LOV
beezup.merchant: OrderInvoiceDesignSettings
Fields
- headerContentHtml? HeaderContentHtml - Header Content HTML
- footerContentHtml? FooterContentHtml - Footer Content HTML
beezup.merchant: OrderInvoiceGeneralSettings
Order Invoice General Settings
Fields
- cultureName CultureName - If the error is translated, the culture name will be indicated
- productVATPercent ProductVATPercent - Product VAT in percent
- shippingVATPercent ShippingVATPercent - Shipping cost VAT in percent
- invoicePrefix InvoicePrefix - Invoice Prefix. Can contain 1 to 50 characters, with alphanumeric characters in lowercase uppercase and #, _, -
- invoiceStartingSequenceNumber InvoiceSequenceNumber - Invoice Sequence Number
beezup.merchant: OrderItem
Describe an order item. All properties with the prefix orderItem_ are translated in the list of values /user/lov/OrderMetaInfoOrderItems
Fields
- beezUPOrderItemId string - The BeezUP identifier of the order Item
- orderItem_OrderItemType string - The order item type of the order item
- orderItem_MerchantImportedProductId? string - The product id indicated in the catalog importation in BeezUP system for this order item. This property will help you to match the order to the inventory system.
- orderItem_MerchantImportedProductIdColumnName? string - The column name for the product id indicated in the catalog importation in BeezUP system related to this order item. This property will help you to match the order to the inventory system.
- orderItem_MerchantImportedProductUrl? string - The product url indicated in the catalog importation in BeezUP system related to this order item
- orderItem_MerchantProductIdColumnName? string - The column name indicate in the mapping for the product id related to the order item
- orderItem_BeezUPStoreId? string - The store id in the beezup system related to the order item. This property will help you to match the order to the inventory system.
- orderItem_ItemTax? decimal - The tax of the order item
- orderItem_Title? string - The title of the order item
- orderItem_ImageUrl? string - The URL of the image of the order item
- orderItem_MerchantProductId? string - The merchant product id of the order item
- orderItem_MarketPlaceProductId? string - The marketplace product identifier of the order item
- orderItem_gtin? string - The order item gtin
- orderItem_ItemPrice? decimal - The price of the order item
- orderItem_Quantity? decimal - The quantity of the order item
- orderItem_TotalPrice? decimal - The total price of the order item
- orderItem_Shipping_Price? decimal - The shipping price of the order item
- orderItem_Condition? string - The merchant product condition of the order item
- orderItem_MarketplaceProductUri? string - The merchant product uri of the order item
- orderItem_MarketplaceImageUri? string - The marketplace image uri
beezup.merchant: OrderLinks
Fields
- Fields Included from *OrderHeaderLinks
- self LinksGetorderlink
- anydata...
- history LinksGetorderhistorylink -
- harvest LinksHarvestorderlink -
- setMerchantInfo LinksSetmerchantorderinfolink -
- clearMerchantInfo LinksClearmerchantorderinfolink -
beezup.merchant: OrderListFull
The order list with all information we have from the orders and its items.
The paginationResult properties can be null if the list is empty.
Fields
- paginationResult? BeezupCommonPaginationresult -
- orders Order[] -
- links OrderListFullLinks -
beezup.merchant: OrderListFullLinks
Fields
- Fields Included from *OrderListLinks
- harvest LinksHarvestalllink
- setMerchantInfos LinksSetmerchantorderinfolistlink
- clearMerchantInfos LinksClearmerchantorderinfolistlink
- export LinksExportorderslink
- status LinksGetmarketplaceaccountssynchronizationlink
- anydata...
- self LinksGetorderlistfulllink -
beezup.merchant: OrderListFullWithLinks
Fields
- orders OrderWithLinks[] -
- links OrderListFullLinks -
- paginationResult PaginationResult -
beezup.merchant: OrderListLight
The order list with minimum information we have from the orders.
The paginationResult properties can be null if the list is empty.
Fields
- paginationResult? BeezupCommonPaginationresult -
- orders OrderHeader[] -
- links OrderListLightLinks -
beezup.merchant: OrderListLightLinks
Fields
- Fields Included from *OrderListLinks
- harvest LinksHarvestalllink
- setMerchantInfos LinksSetmerchantorderinfolistlink
- clearMerchantInfos LinksClearmerchantorderinfolistlink
- export LinksExportorderslink
- status LinksGetmarketplaceaccountssynchronizationlink
- anydata...
- self LinksGetorderlistlightlink -
beezup.merchant: OrderListLightWithLinks
Fields
- orders OrderHeaderWithLinks[] -
- links OrderListLightLinks -
- paginationResult PaginationResult -
beezup.merchant: OrderListLinks
The list of actions you can do from the order list response
Fields
- harvest LinksHarvestalllink -
- setMerchantInfos LinksSetmerchantorderinfolistlink -
- clearMerchantInfos LinksClearmerchantorderinfolistlink -
- export LinksExportorderslink -
beezup.merchant: OrderListRequest
Fields
- Fields Included from *OrderListRequestWithoutPagination
- marketplaceTechnicalCodes BeezupCommonMarketplacetechnicalcode[]
- marketplaceBusinessCodes BeezupCommonMarketplacebusinesscode[]
- accountIds AccountId[]
- storeIds BeezupCommonStoreid[]
- beezUPOrderStatuses BeezUPOrderStatus[]
- dateSearchType DateSearchType
- beginPeriodUtcDate string
- endPeriodUtcDate string
- invoiceAvailabilityType InvoiceAvailabilityType
- order_Buyer_Name OrderBuyerName
- marketplaceOrderIds MarketplaceOrderId[]
- orderMerchantInfoSynchronizationStatus OrderMerchantInfoSynchronizationStatus
- order_MerchantOrderIds OrderMerchantorderid[]
- anydata...
- pageSize PageSize - Indicate the order count per page
- pageNumber PageNumber - Indicates the page number
beezup.merchant: OrderListRequestWithoutPagination
Fields
- marketplaceTechnicalCodes? BeezupCommonMarketplacetechnicalcode[] -
- marketplaceBusinessCodes? BeezupCommonMarketplacebusinesscode[] -
- accountIds? AccountId[] - Account Id list
- storeIds? BeezupCommonStoreid[] - Store Id list
- beezUPOrderStatuses? BeezUPOrderStatus[] -
- dateSearchType? DateSearchType - Indicates on which date you want to make the filter
- beginPeriodUtcDate string - The begin period you want to make the search.
The period MUST not be greater than 30 days. The begin period MUST be lower than the end period.
- endPeriodUtcDate string - The end period of you search.
The period MUST not be greater than 30 days.
The end period MUST be greater than the begin period. The end period MUST be lower to the current date.
- invoiceAvailabilityType? InvoiceAvailabilityType - Indicates on which invoice availability to filter
- order_Buyer_Name? OrderBuyerName - Buyer full name
- marketplaceOrderIds? MarketplaceOrderId[] -
- orderMerchantInfoSynchronizationStatus? OrderMerchantInfoSynchronizationStatus - Indicates on which order merchant info synchronization status to filter
- order_MerchantOrderIds? OrderMerchantorderid[] - Merchant order id list
beezup.merchant: OrderOperationResponse
The response given by the batch operation for an order
Fields
- 'order OrderIdentifier -
- success boolean - Indicates if the operation succeed or not
- status int - Indicates the http status corresponding to the individual operation
- errors? BeezupCommonUsererrormessage[] - The error list
beezup.merchant: OrderWithLinks
Fields
- Fields Included from *Order
- links OrderLinks
- order_MarketPlaceChannel string
- order_TotalTax decimal
- order_TotalCommission decimal
- order_PaymentMethod string
- order_PayingUtcDate string
- order_Comment string
- order_Shipping_FirstName string
- order_Shipping_LastName string
- order_Shipping_Civility string
- order_Shipping_CompanyName string
- order_Shipping_AddressName string
- order_Shipping_Email string
- order_Shipping_AddressLine1 string
- order_Shipping_AddressLine2 string
- order_Shipping_AddressLine3 string
- order_Shipping_AddressPostalCode string
- order_Shipping_AddressCity string
- order_Shipping_AddressStateOrRegion string
- order_Shipping_AddressCountryName string
- order_Shipping_AddressCountryIsoCodeAlpha2 string
- order_Shipping_Phone string
- order_Shipping_MobilePhone string
- order_Shipping_Price decimal
- order_Shipping_Method string
- order_Shipping_ShippingTax decimal
- order_Shipping_EarliestShipUtcDate string
- order_Shipping_LatestShipUtcDate string
- order_Buyer_Identifier string
- order_Buyer_FirstName string
- order_Buyer_LastName string
- order_Buyer_Civility string
- order_Buyer_CompanyName string
- order_Buyer_Email string
- order_Buyer_AddressLine1 string
- order_Buyer_AddressLine2 string
- order_Buyer_AddressLine3 string
- order_Buyer_AddressPostalCode string
- order_Buyer_AddressCity string
- order_Buyer_AddressStateOrRegion string
- order_Buyer_AddressCountryName string
- order_Buyer_AddressCountryIsoCodeAlpha2 string
- order_Buyer_Phone string
- order_Buyer_MobilePhone string
- order_IsPrime boolean
- order_FulfilledBy string
- order_IsBusiness boolean
- order_OrderSourceUri string
- order_OrderItemsSourceUri string
- orderItems OrderItem[]
- transitionLinks OrderTransitionLinks
- marketplaceTechnicalCode BeezupCommonMarketplacetechnicalcode
- accountId AccountId
- beezUPOrderId BeezUPOrderId
- beezUPOrderUrl BeezupCommonHttpurl
- marketplaceBusinessCode BeezupCommonMarketplacebusinesscode
- order_MarketplaceOrderId MarketplaceOrderId
- order_Status_BeezUPOrderStatus BeezUPOrderStatus
- order_Status_MarketplaceOrderStatus MarketplaceOrderStatus
- order_MerchantOrderId OrderMerchantorderid
- order_MerchantECommerceSoftwareName OrderMerchantecommercesoftwarename
- order_MerchantECommerceSoftwareVersion OrderMerchantecommercesoftwareversion
- order_PurchaseUtcDate string
- order_LastModificationUtcDate string
- order_MarketplaceLastModificationUtcDate string
- order_Buyer_Name OrderBuyerName
- order_TotalPrice decimal
- order_CurrencyCode BeezupCommonCurrencycode
- order_Invoice_Number string
- order_Invoice_Uri string
- processing Processing
- etag Etag
- anydata...
- links OrderLinks -
- transitionLinks OrderTransitionLinks - Contains the authorized change actions for an order
beezup.merchant: PaginationRequestParameters
Fields
- pageSize? BeezupCommonPagesize - Indicate the item count per page
- pageNumber? BeezupCommonPagenumber - Indicates the page number
beezup.merchant: PaginationResult
Fields
- entryCount int - The entry count currently returned
- pageCount int - The page count
- totalEntryCount int - The total entry count
- links PaginationResultLinks - The navigation links 'first', 'last', 'next', 'previous'
beezup.merchant: PaginationResultLinks
The navigation links 'first', 'last', 'next', 'previous'
Fields
- first Link3 -
- last Link3 -
- previous? Link3 -
- next? Link3 -
beezup.merchant: PerformanceIndicatorFilter
Fields
- performanceIndicator PerformanceIndicatorType - Indicate on which indicator or value you want to make your formula
- operatorName PerformanceIndicatorFilterOperatorName - Indicates the operator you want to apply on this indicator
- value decimal - Indicates the filter value to apply on this indicator
beezup.merchant: PerformanceIndicatorFormula
The KPI formula
Fields
- firstParameter? PerformanceIndicatorFormulaParameterType - Indicate on which indicator or value you want to make your formula
- operatorName? PerformanceIndicatorFormulaOperatorName -
- secondParameter? PerformanceIndicatorFormulaParameterType - Indicate on which indicator or value you want to make your formula
- thirdParameter? int - Indicate the value of the third parameter of your formula
beezup.merchant: PersonalInfo
Fields
- lastName LastName - Your last name
- firstName FirstName - Your first name
- phoneNumber PhoneNumber - Your phone number
- whatIDo? WhatIDo - Your role in your company
- beezUPTimeZoneId BeezUPTimeZoneId - The time zone identifier based on the list of values /v2/user/lov/BeezUPTimeZone
beezup.merchant: PreviewOrderInvoiceRequest
Fields
- invoiceSequenceNumber? InvoiceSequenceNumber - Invoice Sequence Number
beezup.merchant: PreviewOrderInvoiceResponse
Fields
- invoiceHtmlContent InvoiceContentHtml - Invoice Content HTML
beezup.merchant: PreviousFixPeriodInvoiceProrataInfo
Describe the prorata info based on your previous invoice
Fields
- computedProrataToBeDeducted? decimal - The prorata amount
- invoiceNumber? string - The previous invoice number
- amountToBePaid? decimal - The amount to be payed of the previous invoice
- amountAfterTax? decimal - The amout after tax of the previous invoice
- contractId? string - The contract id related to the previous invoice
- fixedPeriodEndDate? string - The fixed end period of the previous invoice
- fixedPeriodStartDate? string - The fixed start period of the previous invoice
beezup.merchant: Product
Represent a catalog product
Fields
- productId BeezupCommonProductid - The product identifier
- categoryId BeezupCommonCatalogcategoryid - The catalog category identifier
- values ProductValues - The key is the column identifier
- exists boolean - Indicates if the product exists in the current catalog
beezup.merchant: ProductError
Fields
- lineNumber int -
- sku? Sku - The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers. http://schema.org/sku
- ean? string -
- mpn? string -
- title? string -
- errors ProductErrorCodes -
beezup.merchant: ProductErrorCode
Fields
- errorCode? ErrorCode - Error Code
- userColumName? UserColumName - Column named by the user
- beezUPColumnName? BeezupCommonBeezupcolumnname - The BeezUP column name
- errorMessage? string -
beezup.merchant: ProductList
Fields
- paginationResult BeezupCommonPaginationresult -
- products Product[] -
beezup.merchant: ProductOverrides
The key is the channel column identifier
beezup.merchant: ProductOverridesCopyResponse
Product overrides compatibilites list
beezup.merchant: ProductOverridesWithCatalogValues
The key is the channel column identifier
beezup.merchant: ProductOverrideWithCatalogValue
Fields
- override string - The overridden product value
- catalogValue? string - The catalog product value
beezup.merchant: ProductSample
Describe a product sample
Fields
- productValues? ProductValues - The key is the column identifier
beezup.merchant: ProductSetVisibilityCriteria
Fields
- logic ProductSetVisibilityCriteriaLogicType - Indicate how you want to combine the filters:
- funnel: You will get the products which meet at least one of the product set criterion. The criteria are applied in the following order:
- categorization
- exclusion filters
- deactivations
- cumulative: You will get the products which have all the product set criteria
- exist? boolean - If false, search for products absent from the current catalog. If true, search for products currently in the catalog. If null the filter will not be taken in account.
- uncategorized? boolean - Search product WITHOUT category mapped with the channel. If null the filter will not be taken in account.
- excluded? boolean - Search excluded products by at least an exclusion filter. If null the filter will not be taken in account.
- disabled? boolean - Search disabled products. If null the filter will not be taken in account.
beezup.merchant: ProductValues
The key is the column identifier
beezup.merchant: ProfilePictureInfo
Fields
- profilePictureUrl? ProfilePictureUrl - Indicate the url of your picture profil
- profilePictureSelected ProfilePictureSelected - Your profile picture choice about usage of gravatar picture, initials picture or uploaded picture.
beezup.merchant: ProfilePictureInfoResponse
Fields
- profilePictureInfo ProfilePictureInfoWithDefault -
- links ProfilePictureInfoResponseLinks -
beezup.merchant: ProfilePictureInfoResponseLinks
Fields
beezup.merchant: ProfilePictureInfoWithDefault
Fields
- Fields Included from *ProfilePictureInfo
- profilePictureUrl ProfilePictureUrl
- profilePictureSelected ProfilePictureSelected
- anydata...
- initialsProfilePictureUrl InitialsProfilePictureUrl - Indicate the url of your picture profil based on your initials
- gravatarProfilePictureUrl GravatarProfilePictureUrl - Indicate the url of your picture profil based on gravatar
beezup.merchant: ProxyConfig
Proxy server configurations to be used with the HTTP client endpoint.
Fields
- host string(default "") - Host name of the proxy server
- port int(default 0) - Proxy server port
- userName string(default "") - Proxy server username
- password string(default "") - Proxy server password
beezup.merchant: PublicationFeedReporting
Publication feed reporting
Fields
- feedType FeedType - The Feed Type
- startUtcDate string - The feed publication start time (UTC timezone)
- endUtcDate? string - The feed publication end time (UTC timezone)
- processingStatus string - The processing status
- exportedProducts? int - The product count downloaded from BeezUP Export
- transmittedItems? int - The item count (products or offers) sent to the marketplace
- publishedItems? int - The item count (products or offers) the marketplace flagged as successful
- publishedItemsWithWarning? int - The item count (products or offers) the marketplace flagged as successful with warnings
- failedItems? int - The item count (products or offers) the marketplace flagged as failed
- errorMessage? string - The error message
- htmlReportUrl? string - The Url for the Html Report generated
- htmlReportGenerationErrorMessage? string - The error message if the Html Report generation failed
- completed? boolean - Indicates if the publication is completed or not
beezup.merchant: PublicationReporting
Model for a publication reporting, can have multiple feeds
Fields
- publicationType PublicationType - The Publication Type
- feeds PublicationFeedReporting[] - The feeds that were published
beezup.merchant: PublicChannelIndex
Fields
- channels? record {} - The key is the country iso code
- links? PublicchannelindexLinks -
beezup.merchant: PublicchannelindexLinks
Fields
- self? LinksGetchannelsindexlink -
- channelCountryLov? LinksGetpubliclistofvalueslink -
- channelTypeLov? LinksGetpubliclistofvalueslink -
- sectorLov? LinksGetpubliclistofvalueslink -
beezup.merchant: PublicChannelInfo
Fields
- name string - The channel name
- homeUrl string - The channel home url
- logoUrl string - The channel logo url
- types string[] - The type list related to a channel
- sectors? string[] - The sector list related to a channel
beezup.merchant: PublicChannelInfoList
Fields
- links? PublicchannelinfolistLinks -
- channels? PublicChannelInfo[] -
beezup.merchant: PublicchannelinfolistLinks
Fields
- self? LinksGetchannelslink -
beezup.merchant: PublicListOfValuesResponse
Fields
- links? PublicListOfValuesResponseLinks -
- items? BeezupCommonListofvalueitem[] -
beezup.merchant: PublicListOfValuesResponseLinks
Fields
- self? LinksGetpubliclistofvalueslink -
beezup.merchant: PublicLovIndex
Fields
- links? PublicLovIndexLinks -
beezup.merchant: PublicLovIndexLinks
Fields
- self? LinksGetpubliclovindexlink -
- lists? PublicLovLinks - List of lov link. The key is the list name.
beezup.merchant: PublicLovLinks
List of lov link. The key is the list name.
beezup.merchant: PublishCatalogToMarketplaceRequest
Publish the catalog to the marketplace
Fields
- publicationStrategyKind PublicationStrategyKind - Define the publication strategy kind, for that you have 2 choices
- Delta - This is the recommanded publication strategy kind, this strategy will push to the marketplace only the difference between your catalog and the previous published feeds done by BeezUP.
- Full - If you want to force the publication of all your catalog feeds to the marketplace. !WARNING! Depending to the marketplace this operation will purge the existing offers on the marketplace that are not in the catalog or unknown from the publication feed referential.
- feedType FeedType - The Feed Type
- withUnpublish boolean - In full publication strategy kind, for some marktetplace, you can ask to unpublish or not your existing feeds on the markeptlace absent from your exported catalog.
beezup.merchant: RandomProductList
Fields
- products Product[] -
beezup.merchant: RegisterRequest
Fields
- email string - Your email. We refuse disposable email.
- password string - The password you want to use for your new account.
The password length must be greater or equals to 6 and lower or equals to 128.
The password must contains at least one number and one special character
- cultureName? string - Can be null. Default: en-GB. The culture name you want to use. FYI.
The email activation will use this culture.
- commercialOwnerUserId? string - The user id of your commercial in BeezUP.
beezup.merchant: ReportAdvancedFilters
Fields
- marginType MarginType -
- globalMarginPercent? int - If the margin type is 'Global', indicate the percentage of sale price.
- linkClickToOrderType LinkClickToOrderType -
- linkClickToOrderMaxDay? int - If the linkOrderType is OnClickDate, indicate the max day to search the click from the order
- onlyPaymentValidatedOrders boolean - If true, you will get the only the orders with payment validated. Otherwise, you will get all orders validated or not.
- onlyDirectSales boolean - If true, you will get only direct sales. Otherwise the indirect sales will be included.
- performanceIndicatorFormula PerformanceIndicatorFormula - The KPI formula
beezup.merchant: ReportByCategory
Fields
- catalogCategoryId BeezupCommonCatalogcategoryid - The catalog category identifier
- catalogCategoryPath? BeezupCommonCatalogcategorypath - The catalog category path
- allProductCount int - The product count for this category. This includes all the products that have been imported and can still have associated clicks and orders.
- catalogProductCount int - The catalog product count for this category. This includes all products that are still present in your imported catalog.
- enabledProductCount int - The enabled product count for this category. This includes all products that are still present in your imported catalog and have not been disabled via the optimisation feature.
- clickCount int - The click count for this category
- cost decimal - The cost for this category
- orderCount int - The order count for this category
- roi? decimal - The Return On Investment for this category
- margin? decimal - The margin for this category
- performanceIndicator decimal - The performance indicator based on the performance indicator formula indicated in the request for this category
- totalSales decimal - The total sales for this category
- soldProductCount int - The product sold count count for this category
- links ReportByCategoryLinks -
beezup.merchant: ReportByCategoryLinks
Fields
- enableProducts? LinksOptimisebycategorylink -
- disableProducts? LinksOptimisebycategorylink -
beezup.merchant: ReportByCategoryRequest
Fields
- Fields Included from *OrderedReportFilterCommonParameters
- orderBy PerformanceIndicatorType
- orderByDirection OrderByDirection
- channelId BeezupCommonChannelid
- periodType ReportFilterPeriodType
- beginPeriodUtcDate string
- endPeriodUtcDate string
- categoryFilter BeezupCommonCatalogcategoryfilter
- performanceIndicatorFilters PerformanceIndicatorFilter[]
- advancedFilters ReportAdvancedFilters
- anydata...
- Fields Included from *PaginationRequestParameters
- pageSize BeezupCommonPagesize
- pageNumber BeezupCommonPagenumber
- anydata...
beezup.merchant: ReportByCategoryResponse
Fields
- paginationResult? BeezupCommonPaginationresult -
- currencyCode? BeezupCommonCurrencycode - The currency code <a href="https://en.wikipedia.org/wiki/ISO_4217">(ISO 4217)</a>
- categories? ReportByCategory[] -
- links? ReportByCategoryResponseLinks -
beezup.merchant: ReportByChannel
Fields
- channel BeezupCommonChannelbasicinfo - The basic info related to a channel
- catalogProductCount int - The catalog product count
- enabledProductCount int - The enabled product count
- clickCount int - The click count
- cost decimal - The cost for
- orderCount int - The order count
- roi? decimal - The Return On Investment
- margin? decimal - The margin
- performanceIndicator decimal - The performance indicator based on the performance indicator formula indicated in the request
- totalSales decimal - The total sales
- soldProductCount int - The product sold count count
- links ReportByChannelLinks -
beezup.merchant: ReportByChannelLinks
Fields
- enableProducts? LinksOptimisebychannellink -
- disableProducts? LinksOptimisebychannellink -
beezup.merchant: ReportByChannelRequest
Fields
- Fields Included from *OrderedReportFilterCommonParameters
- orderBy PerformanceIndicatorType
- orderByDirection OrderByDirection
- channelId BeezupCommonChannelid
- periodType ReportFilterPeriodType
- beginPeriodUtcDate string
- endPeriodUtcDate string
- categoryFilter BeezupCommonCatalogcategoryfilter
- performanceIndicatorFilters PerformanceIndicatorFilter[]
- advancedFilters ReportAdvancedFilters
- anydata...
- Fields Included from *PaginationRequestParameters
- pageSize BeezupCommonPagesize
- pageNumber BeezupCommonPagenumber
- anydata...
beezup.merchant: ReportByChannelResponse
Fields
- paginationResult BeezupCommonPaginationresult -
- currencyCode BeezupCommonCurrencycode - The currency code <a href="https://en.wikipedia.org/wiki/ISO_4217">(ISO 4217)</a>
- channels ReportByChannel[] -
- links ReportByChannelResponseLinks -
beezup.merchant: ReportByCommonResponseLinks
Fields
- enableAllProducts? LinksOptimisealllink -
- disableAllProducts? LinksOptimisealllink -
- enableProducts? LinksOptimiselink -
- disableProducts? LinksOptimiselink -
beezup.merchant: ReportByDay
Fields
- day string -
- allChannels ReportByDayAllChannels -
- byChannels ReportByDayByChannel[] -
beezup.merchant: ReportByDayAllChannels
Fields
- clickCount int - The click count
- cost decimal - The cost
- orderCount int - The order count
- roi decimal - The Return On Investment
- margin decimal - The margin
- performanceIndicator decimal - The performance indicator based on the performance indicator formula indicated in the request
- totalSales decimal - The total sales
- soldProductCount int - The product sold count count
beezup.merchant: ReportByDayByChannel
Fields
- Fields Included from *ReportByDayAllChannels
- channel BeezupCommonChannelbasicinfo - The basic info related to a channel
beezup.merchant: ReportByDayGlobal
Fields
- allChannels ReportByDayGlobalAllChannels -
- byChannels ReportByDayGlobalByChannel[] -
beezup.merchant: ReportByDayGlobalAllChannels
Fields
- performanceIndicator decimal - Indicates the global performance indicator
beezup.merchant: ReportByDayGlobalByChannel
Fields
- Fields Included from *ReportByDayGlobalAllChannels
- performanceIndicator decimal
- anydata...
- channel BeezupCommonChannelbasicinfo - The basic info related to a channel
beezup.merchant: ReportByDayPerStoreResponse
The key is the StoreId.
beezup.merchant: ReportByDayRequest
Fields
- channelIds? BeezupCommonChannelid[] - Indicate the channel identifier list
- productId? BeezupCommonProductid - The product identifier
- catalogCategoryId? BeezupCommonCatalogcategoryid - The catalog category identifier
- beginPeriodUtcDate string - The begin date of the period for the report
- endPeriodUtcDate string - The end date of the period for the report
- advancedFilters? ReportAdvancedFilters -
beezup.merchant: ReportByDayResponse
Fields
- currencyCode BeezupCommonCurrencycode - The currency code <a href="https://en.wikipedia.org/wiki/ISO_4217">(ISO 4217)</a>
- globalPerformanceIndicators ReportByDayGlobal -
- days ReportByDay[] -
beezup.merchant: ReportByProduct
Fields
- product BeezupCommonProductbasicinfo - The basic information related to a product
- enabledOnChannelCount int - The count of channel where this product is enabled
- channelCount int - The channel count where this product can be enabled
- clickCount int - The click count for this product
- cost decimal - The cost for this product
- orderCount int - The order count for this product
- roi? decimal - The Return On Investment for this product
- margin? decimal - The margin for this product
- performanceIndicator decimal - The performance indicator based on the performance indicator formula indicated in the request for this product
- totalSales decimal - The total sales for this product
- soldProductCount int - The product sold count count for this product
- links ReportByProductLinks - Depending if the report concerned multiple channels or one channel.
beezup.merchant: ReportByProductAllChannelsLinks
Fields
- enableProductForAllChannels LinksOptimisebyproductlink -
- disableProductForAllChannels LinksOptimisebyproductlink -
beezup.merchant: ReportByProductLinks
Depending if the report concerned multiple channels or one channel.
Fields
- oneChannelLinks? ReportByProductOneChannelLinks - If the report concerned one product for one channel the channel catalog product info will give you all you need to enable or disable the product.
- allChannelsLinks? ReportByProductAllChannelsLinks -
beezup.merchant: ReportByProductOneChannelLinks
If the report concerned one product for one channel the channel catalog product info will give you all you need to enable or disable the product.
Fields
- productInfo LinksGetchannelcatalogproductinfolink -
- enableProductForOneChannel LinksOptimisebyproductlink -
- disableProductForOneChannel LinksOptimisebyproductlink -
beezup.merchant: ReportByProductRequest
Fields
- Fields Included from *OrderedReportFilterCommonParameters
- orderBy PerformanceIndicatorType
- orderByDirection OrderByDirection
- channelId BeezupCommonChannelid
- periodType ReportFilterPeriodType
- beginPeriodUtcDate string
- endPeriodUtcDate string
- categoryFilter BeezupCommonCatalogcategoryfilter
- performanceIndicatorFilters PerformanceIndicatorFilter[]
- advancedFilters ReportAdvancedFilters
- anydata...
- Fields Included from *PaginationRequestParameters
- pageSize BeezupCommonPagesize
- pageNumber BeezupCommonPagenumber
- anydata...
- productColumnsToDisplay? ProductColumnsToDisplay -
- productState ProductStateFilter - You can filter on the product state.
- analyticsProductColumnFilters? AnalyticsProductColumnFilters -
beezup.merchant: ReportByProductResponse
Fields
- paginationResult BeezupCommonPaginationresult -
- currencyCode BeezupCommonCurrencycode - The currency code <a href="https://en.wikipedia.org/wiki/ISO_4217">(ISO 4217)</a>
- products ReportByProduct[] -
- links ReportByProductResponseLinks -
beezup.merchant: ReportFilter
Fields
- reportFilterId string - Report filter identifier
- reportFilterName string - Report filter name
- parameters ReportFilterParameters -
- links? ReportFilterLinks - Indicates the actions you can do on this report filter
beezup.merchant: ReportFilterCommonParameters
Contains common filter parameters
Fields
- channelId? BeezupCommonChannelid - The channel identifier
- periodType ReportFilterPeriodType - Indicates the period type we want use for the report filter
- beginPeriodUtcDate? string - The begin date period you want to get the report. It's required only in case of custom period type !
- endPeriodUtcDate? string - The end date period you want to get the report. It's required only in case of custom period type !
- categoryFilter? BeezupCommonCatalogcategoryfilter -
- performanceIndicatorFilters? PerformanceIndicatorFilter[] -
- advancedFilters ReportAdvancedFilters -
beezup.merchant: ReportFilterHeader
Fields
- reportFilterId string - Report filter identifier
- reportFilterName string - Report filter name
- reportType ReportType - The report type
- links ReportFilterHeaderLinks -
beezup.merchant: ReportFilterHeaderLinks
Fields
- self LinksGetreportfilterlink -
beezup.merchant: ReportFilterLinks
Indicates the actions you can do on this report filter
Fields
- self? LinksGetreportfilterlink -
- save? LinksSavereportfilterlink -
- delete? LinksDeletereportfilterlink -
beezup.merchant: ReportFilterList
Fields
- reportFilters ReportFilterHeader[] -
- links ReportFiltersLinks -
beezup.merchant: ReportFilterParameters
Fields
- Fields Included from *ReportFilterCommonParameters
- channelId BeezupCommonChannelid
- periodType ReportFilterPeriodType
- beginPeriodUtcDate string
- endPeriodUtcDate string
- categoryFilter BeezupCommonCatalogcategoryfilter
- performanceIndicatorFilters PerformanceIndicatorFilter[]
- advancedFilters ReportAdvancedFilters
- anydata...
- reportType ReportType - The report type
- productColumnsToDisplay? ProductColumnsToDisplay -
- productState? ProductStateFilter - You can filter on the product state.
- analyticsProductColumnFilters? AnalyticsProductColumnFilters -
beezup.merchant: ReportFiltersLinks
Fields
- self LinksGetreportfilterslink -
- save LinksSavereportfilterlink -
beezup.merchant: Rule
Fields
- ruleId string - The identifier of the rule
- ruleName string - The name of the rule
- lastExecutionStatus? RuleLastExecutionStatus - The status of the last execution
- lastExecutionUtcDate? string - The utc date of the last execution
- actionName OptimisationActionName - The optimisation action
- reportFilterId string - Report filter identifier linked to the rule
- position int - Rule execution position
- enabled boolean - Is the rule enabled
- validityStartUtcDate? string - Rule validity start utc date
- validityEndUtcDate? string - Rule validity end utc date
- links RuleLinks - Links to retrieve/action on other entities
beezup.merchant: RuleExecutionReporting
Fields
- ruleId string - The rule identifier
- ruleName string - The name of the rule
- startedUtcDate? string - The start utc date of the execution of the rule
- completedUtcDate? string - The completed utc date of the execution of the rule
- status RuleExecutionReportingStatus - The status of the execution of the rule
- errorType? RuleExecutionReportingErrorType - The error type for this execution if any
- affectedProductCount? int - The count of affected products, active or not
- activeAffectedProductCount? int - The count of affected active products
- affectedChannelCount? int - The count of affected Channels across all products
- optimisationActionName? OptimisationActionName - The optimisation action
- userId? string - The userId that executed the rule if any
- executionSource RuleExecutionReportingExecutionSource - The requestor type for the execution of the rule
- reportUrl? string - The url for the excel report for this execution
- links? RuleExecutionReportingLinks - Links to retrieve/action on this rule execution
beezup.merchant: RuleExecutionReportingLinks
Links to retrieve/action on this rule execution
Fields
- rule? LinksGetrulelink -
beezup.merchant: RuleExecutionReportings
Fields
- executions? RuleExecutionReporting[] - The rules executions history
- paginationResult? BeezupCommonPaginationresult -
beezup.merchant: RuleLinks
Links to retrieve/action on other entities
Fields
- self LinksGetrulelink -
- update? LinksUpdaterulelink -
- delete? LinksDeleterulelink -
- moveup? LinksMoveuprulelink -
- movedown? LinksMovedownrulelink -
- enable? LinksEnablerulelink -
- disable? LinksDisablerulelink -
- run? LinksRunrulelink -
- reportFilter? LinksGetreportfilterlink -
beezup.merchant: RuleList
Fields
- rules Rule[] - Rule list
- links RuleListLinks - Links to know if the user can create a rule or run all rules
beezup.merchant: RuleListLinks
Links to know if the user can create a rule or run all rules
Fields
- self LinksGetruleslink -
- create LinksCreaterulelink -
- history LinksGetrulesexecutionslink -
- run LinksRunruleslink -
beezup.merchant: SaveReportFilterRequest
Fields
- reportFilterName string - Report filter name
- parameters ReportFilterParameters -
beezup.merchant: SaveStoreAlertRequest
Fields
- enabled AlertEnabled - Is the alert enable ?
- properties? StoreAlertProperty[] - Properties to configure the alert
beezup.merchant: SaveStoreAlertsRequest
The key is the alert identifier (alertId)
beezup.merchant: ScheduleAutoImportRequest
The message request to schedule the auto import
Fields
- schedules string[] - Indicate the time span you want to import your catalog. (i.e. "21:00:00" to import your catalog at 9PM)
- localTimeZoneName string(default "Romance Standard Time") - If null the local time zone name will be "Romance Standard Time"
beezup.merchant: SetChannelCatalogMarketplaceSettingsRequest
The channel catalog marketplace settings to save
Fields
- settings ChannelCatalogMarketplaceSettingArray -
beezup.merchant: SetMerchantOrderInfoListRequest
Fields
- order_MerchantECommerceSoftwareName OrderMerchantecommercesoftwarename - The e-commerce software name of the merchant
- order_MerchantECommerceSoftwareVersion OrderMerchantecommercesoftwareversion - The e-commece software version of the merchant
- orders SetMerchantOrderInfoListRequestItem[] -
beezup.merchant: SetMerchantOrderInfoListRequestItem
Fields
- Fields Included from *OrderIdentifier
- marketplaceTechnicalCode BeezupCommonMarketplacetechnicalcode
- accountId AccountId
- beezUPOrderId BeezUPOrderId
- anydata...
- order_MerchantOrderId OrderMerchantorderid - The order merchant identifier
beezup.merchant: SetMerchantOrderInfoRequest
Fields
- order_MerchantOrderId OrderMerchantorderid - The order merchant identifier
- order_MerchantECommerceSoftwareName OrderMerchantecommercesoftwarename - The e-commerce software name of the merchant
- order_MerchantECommerceSoftwareVersion OrderMerchantecommercesoftwareversion - The e-commece software version of the merchant
beezup.merchant: StandardOffer
Fields
- offerId int - The offer Id
- name string - The offer name
- additionalClickPrice? decimal - The additional click price
- includedClick? int - The included click
- isMostPopular? boolean - UI purpose. Is the offer is the most popular
- isOldOffer? boolean - Is an old offer
- fixedPrice? decimal - The fixed price of the offer
- currencyCode? BeezupCommonCurrencycode - The currency code <a href="https://en.wikipedia.org/wiki/ISO_4217">(ISO 4217)</a>
- position? int - UI purpose. The position of the offer
- functionalities? OfferFunctionality[] -
- links StandardOfferLinks -
beezup.merchant: StandardOfferLinks
Fields
- getOffer? LinksGetofferlink -
beezup.merchant: StandardOffers
Fields
- links StandardOffersLinks -
- offers StandardOffer[] - All standard offers
- functionalities Functionality[] - All functionalities...
beezup.merchant: StandardOffersLinks
Fields
- self LinksGetstandardofferslink -
beezup.merchant: StartManualImportRequest
The message request start a manual importation process. Indicate the way to handle duplicate product. Can be null if you want to reuse the configuration of the previous importation succeed.
Fields
- input InputConfiguration - Describe the input configuration
- duplicateProductSkuConfiguration? DuplicateProductValueConfiguration - Describe how you want to manage the duplication of the product value
beezup.merchant: Store
Fields
- storeId BeezupCommonStoreid - The store identifier
- name StoreName - The store name. Must be unique.
- url StoreUrl - The url of your store
- countryIsoCodeAlpha3 StoreCountryIsoCodeAlpha3 - The country iso code alpha 3 based on the list of values /user/lov/StoreCountry
- currencyCode BeezupCommonCurrencycode - The currency code <a href="https://en.wikipedia.org/wiki/ISO_4217">(ISO 4217)</a>
- sectors StoreSectors - The store's sectors based on the list of values /user/lov/ParamSector
- userRole StoreUserRole - Indicates the role can have a user on a store.
- Owner: Indicates that you are the owner of this store
- User: Indicates that you are a simple user on this store
- status StoreStatus - The store status
- Active: When the store is active
- SystemBlocked: When the store is blocked by the system
- UserBlocked: When the store is blocked on GO not on the system
- ownerUserId string - The user id of the owner of the store
- offerId OfferId - The offer id based on /offers. Not a free offer of course.
- offerName string - The offer Name
- shareCount int - The share count related to this store
- creationUtcDate string - The creation date of the store
- goVersion int - The version of GO to use
- links StoreLinks - The action links for this store
- isTest boolean - Is the store a test or a production store
beezup.merchant: StoreAlert
Fields
- links StoreAlertLinks - The different actions you can make on this alert
- alertId AlertId - Alert identifier
- alertName AlertName - The alert name
- enabled AlertEnabled - Is the alert enable ?
- properties? StoreAlertPropertyInfo[] - The current configuration properties of the alert
beezup.merchant: StoreAlertLinks
The different actions you can make on this alert
Fields
- save? LinksSavestorealertslink -
beezup.merchant: StoreAlertProperty
Fields
- propertyId AlertPropertyId - The property identifier of the alert
- propertyValue AlertPropertyValue - The property value
beezup.merchant: StoreAlertPropertyInfo
Fields
- Fields Included from *StoreAlertProperty
- propertyId AlertPropertyId
- propertyValue AlertPropertyValue
- anydata...
- propertyName string - The property name of the alert
- propertyValidationExpression? string - The regular expression related to the alert property
beezup.merchant: StoreAlerts
Fields
- alerts? StoreAlert[] -
beezup.merchant: StoreLinks
The action links for this store
Fields
- self? LinksGetstorelink -
- deleteStore? LinksDeletestorelink -
- updateStore? LinksUpdatestorelink -
- shares? LinksGetstoreshareslink -
- share? LinksSharestorelink -
beezup.merchant: StoreList
Fields
- links StoreListLinks - The action links you can do globally on stores
- stores Store[] -
beezup.merchant: StoreListLinks
The action links you can do globally on stores
Fields
- self? LinksGetstoreslink -
- createStore? LinksCreatestorelink -
beezup.merchant: StoreShare
Fields
- userId BeezupCommonUserid - The user identifier
- userRole StoreUserRole - Indicates the role can have a user on a store.
- Owner: Indicates that you are the owner of this store
- User: Indicates that you are a simple user on this store
- links StoreShareLinks - The different actions you can make on this store share
beezup.merchant: StoreShareLinks
The different actions you can make on this store share
Fields
- deleteShare? LinksDeletestoresharelink -
beezup.merchant: StoreShares
Fields
- links StoreSharesLinks -
- shares StoreShare[] -
beezup.merchant: StoreSharesLinks
Fields
- self? LinksGetstoreshareslink -
- share? LinksSharestorelink -
beezup.merchant: StoreTrackingStatus
Fields
- clickSynchronizationUtcDate? string - The utc date of the latest synchronized click
- orderSynchonizationUtcDate? string - The utc date of the latest synchronized order
- marketplaceOrderSynchonizationUtcDate? string - The utc date of the latest synchronized marketplace order
beezup.merchant: Subscription
The subscription definition
Fields
- id SubscriptionId - The identifier of the subscription to the orders for a merchant
- status SubscriptionStatus - The status of your subscription
- targetUrl HttpUrl - The URL <a href="https://en.wikipedia.org/wiki/URL">https://en.wikipedia.org/wiki/URL</a>
- name SubscriptionName - The subscription name you want to use
- merchantApplicationName SubscriptionMerchantApplicationName - The name of your application
- merchantApplicationVersion SubscriptionMerchantApplicationVersion - The version of your application
- recoverBeginPeriodOrderLastModificationUtcDate? string - Recover existing orders using the begin period order last modification date. If not set then you will receive new/updated orders in real-time.
- recoverEndPeriodOrderLastModificationUtcDate? string - Recover existing orders using the begin and the end period order last modification date. Otherwise, you will receive new/updated orders in real-time.
- lastOrderPushedModificationUtcDate? string - This modification date correspond to the last order pushed by your subscription consumer
- lastSuccessfulOrderPushedUtcDate? string - The date of the last pushed order successfully received by your subscription consumer
- consumerHealthStatus? ConsumptionAvailabilityStatus - The subscription consumption status
- consumerUnvailableSinceUtcDate? string - This date indicates since when the subscription consumer is unavailable
- lastRetryUtcDate? string - The last date we retry to send orders
- retryCount? int - The retry count. When we the retry count will reach maximum retry count, the subscription will be deactivated.
- maxRetryCount? int - The maximum BeezUP will retry to push orders. When we the retry count will reach maximum retry count, the subscription will be deactivated.
- nextScheduledRetryUtcDate? string - The next scheduled date we retry to send orders
- merchantEmailAlert? Email - The email
- lastErrorMessage? ErrorResponseMessage -
- consumerLastRequestSentUri? HttpUrl - The URL <a href="https://en.wikipedia.org/wiki/URL">https://en.wikipedia.org/wiki/URL</a>
beezup.merchant: SubscriptionIndex
Fields
- Fields Included from *Subscription
- id SubscriptionId
- status SubscriptionStatus
- targetUrl HttpUrl
- name SubscriptionName
- merchantApplicationName SubscriptionMerchantApplicationName
- merchantApplicationVersion SubscriptionMerchantApplicationVersion
- recoverBeginPeriodOrderLastModificationUtcDate string
- recoverEndPeriodOrderLastModificationUtcDate string
- lastOrderPushedModificationUtcDate string
- lastSuccessfulOrderPushedUtcDate string
- consumerHealthStatus ConsumptionAvailabilityStatus
- consumerUnvailableSinceUtcDate string
- lastRetryUtcDate string
- retryCount int
- maxRetryCount int
- nextScheduledRetryUtcDate string
- merchantEmailAlert Email
- lastErrorMessage ErrorResponseMessage
- consumerLastRequestSentUri HttpUrl
- anydata...
- links? SubscriptionLinks -
beezup.merchant: SubscriptionLinks
Fields
- reporting? Link3 -
- activate? Link3 -
- deactivate? Link3 -
- 'retry? Link3 -
- delete? Link3 -
beezup.merchant: SubscriptionPushReporting
The subscription push reporting
Fields
- subscriptionId SubscriptionId - The identifier of the subscription to the orders for a merchant
- eventId MessageId - The message identifier. It's a guid.
- succeed boolean - Indicates if the push operation has succeed
- lastOrderModificationUtcDate string - This modification date correspond to the last order pushed by your subscription consumer
- retryCount? int - The retry count. When we the retry count will reach maximum retry count, the subscription will be deactivated.
- maxRetryCount? int - The maximum BeezUP will retry to push orders. When we the retry count will reach maximum retry count, the subscription will be deactivated.
- nextScheduledRetryUtcDate? string - The next scheduled date we retry to send orders
- errorMessage? ErrorResponseMessage -
- requestUri? HttpUrl - The URL <a href="https://en.wikipedia.org/wiki/URL">https://en.wikipedia.org/wiki/URL</a>
- responseUri? HttpUrl - The URL <a href="https://en.wikipedia.org/wiki/URL">https://en.wikipedia.org/wiki/URL</a>
- orderCount int - The order count sent
- duration string - The duration of the push operation
- httpStatus? int - The HTTP status received from the consumer
beezup.merchant: SuccessSummary
Fields
- successCode? string -
- successMessage? string -
- successArguments? record {} -
- propertyName? string -
- propertyValue? string -
- objectName? string -
beezup.merchant: TerminateContract
The contract termination info
Fields
- contractTerminationReasonType ContractTerminationReasonType - The contract termination reason type identifier, if your current contract is scheduled to be terminated. The value is based on the list of values /user/lov/ContractTerminationReason
- contractTerminationReason? ContractTerminationReason - The termination reason, if your current contract is scheduled to be terminated.
beezup.merchant: TrackedClick
Fields
- utcDate string - The utc date of the click
- product BeezupCommonProductbasicinfo - The basic information related to a product
- ipAddress string - The user IP address for the click
- channel BeezupCommonChannelbasicinfo - The basic info related to a channel
beezup.merchant: TrackedClicks
Fields
- clicks TrackedClick[] -
beezup.merchant: TrackedExternalOrder
Fields
- utcDate string - The utc date of the external order
- merchantOrderId string - The merchant order identifier
- visitorId? string - Can be null. The visitor identifier of the external order
- totalAmount decimal - The total amount of the external order
- currencyCode BeezupCommonCurrencycode - The currency code <a href="https://en.wikipedia.org/wiki/ISO_4217">(ISO 4217)</a>
- paymentValidated boolean - Indicate if the payment of this external order has been validated or not
- products? TrackedExternalOrderProduct[] - Can be null. The product list included in the external order
beezup.merchant: TrackedExternalOrderProduct
Fields
- productSku string - The product sku received for the external order
- productTitle? string - We tried to get the catalog product title based on the product SKU. This property can be null, if we cannot found the product. This is possible if the product is not referenced in the imported catalog.
- productImageUrl? string - We tried to get the catalog product image Url based on the product SKU. This property can be null, if we cannot found the product. This is possible if the product is not referenced in the imported catalog.
- productActive? boolean - We tried to get the catalog product if it's still active based on the product SKU. This property can be null, if we cannot found the product. This is possible if the product is not referenced in the imported catalog.
- productId? string - We tried to get the catalog product identifier based on the product SKU. This property can be null, if we cannot found the product. This is possible if the product is not referenced in the imported catalog.
- unitPrice? string - The product's unit price for the external order. This property is voluntarily a string because the value could be an invalid one.
- quantity? string - The quantity of this product for the external order. This property is voluntarily a string because the value could be an invalid one
- margin? string - The product's margin for the external order. This property is voluntarily a string because the value could be an invalid one
beezup.merchant: TrackedExternalOrders
Fields
- externalOrders TrackedExternalOrder[] -
beezup.merchant: TrackedOrder
Fields
- utcDate string - The utc date of the order
- channel BeezupCommonChannelbasicinfo - The basic info related to a channel
- merchantOrderId string - The merchant order identifier
- totalAmount decimal - The total amount of the order
- currencyCode BeezupCommonCurrencycode - The currency code <a href="https://en.wikipedia.org/wiki/ISO_4217">(ISO 4217)</a>
- paymentValidated boolean - Indicate if the payment of this order has been validated or not
- products TrackedOrderProduct[] - The product list of this order
beezup.merchant: TrackedOrderProduct
Fields
- Fields Included from *BeezupCommonProductbasicinfo
- unitPrice decimal - The product's unit price for the order
- quantity decimal - The quantity of this product for the order
- margin decimal - The product's margin for the order
beezup.merchant: TrackedOrders
Fields
- orders TrackedOrder[] -
beezup.merchant: TrackingStatus
Fields
- clickSynchronizationUtcDate string - The utc date of the latest synchronized click
- orderSynchonizationUtcDate string - The utc date of the latest synchronized order
- marketplaceOrderSynchonizationUtcDate string - The utc date of the latest synchronized marketplace order
beezup.merchant: UnmapCategoryRequest
The request message to unmap a catalog category path to a channel category path
Fields
- catalogCategoryPath BeezupCommonCatalogcategorypath - The catalog category path
beezup.merchant: UpdateRuleRequest
This update will replace the following values.
Fields
- ruleName string - The name of the rule
- startUtcDate? string - Not required. The start validity utc date of the rule.
- endUtcDate? string - Not required. The end validity utc date of the rule
beezup.merchant: UpdateStoreRequest
Fields
- name StoreName - The store name. Must be unique.
- url StoreUrl - The url of your store
- sectors StoreSectors - The store's sectors based on the list of values /user/lov/ParamSector
beezup.merchant: UpgradeOfferRequired
The message contains the offer identifier required to execute this operation
Fields
- offerId int - The offer identifier required
beezup.merchant: UserErrorMessage
Fields
- docUrl? DocUrl - The documentation related to this operation.
- code ErrorCode - Error Code
- message string - The error message
- cultureName? CultureName - If the error is translated, the culture name will be indicated
- arguments? UserErrorMessageArguments - a dictionary string/object
beezup.merchant: UserErrorMessageArguments
a dictionary string/object
beezup.merchant: UserFriendInfo
Fields
- userId string - Your friend's user id
- lastName string - Your friend's user last name
- firstName string - Your friend's user first name
- email FriendEmail - Your friend's user email
- profilePictureUrl? FriendProfilePictureUrl - Your friend's user profile picture url
- countryIsoCodeAlpha3 FriendCountryIsoCodeAlpha3 - Your friend's user country iso code alpha 3
- company string - Your friend's user company name
- whatIDo? string - Your friend's user occupation in his company
beezup.merchant: UserListOfValuesResponse
Fields
- links? UserListOfValuesResponseLinks -
- items? BeezupCommonListofvalueitem[] -
beezup.merchant: UserListOfValuesResponseLinks
Fields
- self? LinksGetuserlistofvalueslink -
beezup.merchant: UserLovIndex
Fields
- links? UserLovIndexLinks -
beezup.merchant: UserLovIndexLinks
Fields
- self? LinksGetuserlovindexlink -
- lists? UserLovLinks - List of lov link. The key is the list name.
beezup.merchant: UserLovLinks
List of lov link. The key is the list name.
beezup.merchant: VariableModelInfo
Internal usage: Old offer type. Describe the fix and variable model information
Fields
- clickIncludedAndVariablePrices ClickIncludedAndVariablePrice[] - Click included with variable pricing information
- overflowClickCount int - The overflow click count
- overflowClickPrice decimal - The overflow click price
beezup.merchant: WarningSummary
Fields
- technicalErrorMessage? string -
- warningMessage? string -
- warningCode? string -
- warningArguments? record {} -
beezup.merchant: ZendeskToken
JWT token to access Zendesk restricted help center
Fields
- token? string - A JWT token build from your name and email to use on Zendesk
Array types
beezup.merchant: FunctionalityRightInfoArr
FunctionalityRightInfoArr
beezup.merchant: BeezUPColumnConfigurationArr
BeezUPColumnConfigurationArr
beezup.merchant: ChannelHeaderArr
ChannelHeaderArr
beezup.merchant: ChannelColumnArr
ChannelColumnArr
beezup.merchant: FilterOperatorArr
FilterOperatorArr
beezup.merchant: SubscriptionIndexArr
SubscriptionIndexArr
beezup.merchant: SubscriptionPushReportingArr
SubscriptionPushReportingArr
beezup.merchant: ChannelCatalogColumnMappingList
ChannelCatalogColumnMappingList
The column mapping list between a channel and a catalog
beezup.merchant: BeezupCommonChannelcategorypath
BeezupCommonChannelcategorypath
The channel category path
beezup.merchant: OMReadyMarketplaceBusinessCodeResponse
OMReadyMarketplaceBusinessCodeResponse
beezup.merchant: ChannelCatalogMarketplaceSettingArray
ChannelCatalogMarketplaceSettingArray
beezup.merchant: ChannelCatalogColumnMappingListWithName
ChannelCatalogColumnMappingListWithName
The column mapping list between a channel and a catalog
beezup.merchant: OrderTransitionLinks
OrderTransitionLinks
Contains the authorized change actions for an order
beezup.merchant: ProductColumnsToDisplay
ProductColumnsToDisplay
beezup.merchant: StoreSectors
StoreSectors
The store's sectors based on the list of values /user/lov/ParamSector
beezup.merchant: ProductErrors
ProductErrors
Product Errors
beezup.merchant: GetImportationReportResponseErrors
GetImportationReportResponseErrors
beezup.merchant: BeezupCommonCatalogcategorypath
BeezupCommonCatalogcategorypath
The catalog category path
beezup.merchant: ExclusionFilters
ExclusionFilters
The exclusion filter list
beezup.merchant: GetImportationProductsReportRequestErrorCodes
GetImportationProductsReportRequestErrorCodes
Get Importation Products Report Request Error Codes
beezup.merchant: AccountingEmails
AccountingEmails
Your company accounting emails
beezup.merchant: ProductErrorCodes
ProductErrorCodes
String types
beezup.merchant: CatalogColumnName
CatalogColumnName
The catalog column name
beezup.merchant: CurrencyCode
CurrencyCode
The currency code (ISO 4217)
beezup.merchant: WhatIDo
WhatIDo
Your role in your company
beezup.merchant: BeezupCommonChannelcatalogid
BeezupCommonChannelcatalogid
The channel catalog identifier
beezup.merchant: PublicationStrategyKind
PublicationStrategyKind
Define the publication strategy kind, for that you have 2 choices
- Delta - This is the recommanded publication strategy kind, this strategy will push to the marketplace only the difference between your catalog and the previous published feeds done by BeezUP.
- Full - If you want to force the publication of all your catalog feeds to the marketplace. !WARNING! Depending to the marketplace this operation will purge the existing offers on the marketplace that are not in the catalog or unknown from the publication feed referential.
beezup.merchant: FilterOperatorName
FilterOperatorName
The exclusion filter operator name
beezup.merchant: HttpMethod
HttpMethod
Indicate the http method to use on this link
beezup.merchant: RuleExecutionReportingErrorType
RuleExecutionReportingErrorType
The error type for this execution if any
beezup.merchant: BeezupCommonMarketplacebusinesscode
BeezupCommonMarketplacebusinesscode
In an marketplace technical code like CDiscount you can have several marketplaces like GO SPORT, etc. We identify them by a business code.
beezup.merchant: BeezupCommonChannelcategoryid
BeezupCommonChannelcategoryid
beezup.merchant: Email
The email
beezup.merchant: BeezupCommonParameterin
BeezupCommonParameterin
- path: if the parameter must be pass in the path uri
- header: if the parameter must be passed in http header
- query: if the parameter must be passed in querystring
- body: if the paramter must be passed in the body
beezup.merchant: BeezupCommonChannelid
BeezupCommonChannelid
The channel identifier
beezup.merchant: SubscriptionMerchantApplicationVersion
SubscriptionMerchantApplicationVersion
The version of your application
beezup.merchant: StoreCountryIsoCodeAlpha3
StoreCountryIsoCodeAlpha3
The country iso code alpha 3 based on the list of values /user/lov/StoreCountry
beezup.merchant: DuplicateProductValueStrategy
DuplicateProductValueStrategy
Indicate the duplicate product sku strategy.
beezup.merchant: PromotionalCodeValidity
PromotionalCodeValidity
Indicate the validaty of the discount
beezup.merchant: InvoiceNumber
InvoiceNumber
Your invoice number
beezup.merchant: MarketplaceOrderId
MarketplaceOrderId
The order marketplace identifier
beezup.merchant: BeezupCommonMarketplacetechnicalcode
BeezupCommonMarketplacetechnicalcode
The technical code of the marketplace.
beezup.merchant: FooterContentHtml
FooterContentHtml
Footer Content HTML
beezup.merchant: OrderChangeType
OrderChangeType
The business operation type that can be done on an order
beezup.merchant: OrderMerchantInfoSynchronizationStatus
OrderMerchantInfoSynchronizationStatus
Indicates on which order merchant info synchronization status to filter
beezup.merchant: AlertName
AlertName
The alert name
beezup.merchant: PerformanceIndicatorFormulaOperatorName
PerformanceIndicatorFormulaOperatorName
beezup.merchant: BeezupCommonStoreid
BeezupCommonStoreid
The store identifier
beezup.merchant: CardVerificationCode
CardVerificationCode
Card Verification Code
beezup.merchant: MappingStatus
MappingStatus
beezup.merchant: SubscriptionStatus
SubscriptionStatus
The status of your subscription
beezup.merchant: OrderBuyerName
OrderBuyerName
Buyer full name
beezup.merchant: StoreSector
StoreSector
The store's sector based on the list of values /user/lov/ParamSector
beezup.merchant: PublicationStrategy
PublicationStrategy
The Publication Type
beezup.merchant: CostType
CostType
CPC means cost per click. CPA means cost per action. You can have CPC/CPA with a global cost value. You can have CPC/CPA by category the cost value MUST be null You can have global fixed price.
beezup.merchant: MarginType
MarginType
beezup.merchant: ChannelCatalogMarketplacePropertyDiscriminatorType
ChannelCatalogMarketplacePropertyDiscriminatorType
beezup.merchant: SubscriptionName
SubscriptionName
The subscription name you want to use
beezup.merchant: CatalogStoreStatus
CatalogStoreStatus
Indicates the status of the catalog store.
- OK: If the latest importation is a success!
- Failed: If the latest importation has failed !
- Outdated: If the latest succeed importation is later than 1 day.
beezup.merchant: BeezupCommonCountryisocodealpha3
BeezupCommonCountryisocodealpha3
The country iso code alpha 3 (ISO 3166-1_alpha-3)
beezup.merchant: ChannelCatalogMarketplacePropertyName
ChannelCatalogMarketplacePropertyName
Channel catalog marketplace property name
beezup.merchant: OrderInvoiceUri
OrderInvoiceUri
order invoice url
beezup.merchant: OrderMerchantorderid
OrderMerchantorderid
The order merchant identifier
beezup.merchant: ChannelCatalogMarketplaceSettingDiscriminatorType
ChannelCatalogMarketplaceSettingDiscriminatorType
beezup.merchant: FileFormatStrategy
FileFormatStrategy
CSV or XML
beezup.merchant: StoreName
StoreName
The store name. Must be unique.
beezup.merchant: ExclusionFilterName
ExclusionFilterName
The exclusion filter name
beezup.merchant: StoreUrl
StoreUrl
The url of your store
beezup.merchant: BeezUPOrderStatus
BeezUPOrderStatus
BeezUP order status. Unified for all marketplaces.
beezup.merchant: HttpUrl
HttpUrl
beezup.merchant: BeezupCommonCurrencycode
BeezupCommonCurrencycode
The currency code (ISO 4217)
beezup.merchant: MessageId
MessageId
The message identifier. It's a guid.
beezup.merchant: ProfilePictureUrl
ProfilePictureUrl
Indicate the url of your picture profil
beezup.merchant: InvoicePrefix
InvoicePrefix
Invoice Prefix. Can contain 1 to 50 characters, with alphanumeric characters in lowercase uppercase and #, _, -
beezup.merchant: PublicationType
PublicationType
The Publication Type
beezup.merchant: CategoryMappingStatus
CategoryMappingStatus
beezup.merchant: PerformanceIndicatorFilterOperatorName
PerformanceIndicatorFilterOperatorName
Indicates the operator you want to apply on this indicator
beezup.merchant: RuleLastExecutionStatus
RuleLastExecutionStatus
The status of the last execution
beezup.merchant: PerformanceIndicatorFormulaParameterType
PerformanceIndicatorFormulaParameterType
Indicate on which indicator or value you want to make your formula
beezup.merchant: ReportType
ReportType
The report type
beezup.merchant: ParameterType
ParameterType
The value type of the parameter
beezup.merchant: DocUrl
DocUrl
The documentation related to this operation.
beezup.merchant: Href
Href
Indicate the relative uri for this link
beezup.merchant: ColumnFormat
ColumnFormat
If non null, format used to parse the value to the storage type of this column\r\n will be used for parsing and for consolidation proces
beezup.merchant: Type
Type
The Data Type
beezup.merchant: ColumnCultureName
ColumnCultureName
If non null, culture used to parse the value to the storage type of this column\r\n will be used for parsing and for consolidation proces
beezup.merchant: AccountStatus
AccountStatus
The account status
- Active: When the account is active
- SystemBlocked: When all stores on the account are blocked by the system
- UserBlocked: When all stores on the account are blocked on GO not on the system
- NotActivated: When the email is not verified
beezup.merchant: PaymentMethod
PaymentMethod
Payment method
beezup.merchant: PostalCode
PostalCode
Your address postal code
beezup.merchant: BeezupCommonProductid
BeezupCommonProductid
The product identifier
beezup.merchant: BeezupCommonCatalogcategoryid
BeezupCommonCatalogcategoryid
The catalog category identifier
beezup.merchant: OperationId
OperationId
The operationId to call.
beezup.merchant: BeezupCommonDocurl
BeezupCommonDocurl
The documentation related to this operation.
beezup.merchant: ColumnMappingStatus
ColumnMappingStatus
beezup.merchant: ExecutionUUID
ExecutionUUID
The execution identifier
beezup.merchant: BeezupCommonBeezupcolumnname
BeezupCommonBeezupcolumnname
The BeezUP column name
beezup.merchant: OrderByDirection
OrderByDirection
Indicate which direction to order results by
beezup.merchant: BeezupCommonHttpurl
BeezupCommonHttpurl
beezup.merchant: ProductSetVisibilityCriteriaLogicType
ProductSetVisibilityCriteriaLogicType
Indicate how you want to combine the filters:
- funnel: You will get the products which meet at least one of the product set criterion. The criteria are applied in the following order:
- categorization
- exclusion filters
- deactivations
- cumulative: You will get the products which have all the product set criteria
beezup.merchant: RuleExecutionReportingStatus
RuleExecutionReportingStatus
The status of the execution of the rule
beezup.merchant: BeezupCommonChannelcolumnname
BeezupCommonChannelcolumnname
The channel column name
beezup.merchant: PerformanceIndicatorType
PerformanceIndicatorType
Indicate on which indicator or value you want to make your formula
beezup.merchant: SubscriptionMerchantApplicationName
SubscriptionMerchantApplicationName
The name of your application
beezup.merchant: InitialsProfilePictureUrl
InitialsProfilePictureUrl
Indicate the url of your picture profil based on your initials
beezup.merchant: FriendCountryIsoCodeAlpha3
FriendCountryIsoCodeAlpha3
Your friend's user country iso code alpha 3
beezup.merchant: BeezupCommonColumndatatype
BeezupCommonColumndatatype
Data type of the column, will be used for parsing and for consolidation proces
beezup.merchant: InvoicePaymentStatus
InvoicePaymentStatus
The payment status
beezup.merchant: BeezUPOrderId
BeezUPOrderId
The BeezUP Order identifier
beezup.merchant: ReportFilterPeriodType
ReportFilterPeriodType
Indicates the period type we want use for the report filter
beezup.merchant: VatNumber
VatNumber
Your company VATNumber. Used for french company. This number is checked with official web service before being saved.
beezup.merchant: CultureName
CultureName
If the error is translated, the culture name will be indicated
beezup.merchant: ErrorCode
ErrorCode
Error Code
beezup.merchant: Sku
Sku
The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers. http://schema.org/sku
beezup.merchant: BeezupCommonApisettingsstatus
BeezupCommonApisettingsstatus
beezup.merchant: GravatarProfilePictureUrl
GravatarProfilePictureUrl
Indicate the url of your picture profil based on gravatar
beezup.merchant: Address
Address
Your address
beezup.merchant: AlertPropertyValue
AlertPropertyValue
The property value
beezup.merchant: BeezupCommonEmail
BeezupCommonEmail
The email
beezup.merchant: StoreUserRole
StoreUserRole
Indicates the role can have a user on a store.
- Owner: Indicates that you are the owner of this store
- User: Indicates that you are a simple user on this store
beezup.merchant: BeezupCommonChannelcolumnid
BeezupCommonChannelcolumnid
The channel column identifier
beezup.merchant: Etag
Etag
ETag value to identify the order.
This information is required for the operation GetOrder and ChangeOrder.
For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
beezup.merchant: FilterOperatorDataType
FilterOperatorDataType
Data type of the operator
beezup.merchant: BeezupCommonUserid
BeezupCommonUserid
The user identifier
beezup.merchant: ProfilePictureSelected
ProfilePictureSelected
Your profile picture choice about usage of gravatar picture, initials picture or uploaded picture.
beezup.merchant: BeezupCommonCatalogcolumnusername
BeezupCommonCatalogcolumnusername
The catalog column named by the user (catalog or custom column)
beezup.merchant: ValidationPattern
ValidationPattern
The regular expression to validate the value
beezup.merchant: BeezupCommonColumnimportance
BeezupCommonColumnimportance
Importance of the column
beezup.merchant: BeezupCommonChannelname
BeezupCommonChannelname
The channel name
beezup.merchant: CsvSeparator
CsvSeparator
Indicate the separator of the values in the CSV file. Generally ";"
beezup.merchant: DownloadCatalogStrategy
DownloadCatalogStrategy
Indicate the download strategy (simple uri, ftps, ftplatest file, etc...)
beezup.merchant: ColumnId
ColumnId
The catalog column identifier
beezup.merchant: ParameterIn
ParameterIn
- path: if the parameter must be pass in the path uri
- header: if the parameter must be passed in http header
- query: if the parameter must be passed in querystring
- body: if the parameter must be passed in the body
- file: if the parameter must be passed in a multipart/form-data (https://swagger.io/docs/specification/2-0/file-upload/)
beezup.merchant: InvoiceContentHtml
InvoiceContentHtml
Invoice Content HTML
beezup.merchant: City
City
Your address city
beezup.merchant: BeezupCommonProductcolumnfilteroperatorname
BeezupCommonProductcolumnfilteroperatorname
Indicate the operator you want to make on the columnId
beezup.merchant: BeezUPMarketplaceBusinessCode
BeezUPMarketplaceBusinessCode
In an marketplace technical code like CDiscount you can have several marketplaces like GO SPORT, etc. We identify them by a business code.
beezup.merchant: CostStatus
CostStatus
beezup.merchant: LinkClickToOrderType
LinkClickToOrderType
beezup.merchant: BusinessOperationType
BusinessOperationType
beezup.merchant: OrderExportationReportingProcessingStatus
OrderExportationReportingProcessingStatus
beezup.merchant: ContractId
ContractId
Your contract identifier
beezup.merchant: UserId
UserId
The user identifier
beezup.merchant: CouponOfferCode
CouponOfferCode
Your special coupon offer identifier
beezup.merchant: ExportOrderListFormat
ExportOrderListFormat
The type of the file to export
beezup.merchant: BeezupCommonHttpmethod
BeezupCommonHttpmethod
Indicate the http method to use on this link
beezup.merchant: DisplayGroupName
DisplayGroupName
Indicate the display group name where the column must be putted
beezup.merchant: ContractTerminationReason
ContractTerminationReason
The termination reason, if your current contract is scheduled to be terminated.
beezup.merchant: EncryptedBlocklyExpression
EncryptedBlocklyExpression
The encrypted XML Blockly representation of the expression
beezup.merchant: FirstName
FirstName
Your first name
beezup.merchant: AnalyticsProductColumnFilterOperatorName
AnalyticsProductColumnFilterOperatorName
Indicate the operator you want to apply on the columnId
beezup.merchant: FeedType
FeedType
The Feed Type
beezup.merchant: StoreStatus
StoreStatus
The store status
- Active: When the store is active
- SystemBlocked: When the store is blocked by the system
- UserBlocked: When the store is blocked on GO not on the system
beezup.merchant: PhoneNumber
PhoneNumber
Your phone number
beezup.merchant: ExecutionId
ExecutionId
The execution identifier of the catalog importation
beezup.merchant: BonusType
BonusType
beezup.merchant: ChannelColumnDescription
ChannelColumnDescription
The channel column description
beezup.merchant: SourceType
SourceType
Indicates the origin of the operation
beezup.merchant: ChannelCategoryChannelCode
ChannelCategoryChannelCode
The channel category channel code identifier
beezup.merchant: OptimisationActionName
OptimisationActionName
The optimisation action
beezup.merchant: DateSearchType
DateSearchType
Indicates on which date you want to make the filter
beezup.merchant: LastName
LastName
Your last name
beezup.merchant: RuleExecutionReportingExecutionSource
RuleExecutionReportingExecutionSource
The requestor type for the execution of the rule
beezup.merchant: BeezupCommonHref
BeezupCommonHref
Indicate the relative uri for this link
beezup.merchant: EncryptedExpression
EncryptedExpression
The encrypted excel expression of the column
beezup.merchant: BeezupCommonCatalogcolumnid
BeezupCommonCatalogcolumnid
The catalog column identifier (catalog or custom column)
beezup.merchant: HeaderContentHtml
HeaderContentHtml
Header Content HTML
beezup.merchant: OrderMerchantecommercesoftwarename
OrderMerchantecommercesoftwarename
The e-commerce software name of the merchant
beezup.merchant: MarketplaceOrderStatus
MarketplaceOrderStatus
The marketplace order state
beezup.merchant: FriendProfilePictureUrl
FriendProfilePictureUrl
Your friend's user profile picture url
beezup.merchant: CompressionFormatStrategy
CompressionFormatStrategy
Indicate the compression type
beezup.merchant: ProductStateFilter
ProductStateFilter
You can filter on the product state.
beezup.merchant: CouponDiscountCode
CouponDiscountCode
The coupon discount code
beezup.merchant: SubscriptionId
SubscriptionId
The identifier of the subscription to the orders for a merchant
beezup.merchant: StoreId
StoreId
The store identifier
beezup.merchant: OrderListDateSearchType
OrderListDateSearchType
Indicates on which date you want to make the filter
beezup.merchant: CompareOptions
CompareOptions
Indicate how the product sku are compared for the duplication check.
beezup.merchant: OrderMerchantecommercesoftwareversion
OrderMerchantecommercesoftwareversion
The e-commece software version of the merchant
beezup.merchant: BeezUPMarketplaceTechnicalCode
BeezUPMarketplaceTechnicalCode
The technical code of the marketplace.
beezup.merchant: CardNumber
CardNumber
Card number
beezup.merchant: Company
Company
Your company name
beezup.merchant: BeezupCommonParametertype
BeezupCommonParametertype
The value type of the parameter
beezup.merchant: BeezupCommonOperationid
BeezupCommonOperationid
The operationId to call.
beezup.merchant: UserColumName
UserColumName
Column named by the user
beezup.merchant: FriendEmail
FriendEmail
Your friend's user email
beezup.merchant: InvoiceAvailabilityType
InvoiceAvailabilityType
Indicates on which invoice availability to filter
beezup.merchant: SchedulingType
SchedulingType
Indicate the scheduling type. Schedule or Interval. We recommand you to use interval for a better reporting.
beezup.merchant: ConsumptionAvailabilityStatus
ConsumptionAvailabilityStatus
The subscription consumption status
Integer types
beezup.merchant: AlertPropertyId
AlertPropertyId
The property identifier of the alert
beezup.merchant: BeezUPTimeZoneId
BeezUPTimeZoneId
The time zone identifier based on the list of values /v2/user/lov/BeezUPTimeZone
beezup.merchant: BeezupCommonPagenumber
BeezupCommonPagenumber
Indicates the page number
beezup.merchant: InvoiceSequenceNumber
InvoiceSequenceNumber
Invoice Sequence Number
beezup.merchant: BillingPeriodInMonth
BillingPeriodInMonth
Can be null. The billing period in month based on /billingPeriods
beezup.merchant: OfferId
OfferId
The offer id based on /offers. Not a free offer of course.
beezup.merchant: BeezUPMarketplaceAccountId
BeezUPMarketplaceAccountId
The marketplace account identifier in BeezUP. This account identifier is based on your api settings.
beezup.merchant: BeezupCommonPagesize
BeezupCommonPagesize
Indicate the item count per page
beezup.merchant: BeezupCommonMarketplaceaccountid
BeezupCommonMarketplaceaccountid
The marketplace account identifier in BeezUP. This account identifier is based on your api settings.
beezup.merchant: ContractTerminationReasonType
ContractTerminationReasonType
The contract termination reason type identifier, if your current contract is scheduled to be terminated. The value is based on the list of values /user/lov/ContractTerminationReason
beezup.merchant: PageSize
PageSize
Indicate the order count per page
beezup.merchant: ChannelCategoryLevel
ChannelCategoryLevel
The channel category level starting from 1
beezup.merchant: StoreCount
StoreCount
The store count you want to have in your contract.
beezup.merchant: ExpirationMonth
ExpirationMonth
Expiration Month
beezup.merchant: PageNumber
PageNumber
Indicates the page number
beezup.merchant: AccountId
AccountId
The marketplace account identifier in BeezUP. This account identifier is based on your api settings.
beezup.merchant: ExpirationYear
ExpirationYear
Expiration Year
beezup.merchant: AlertId
AlertId
Alert identifier
Decimal types
beezup.merchant: ProductVATPercent
ProductVATPercent
Product VAT in percent
beezup.merchant: ShippingVATPercent
ShippingVATPercent
Shipping cost VAT in percent
beezup.merchant: ChannelCategoryDefaultCost
ChannelCategoryDefaultCost
The default cost on this channel category
beezup.merchant: ChannelCatalogCategoryCostValue
ChannelCatalogCategoryCostValue
In case of CPC_ByCategory or CPA_ByCategory cost type, you have to indicate the cost value.
Simple name reference types
beezup.merchant: ReportByProductResponseLinks
ReportByProductResponseLinks
beezup.merchant: ReportByChannelResponseLinks
ReportByChannelResponseLinks
beezup.merchant: CreateContract
CreateContract
beezup.merchant: ReportByCategoryResponseLinks
ReportByCategoryResponseLinks
beezup.merchant: ExternallinksGetexternalconfigurationpagelink
ExternallinksGetexternalconfigurationpagelink
Boolean types
beezup.merchant: ChannelColumnShowInMapping
ChannelColumnShowInMapping
Indicates if this column must shown in the mapping page or not
beezup.merchant: Processing
Processing
If true, there is currently a harvest or an order change in progress. Otherwise false.
beezup.merchant: CanBeTruncated
CanBeTruncated
If the size of the value is greater than the limit we can truncate the value instead of failing...
beezup.merchant: AlertEnabled
AlertEnabled
Is the alert enable ?
Import
import ballerinax/beezup.merchant;Metadata
Released date: 9 days ago
Version: 1.6.1
License: Apache-2.0
Compatibility
Platform: any
Ballerina version: 2201.8.0
GraalVM compatible: Yes
Pull count
Total: 24
Current verison: 3
Weekly downloads
Keywords
Type/Connector
Vendor/BeezUP
Area/E-Commerce
Commerce/eCommerce
Cost/Paid
Contributors