Download product bundle image by data
Download Product Bundle image.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"category": "string",
"height": 0,
"width": 0,
"temporary": true,
"name": "string",
"tags": [
"string"
],
"ad_components": [
null
]
}
Request Code Samples
curl --location --request POST 'https://api.withdipp.com/brand-api/resource/product_bundle/download_image' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"category": "string",
"height": 0,
"width": 0,
"temporary": true,
"name": "string",
"tags": [
"string"
],
"ad_components": [
null
]
}'
Modified at 2025-08-29 07:22:38