Buyer
The Buyer object represents an individual buyer within the Marketplace platform. This object contains the following properties:
id
string
Primary buyer identifier.
Example: BUY-1234-1234
href
string
Relative reference to the object in the 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
Seller object.
contact
object
Contact person details.
Example:
audit
object
Possible audit events: Created, Updated, Disabled, Enabled, Activated.
Example:
Example
Last updated
Was this helpful?