GET
Auth Required
Get Order
Get order details by ID.
https://hoodsly-moc-api.wppool.dev/api/v1/order/{id}
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Order UUID |
Response
200 OK
{
"success": true,
"data": {
"id": "32136727-3946-43f5-8b5b-04a220c98f74",
"order_id": "WC-12345",
"title": "Order #12345",
"origin": "wordpress",
"order_total": "2800.00",
"order_status": "pending",
"estimated_shipping_date": "2026-01-15",
"vendor": "HoodslyHub",
"order_shop": "Shop A",
"shipping_method": "UPS",
"priority": "No",
"tracking_number": null,
"data": {
"billing": {
"first_name": "John",
"last_name": "Doe",
"email": "john.doe@example.com",
"phone": "(555) 123-4567",
"address_1": "123 Main St",
"city": "New York",
"state": "NY",
"postcode": "10001",
"country": "US"
},
"shipping": { ... },
"line_items": { ... }
},
"created_at": "2026-01-04T10:00:00Z",
"updated_at": "2026-01-04T10:00:00Z"
},
"message": null
}
Request
GET
/api/v1/status
Response