Introduction
Endpoints
| Production Endpoint | Method | Description |
|---|---|---|
https://tekra.bg/api/v1/orders/create |
POST | Creates a new order. |
https://tekra.bg/api/v1/orders/status |
GET | Returns the status of an order. |
| Test Endpoint | Method | Description |
https://tekra.bg/api/v1/test/orders/create |
POST | Creates a new order. |
https://tekra.bg/api/v1/test/orders/status |
GET | Returns the status of an order. |
Headers
X-TekraClientID:X-TekraAPIKey:
Create Order
Check Status
Errors
| Error code | Description | Type |
|---|
PHP Example
Example Responses
| Field | Description |
|---|
| Field | Description |
|---|
Test Products
| Product | Availability |
|---|---|
| PRODUCT_1 | 10 |
| PRODUCT_2 | 3 |
| PRODUCT_3 | 5 |