Subscriptions

PushSubscriptionAttributeValue

Pull value from subscription array attributes

post/subscription/attribute/pull-value

Request body

channelIdstring required
<p>The channel ID.</p>
attributeIdstring required
<p>The attribute ID. Possible array attribute IDs are currently only <code>categories</code> and <code>products</code>.</p>
valuestring required
<p>The attribute value. Can be a String (max length: 255 characters) or Number. If the attribute is configured to store arrays, the maximum length of the array should be 1000.</p>
subscriptionIdstring
<p>The subscription ID.</p>
subscriptionIdsstring[]
<p>The subscription IDs (max. 1000).</p>

Response

Success-Response:

successboolean required

Changes