Skip to main content
The videos/ endpoint provides an interface for managing videos in the shop system. Videos can be uploaded and the corresponding URLs can be queried via the API. Various video formats are supported, as well as individual restrictions such as maximum file size and allowed formats, which are controlled via the shop configuration content.videoSettings.

Supported methods

List of all supported methods.

General

  • Supported video formats:
    • mp4
    • avi
    • mov
    • wmv
    • flv
    • mkv
    • webm
    • mpeg
    • 3gp
    • ogg/ogv
  • Maximum file size
    Defined via the configuration content.videoSettings.
  • Allowed formats
    The permitted video formats can also be configured via content.videoSettings.

Methods for video upload

GET videos/url/{typeId}

This endpoint returns the URL where videos of the specified type (e.g. category or product videos) are stored. The path parameter typeId must have the value categories or products.

Example

Response

Error codes

POST videos/upload/{typeId}

This endpoint allows uploading a video for a specified type (e.g. categories or products). The path parameter typeId must have the value categories or products. The request body must contain the file name (fileName) and the binary data of the video (videoData). After a successful upload, the name of the uploaded file is returned. Write permissions for category or product data are required.

Example

Request body

Response

Error codes

Support

Bei technischen Fragen und Hilfestellungen ist unser Support-Team für Sie erreichbar: Zum Kundenportal Bitte senden Sie uns eine möglichst detaillierte Beschreibung sowie Screenshots, Requests/Antworten, damit wir Ihre Anfrage zeitnah und zielführend beantworten können.