Buyer
The Buyer object represents an individual buyer within the Marketplace platform. This object contains the following properties:
id
string
The primary identifier for the buyer.
Example: BUY-1234-1234
href
string
A relative reference to the object in the API.
Example: /v1/accounts/buyers/BUY-1234-1234
status
string
The status of the buyer.
Possible values: Enabled
, Active
, Disabled
, or Deleted
name
string
The buyer's name.
Example: Stark Industries
icon
string
The relative path to the buyer’s logo.
Example: /static/accounts/BUY-1234-1234/logo.png
externalIds
BuyerExternalIdsObject
The external identifier.
Example:
address
object
The address of the buyer.
Example:
taxId
string
The buyer's tax ID.
Example: 12-34567890
account
A reference to the buyer’s account object.
sellers
A reference to the seller object.
contact
object
Details of the contact person.
Example:
audit
object
A reference to the Audit object.
Possible audit events: Created
, Updated
, Disabled
, Enabled
, or Activated
.
Example:
Example
Last updated
Was this helpful?