Trade Settings

Supported Trade settings scenarios

  • Get your own CustomerTradeSettings
  • Get SupplierTradeSettings by supplierOrganizationId
  • Sync SupplierTradeSettings

Get CustomerTradeSettings

Purpose: Retrieving the Trade settings of the current customer Organization.


Process steps:

NRProcess stepAPI call / scenario
1AGet Trade settings of the current customerGetCustomerTradeSettingFromOrganization

Get SupplierTradeSettings by SupplierOrganizationId

Purpose: Retrieving the Trade settings of a specific supplier, based on an OrganizationId.


Process steps:

NRProcess stepAPI call / scenario
1AGet Trade settings of a specific supplier Organization based on an OrganizationIdGetSupplierTradeSettingsByOrganizationId

Sync SupplierTradeSettings

Purpose: Retrieving Trade settings of multiple suppliers.


NRProcess stepAPI call / scenario
1AReturns the maximum sequence number found in trade settings.GetSupplierTradeSettingsMaxSequence
1BReturns a list of max 1000 supplier trade settings starting from a specified sequence number.GetSupplierTradeSettingsBySequenceNumber
2The retrieved trade settings will be added or updated in the customer application.