Seller
The Seller object represents a seller in the Marketplace platform. This object contains the following properties:
id
string
Primary seller identifier.
Example: "SEL-1234-1234
href
string
Relative reference to the object in the API.
Example: /v1/accounts/sellers/SEL-1234-1234
status
string
Status: Active , Disabled, Offline , Deleted
name
string
Seller's name.
Example: SoftwareOne USA
icon
string
Relative path to seller’s logo.
Example: /static/accounts/SEL-1234-1234/logo.png
externalId
string
External identifier.
Example: WW-CON-123456
address
object
Address of the seller.
Example:
currency
string
Seller's currency.
buyers
Reference to the buyer object.
audit
object
Possible audit events: Created, Updated, Activated, Disabled, Deactivated, or Deleted
Example:
Example
Last updated
Was this helpful?