Action to get campaign information.
curl "https://{shortCode}.api.commercecloud.salesforce.com/pricing/campaigns/v1/organizations/{organizationId}/campaigns/{campaignId}?siteId=SiteGenesis"
A region-specific merchant identifier.
0dnz6oep
The ID of the campaign.
ThanksGivingCampaign
The identifer of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites
SiteGenesis
Campaign is retrieved successfully.
{
"campaignId": "NewYearCampaign",
"coupons": [
"20%offOrdersAbove100",
"10%offties"
],
"creationDate": "2019-10-03T19:36:56.000Z",
"customerGroups": [
"Registered"
],
"description": "Campaign for the New Year",
"enabled": true,
"endDate": "2020-07-31T23:09:08.000Z",
"lastModified": "2019-10-10T14:27:00.867Z",
"sourceCodeGroups": [
"affiliate-email",
"gaming-email"
],
"startDate": "2019-04-01T11:30:15.000Z"
}
The enabled flag for campaign.
true
This type supports additional properties passed along with the defined properties of this API. To indicate that the properties were defined and expected to be handled as additional properties, they are expected to be prefixed with a c_
. The type will reject any property that does not fit this pattern, only allowing additional properties beginning with the known prefix.
c_faxNumber
The date the scenario ends.
The ID of the campaign.
NewYearCampaign
Returns the value of attribute 'lastModified'.
2019-10-03T19:36:56.000Z
The array of assigned source code groups, not sorted.
[
"affiliate-email",
"gaming-email"
]
The array of assigned customer groups, not sorted.
[
"BigShoppers",
"NorthAmericanShoppers"
]
The date the scenario begins.
2019-10-03T19:36:56.000Z
The identifer of the site that a request is being made in the context of. Attributes might have site specific values, and some objects may only be assigned to specific sites
SiteGenesis
The array of assigned coupon IDs, not sorted.
[
"20%offOrder",
"10%offWelcomeNewUser"
]
Returns the value of attribute 'creationDate'.
2019-10-03T19:36:56.000Z
The description of the campaign.