root.subscriptionOffer object
Specifies the SaaS offer associated with your app.
Properties that reference this object type:
Syntax
Properties
offerId
A unique identifier that includes your Publisher ID and Offer ID, which you can find in Partner Center. You must format the string as publisherId.offerId
.
Type
string
Required
✅
Constraints
Maximum string length: 2048.
Supported values
Examples
{
"subscriptionOffer": {
"offerId": "publisherId.offerId"
}
}