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