I’m trying to add a custom attribute from my products after the clients have passed in an apikey. I cannot seem to get the custom attribute from the product with that apikey. I cannot find anything in the support documents to do this, how do we get the custom attributes from our products?
I’m using this to try and add a custom attribute to my header but I only see a blank header for value:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AssignMessage async="false" continueOnError="false" enabled="true" name="Assign-Message-1">
<DisplayName>Assign Message 1</DisplayName>
<FaultRules/>
<Properties/>
<Remove>
</Remove>
<Add>
<Headers>
<Header name="Value">{apiproduct.Value}</Header>
</Headers>
</Add>
<IgnoreUnresolvedVariables>true</IgnoreUnresolvedVariables>
<AssignTo createNew="false" transport="http" type="request"/>
</AssignMessage>
I’ve also tried going with developer.app.Value and still not getting the custom values.