Generate pathCode and pathId for new Warehouses
In case of creating Warehouses in database (outside of P4 parametrization) you need to trigger the generation of pathId and pathCode attributes manually.
This can be triggered by a prepared endpoint:
CODE
POST: {{host}}/warehouse/actions/update-path-columns
BODY: (empty)
Where {{host}}
is the location of P4 API, e.g.: https://p4f-api-dev-aws.productoo.com/api
`
