Business connections

List all the business connections with your suppliers in your commercial network.

get

List all the business connections between your business and your suppliers in your commercial network.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Returns the list of business connections.

application/json
get
/business-connections/suppliers

List all the business connections with your buyers in your commercial network.

get

List all the business connections between your business and your buyers in your commercial network.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Returns the list of business connections.

application/json
get
/business-connections/buyers

Update the custom data of a business connection

patch

Update the custom data of a business connection if you are the buyer (source business)

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Body
customDataobjectRequired

A customizable metadata field for storing additional information related to a business invitation in TradeAware. This field allows customers to associate their own identifiers or data with TradeAware's system.

  The `customData` field is returned unchanged and is visible only to the owners of the business invitation.

  Constraints:
    - Up to 10 keys per object
    - Key length: Maximum 255 characters
    - String value length: Maximum 255 characters
    - Values must be of type: string, number, or boolean
    - Nested objects are not allowed
    - Keys cannot contain: '__proto__', 'constructor', or 'prototype'
Example: {"key1":"someValue","key2":true,"key3":1234}
Responses
200

Returns the updated business connection.

application/json
patch
/business-connections/{id}

Last updated