Welcome to the Onboarding Lab

Data Model Schema:

{ "id": "", "gtin": "", "brand": "", "name": "", "color": "", "description": "", "assets": [ { "url": "", "name": "", "type": "" // Enum: "image", "video", "document", "3d_model", "other" } ], "dimensions": { "length": { "value": 0.0, "unit": "" }, "width": { "value": 0.0, "unit": "" }, "height": { "value": 0.0, "unit": "" }, "weight": { "value": 0.0, "unit": "" } }, "packvariants": [ { "packtype": "" // Enum: "box", "bag", "single_piece", "pallet", "other", "quantity": 0, "weight": { "value": 0.0, "unit": "" } } ], "other_attributes": [ { "name": "", "value": "", "unit": "" } ] }