Skip to main content
PUT
Activate Shop Module

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Path Parameters

salesChannelId
string
required

Sales channel id of the Wawi-managed shop the module is activated for. This is a tenant-local, composite identifier and not a UUID (ADR-69) - it is opaque to the caller and must be taken verbatim from a sales channel listing; the internal shop key (kShop) is never accepted here.

licenseKey
string
required

The license key of the module to activate, as licensed for the shop. Represents the license key of a shop module, identified by the cLizenzkey string column of dbo.tWebshopModule.

Response

Successfully activated the module for the shop. Returns the activated module.

A single module activated for a Wawi-managed webshop, as returned by ActivateShopModule. Unlike ShopModuleListItem, this shape includes ModuleId - the licensing system's own identifier for the module, only known once activation has been performed against the dbeS license server.

licenseKey
string
required

The module's license key, as licensed for the shop.

name
string

Display name of the module, or null if unset.

moduleId
string

The module's identifier as supplied by the licensing system, or null if unset.