Early Access - The Dcycle CLI is currently available for enterprise customers.
Contact us to learn more about access.
Overview
Theppwr packaging-unit command manages PPWR packaging units — the containers, boxes, films, and other packaging assessed under Regulation (EU) 2025/40. Each packaging unit belongs to a project, can cover one or more SKUs via its sku sub-command, and can be assigned to an organization supplier via its supplier sub-command.
Available Commands
Aliases:
dcy ppwr packaging-units, dcy ppwr pkg-unit.
List Packaging Units
Examples
Flags
Output
Show Packaging Unit Details
Examples
Flags
Output
Create Packaging Unit
Examples
Flags
Edit Packaging Unit
Examples
Flags
Accepts the same flags ascreate (all optional — only provided fields are updated), plus:
Delete Packaging Unit
Examples
Flags
Output
Packaging Unit SKUs
SKUs track the specific product references covered by a packaging unit’s declaration of conformity.List SKUs
Add a SKU
Edit a SKU
sku add (all optional — only provided fields are updated).
Delete a SKU
Packaging Unit Supplier Assignment
Each packaging unit can be assigned to at most one organization supplier — the platform enforces this with a database-level constraint, so assigning a unit already held by another supplier fails with a409 instead of silently reassigning it.
add and remove are additive/subtractive: they read the supplier’s current assignments, merge in your change, and write back the full set — they never drop unrelated assignments.
List Assignments
assignment is the id of the supplier↔packaging-unit link itself, not the supplier or packaging unit id.
Assign Packaging Units to a Supplier
supplier remove.
Unassign Packaging Units from a Supplier
... was not assigned to this supplier, nothing to remove) instead of failing — useful when scripting idempotent cleanup.