Trade settings

Supported Trade settings scenarios

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

Get SupplierTradeSettings

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


Process steps:

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

Get CustomerTradeSettings by CustomerOrganizationId

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


Process steps:

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

Sync CustomerTradeSettings

Purpose: Retrieving Trade settings of multiple customers.


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