Listing
The Listing object represents a business entity that aligns a product with a specific SoftwareOne seller. It is defined by an authorization and an assigned price list. Listings are essential for managing the visibility and availability of products across different markets and for overseeing their lifecycle in an efficient and scalable way.
The Listings object contains the following attributes:
id
string
The primary identifier for the listing.
product
Reference to Product object.
authorization
Reference to Authorization object.
seller
Reference to Seller object.
priceList
Reference to PriceList object.
primary
boolean
If the product has more associated listings with the same seller, the 'primary' flag indicates the listing used in the purchase wizard.
notes
string
Any user notes about the Listing.
statistics
The system calculated metrics about the listing.
audit
auditObject
Reference to the Audit object.
Listing Statistics
subscriptions
integer
Number of associated subscriptions.
Example: 10
agreements
integer
Number of associated agreements.
Example: 5
Example
Last updated
Was this helpful?