Retrieve the Reseller ID custom attribute
📝 Note: If the AppDirect logo appears in the upper-left corner of the page, when Manage > Marketplace appears in this topic, click the grid icon > Switch to | Store, instead.
If the AppDirect logo appears in the upper-left corner of the page, when Manage > Billing and Distribution, or Manage > Developer appears in this topic, click the grid icon > Switch to | Distribution, instead.
After the Reseller ID attribute is entered by a Reseller and associated with a purchase, Marketplace Managers and Developers (ISVs) can use the following API calls to retrieve the value of the reseller-id custom attribute.
/api/integration/v1/events/{eventToken}
/api/billing/v1/subscriptions/{subscriptionId}
/api/billing/v1/subscriptions/{subscriptionId}/orders
/api/billing/v1/subscriptions
/api/billing/v1/subscriptions/{subscriptionId}/assignments
Example response:
customAttributes: [
{
“name”: “reseller-id”,
“value”: “1A1A1A”
}
]
Custom attributes are also available to Developers and Marketplace Managers in the CSV download report in the following locations:
- Manage > Developer > Bills > Billing Management | Subscriptions > Download CSV
- Manage > Marketplace > Billing | Orders > Download CSV
Was this page helpful?
Tell us more…
Help us improve our content. Responses are anonymous.
Thanks
We appreciate your feedback!