ReDoc documentation

products/{sku}/downloadable-links/{id}

products/{sku}/downloadable-links/{id}

put/V1/products/{sku}/downloadable-links/{id}

Update downloadable link of the given product (link type and its resources cannot be changed)

Request
path Parameters
id
required
string
sku
required
string
Request Body schema:
isGlobalScopeContent
boolean
required
object (downloadable-data-link-interface)
Responses
200

200 Success.

401

401 Unauthorized

default

Unexpected error

Request samples
{
  • "link": {
    },
  • "isGlobalScopeContent": true
}
Response samples
0
0