Import packaging setup from ERP
Prerequisites
In order to import packaging setups to Product Setup Management using ERP Connectivity the necessary configurations have to be applied. See the Setup for ERPC use cases chapter for more details.
Checking if the query can be executed (optional)
Optionally the PackagingSetups/CanQueryPackagingSetupFromExternal endpoint can be called (see in the API documentation - CanQueryPackagingSetupFromExternal) that returns a bool as a value. If the response value is true, the connection is set up and the actual query can be executed.
Querying the packaging setup
Packaging setups can be queried using the PackagingSetups/QueryPackagingSetupFromExternal endpoint (see in the API documentation - QueryPackagingSetupFromExternal).