Welcome to the Mock Order & Shipping API documentation. This API provides endpoints for simulating order placements, shipping processes, and more. The data is not stored, and responses are simulated for testing purposes.
The base URL for all API requests is:
http://yourdomain.com/
Endpoint | Method | Description | Example Request | Example Response | cURL Command |
---|---|---|---|---|---|
/orderMock.php | POST | Simulate placing an order. |
|
|
|
/mockShipping.php | POST | Simulate initiating shipping. |
|
|
|
/shipSim.php | POST | Simulate shipping with estimated delivery date. |
|
|
|
/orderSimulate.php | POST | Simulate an order and provide estimated delivery date. |
|
|
|