Buyer

Buyer Object

The buyer object represents an individual buyer in the Marketplace platform. This object contains the following properties:

FieldTypeDescription

id

string

Primary buyer identifier.

Example: "BUY-1234-1234"

href

string

Relative reference to object on API.

Example: "/v1/accounts/buyers/BUY-1234-1234"

status

string

Status: Enabled, Active, Disabled, Deleted

name

string

Buyer's name.

Example: "Stark Industries"

icon

string

Relative path to buyer’s logo.

Example: "/static/accounts/BUY-1234-1234/logo.png"

externalIds

BuyerExternalIdsObject

External identifier.

Example:

address

object

Address of the buyer.

Example:

taxId

string

Buyer's tax ID.

Example: "12-34567890"

account

Buyer’s account object.

sellers

contact

object

Contact person details.

Example:

audit

object

Possible audit events: Created, Updated, Disabled, Enabled, Activated.

Example:

Example

{
	"id": "BUY-3911-2313",
	"href": "/accounts/buyers/BUY-3911-2313",
	"contact": {
		"name": "Will Smith",
		"firstName": "Will",
		"lastName": "Smith",
		"email": "will.smith@adastraflex.com",
		"phone": null
	},
	"externalIds": {
		"erpCompanyContact": "WW-CON-123456",
		"erpCustomer": "WW-SCU-123456"
    },
	"status": "Active",
	"icon": null,
	"address": {
		"addressLine1": "PO Box 31",
		"addressLine2": "Victory Road",
		"postCode": "DE24 8BJ",
		"city": "Derby",
		"state": "Derbs",
		"country": "UK"
	},
	"taxId": "VAT1",
	"name": "Stark Industries"
}

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.