indedrop

Data Models

Explore our core data structures that power the IndeDrop API. These models represent the fundamental building blocks of our logistics system.

Product

Manage your product catalog

PropertyTypeDescription
skustringUnique product identifier
namestringProduct name
weightnumberWeight in kg
dimensionsobjectProduct dimensions (L x W x H)

Order

Track and manage orders

PropertyTypeDescription
orderIdstringUnique order identifier
statusstringCurrent order status
itemsarrayList of ordered items

Shipment

Handle stock shipments

PropertyTypeDescription
shipmentIdstringUnique shipment identifier
trackingNumberstringCarrier tracking number
statusstringCurrent shipment status

API Version: 1.0.0