Sets the subject of a promotion. If the promotion is read-only (read_only
= true
), you cannot update the subject. The subject can take the following values: purchase
, or items
, or packages
.
Notice
This API call does not contain the project_id
path-parameter, so you need to use the API key that is valid in all the company’s projects to set up authorization.
No content.
{- "digital_contents": null,
- "items": [
- {
- "sku": "1234"
}
], - "packages": null,
- "purchase": false,
- "subscriptions": null
}