Authorizations
An Authorization object is a business object that encapsulates the permissions and credentials necessary for interactions between a specific seller and vendors, all within the scope of a single product. It is associated with the seller via listings and serves as the repository for access control and provisioning data required for the vendor to deliver services or content.
This object contains the following attributes:
id
string
The identifier for the authorization.
Example: AUT-1234-4678
name
string
The name of the authorization.
Example: Salesforce Enterprise License
eligibility
boolean
Indicates if authorization is enabled for the tier 1 program.
tier2
boolean
Indicates if authorization is enabled for the tier 2 program.
currency
string
Authorization currency.
notes
string
Optional notes for the authorization.
statistics
authorizationStatistics
The statistics related to the authorization.
Example:
Example
Last updated
Was this helpful?