Skip to main content
GET
Read hierarchy link

Authorizations

X-API-Key
string
header
required

Path Parameters

hierarchy_id
string<shortuuid>
required

UUID of the hierarchy link.

Required string length: 22
Pattern: ^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$

Response

OK

id
string<shortuuid>
required

URL-safe 22-character shortuuid encoding of the row's UUID primary key. Stable across the row's lifetime; suitable for sharing in URLs, log lines, and external SDK clients. Accepted on input as either the shortuuid form or the canonical UUID form (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).

Required string length: 22
Pattern: ^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$
parent_gtin
string
required

Parent product GTIN.

child_gtin
string
required

Child product GTIN.

child_product_name
string
required

Product name of the child product.

quantity
integer
required

Number of child items in the parent packaging.

hierarchy_level
enum<string>
required

GDSN packaging level.

Available options:
UNIT,
INNER_PACK,
CASE,
PALLET