Listing
The Listing object represents a business entity that aligns a product with a specific SoftwareOne seller. It's defined by an authorization and an assigned price list.
Listings are essential for managing the visibility and availability of products across markets.
This object contains the following attributes:
id
string
(Read-only) The primary identifier for the listing.
eligibility
object, core
Represents the Listing Eligibility object, which defines the eligibility status.
vendor
The vendor that the listing belongs to.
primary
boolean
Indicates the listing used in the purchase wizard. If the product has multiple associated listings from the same seller, the primary flag identifies which one is selected.
notes
string
(Optional) The user notes about the listing.
statistics
object
(Read-only) Represents the Listing Statistics object, containing system-calculated metrics about the listing.
Listing Statistics object
subscriptions
integer
(Read-only) Number of associated subscriptions.
agreements
integer
(Read-only) Number of associated agreements.
Listing Eligibility object
client
integer
Indicates direct client.
partner
integer
Indicates indirect client, also called partners.
Example
Last updated
Was this helpful?