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
Property | Type | Description |
---|---|---|
sku | string | Unique product identifier |
name | string | Product name |
weight | number | Weight in kg |
dimensions | object | Product dimensions (L x W x H) |
Order
Track and manage orders
Property | Type | Description |
---|---|---|
orderId | string | Unique order identifier |
status | string | Current order status |
items | array | List of ordered items |
Shipment
Handle stock shipments
Property | Type | Description |
---|---|---|
shipmentId | string | Unique shipment identifier |
trackingNumber | string | Carrier tracking number |
status | string | Current shipment status |
API Version: 1.0.0