Look up a product by EAN in the central registry and create a hierarchy:
one group product plus quantity child products. The group’s translated
name is "Skupina <ean-name> (<quantity>)". Each child has parent_product_id
set to the group’s product_id. The provided EPC IDs are attached to the
group product (not to the children).
Fails with 404 if the EAN is not present in the registry, and 409 if any of the provided EPC IDs already exist in this tenant.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
European Article Number looked up in the central EAN registry.
"8594001524129"
Number of child product records to create under the group.
1 <= x <= 100005
EPC IDs to be attached to the group product.
1["E2004001020304", "E2004001020305"]Optional location ID. When provided, every created EPC is assigned this
location (latest_location_id). Must reference an existing row in
locations. Omit or set to null to leave EPCs without a location.
1