ApiController :: search
Request
GET Parameters
No GET parameters
POST Parameters
Key | Value |
---|---|
associations | [ "stateMachineState" => [ "associations" => [ "fromStateMachineTransitions" => [ 1 ] ] ] "addresses" => [ "associations" => [ "salutation" => [ 1 ] "country" => [ 1 ] "countryState" => [ 1 ] ] ] "transactions" => [ "associations" => [ "paymentMethod" => [ 1 ] ] ] "lineItems" => [ "associations" => [ "product" => [ 1 ] ] ] "language" => [ "associations" => [ "locale" => [ 1 ] ] ] "deliveries" => [ "associations" => [ "shippingOrderAddress" => [ "associations" => [ "salutation" => [ 1 ] "country" => [ 1 ] ] ] "shippingMethod" => [ 1 ] "stateMachineState" => [ "associations" => [ "fromStateMachineTransitions" => [ 1 ] ] ] ] ] "currency" => [ 1 ] "orderCustomer" => [ "associations" => [ "customer" => [ 1 ] ] ] "tags" => [ 1 ] ] |
filter | [ [ "type" => "range" "field" => "orderDateTime" "parameters" => [ "gte" => "2025-01-01T00:00:00" ] ] [ "type" => "range" "field" => "createdAt" "parameters" => [ "gte" => "2025-07-06T03:07:37" ] ] ] |
limit | 50 |
page | 1 |
sort | [ [ "field" => "createdAt" "direction" => "asc" "naturalSorting" => false ] [ "field" => "id" "direction" => "asc" "naturalSorting" => false ] ] |
term | "" |
total-count-mode | 1 |
Uploaded Files
No files were uploaded
Request Attributes
Key | Value |
---|---|
_controller | "Shopware\Core\Framework\Api\Controller\ApiController::search" |
_cspNonce | "L4fqBgcA+No=" |
_route | "api.order.search" |
_routeScope | [
"api"
] |
_route_params | [ "entityName" => "order" "path" => "" ] |
_stopwatch_token | "024785" |
entityName | "order" |
oauth_access_token_id | "b49bd153b6ddb6c4c6a3811b6d42b1f6e1e399eb6a1dfc542e7ba0cba92d49fc64547a5ba189a90a" |
oauth_client_id | "SWIAWKZ5EUZSAZDDBG5ZT1JJYW" |
oauth_scopes | [
"write"
] |
oauth_user_id | "" |
path | "" |
sw-context | Shopware\Core\Framework\Context {#1276 #extensions: [] #scope: "user" #rulesLocked: false #source: Shopware\Core\Framework\Api\Context\AdminApiSource {#1253 …} #ruleIds: [] #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca" #languageIdChain: [ "2fbb5fe2e29a4d70aa5854ce7ce3e20b" ] #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425" #currencyFactor: 1.0 #considerInheritance: false #taxState: "gross" #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#1292 …} #states: [] } |
Request Headers
Header | Value |
---|---|
accept | "application/json" |
authorization | "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiJTV0lBV0taNUVVWlNBWkREQkc1WlQxSkpZVyIsImp0aSI6ImI0OWJkMTUzYjZkZGI2YzRjNmEzODExYjZkNDJiMWY2ZTFlMzk5ZWI2YTFkZmM1NDJlN2JhMGNiYTkyZDQ5ZmM2NDU0N2E1YmExODlhOTBhIiwiaWF0IjoxNzUyMTQ5MDkwLjgzNDMzMiwibmJmIjoxNzUyMTQ5MDkwLjgzNDMzMywiZXhwIjoxNzUyMTQ5NjkwLjgzMzMzNCwic3ViIjoiIiwic2NvcGVzIjpbIndyaXRlIl19.HFAa2KJkiPWYamtgkMiEFeVjus2nWISZkiQsOa9YqY9mUQHswYeeif0FpLKkKVf_hsgB41eSpxlvUuXcd5kHFaq8lasTYDJ2H9Jm-US3pmQQb6cyOKR5EnKZDZEGa3kfBGWo8Xxvi8DPU4w6Hh81t_W51LLuhAtBuPW1l82XZYWDOEpMiZOK0BD3sQJll0rO-oNL04yzrpVndVarrHPLWV2TsvadvjPLNmDl61aPlWMtqc3WtqHAMe9eD2n6vrAuo8gdTC2guLyxWE7PFvsrobNqmqV_rxije3AUeMwh7H3iSX5X3L3bwIb8DibYKlQH1qA24UIzdpNzA6OqaknF1A" |
content-length | "943" |
content-type | "application/json" |
forwarded | "for="88.84.141.4";host="tcgshop-moers.com";proto=https" |
host | "tcgshop-moers.com" |
surrogate-capability | "symfony="ESI/1.0"" |
user-agent | "GuzzleHttp/7" |
x-forwarded-for | "88.84.141.4" |
x-php-ob-level | "1" |
x-request-id | "da713df1-7df7-4059-9ebb-3d935d79ef40" |
Request Content
Pretty
{ "page": 1, "limit": 50, "term": "", "total-count-mode": 1, "sort": [ { "field": "createdAt", "direction": "asc", "naturalSorting": false }, { "field": "id", "direction": "asc", "naturalSorting": false } ], "filter": [ { "type": "range", "field": "orderDateTime", "parameters": { "gte": "2025-01-01T00:00:00" } }, { "type": "range", "field": "createdAt", "parameters": { "gte": "2025-07-06T03:07:37" } } ], "associations": { "stateMachineState": { "associations": { "fromStateMachineTransitions": [ 1 ] } }, "addresses": { "associations": { "salutation": [ 1 ], "country": [ 1 ], "countryState": [ 1 ] } }, "transactions": { "associations": { "paymentMethod": [ 1 ] } }, "lineItems": { "associations": { "product": [ 1 ] } }, "language": { "associations": { "locale": [ 1 ] } }, "deliveries": { "associations": { "shippingOrderAddress": { "associations": { "salutation": [ 1 ], "country": [ 1 ] } }, "shippingMethod": [ 1 ], "stateMachineState": { "associations": { "fromStateMachineTransitions": [ 1 ] } } } }, "currency": [ 1 ], "orderCustomer": { "associations": { "customer": [ 1 ] } }, "tags": [ 1 ] } }
Raw
{"page":1,"limit":50,"term":"","total-count-mode":1,"sort":[{"field":"createdAt","direction":"asc","naturalSorting":false},{"field":"id","direction":"asc","naturalSorting":false}],"filter":[{"type":"range","field":"orderDateTime","parameters":{"gte":"2025-01-01T00:00:00"}},{"type":"range","field":"createdAt","parameters":{"gte":"2025-07-06T03:07:37"}}],"associations":{"stateMachineState":{"associations":{"fromStateMachineTransitions":[1]}},"addresses":{"associations":{"salutation":[1],"country":[1],"countryState":[1]}},"transactions":{"associations":{"paymentMethod":[1]}},"lineItems":{"associations":{"product":[1]}},"language":{"associations":{"locale":[1]}},"deliveries":{"associations":{"shippingOrderAddress":{"associations":{"salutation":[1],"country":[1]}},"shippingMethod":[1],"stateMachineState":{"associations":{"fromStateMachineTransitions":[1]}}}},"currency":[1],"orderCustomer":{"associations":{"customer":[1]}},"tags":[1]}}
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 | "Thu, 10 Jul 2025 12:05:17 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 | "8fa38b" |
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 |
---|---|
ADMIN_OPENSEARCH_URL | "http://localhost:9200" |
APP_ENV | "dev" |
APP_SECRET | "def00000e491505cfaaf87be212b6c14ca871811e507d4fe57229bb77185ed77ec21784afd761fa7dc8f901ac9f0d7d9b00d6481568008595e7ce153ee9345838da339a5" |
APP_URL | "https://tcgshop-moers.com" |
BLUE_GREEN_DEPLOYMENT | "1" |
COMPOSER_HOME | "/var/www/html/var/cache/composer" |
DATABASE_URL | "mysql://jdtec:nnNSzG.b~2%26VAC%298t%7C4h%25%5E@localhost:3306/Shopware" |
INSTANCE_ID | "lSshoBmCn9epjxu4FntrNeMyrup2P7u8" |
LOCK_DSN | "flock" |
MAILER_URL | "null://null" |
OPENSEARCH_URL | "http://localhost:9200" |
PROXY_URL | "http://localhost" |
SHOPWARE_ES_ENABLED | "0" |
SHOPWARE_ES_INDEXING_ENABLED | "0" |
SHOPWARE_ES_INDEX_PREFIX | "sw" |
SHOPWARE_ES_THROW_EXCEPTION | "1" |
SHOPWARE_HTTP_CACHE_ENABLED | "1" |
SHOPWARE_HTTP_DEFAULT_TTL | "7200" |
Defined as regular env variables
Key | Value |
---|---|
APP_DEBUG | "1" |
CONTENT_LENGTH | "943" |
CONTENT_TYPE | "application/json" |
CONTEXT_DOCUMENT_ROOT | "/var/www/html/public" |
CONTEXT_PREFIX | "" |
DOCUMENT_ROOT | "/var/www/html/public" |
GATEWAY_INTERFACE | "CGI/1.1" |
HTTPS | "on" |
HTTP_ACCEPT | "application/json" |
HTTP_AUTHORIZATION | "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiJTV0lBV0taNUVVWlNBWkREQkc1WlQxSkpZVyIsImp0aSI6ImI0OWJkMTUzYjZkZGI2YzRjNmEzODExYjZkNDJiMWY2ZTFlMzk5ZWI2YTFkZmM1NDJlN2JhMGNiYTkyZDQ5ZmM2NDU0N2E1YmExODlhOTBhIiwiaWF0IjoxNzUyMTQ5MDkwLjgzNDMzMiwibmJmIjoxNzUyMTQ5MDkwLjgzNDMzMywiZXhwIjoxNzUyMTQ5NjkwLjgzMzMzNCwic3ViIjoiIiwic2NvcGVzIjpbIndyaXRlIl19.HFAa2KJkiPWYamtgkMiEFeVjus2nWISZkiQsOa9YqY9mUQHswYeeif0FpLKkKVf_hsgB41eSpxlvUuXcd5kHFaq8lasTYDJ2H9Jm-US3pmQQb6cyOKR5EnKZDZEGa3kfBGWo8Xxvi8DPU4w6Hh81t_W51LLuhAtBuPW1l82XZYWDOEpMiZOK0BD3sQJll0rO-oNL04yzrpVndVarrHPLWV2TsvadvjPLNmDl61aPlWMtqc3WtqHAMe9eD2n6vrAuo8gdTC2guLyxWE7PFvsrobNqmqV_rxije3AUeMwh7H3iSX5X3L3bwIb8DibYKlQH1qA24UIzdpNzA6OqaknF1A" |
HTTP_FORWARDED | "for="88.84.141.4";host="tcgshop-moers.com";proto=https" |
HTTP_HOST | "tcgshop-moers.com" |
HTTP_USER_AGENT | "GuzzleHttp/7" |
HTTP_X_FORWARDED_FOR | "88.84.141.4" |
HTTP_X_REQUEST_ID | "da713df1-7df7-4059-9ebb-3d935d79ef40" |
PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin" |
PHP_SELF | "/index.php" |
QUERY_STRING | "" |
REDIRECT_HTTPS | "on" |
REDIRECT_HTTP_AUTHORIZATION | "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiJTV0lBV0taNUVVWlNBWkREQkc1WlQxSkpZVyIsImp0aSI6ImI0OWJkMTUzYjZkZGI2YzRjNmEzODExYjZkNDJiMWY2ZTFlMzk5ZWI2YTFkZmM1NDJlN2JhMGNiYTkyZDQ5ZmM2NDU0N2E1YmExODlhOTBhIiwiaWF0IjoxNzUyMTQ5MDkwLjgzNDMzMiwibmJmIjoxNzUyMTQ5MDkwLjgzNDMzMywiZXhwIjoxNzUyMTQ5NjkwLjgzMzMzNCwic3ViIjoiIiwic2NvcGVzIjpbIndyaXRlIl19.HFAa2KJkiPWYamtgkMiEFeVjus2nWISZkiQsOa9YqY9mUQHswYeeif0FpLKkKVf_hsgB41eSpxlvUuXcd5kHFaq8lasTYDJ2H9Jm-US3pmQQb6cyOKR5EnKZDZEGa3kfBGWo8Xxvi8DPU4w6Hh81t_W51LLuhAtBuPW1l82XZYWDOEpMiZOK0BD3sQJll0rO-oNL04yzrpVndVarrHPLWV2TsvadvjPLNmDl61aPlWMtqc3WtqHAMe9eD2n6vrAuo8gdTC2guLyxWE7PFvsrobNqmqV_rxije3AUeMwh7H3iSX5X3L3bwIb8DibYKlQH1qA24UIzdpNzA6OqaknF1A" |
REDIRECT_SSL_TLS_SNI | "tcgshop-moers.com" |
REDIRECT_STATUS | "200" |
REDIRECT_URL | "/api/search/order" |
REMOTE_ADDR | "127.0.0.1" |
REMOTE_PORT | "43447" |
REQUEST_METHOD | "POST" |
REQUEST_SCHEME | "https" |
REQUEST_TIME | 1752149117 |
REQUEST_TIME_FLOAT | 1752149117.6555 |
REQUEST_URI | "/api/search/order" |
SCRIPT_FILENAME | "/var/www/html/public/index.php" |
SCRIPT_NAME | "/index.php" |
SERVER_ADDR | "51.38.95.150" |
SERVER_ADMIN | "webmaster@localhost" |
SERVER_NAME | "tcgshop-moers.com" |
SERVER_PORT | "443" |
SERVER_PROTOCOL | "HTTP/1.1" |
SERVER_SIGNATURE | "<address>Apache/2.4.58 (Ubuntu) Server at tcgshop-moers.com Port 443</address>\n" |
SERVER_SOFTWARE | "Apache/2.4.58 (Ubuntu)" |
SSL_TLS_SNI | "tcgshop-moers.com" |
SYMFONY_DOTENV_PATH | "/var/www/html/.env" |
SYMFONY_DOTENV_VARS | "APP_ENV,APP_URL,APP_SECRET,INSTANCE_ID,BLUE_GREEN_DEPLOYMENT,DATABASE_URL,MAILER_URL,LOCK_DSN,OPENSEARCH_URL,SHOPWARE_ES_ENABLED,SHOPWARE_ES_INDEXING_ENABLED,SHOPWARE_ES_INDEX_PREFIX,SHOPWARE_ES_THROW_EXCEPTION,PROXY_URL,SHOPWARE_HTTP_CACHE_ENABLED,SHOPWARE_HTTP_DEFAULT_TTL,COMPOSER_HOME,ADMIN_OPENSEARCH_URL" |