BlogApiControllerDecorator :: search
Request
GET Parameters
No GET parameters
POST Parameters
| Key | Value |
|---|---|
| associations | [ "deliveries" => [ "limit" => 1 "associations" => [ "shippingMethod" => [ "limit" => 1 ] "shippingOrderAddress" => [ "associations" => [ "country" => [ "limit" => 1 ] ] ] ] ] "addresses" => [ "limit" => 1 "associations" => [ "country" => [ "limit" => 1 ] ] ] "stateMachineState" => [ "limit" => 1 ] "currency" => [ "limit" => 1 ] "documents" => [ "limit" => 1 ] "billingAddress" => [ "limit" => 1 "associations" => [ "country" => [ "limit" => 1 ] ] ] "lineItems" => [ "associations" => [ "product" => [ "limit" => 100 ] ] ] ] |
| filter | [
[
"field" => "orderDateTime"
"type" => "range"
"parameters" => [
"gte" => "2026-04-13 02:16:57"
]
]
[
"field" => "salesChannelId"
"type" => "equalsAny"
"value" => [
"e8e568d8b5c2412184f13842cbda7894"
]
]
] |
| limit | 10 |
| page | 1 |
| total-count-mode | 1 |
Uploaded Files
No files were uploaded
Request Attributes
| Key | Value |
|---|---|
| _controller | "Shopware\Core\Framework\Api\Controller\ApiController::search" |
| _cspNonce | "jPYmDYVhQQM=" |
| _route | "api.order.search" |
| _routeScope | [
"api"
] |
| _route_params | [ "entityName" => "order" "path" => "" ] |
| _stopwatch_token | "620ab1" |
| entityName | "order" |
| oauth_access_token_id | "1a60db8d3fad3a5d2e0ef5bc292764551e1512772249a7816e5618cc746b931f90df54eadd8d2c02" |
| oauth_client_id | "SWIATUGXAW51T2XTZFNEAM81VG" |
| oauth_scopes | [
"write"
] |
| oauth_user_id | "" |
| path | "" |
| sw-context | Shopware\Core\Framework\Context {#2520 #extensions: [] #scope: "user" #rulesLocked: false #source: Shopware\Core\Framework\Api\Context\AdminApiSource {#2550 …} #ruleIds: [] #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca" #languageIdChain: [ "2fbb5fe2e29a4d70aa5854ce7ce3e20b" ] #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425" #currencyFactor: 1.0 #considerInheritance: true #taxState: "gross" #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#2508 …} #states: [] } |
Request Headers
| Header | Value |
|---|---|
| accept | "application/json" |
| authorization | "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiJTV0lBVFVHWEFXNTFUMlhUWkZORUFNODFWRyIsImp0aSI6IjFhNjBkYjhkM2ZhZDNhNWQyZTBlZjViYzI5Mjc2NDU1MWUxNTEyNzcyMjQ5YTc4MTZlNTYxOGNjNzQ2YjkzMWY5MGRmNTRlYWRkOGQyYzAyIiwiaWF0IjoxNzc2MjEyMjE2LjY2MjMyOSwibmJmIjoxNzc2MjEyMjE2LjY2MjMzMiwiZXhwIjoxNzc2MjEyODE2LjY1OTg1Nywic3ViIjoiIiwic2NvcGVzIjpbIndyaXRlIl19.Su4PpdEysHjJttcfFUt1EmBCnwK1LhEysuABM0RGAraVkitUk168blzJsG3j0byDZHkVsBNJEwhRTGnszjC3btotiNkBByafZD2QL8Q17R-srl0hSCKECYS9SIODAObbvRv_4LaGMiizswLe0_0ZCuhMUw-yFTL2q4yHBvllcxbR9_ws0YHyHShZIbH19gOYCw-n-ojd4RgVFrHUuTEDAvfGn4NblHVRzk71ph4wpwpwroD7uHwhPnbJTOKFqdklo-s0SNddX9K9UDwxcJOoP6piTaBwHyJ9AhiLnpeA3spqhOQl9Cf_MHh_yqorwVqmgAy3da7JVQd_tFR_6Z-7bw" |
| content-length | "645" |
| content-type | "application/json" |
| forwarded | "for="178.22.62.134";host="hhh.notfalse.dev";proto=https" |
| host | "hhh.notfalse.dev" |
| surrogate-capability | "symfony="ESI/1.0"" |
| sw-access-key | "SWIATUGXAW51T2XTZFNEAM81VG" |
| sw-inheritance | "1" |
| user-agent | "GoedGepickt/Web" |
| via | "1.1 hch.srv.notfalse.nl (Varnish/7.5)" |
| x-forwarded-for | "178.22.62.134" |
| x-php-ob-level | "1" |
| x-real-ip | "178.22.62.134" |
| x-varnish | "2527005" |
Request Content
Pretty
{
"limit": 10,
"page": 1,
"total-count-mode": 1,
"associations": {
"deliveries": {
"limit": 1,
"associations": {
"shippingMethod": {
"limit": 1
},
"shippingOrderAddress": {
"associations": {
"country": {
"limit": 1
}
}
}
}
},
"addresses": {
"limit": 1,
"associations": {
"country": {
"limit": 1
}
}
},
"stateMachineState": {
"limit": 1
},
"currency": {
"limit": 1
},
"documents": {
"limit": 1
},
"billingAddress": {
"limit": 1,
"associations": {
"country": {
"limit": 1
}
}
},
"lineItems": {
"associations": {
"product": {
"limit": 100
}
}
}
},
"filter": [
{
"field": "orderDateTime",
"type": "range",
"parameters": {
"gte": "2026-04-13 02:16:57"
}
},
{
"field": "salesChannelId",
"type": "equalsAny",
"value": [
"e8e568d8b5c2412184f13842cbda7894"
]
}
]
}
Raw
{"limit":10,"page":1,"total-count-mode":1,"associations":{"deliveries":{"limit":1,"associations":{"shippingMethod":{"limit":1},"shippingOrderAddress":{"associations":{"country":{"limit":1}}}}},"addresses":{"limit":1,"associations":{"country":{"limit":1}}},"stateMachineState":{"limit":1},"currency":{"limit":1},"documents":{"limit":1},"billingAddress":{"limit":1,"associations":{"country":{"limit":1}}},"lineItems":{"associations":{"product":{"limit":100}}}},"filter":[{"field":"orderDateTime","type":"range","parameters":{"gte":"2026-04-13 02:16:57"}},{"field":"salesChannelId","type":"equalsAny","value":["e8e568d8b5c2412184f13842cbda7894"]}]}
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,indexing-behavior,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,indexing-behavior,sw-include-seo-urls" |
| cache-control | "no-cache, private" |
| content-security-policy | "object-src 'none'; script-src 'none'; base-uri 'self'; frame-ancestors 'none';" |
| content-type | "application/json" |
| date | "Wed, 15 Apr 2026 00:16:58 GMT" |
| referrer-policy | "strict-origin-when-cross-origin" |
| server-timing | "" |
| strict-transport-security | "max-age=31536000; includeSubDomains" |
| x-content-type-options | "nosniff" |
| x-debug-token | "fd2948" |
| 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 | "def00000841d1409f9e945d0eba78e03f979f352233e6a33dd44ffc4fa85ba2d58cd81fc754c28038b44882dc0a1a0386ea0d2b1fc50abaa82a98bbc78fa07679ae10f24" |
| APP_URL | "https://hch.notfalse.dev" |
| BLUE_GREEN_DEPLOYMENT | "1" |
| COMPOSER_HOME | "/data/web/shopware/production/var/cache/composer" |
| DATABASE_URL | "mysql://app_dev:temp001@localhost:3306/app_dev" |
| INSTANCE_ID | "jgqmatowwnaedUhMSMevd50pGv4aZOcw" |
| LOCK_DSN | "flock" |
| MAILER_URL | "null://localhost" |
| OPENSEARCH_URL | "http://elastic:hw3et7Xk3oFhCwrcQ5EuP7iToQtRMCqj@127.0.0.1:9200" |
| REDIS_URL | "redis://localhost:6379/1" |
| SHOPWARE_CDN_STRATEGY_DEFAULT | "id" |
| SHOPWARE_ES_ENABLED | "0" |
| SHOPWARE_ES_INDEXING_ENABLED | "0" |
| SHOPWARE_ES_INDEX_PREFIX | "sw_test" |
| SHOPWARE_ES_THROW_EXCEPTION | "1" |
| SHOPWARE_HTTP_CACHE_ENABLED | "1" |
| SHOPWARE_HTTP_DEFAULT_TTL | "7200" |
| STOCK_HANDLING | "1" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| APP_PROJECT_DIR | "/home/app/sites/hch.notfalse.dev/releases/13" |
| APP_RUNTIME | "Symfony\Component\Runtime\SymfonyRuntime" |
| APP_RUNTIME_OPTIONS | [ "project_dir" => "/home/app/sites/hch.notfalse.dev/releases/13" ] |
| CONTENT_LENGTH | "645" |
| CONTENT_TYPE | "application/json" |
| DOCUMENT_ROOT | "/home/app/sites/hch.notfalse.dev/current/public" |
| DOCUMENT_URI | "/index.php" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HOME | "/home/app" |
| HTTPS | "on" |
| HTTP_ACCEPT | "application/json" |
| HTTP_AUTHORIZATION | "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiJTV0lBVFVHWEFXNTFUMlhUWkZORUFNODFWRyIsImp0aSI6IjFhNjBkYjhkM2ZhZDNhNWQyZTBlZjViYzI5Mjc2NDU1MWUxNTEyNzcyMjQ5YTc4MTZlNTYxOGNjNzQ2YjkzMWY5MGRmNTRlYWRkOGQyYzAyIiwiaWF0IjoxNzc2MjEyMjE2LjY2MjMyOSwibmJmIjoxNzc2MjEyMjE2LjY2MjMzMiwiZXhwIjoxNzc2MjEyODE2LjY1OTg1Nywic3ViIjoiIiwic2NvcGVzIjpbIndyaXRlIl19.Su4PpdEysHjJttcfFUt1EmBCnwK1LhEysuABM0RGAraVkitUk168blzJsG3j0byDZHkVsBNJEwhRTGnszjC3btotiNkBByafZD2QL8Q17R-srl0hSCKECYS9SIODAObbvRv_4LaGMiizswLe0_0ZCuhMUw-yFTL2q4yHBvllcxbR9_ws0YHyHShZIbH19gOYCw-n-ojd4RgVFrHUuTEDAvfGn4NblHVRzk71ph4wpwpwroD7uHwhPnbJTOKFqdklo-s0SNddX9K9UDwxcJOoP6piTaBwHyJ9AhiLnpeA3spqhOQl9Cf_MHh_yqorwVqmgAy3da7JVQd_tFR_6Z-7bw" |
| HTTP_CONTENT_LENGTH | "645" |
| HTTP_CONTENT_TYPE | "application/json" |
| HTTP_FORWARDED | "for="178.22.62.134";host="hhh.notfalse.dev";proto=https" |
| HTTP_HOST | "hhh.notfalse.dev" |
| HTTP_SW_ACCESS_KEY | "SWIATUGXAW51T2XTZFNEAM81VG" |
| HTTP_SW_INHERITANCE | "1" |
| HTTP_USER_AGENT | "GoedGepickt/Web" |
| HTTP_VIA | "1.1 hch.srv.notfalse.nl (Varnish/7.5)" |
| HTTP_X_FORWARDED_FOR | "178.22.62.134" |
| HTTP_X_REAL_IP | "178.22.62.134" |
| HTTP_X_VARNISH | "2527005" |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "" |
| REDIRECT_STATUS | "200" |
| REMOTE_ADDR | "127.0.0.1" |
| REMOTE_PORT | "" |
| REQUEST_METHOD | "POST" |
| REQUEST_SCHEME | "http" |
| REQUEST_TIME | 1776212217 |
| REQUEST_TIME_FLOAT | 1776212217.3706 |
| REQUEST_URI | "/api/search/order" |
| SCRIPT_FILENAME | "/home/app/sites/hch.notfalse.dev/releases/13/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_ADDR | "127.0.0.1" |
| SERVER_NAME | "hch.notfalse.dev" |
| SERVER_PORT | "8080" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SOFTWARE | "nginx/1.28.3" |
| SYMFONY_DOTENV_PATH | "/home/app/sites/hch.notfalse.dev/releases/13/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,APP_URL,LOCK_DSN,MAILER_URL,DATABASE_URL,COMPOSER_HOME,INSTANCE_ID,BLUE_GREEN_DEPLOYMENT,SHOPWARE_HTTP_CACHE_ENABLED,SHOPWARE_HTTP_DEFAULT_TTL,OPENSEARCH_URL,SHOPWARE_ES_ENABLED,SHOPWARE_ES_INDEXING_ENABLED,SHOPWARE_ES_INDEX_PREFIX,SHOPWARE_ES_THROW_EXCEPTION,SHOPWARE_CDN_STRATEGY_DEFAULT,STOCK_HANDLING,REDIS_URL" |
| USER | "app" |