ERP Links

The ERP Link represents a connection between a Buyer and a Seller object in the Marketplace. The ERP Link object contains the following properties:

Field
Type
Description

id

string

The primary identifier for the ERP link.

Example: ERP-1234-1234.

status

enum

The status of the object. The possible values are Active or Blocked.

note

string

name

string

The names of the buyer and seller.

Example: AGCO Corporation - SoftwareONE Argentina

externalIds

object

A reference to the BuyerExternalIdsObject.

Example:

{
	"erpCompanyContact": "WW-CON-123456",
	"erpCustomer": "WW-SCU-123456",
	"erpCustomerDiscountGroup": "WW-12345"
}

address

The address of the buyer in the given seller instance.

companyName

string

The name of the buyer in the given seller instance.

Example: AGCO Corporation

buyer

A reference to the Buyer object.

seller

A reference to the Seller object.

audit

A reference to the Audit object. The possible values are: Created, Updated, Blocked, or Unblocked.

Example

Last updated

Was this helpful?