Seller

Seller Object

The seller object represents a seller in the Marketplace platform. This object contains the following properties:

FieldTypeDescription

id

string

Primary seller identifier.

Example: "SEL-1234-1234"

href

string

Relative reference to object on 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:

{
  "addressLine1": "123 Main Street",
  "addressLine2": "Apt 4B",
  "postCode": "12345",
  "city": "Cityville",
  "state": "S",
  "country": "ST"
}

currency

string

buyers

audit

object

Possible audit events: Created, Updated, Activated, Disabled, Deactivated, or Deleted

Example:

{
  "created": { "at": "...", "by": { } },
  "updated": { "at": "...", "by": { } },
  "activated": { "at": "...", "by": { } },
  "disabled": { "at": "...", "by": { } },
  "deactivated": { "at": "...", "by": { } },
  "deleted": { "at": "...", "by": { } }
}

Example

{
	"id": "SEL-7295-4834",
	"href": "/accounts/sellers/SEL-7295-4834",
	"externalId": "SWO_CH",
	"status": "Active",
	"icon": null,
	"currency": "USD",
	"address": {
		"addressLine1": "Some street",
		"addressLine2": null,
		"postCode": "P0S C0D3",
		"city": "Some city",
		"state": "SS",
		"country": "CH"
	},
	"name": "SoftwareOne AG"
}

Last updated

SoftwareOne is a trademark of SoftwareOne, Inc. "The Software Licensing Experts" is a service mark of SoftwareOne, Inc. VAR assist is a trademark of SoftwareOne, Inc. "It pays to partner" is a service mark of SoftwareOne, Incorporated.