POST /V1/products/:sku/downloadable-links/samples
POST /V1/products/:sku/downloadable-links/samples is a Magento 2 REST endpoint in the Downloadable module. Update downloadable sample of the given product. Requires an admin Bearer token with ACL Magento_Downloadable::downloadable.
Last verified: against Magento 2.4.9.
Returns
int
Service contract
Magento\Downloadable\Api\SampleRepositoryInterface::save
Authorization
Admin Bearer token with ACL:
- Magento_Downloadable::downloadable
Path parameters
Body parameters
Example request
Auto-generated from the service contract — paste-ready against your store's /rest/default base. Replace the host, store code, ACL token, and any required values before running.
Headers
Path
/V1/products/{sku}/downloadable-links/samplesBody
{
"isGlobalScopeContent": false,
"sample": {
"extension_attributes": {},
"id": 0,
"sample_file": "",
"sample_file_content": {
"extension_attributes": {},
"file_data": "",
"name": ""
},
"sample_type": "",
"sample_url": "",
"sort_order": 0,
"title": ""
}
}Related in Downloadable
Other endpoints shipped by the same module.
/V1/products/:sku/downloadable-links
List of links with associated samples
Downloadable · Magento\Downloadable\Api\LinkRepositoryInterface::getList
/V1/products/:sku/downloadable-links
Update downloadable link of the given product (link type and its resources cannot be changed)
Downloadable · Magento\Downloadable\Api\LinkRepositoryInterface::save
/V1/products/:sku/downloadable-links/:id
Update downloadable link of the given product (link type and its resources cannot be changed)
Downloadable · Magento\Downloadable\Api\LinkRepositoryInterface::save
/V1/products/:sku/downloadable-links/samples
List of samples for downloadable product
Downloadable · Magento\Downloadable\Api\SampleRepositoryInterface::getList
/V1/products/:sku/downloadable-links/samples/:id
Update downloadable sample of the given product
Downloadable · Magento\Downloadable\Api\SampleRepositoryInterface::save
/V1/products/downloadable-links/:id
Delete downloadable link
Downloadable · Magento\Downloadable\Api\LinkRepositoryInterface::delete
Every Magento dev tool, in one hosted workspace.
Free to sign up. Nothing to install. Drafts, audits, and projects saved across every tool.