ApiController :: search
Request
GET Parameters
No GET parameters
POST Parameters
| Key | Value |
|---|---|
| associations | [ "orderCustomer" => [ "associations" => [ "customer" => [] "salutation" => [] ] ] "addresses" => [ "associations" => [ "country" => [] "countryState" => [] ] ] "lineItems" => [ "associations" => [ "product" => [ "associations" => [ "manufacturer" => [] "categories" => [] ] ] "promotion" => [ "associations" => [ "discounts" => [] ] ] ] ] "transactions" => [ "associations" => [ "paymentMethod" => [] ] ] "language" => [] ] |
| filter | [
[
"type" => "range"
"field" => "orderDateTime"
"parameters" => [
"lte" => "2026-05-10T01:29:38.095Z"
"gte" => "2026-05-10T00:28:48.095Z"
]
]
] |
| includes | [ "order" => [ "id" ] ] |
| limit | 100 |
| page | 1 |
Uploaded Files
No files were uploaded
Request Attributes
| Key | Value |
|---|---|
| _controller | "Shopware\Core\Framework\Api\Controller\ApiController::search" |
| _cspNonce | "Zajj6BfN6MM=" |
| _route | "api.order.search" |
| _routeScope | [
"api"
] |
| _route_params | [ "entityName" => "order" "path" => "" ] |
| _stopwatch_token | "1e650a" |
| entityName | "order" |
| oauth_access_token_id | "312151c111235d67cdfb0ae36c9a0dad00df69073b37b84ae7d132065b73297421eca01a81425647" |
| oauth_client_id | "SWIARFD4RVH4QTNWM0ZGUXHXQQ" |
| oauth_scopes | [
"write"
] |
| oauth_user_id | "" |
| path | "" |
| sw-context | Shopware\Core\Framework\Context {#1414 #languageIdChain: [ "2fbb5fe2e29a4d70aa5854ce7ce3e20b" ] #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425" #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca" #currencyFactor: 1.0 #scope: "user" #ruleIds: [] #source: Shopware\Core\Framework\Api\Context\AdminApiSource {#1416 …} #considerInheritance: false #taxState: "gross" #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#1415 …} #extensions: [] -states: [] } |
Request Headers
| Header | Value |
|---|---|
| accept | "application/json" |
| accept-encoding | "gzip" |
| authorization | "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiJTV0lBUkZENFJWSDRRVE5XTTBaR1VYSFhRUSIsImp0aSI6IjMxMjE1MWMxMTEyMzVkNjdjZGZiMGFlMzZjOWEwZGFkMDBkZjY5MDczYjM3Yjg0YWU3ZDEzMjA2NWI3MzI5NzQyMWVjYTAxYTgxNDI1NjQ3IiwiaWF0IjoxNzc4Mzc2NTg4LjE5MjAyNSwibmJmIjoxNzc4Mzc2NTg4LjE5MjAyOCwiZXhwIjoxNzc4Mzc3MTg4LjE5MTc4Nywic3ViIjoiIiwic2NvcGVzIjpbIndyaXRlIl19.qq5uupfkO6HkLwVoWfdCQoTR1mh94LR0xtP2auzabYcAzIeRYPE2XY4hrsHs9CyOUJJsWMF1lQOdjk0UQApnoKzXD_kmjHzBUGOWlXna6H6xyo2vOsW1R1tDF42EMhBZW3540CGWuE0irjidrxaUQGSTC9sDoxLwN8qDSJc7feB3HXWLO4WP1wTc4rFlJOZCi4eWiXy7qsWiPL4W8lKIywrS8sD0tBbOXOvAQLeDDs1ZTiHo1e4lzOzeCIvzrhrYEmDGg_9KwlXvfRoYVdn8ppAvBbTDBCWzBglEWEgyScZr_1ORVHJCub8gkYPPpwrH8xrA2mi6WFlobzVK_Cs1RA" |
| content-length | "534" |
| content-type | "application/json" |
| forwarded | "for="172.20.0.2";host="sw6-6-4-11-0.mable.tools";proto=https" |
| host | "sw6-6-4-11-0.mable.tools" |
| user-agent | "Go-http-client/2.0" |
| x-forwarded-for | "172.20.0.2" |
| x-php-ob-level | "1" |
Request Content
Pretty
{
"page": 1,
"limit": 100,
"associations": {
"orderCustomer": {
"associations": {
"customer": {},
"salutation": {}
}
},
"addresses": {
"associations": {
"country": {},
"countryState": {}
}
},
"lineItems": {
"associations": {
"product": {
"associations": {
"manufacturer": {},
"categories": {}
}
},
"promotion": {
"associations": {
"discounts": {}
}
}
}
},
"transactions": {
"associations": {
"paymentMethod": {}
}
},
"language": {}
},
"includes": {
"order": [
"id"
]
},
"filter": [
{
"type": "range",
"field": "orderDateTime",
"parameters": {
"lte": "2026-05-10T01:29:38.095Z",
"gte": "2026-05-10T00:28:48.095Z"
}
}
]
}
Raw
{"page":1,"limit":100,"associations":{"orderCustomer":{"associations":{"customer":{},"salutation":{}}},"addresses":{"associations":{"country":{},"countryState":{}}},"lineItems":{"associations":{"product":{"associations":{"manufacturer":{},"categories":{}}},"promotion":{"associations":{"discounts":{}}}}},"transactions":{"associations":{"paymentMethod":{}}},"language":{}},"includes":{"order":["id"]},"filter":[{"type":"range","field":"orderDateTime","parameters":{"lte":"2026-05-10T01:29:38.095Z","gte":"2026-05-10T00:28:48.095Z"}}]}
Response
Response Headers
| Header | Value |
|---|---|
| access-control-allow-headers | "Content-Type,Authorization,sw-context-token,sw-access-key,sw-language-id,sw-version-id,sw-inheritance,fail-on-error,indexing-behavior,single-operation,sw-include-seo-urls" |
| access-control-allow-methods | "GET,POST,PUT,PATCH,DELETE" |
| access-control-allow-origin | "*" |
| access-control-expose-headers | "Content-Type,Authorization,sw-context-token,sw-access-key,sw-language-id,sw-version-id,sw-inheritance,fail-on-error,indexing-behavior,single-operation,sw-include-seo-urls" |
| cache-control | "no-cache, private" |
| content-security-policy | "object-src 'none'; script-src 'none'; base-uri 'self';" |
| content-type | "application/json" |
| date | "Sun, 10 May 2026 01:29:48 GMT" |
| referrer-policy | "strict-origin-when-cross-origin" |
| strict-transport-security | "max-age=31536000; includeSubDomains" |
| x-content-type-options | "nosniff" |
| x-debug-token | "e902c8" |
| x-frame-options | "deny" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session
Session Metadata
No session metadata
Session Attributes
No session attributes
Session Usage
0
Usages
Stateless check enabled
Session not used.
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| APP_ENV | "dev" |
| APP_SECRET | "1" |
| APP_URL | "https://sw6-6-4-11-0.mable.tools" |
| COMPOSER_HOME | "/var/www/html/var/cache/composer" |
| DATABASE_URL | "mysql://root:root@localhost:3306/shopware" |
| INSTANCE_ID | "1" |
| MAILER_URL | "smtp://localhost:1025" |
| SHOPWARE_ES_ENABLED | "0" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| CONTENT_LENGTH | "534" |
| CONTENT_TYPE | "application/json" |
| CONTEXT_DOCUMENT_ROOT | "/var/www/html/public" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/var/www/html/public" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| H2PUSH | "off" |
| H2_PUSH | "off" |
| H2_PUSHED | "" |
| H2_PUSHED_ON | "" |
| H2_STREAM_ID | "55341" |
| H2_STREAM_TAG | "72-55341" |
| HOME | "/var/www" |
| HTTP2 | "on" |
| HTTPS | "on" |
| HTTP_ACCEPT | "application/json" |
| HTTP_ACCEPT_ENCODING | "gzip" |
| HTTP_AUTHORIZATION | "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiJTV0lBUkZENFJWSDRRVE5XTTBaR1VYSFhRUSIsImp0aSI6IjMxMjE1MWMxMTEyMzVkNjdjZGZiMGFlMzZjOWEwZGFkMDBkZjY5MDczYjM3Yjg0YWU3ZDEzMjA2NWI3MzI5NzQyMWVjYTAxYTgxNDI1NjQ3IiwiaWF0IjoxNzc4Mzc2NTg4LjE5MjAyNSwibmJmIjoxNzc4Mzc2NTg4LjE5MjAyOCwiZXhwIjoxNzc4Mzc3MTg4LjE5MTc4Nywic3ViIjoiIiwic2NvcGVzIjpbIndyaXRlIl19.qq5uupfkO6HkLwVoWfdCQoTR1mh94LR0xtP2auzabYcAzIeRYPE2XY4hrsHs9CyOUJJsWMF1lQOdjk0UQApnoKzXD_kmjHzBUGOWlXna6H6xyo2vOsW1R1tDF42EMhBZW3540CGWuE0irjidrxaUQGSTC9sDoxLwN8qDSJc7feB3HXWLO4WP1wTc4rFlJOZCi4eWiXy7qsWiPL4W8lKIywrS8sD0tBbOXOvAQLeDDs1ZTiHo1e4lzOzeCIvzrhrYEmDGg_9KwlXvfRoYVdn8ppAvBbTDBCWzBglEWEgyScZr_1ORVHJCub8gkYPPpwrH8xrA2mi6WFlobzVK_Cs1RA" |
| HTTP_FORWARDED | "for="172.20.0.2";host="sw6-6-4-11-0.mable.tools";proto=https" |
| HTTP_HOST | "sw6-6-4-11-0.mable.tools" |
| HTTP_USER_AGENT | "Go-http-client/2.0" |
| HTTP_X_FORWARDED_FOR | "172.20.0.2" |
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "" |
| REDIRECT_H2PUSH | "off" |
| REDIRECT_H2_PUSH | "off" |
| REDIRECT_H2_PUSHED | "" |
| REDIRECT_H2_PUSHED_ON | "" |
| REDIRECT_H2_STREAM_ID | "55341" |
| REDIRECT_H2_STREAM_TAG | "72-55341" |
| REDIRECT_HTTP2 | "on" |
| REDIRECT_HTTPS | "on" |
| REDIRECT_HTTP_AUTHORIZATION | "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiJTV0lBUkZENFJWSDRRVE5XTTBaR1VYSFhRUSIsImp0aSI6IjMxMjE1MWMxMTEyMzVkNjdjZGZiMGFlMzZjOWEwZGFkMDBkZjY5MDczYjM3Yjg0YWU3ZDEzMjA2NWI3MzI5NzQyMWVjYTAxYTgxNDI1NjQ3IiwiaWF0IjoxNzc4Mzc2NTg4LjE5MjAyNSwibmJmIjoxNzc4Mzc2NTg4LjE5MjAyOCwiZXhwIjoxNzc4Mzc3MTg4LjE5MTc4Nywic3ViIjoiIiwic2NvcGVzIjpbIndyaXRlIl19.qq5uupfkO6HkLwVoWfdCQoTR1mh94LR0xtP2auzabYcAzIeRYPE2XY4hrsHs9CyOUJJsWMF1lQOdjk0UQApnoKzXD_kmjHzBUGOWlXna6H6xyo2vOsW1R1tDF42EMhBZW3540CGWuE0irjidrxaUQGSTC9sDoxLwN8qDSJc7feB3HXWLO4WP1wTc4rFlJOZCi4eWiXy7qsWiPL4W8lKIywrS8sD0tBbOXOvAQLeDDs1ZTiHo1e4lzOzeCIvzrhrYEmDGg_9KwlXvfRoYVdn8ppAvBbTDBCWzBglEWEgyScZr_1ORVHJCub8gkYPPpwrH8xrA2mi6WFlobzVK_Cs1RA" |
| REDIRECT_SSL_TLS_SNI | "shop" |
| REDIRECT_STATUS | "200" |
| REDIRECT_URL | "/api/search/order" |
| REMOTE_ADDR | "127.0.0.1" |
| REMOTE_PORT | "56032" |
| REQUEST_METHOD | "POST" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1778376588 |
| REQUEST_TIME_FLOAT | 1778376588.2085 |
| REQUEST_URI | "/api/search/order" |
| SCRIPT_FILENAME | "/var/www/html/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_ADDR | "172.20.0.3" |
| SERVER_ADMIN | "local@dockware" |
| SERVER_NAME | "sw6-6-4-11-0.mable.tools" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/2.0" |
| SERVER_SIGNATURE | "<address>Apache/2.4.29 (Ubuntu) Server at sw6-6-4-11-0.mable.tools Port 443</address>\n" |
| SERVER_SOFTWARE | "Apache/2.4.29 (Ubuntu)" |
| SSL_TLS_SNI | "shop" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,INSTANCE_ID,DATABASE_URL,APP_URL,MAILER_URL,COMPOSER_HOME,SHOPWARE_ES_ENABLED" |
| USER | "www-data" |
| proxy-nokeepalive | "1" |