Upload gallery product video

POST https://app.ecwid.com/api/v3/{storeId}/products/{productId}/gallery/video

Required access scopes

Your app must have the following access scopes to make this request: update_catalog

Path params

All path params are required.

Param
Type
Description

storeId

number

Ecwid store ID.

productId

number

Internal product ID.

Headers

All headers are required.

Header
Format
Description

Authorization

Bearer secret_ab***cd

Access token of the application.

Content-Type

application/json;charset=utf-8

Content-type for the video upload.

url

string

HTTPS link to the video file.

Response JSON

A JSON object with the following fields:

Field
Type
Description

id

number

Internal ID of the uploaded video.

Last updated

Was this helpful?