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 04:16:54"
]
]
] |
| 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 | "ZhBM+I6SoeA=" |
| _route | "api.order.search" |
| _routeScope | [
"api"
] |
| _route_params | [ "entityName" => "order" "path" => "" ] |
| _stopwatch_token | "c126b1" |
| entityName | "order" |
| oauth_access_token_id | "7a3ad86a1cb141f10b852a79662e8902605137b625e6f59d4207acf837fdca2d4bf4f469625bbe71" |
| oauth_client_id | "SWIAAGVNEXR5R0NGC2FKUVNUMW" |
| 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.eyJhdWQiOiJTV0lBQUdWTkVYUjVSME5HQzJGS1VWTlVNVyIsImp0aSI6IjdhM2FkODZhMWNiMTQxZjEwYjg1MmE3OTY2MmU4OTAyNjA1MTM3YjYyNWU2ZjU5ZDQyMDdhY2Y4MzdmZGNhMmQ0YmY0ZjQ2OTYyNWJiZTcxIiwiaWF0IjoxNzc2MjE5NDEzLjUzNDYxMiwibmJmIjoxNzc2MjE5NDEzLjUzNDYxNSwiZXhwIjoxNzc2MjIwMDEzLjUzMjg4OCwic3ViIjoiIiwic2NvcGVzIjpbIndyaXRlIl19.c6CZSLCJYNTzs0VtFLlTP7xDZ5D09Hffqcw3fQfOmeOlpEgfx2CIGrOSy6SnVcOmiixY4eNerfLydVCWSUtwa9vHfB_KfwW-t744OVYNMG6I8Ac_U1puvLNIUNeZ1wfDDeOebJr3W6SHuOVeq1Acgii88yVU1nSDiIMbHm1zPT6P61msBElwoTbjG5cVAPXvkKFujgz8cKW3baJuCP_7KhXaYWysR_A0MoE20E1X1-opx6g7lFRivG9qo3ACGQgnDchXF_RVJIksGHab928q9Z_r41-fDkOcbpQDN4Po2DHFO3g-XKUAqO_-0OQ8oynHjU1qX-LMFqeRx2_Vv6j--g" |
| content-length | "554" |
| content-type | "application/json" |
| forwarded | "for="178.22.62.134";host="hch.notfalse.dev";proto=https" |
| host | "hch.notfalse.dev" |
| surrogate-capability | "symfony="ESI/1.0"" |
| sw-access-key | "SWIAAGVNEXR5R0NGC2FKUVNUMW" |
| 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 | "2926408" |
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 04:16:54"
}
}
]
}
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 04:16:54"}}]}
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 02:16:54 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 | "fa543b" |
| 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 | "554" |
| 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.eyJhdWQiOiJTV0lBQUdWTkVYUjVSME5HQzJGS1VWTlVNVyIsImp0aSI6IjdhM2FkODZhMWNiMTQxZjEwYjg1MmE3OTY2MmU4OTAyNjA1MTM3YjYyNWU2ZjU5ZDQyMDdhY2Y4MzdmZGNhMmQ0YmY0ZjQ2OTYyNWJiZTcxIiwiaWF0IjoxNzc2MjE5NDEzLjUzNDYxMiwibmJmIjoxNzc2MjE5NDEzLjUzNDYxNSwiZXhwIjoxNzc2MjIwMDEzLjUzMjg4OCwic3ViIjoiIiwic2NvcGVzIjpbIndyaXRlIl19.c6CZSLCJYNTzs0VtFLlTP7xDZ5D09Hffqcw3fQfOmeOlpEgfx2CIGrOSy6SnVcOmiixY4eNerfLydVCWSUtwa9vHfB_KfwW-t744OVYNMG6I8Ac_U1puvLNIUNeZ1wfDDeOebJr3W6SHuOVeq1Acgii88yVU1nSDiIMbHm1zPT6P61msBElwoTbjG5cVAPXvkKFujgz8cKW3baJuCP_7KhXaYWysR_A0MoE20E1X1-opx6g7lFRivG9qo3ACGQgnDchXF_RVJIksGHab928q9Z_r41-fDkOcbpQDN4Po2DHFO3g-XKUAqO_-0OQ8oynHjU1qX-LMFqeRx2_Vv6j--g" |
| HTTP_CONTENT_LENGTH | "554" |
| HTTP_CONTENT_TYPE | "application/json" |
| HTTP_FORWARDED | "for="178.22.62.134";host="hch.notfalse.dev";proto=https" |
| HTTP_HOST | "hch.notfalse.dev" |
| HTTP_SW_ACCESS_KEY | "SWIAAGVNEXR5R0NGC2FKUVNUMW" |
| 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 | "2926408" |
| 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 | 1776219414 |
| REQUEST_TIME_FLOAT | 1776219414.1175 |
| 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" |