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:
NR | Process step | API call / scenario |
---|---|---|
1A | Get Trade settings of the current customer | GetCustomerTradeSettingFromOrganization |
Get SupplierTradeSettings by SupplierOrganizationId
Purpose: Retrieving the Trade settings of a specific supplier, based on an OrganizationId.
Process steps:
NR | Process step | API call / scenario |
---|---|---|
1A | Get Trade settings of a specific supplier Organization based on an OrganizationId | GetSupplierTradeSettingsByOrganizationId |
Sync SupplierTradeSettings
Purpose: Retrieving Trade settings of multiple suppliers.
NR | Process step | API call / scenario |
---|---|---|
1A | Returns the maximum sequence number found in trade settings. | GetSupplierTradeSettingsMaxSequence |
1B | Returns a list of max 1000 supplier trade settings starting from a specified sequence number. | GetSupplierTradeSettingsBySequenceNumber |
2 | The retrieved trade settings will be added or updated in the customer application. |
Updated 2 months ago