effetb / beezup-api-php-client
The REST API of BeezUP system
Requires
- php: >=7.4
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^7.8
Requires (Dev)
- friendsofphp/php-cs-fixer: ~1.12
- phpunit/phpunit: ^4.8
- squizlabs/php_codesniffer: ~2.6
README
The REST API of BeezUP system
Overview
The REST APIs provide programmatic access to read and write BeezUP data. Basically, with this API you will be able to do everything like you were with your browser on https://go.beezup.com !
The main features are:
- Register and manage your account
- Create and manage and share your stores with your friends/co-workers.
- Import your product catalog and schedule the auto importation - Search the channels your want to use
- Configure your channels for your catalogs to export your product information:
- cost and general settings
- category and columns mappings
- your will be able to create and manage your custom column
- put in place exlusion filters based on simple conditions on your product data
- override product values
- get product vision for a channel catalog scope
- Analyze and optimize your performance of your catalogs on all yours channels with different type of reportings by day, channel, category and by product.
- Automatize your optimisation by using rules! - And of course... Manage your orders harvested from all your marketplaces:
- Synchronize your orders in an uniformized way
- Get the available actions and update the order status - ...and more!
Authentication credentials
The public API with the base path _/v2/public have been put in place to give you an entry point to our system for the user registration, login and lost password. The public API does not require any credentials. We give you the some public list of values and public channels for our public commercial web site www.beezup.com.
The user API with the base path _/v2/user requires a token which is available on this page: https://go.beezup.com/Account/MyAccount
Things to keep in mind
API Rate Limits
The BeezUP REST API is limited to 100 calls/minute.
Media type
The default media type for requests and responses is application/json. Where noted, some operations support other content types. If no additional content type is mentioned for a specific operation, then the media type is application/json
Required content type
The required and default encoding for the request and responses is UTF8.
Required date time format
All our date time are formatted in ISO 8601 format: 2014-06-24T16:25:00Z.
Base URL
The Base URL of the BeezUP API Order Management REST API conforms to the following template. https://api.beezup.com All URLs returned by the BeezUP API are relative to this base URL, and all requests to the REST API must use this base URL template. You can test our API on https://api-docs.beezup.com/swagger-ui\\ You can contact us on gitter, #BeezUP/API
This PHP package is automatically generated by the Swagger Codegen project:
- API version: 2.0
- Build package: io.swagger.codegen.languages.PhpClientCodegen
Requirements
PHP 5.5 and later
Installation & Usage
Composer
To install the bindings via Composer, add the following to composer.json
:
{
"repositories": [
{
"type": "git",
"url": "https://github.com/BeezUP/api-php-client.git"
}
],
"require": {
"beezup/api-php-client": "*@dev"
}
}
Then run composer install
Manual Installation
Download the files and include autoload.php
:
require_once('/path/to/SwaggerClient-php/vendor/autoload.php');
Tests
To run the unit tests:
composer install
./vendor/bin/phpunit
Getting Started
Please follow the installation procedure and then run the following:
<?php require_once(__DIR__ . '/vendor/autoload.php'); // Configure API key authorization: api_key $config = EffetB\BeezupApi\Configuration::getDefaultConfiguration()->setApiKey('Ocp-Apim-Subscription-Key', 'YOUR_API_KEY'); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // $config = EffetB\BeezupApi\Configuration::getDefaultConfiguration()->setApiKeyPrefix('Ocp-Apim-Subscription-Key', 'Bearer'); $apiInstance = new EffetB\BeezupApi\Api\CatalogsAutoApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), $config ); $store_id = "store_id_example"; // string | Your store identifier $request = new \EffetB\BeezupApi\Model\ConfigureAutoImportIntervalRequest(); // \EffetB\BeezupApi\Model\ConfigureAutoImportIntervalRequest | try { $apiInstance->autoConfigureAutoImportInterval($store_id, $request); } catch (Exception $e) { echo 'Exception when calling CatalogsAutoApi->autoConfigureAutoImportInterval: ', $e->getMessage(), PHP_EOL; } ?>
Documentation for API Endpoints
All URIs are relative to https://api.beezup.com/v2
Documentation For Models
- AccountId
- AccountInfo
- AccountInfoLinks
- AccountPublications
- AccountPublicationsLinks
- AccountStatus
- AccountSynchronization
- AccountSynchronizationList
- AccountingEmails
- AddChannelCatalogRequest
- AdditionalAnalyticsProductColumnFilters
- Address
- AlertEnabled
- AlertId
- AlertName
- AlertPropertyId
- AlertPropertyValue
- AnalyticsIndex
- AnalyticsIndexLinks
- AnalyticsIndexLovLinks
- AnalyticsProductColumnFilter
- AnalyticsProductColumnFilterOperatorName
- AnalyticsProductColumnFilters
- AnalyticsStoreIndex
- AnalyticsStoreIndexLinks
- ApiCredential
- ApiCredentials
- AutoImportConfiguration
- AutoImportConfigurationLinks
- AutomaticTransition
- AutomaticTransitionInfoLinks
- AutomaticTransitionInfoList
- AutomaticTransitionInfoListLinks
- BatchOrderOperationResponse
- BeezUPColumnConfiguration
- BeezUPCommonAdditionalProductFilters
- BeezUPCommonAdditionalProductFiltersValue
- BeezUPCommonApiSettingsStatus
- BeezUPCommonBeezUPColumnName
- BeezUPCommonCatalogCategoryFilter
- BeezUPCommonCatalogCategoryId
- BeezUPCommonCatalogCategoryPath
- BeezUPCommonCatalogColumnId
- BeezUPCommonCatalogColumnUserName
- BeezUPCommonChannelBasicInfo
- BeezUPCommonChannelCatalogId
- BeezUPCommonChannelCategoryFilter
- BeezUPCommonChannelCategoryId
- BeezUPCommonChannelCategoryPath
- BeezUPCommonChannelColumnId
- BeezUPCommonChannelColumnName
- BeezUPCommonChannelId
- BeezUPCommonChannelName
- BeezUPCommonColumnDataType
- BeezUPCommonColumnImportance
- BeezUPCommonCountryIsoCodeAlpha3
- BeezUPCommonCurrencyCode
- BeezUPCommonDocUrl
- BeezUPCommonEmail
- BeezUPCommonErrorResponseMessage
- BeezUPCommonErrorSummary
- BeezUPCommonExceptionDetail
- BeezUPCommonHref
- BeezUPCommonHttpMethod
- BeezUPCommonHttpUrl
- BeezUPCommonInfoSummaries
- BeezUPCommonInfoSummary
- BeezUPCommonLOVLink2
- BeezUPCommonLOVLink3
- BeezUPCommonLink2
- BeezUPCommonLink3
- BeezUPCommonLinkParameter2
- BeezUPCommonLinkParameter3
- BeezUPCommonLinkParameterProperty3
- BeezUPCommonListOfValueItem
- BeezUPCommonMarketplaceAccountId
- BeezUPCommonMarketplaceBusinessCode
- BeezUPCommonMarketplaceTechnicalCode
- BeezUPCommonOperationId
- BeezUPCommonPageNumber
- BeezUPCommonPageSize
- BeezUPCommonPaginationRequestParameters
- BeezUPCommonPaginationResult
- BeezUPCommonPaginationResultLinks
- BeezUPCommonParameterIn
- BeezUPCommonParameterType
- BeezUPCommonProductBasicInfo
- BeezUPCommonProductColumnFilterOperatorName
- BeezUPCommonProductFilters
- BeezUPCommonProductId
- BeezUPCommonStoreId
- BeezUPCommonSuccessSummary
- BeezUPCommonUserErrorMessage
- BeezUPCommonUserErrorMessageArguments
- BeezUPCommonUserId
- BeezUPCommonWarningSummary
- BeezUPOrderId
- BeezUPOrderStatus
- BeezUPTimeZoneId
- BillingPeriod
- BillingPeriodInMonth
- BillingPeriodList
- BillingPeriodListLinks
- BonusInfo
- BonusType
- BusinessOperationType
- CanBeTruncated
- CardNumber
- CardVerificationCode
- CatalogColumn
- CatalogColumnLinks
- CatalogColumnList
- CatalogColumnName
- CatalogIndex
- CatalogIndexLOVLinks
- CatalogIndexLinks
- CatalogStoreIndex
- CatalogStoreIndexLinks
- CatalogStoreIndexList
- CatalogStoreStatus
- Category
- CategoryList
- CategoryMappingState
- CategoryMappingStatus
- ChangeCustomColumnExpressionRequest
- ChangeCustomColumnRequest
- ChangeOrderListRequest
- ChangeOrderListRequestItem
- ChangeOrderReporting
- ChangeOrderRequest
- ChangePasswordRequest
- ChangeUserColumnNameRequest
- ChannelCatalogCategoryConfiguration
- ChannelCatalogCategoryConfigurationInfo
- ChannelCatalogCategoryConfigurationList
- ChannelCatalogCategoryCostValue
- ChannelCatalogCategoryMappingInfoLinks
- ChannelCatalogCategoryMappingSettings
- ChannelCatalogCategoryMappingsLinks
- ChannelCatalogColumnMapping
- ChannelCatalogColumnMappingList
- ChannelCatalogColumnMappingListWithName
- ChannelCatalogExportCacheInfo
- ChannelCatalogExportCacheInfoResponse
- ChannelCatalogExportCacheInfoResponseLinks
- ChannelCatalogExportationHistory
- ChannelCatalogExportationHistoryLinks
- ChannelCatalogExportationReporting
- ChannelCatalogLinks
- ChannelCatalogList
- ChannelCatalogListLinks
- ChannelCatalogListLovLinks
- ChannelCatalogMarketplaceProperties
- ChannelCatalogMarketplacePropertiesLinks
- ChannelCatalogMarketplaceProperty
- ChannelCatalogMarketplacePropertyDiscriminatorType
- ChannelCatalogMarketplacePropertyGroup
- ChannelCatalogMarketplacePropertyName
- ChannelCatalogMarketplaceSetting
- ChannelCatalogMarketplaceSettingArray
- ChannelCatalogMarketplaceSettingDiscriminatorType
- ChannelCatalogMarketplaceSettings
- ChannelCatalogMarketplaceSettingsLinks
- ChannelCatalogProductByChannelCatalogRequest
- ChannelCatalogProductByChannelCatalogResponse
- ChannelCatalogProductInfoLinks
- ChannelCatalogProductInfoList
- ChannelCatalogProductInfoListLinks
- ChannelCatalogProductsCounters
- ChannelCatalogState
- ChannelCategory
- ChannelCategoryChannelCode
- ChannelCategoryColumnOverride
- ChannelCategoryColumnOverrides
- ChannelCategoryDefaultCost
- ChannelCategoryLevel
- ChannelCategorySettings
- ChannelColumn
- ChannelColumnConfiguration
- ChannelColumnDescription
- ChannelColumnRestrictedValues
- ChannelColumnShowInMapping
- ChannelCostSettings
- ChannelFirstLevelCategory
- ChannelHeader
- ChannelHeaderLinks
- ChannelInfo
- ChannelInfoList
- ChannelInfoListLinks
- ChannelRootCategory
- City
- ClearMerchantOrderInfoListRequest
- ClickIncludedAndAdditionalClickPrice
- ClickIncludedAndVariablePrice
- ColumnConfiguration
- ColumnCultureName
- ColumnFormat
- ColumnId
- ColumnMappingStatus
- Company
- CompanyInfo
- CompareOptions
- CompressionFormatStrategy
- ComputeExpressionRequest
- ConfigureAutoImportIntervalRequest
- ConfigureAutomaticTransitionRequest
- ConfigureCatalogColumnCatalogRequest
- ConfigureCategoryRequest
- ContractBillingPeriodInfo
- ContractBonusInfo
- ContractClickInfo
- ContractCommitmentInfo
- ContractDiscountInfo
- ContractId
- ContractInfo
- ContractMoneyInfo
- ContractStoreInfo
- ContractTerminationReason
- ContractTerminationReasonType
- Contracts
- ContractsLinks
- CopyOptimisationRequest
- CopyOptimisationResponse
- CostSettings
- CostStatus
- CostType
- CouponDiscountCode
- CouponOfferCode
- CreateContractResponse
- CreateContractResponseLinks
- CreateCustomColumnRequest
- CreateRuleRequest
- CreateStoreRequest
- Credential
- CreditCardInfo
- CreditCardInfoResponse
- CreditCardInfoResponseLinks
- CreditCardInfoWithCardType
- CurrentContractInfoLinks
- CustomColumn
- CustomColumnLinks
- CustomColumnList
- CustomColumnListLinks
- CustomerIndex
- CustomerIndexLinks
- CustomerIndexLovLinks
- DateSearchType
- DetectedCatalogColumnLinks
- DetectedCatalogColumnList
- DetectedCatalogColumnListLinks
- DisplayGroupName
- DownloadCatalogStrategy
- DuplicateProductValueConfiguration
- DuplicateProductValueStrategy
- EncryptedBlocklyExpression
- EncryptedExpression
- ErrorResponseMessagePaymentRequiredLinks
- Etag
- ExclusionFilter
- ExclusionFilterName
- ExclusionFilterOperator
- ExclusionFilterOperatorDataType
- ExclusionFilterOperatorName
- ExclusionFilters
- ExclusionFiltersResponse
- ExclusionFiltersResponseLinks
- ExecutionId
- ExecutionUUID
- ExpirationMonth
- ExpirationYear
- ExportOrderListFormat
- ExportOrderListRequest
- FeedType
- FileFormatStrategy
- FirstName
- FixedAndVariableClickModelInfo
- FriendCountryIsoCodeAlpha3
- FriendEmail
- FriendProfilePictureUrl
- Functionality
- FunctionalityRightInfo
- GeneralSettings
- GetChannelCatalogProductInfoListRequest
- GetProductsRequest
- GravatarProfilePictureUrl
- HarvestOrderReporting
- ImportAlreadyInProgressResponse
- ImportAlreadyInProgressResponseLinks
- ImportationCustomColumn
- ImportationCustomColumnLinks
- ImportationCustomColumnList
- ImportationCustomColumnListLinks
- ImportationMonitoring
- ImportationMonitoringLinks
- ImportationReporting
- ImportationTechnicalProgression
- ImportationsResponse
- ImportationsResponseLinks
- InitialsProfilePictureUrl
- InputConfiguration
- InputFileConfiguration
- InputFileFetchConfiguration
- InputFileReadConfiguration
- InputFileReadCsvConfiguration
- InputFileReadXmlConfiguration
- Invoice
- InvoiceList
- InvoiceListLinks
- InvoiceNumber
- InvoicePaymentStatus
- LastManualImportInputConfiguration
- LastName
- LinkClickToOrderType
- LoginRequest
- MapBeezUPColumnRequest
- MappingStatus
- MarginType
- MarketplaceChannelCatalog
- MarketplaceChannelCatalogLinks
- MarketplaceChannelCatalogList
- MarketplaceChannelCatalogListLinks
- MarketplaceChannelCatalogLovLinks
- MarketplaceOrderId
- MarketplaceOrderStatus
- NextContractInfoLinks
- Offer
- OfferContent
- OfferFunctionality
- OfferId
- OfferLinks
- OfferRequest
- OptimisationActionName
- OrderBuyerName
- OrderByDirection
- OrderExportationReporting
- OrderExportationReportingProcessingStatus
- OrderExportations
- OrderExportationsLinks
- OrderHeader
- OrderHeaderLinks
- OrderHistory
- OrderIdentifier
- OrderIndex
- OrderIndexLinks
- OrderIndexLovLinks
- OrderItem
- OrderListFull
- OrderListLight
- OrderListLinks
- OrderListRequestWithoutPagination
- OrderMerchantECommerceSoftwareName
- OrderMerchantECommerceSoftwareVersion
- OrderMerchantOrderId
- OrderOperationResponse
- OrderTransitionLinks
- PageNumber
- PageSize
- PaginationRequestParameters
- PaymentMethod
- PerformanceIndicatorFilter
- PerformanceIndicatorFilterOperatorName
- PerformanceIndicatorFormula
- PerformanceIndicatorFormulaOperatorName
- PerformanceIndicatorFormulaParameterType
- PerformanceIndicatorType
- PersonalInfo
- PhoneNumber
- PostalCode
- PreviousFixPeriodInvoiceProrataInfo
- Processing
- Product
- ProductColumnsToDisplay
- ProductList
- ProductOverrideWithCatalogValue
- ProductOverrides
- ProductOverridesCopyResponse
- ProductOverridesWithCatalogValues
- ProductSample
- ProductSetVisibilityCriteria
- ProductSetVisibilityCriteriaLogicType
- ProductStateFilter
- ProductValues
- ProfilePictureInfo
- ProfilePictureInfoResponse
- ProfilePictureInfoResponseLinks
- ProfilePictureSelected
- ProfilePictureUrl
- PromotionalCodeValidity
- PublicChannelIndex
- PublicChannelIndexLinks
- PublicListOfValuesResponse
- PublicListOfValuesResponseLinks
- PublicLovIndex
- PublicLovIndexLinks
- PublicLovLinks
- PublicationFeedReporting
- PublicationReporting
- PublicationType
- RandomProductList
- RegisterRequest
- ReportAdvancedFilters
- ReportByCategory
- ReportByCategoryLinks
- ReportByCategoryResponse
- ReportByChannel
- ReportByChannelLinks
- ReportByChannelResponse
- ReportByCommonResponseLinks
- ReportByDay
- ReportByDayAllChannels
- ReportByDayGlobal
- ReportByDayGlobalAllChannels
- ReportByDayRequest
- ReportByDayResponse
- ReportByProduct
- ReportByProductAllChannelsLinks
- ReportByProductLinks
- ReportByProductOneChannelLinks
- ReportByProductResponse
- ReportFilter
- ReportFilterCommonParameters
- ReportFilterHeader
- ReportFilterHeaderLinks
- ReportFilterLinks
- ReportFilterList
- ReportFilterPeriodType
- ReportFiltersLinks
- ReportType
- Rule
- RuleExecutionReporting
- RuleExecutionReportingErrorType
- RuleExecutionReportingExecutionSource
- RuleExecutionReportingLinks
- RuleExecutionReportingStatus
- RuleExecutionReportings
- RuleLastExecutionStatus
- RuleLinks
- RuleList
- RuleListLinks
- SaveReportFilterRequest
- SaveStoreAlertRequest
- SaveStoreAlertsRequest
- ScheduleAutoImportRequest
- SchedulingType
- SetChannelCatalogMarketplaceSettingsRequest
- SetMerchantOrderInfoListRequest
- SetMerchantOrderInfoRequest
- SourceType
- StandardOffer
- StandardOfferLinks
- StandardOffers
- StandardOffersLinks
- StartManualImportRequest
- Store
- StoreAlert
- StoreAlertLinks
- StoreAlertProperty
- StoreAlerts
- StoreCount
- StoreCountryIsoCodeAlpha3
- StoreLinks
- StoreList
- StoreListLinks
- StoreName
- StoreSector
- StoreSectors
- StoreShare
- StoreShareLinks
- StoreShares
- StoreSharesLinks
- StoreStatus
- StoreTrackingStatus
- StoreUrl
- StoreUserRole
- TerminateContract
- TrackedClick
- TrackedClicks
- TrackedExternalOrder
- TrackedExternalOrderProduct
- TrackedExternalOrders
- TrackedOrder
- TrackedOrders
- TrackingStatus
- Type
- UnmapCategoryRequest
- UpdateRuleRequest
- UpdateStoreRequest
- UpgradeOfferRequired
- UserColumName
- UserFriendInfo
- UserListOfValuesResponse
- UserListOfValuesResponseLinks
- UserLovIndex
- UserLovIndexLinks
- UserLovLinks
- VariableModelInfo
- VatNumber
- WhatIDo
- AutomaticTransitionInfo
- ChannelCatalog
- ChannelCatalogColumnMappingWithName
- ChannelCatalogMarketplaceBooleanProperty
- ChannelCatalogMarketplaceBooleanSetting
- ChannelCatalogMarketplaceIntegerProperty
- ChannelCatalogMarketplaceIntegerSetting
- ChannelCatalogMarketplaceNumberProperty
- ChannelCatalogMarketplaceNumberSetting
- ChannelCatalogMarketplaceStringProperty
- ChannelCatalogMarketplaceStringSetting
- ChannelCatalogProductInfo
- CreateContract
- CurrentContractInfo
- DetectedCatalogColumn
- ErrorResponseMessagePaymentRequired
- ExternalLinksCatalogGetBeezUPColumnsLink
- ExternalLinksGetChannelCatalogMarketplaceSettingsLink
- ExternalLinksGetChannelInfoLink
- ExternalLinksGetExternalConfigurationPageLink
- LinksActivateUserAccountLink
- LinksAddChannelCatalogLink
- LinksAnalyticsIndexLink
- LinksAutoConfigureAutoImportIntervalLink
- LinksAutoGetAutoImportConfigurationLink
- LinksAutoPauseAutoImportLink
- LinksAutoResumeAutoImportLink
- LinksAutoScheduleAutoImportLink
- LinksAutoStartAutoImportLink
- LinksCatalogChangeCatalogColumnUserNameLink
- LinksCatalogChangeCustomColumnExpressionLink
- LinksCatalogChangeCustomColumnUserNameLink
- LinksCatalogComputeExpressionLink
- LinksCatalogDeleteCustomColumnLink
- LinksCatalogGetBeezUPColumnsLink
- LinksCatalogGetCatalogColumnsLink
- LinksCatalogGetCategoriesLink
- LinksCatalogGetCustomColumnExpressionLink
- LinksCatalogGetCustomColumnsLink
- LinksCatalogGetProductsLink
- LinksCatalogGetRandomProductsLink
- LinksCatalogIndexLink
- LinksCatalogSaveCustomColumnLink
- LinksCatalogStoreIndexLink
- LinksChangeOrderLink
- LinksChangePasswordLink
- LinksClearChannelCatalogExportationCacheLink
- LinksClearMerchantOrderInfoLink
- LinksClearMerchantOrderInfoListLink
- LinksConfigureAutomaticTransitionsLink
- LinksConfigureChannelCatalogCategoryLink
- LinksConfigureChannelCatalogColumnMappingsLink
- LinksConfigureChannelCatalogCostSettingsLink
- LinksConfigureChannelCatalogExclusionFiltersCopyLink
- LinksConfigureChannelCatalogExclusionFiltersLink
- LinksConfigureChannelCatalogGeneralSettingsLink
- LinksConfigureChannelCatalogProductValueOverrideCopyLink
- LinksCreateContractLink
- LinksCreateRuleLink
- LinksCreateStoreLink
- LinksDeleteChannelCatalogLink
- LinksDeleteNextContractLink
- LinksDeleteReportFilterLink
- LinksDeleteRuleLink
- LinksDeleteStoreLink
- LinksDeleteStoreShareLink
- LinksDisableChannelCatalogCategoryMappingLink
- LinksDisableChannelCatalogLink
- LinksDisableChannelCatalogProductLink
- LinksDisableRuleLink
- LinksEnableChannelCatalogLink
- LinksEnableRuleLink
- LinksExportChannelCatalogProductInfoListLink
- LinksExportOrdersLink
- LinksGetAutomaticTransitionsLink
- LinksGetBillingPeriodsLink
- LinksGetChannelCatalogCategoriesLink
- LinksGetChannelCatalogExclusionFilterOperatorsLink
- LinksGetChannelCatalogExclusionFiltersCopyLink
- LinksGetChannelCatalogExclusionFiltersLink
- LinksGetChannelCatalogExportationCacheInfoLink
- LinksGetChannelCatalogExportationHistoryLink
- LinksGetChannelCatalogLink
- LinksGetChannelCatalogMarketplacePropertiesLink
- LinksGetChannelCatalogMarketplaceSettingsLink
- LinksGetChannelCatalogProductInfoLink
- LinksGetChannelCatalogProductInfoListLink
- LinksGetChannelCatalogProductValueOverrideCopyLink
- LinksGetChannelCatalogsLink
- LinksGetChannelInfoLink
- LinksGetChannelsIndexLink
- LinksGetChannelsLink
- LinksGetContractsLink
- LinksGetCreditCardInfoLink
- LinksGetCustomerIndexLink
- LinksGetFriendInfoLink
- LinksGetInvoicesLink
- LinksGetMarketplaceAccountsSynchronizationLink
- LinksGetMarketplaceChannelCatalogsLink
- LinksGetOfferLink
- LinksGetOrderExportationsLink
- LinksGetOrderHistoryLink
- LinksGetOrderIndexLink
- LinksGetOrderLink
- LinksGetOrderListFullLink
- LinksGetOrderListLightLink
- LinksGetProfilePictureInfoLink
- LinksGetPublicListOfValuesLink
- LinksGetPublicLovIndexLink
- LinksGetPublicationsLink
- LinksGetReportFilterLink
- LinksGetReportFiltersLink
- LinksGetRuleLink
- LinksGetRulesExecutionsLink
- LinksGetRulesLink
- LinksGetStandardOffersLink
- LinksGetStoreLink
- LinksGetStoreReportByCategoryLink
- LinksGetStoreReportByChannelLink
- LinksGetStoreReportByDayLink
- LinksGetStoreReportByProductLink
- LinksGetStoreSharesLink
- LinksGetStoreTrackedClicksLink
- LinksGetStoreTrackedExternalOrdersLink
- LinksGetStoreTrackedOrdersLink
- LinksGetStoreTrackingStatusLink
- LinksGetStoresLink
- LinksGetTrackingStatusLink
- LinksGetUserAccountInfoLink
- LinksGetUserListOfValuesLink
- LinksGetUserLovIndexLink
- LinksHarvestAllLink
- LinksHarvestOrderLink
- LinksImportationActivateAutoImportLink
- LinksImportationCancelLink
- LinksImportationCommitColumnsLink
- LinksImportationCommitLink
- LinksImportationConfigureCatalogColumnLink
- LinksImportationConfigureRemainingCatalogColumnsLink
- LinksImportationDeleteCustomColumnLink
- LinksImportationGetCustomColumnExpressionLink
- LinksImportationGetCustomColumnsLink
- LinksImportationGetDetectedCatalogColumnsLink
- LinksImportationGetImportationMonitoringLink
- LinksImportationGetManualUpdateLastInputConfigLink
- LinksImportationGetProductSampleCustomColumnValueLink
- LinksImportationGetProductSampleLink
- LinksImportationGetReportingsLink
- LinksImportationIgnoreColumnLink
- LinksImportationMapCatalogColumnLink
- LinksImportationMapCustomColumnLink
- LinksImportationReattendColumnLink
- LinksImportationSaveCustomColumnLink
- LinksImportationStartManualUpdateLink
- LinksImportationTechnicalProgressionLink
- LinksImportationUnmapCatalogColumnLink
- LinksImportationUnmapCustomColumnLink
- LinksLogoutLink
- LinksMoveDownRuleLink
- LinksMoveUpRuleLink
- LinksOptimiseAllLink
- LinksOptimiseByCategoryLink
- LinksOptimiseByChannelLink
- LinksOptimiseByProductLink
- LinksOptimiseLink
- LinksOverrideChannelCatalogProductValuesLink
- LinksReactivateCurrentContractLink
- LinksReenableChannelCatalogCategoryMappingLink
- LinksReenableChannelCatalogProductLink
- LinksRunRuleLink
- LinksRunRulesLink
- LinksSaveCompanyInfoLink
- LinksSaveCreditCardInfoLink
- LinksSavePersonalInfoLink
- LinksSaveProfilePictureInfoLink
- LinksSaveReportFilterLink
- LinksSaveStoreAlertsLink
- LinksSetChannelCatalogMarketplaceSettingsLink
- LinksSetMerchantOrderInfoLink
- LinksSetMerchantOrderInfoListLink
- LinksShareStoreLink
- LinksTerminateCurrentContractLink
- LinksUpdateRuleLink
- LinksUpdateStoreLink
- NextContractInfo
- Order
- OrderIdentifierWithETag
- OrderLinks
- OrderListFullLinks
- OrderListLightLinks
- OrderListRequest
- OrderedReportFilterCommonParameters
- ProfilePictureInfoWithDefault
- ReportByCategoryResponseLinks
- ReportByChannelResponseLinks
- ReportByDayByChannel
- ReportByDayGlobalByChannel
- ReportByProductResponseLinks
- ReportFilterParameters
- SetMerchantOrderInfoListRequestItem
- StoreAlertPropertyInfo
- TrackedOrderProduct
- OptimiseAllRequest
- ReportByCategoryRequest
- ReportByChannelRequest
- ReportByProductRequest
- OptimiseRequest
Documentation For Authorization
api_key
- Type: API key
- API key parameter name: Ocp-Apim-Subscription-Key
- Location: HTTP header