Update Offer Design
Updates an offer design.
Documentation Index
Fetch the complete documentation index at: https://docs.appcharge.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Publisher token, as displayed in the Publisher Dashboard.
Path Parameters
Design ID that you defined.
"summer_special_offer"
Body
- Special Offer Design
- Bundle Design
- Popup Design
- Rolling Offer design
Update a special offer design.
Type of offer design.
SpecialOffer "SpecialOffer"
Offer design name.
"Summer Special Edition"
Design ID that you define.
"summer_special_offer"
Background image URL in PNG or JPEG format.
For uploaded files, this is the Appcharge-hosted CDN URL. For external image URLs, this is the original image URL served from the provided URL. External image URLs are saved and used as-is, and Appcharge doesn't download, copy, upload, or host them. Images must remain available at the provided URLs.
We recommend uploading image files instead of using external URLs when possible.
"https://media.appcharge.com/media/69133d595af23405d8e843a5"
Offer title details.
{
"text": "Hot New Deal",
"fontColor": "#FFFF00",
"fontSize": 18,
"fontWeight": "bolder"
}Response
Offer design updated successfully.
- Special Offer Design
- Bundle Design
- Popup Design
- Rolling Offer Design
Response schema for a special offer design.
Design ID.
"507f1f77bcf86cd799439011"
Type of offer design.
SpecialOffer "SpecialOffer"
Offer design name.
"Summer Special"
Design ID that you defined.
"summer_special_offer"
Background image URL. For uploaded files, this is the Appcharge-hosted CDN URL. For external image URLs, this is the original image URL served from the provided URL.
"https://media.appcharge.com/media/69133d595af23405d8e843a5"
Offer title details.
{
"text": "Limited Time Offer",
"fontColor": "#FFFFFF",
"fontSize": 16,
"fontWeight": "bold"
}Original background image URL when the design uses an external image URL. This URL is used as provided to serve the image.
"https://example.com/images/summer-special.png"
