Skip to main content

Update KaarmaProduct by external key

Update an existing KaarmaProduct by external key; optional product fields and add/remove mappings per type
ApiScope: manage.product.write
API Scope Level: ServiceSubscriberScope

Path Parameters
    externalKey string required
Request Body required
    key string
    name string
    externalKey string
    authorityAddMappings string[]
    authorityRemoveMappings string[]
    emailTemplateTypeAddMappings string[]
    emailTemplateTypeRemoveMappings string[]
    preferenceAddMappings string[]
    preferenceRemoveMappings string[]
    roleAddMappings string[]
    roleRemoveMappings string[]
    optionKeyPromptAddMappings string[]
    optionKeyPromptRemoveMappings string[]
    featureAddMappings string[]
    featureRemoveMappings string[]
    apiScopeServiceSubscriberAddMappings object
    property name* string
    apiScopeServiceSubscriberRemoveMappings string[]
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    kaarmaProductUUID string
Loading...