Campaigns
Update Campaign
Updates the given Campaign.
put/shop/customers/campaigns/{campaignId}
Request body
Example request
{
"name": "Summer Promotion 2024"
}Response
The campaign was successfully retrieved.
Example response
{
"data": {
"name": "Summer Promotion 2024",
"progress": 42.5,
"segment": {
"name": "Premium Members"
},
"status": "unsent"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.