ERP Link

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 state of the object.

Possible values: Active or Blocked

note

string

name

string

Represents the buyer and seller names.

Example: AGCO Corporation - SoftwareONE Argentina

externalIds

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.

Possible values: Created, Updated, Blocked, or Unblocked.

Example:

{
  "created": { "at": "...", "by": { } },
  "updated": { "at": "...", "by": { } },
  "blocked": { "at": "...", "by": { } },
  "unblocked": { "at": "...", "by": { } }
}

Example

Last updated

Was this helpful?