https://sw6-6-4-11-0.mable.tools/api/search/order

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:28:12.097Z"
      "gte" => "2026-05-10T00:27:22.097Z"
    ]
  ]
]
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
"TH0RhfRL9/U="
_route
"api.order.search"
_routeScope
[
  "api"
]
_route_params
[
  "entityName" => "order"
  "path" => ""
]
_stopwatch_token
"f9f47e"
entityName
"order"
oauth_access_token_id
"79db6012ff65cd16cd45a02c67015e6e81eaeef711caf1f33a69f4d7e54cdd71306b2ff6ba308091"
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.eyJhdWQiOiJTV0lBUkZENFJWSDRRVE5XTTBaR1VYSFhRUSIsImp0aSI6Ijc5ZGI2MDEyZmY2NWNkMTZjZDQ1YTAyYzY3MDE1ZTZlODFlYWVlZjcxMWNhZjFmMzNhNjlmNGQ3ZTU0Y2RkNzEzMDZiMmZmNmJhMzA4MDkxIiwiaWF0IjoxNzc4Mzc2NTAyLjE5NTE1MiwibmJmIjoxNzc4Mzc2NTAyLjE5NTE1NSwiZXhwIjoxNzc4Mzc3MTAyLjE5NDkyLCJzdWIiOiIiLCJzY29wZXMiOlsid3JpdGUiXX0.JDx93Qu9nZHH9Fd6Rk7PwLnAa1J0ldcbtXZhA9_2YL6c1TJKekvHmbOVZ5cZ4DygXyhNc_Lq4nIFUwiNYE8DJDPdekT8FeoueVvEWdV2SirdkeheATFDgLfdV-T-rD40GExKptL7B48mdBZ8_zVoSgCP37tiymJf4zknrgaZZ1UGqNfZVb0JL6UtIK7U1Ec2nYYcXIDB1C1Uwa-OxZ8l9777DOF0c2Z1vk4yHEYfxv80DwXGn_1O719ZpRkh_jZqfpsCml1YJf1aC5mPdInzB6i6O-rQ-tz0KDwzC_vPDKlNCmaKtafAIIW1zEI4lIwn-1qxXy0n8rJrHUZYpqqsyQ"
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:28:12.097Z",
                "gte": "2026-05-10T00:27:22.097Z"
            }
        }
    ]
}

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:28:12.097Z","gte":"2026-05-10T00:27:22.097Z"}}]}

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:28:22 GMT"
referrer-policy
"strict-origin-when-cross-origin"
strict-transport-security
"max-age=31536000; includeSubDomains"
x-content-type-options
"nosniff"
x-debug-token
"9df409"
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
"54747"
H2_STREAM_TAG
"73-54747"
HOME
"/var/www"
HTTP2
"on"
HTTPS
"on"
HTTP_ACCEPT
"application/json"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_AUTHORIZATION
"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiJTV0lBUkZENFJWSDRRVE5XTTBaR1VYSFhRUSIsImp0aSI6Ijc5ZGI2MDEyZmY2NWNkMTZjZDQ1YTAyYzY3MDE1ZTZlODFlYWVlZjcxMWNhZjFmMzNhNjlmNGQ3ZTU0Y2RkNzEzMDZiMmZmNmJhMzA4MDkxIiwiaWF0IjoxNzc4Mzc2NTAyLjE5NTE1MiwibmJmIjoxNzc4Mzc2NTAyLjE5NTE1NSwiZXhwIjoxNzc4Mzc3MTAyLjE5NDkyLCJzdWIiOiIiLCJzY29wZXMiOlsid3JpdGUiXX0.JDx93Qu9nZHH9Fd6Rk7PwLnAa1J0ldcbtXZhA9_2YL6c1TJKekvHmbOVZ5cZ4DygXyhNc_Lq4nIFUwiNYE8DJDPdekT8FeoueVvEWdV2SirdkeheATFDgLfdV-T-rD40GExKptL7B48mdBZ8_zVoSgCP37tiymJf4zknrgaZZ1UGqNfZVb0JL6UtIK7U1Ec2nYYcXIDB1C1Uwa-OxZ8l9777DOF0c2Z1vk4yHEYfxv80DwXGn_1O719ZpRkh_jZqfpsCml1YJf1aC5mPdInzB6i6O-rQ-tz0KDwzC_vPDKlNCmaKtafAIIW1zEI4lIwn-1qxXy0n8rJrHUZYpqqsyQ"
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
"54747"
REDIRECT_H2_STREAM_TAG
"73-54747"
REDIRECT_HTTP2
"on"
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiJTV0lBUkZENFJWSDRRVE5XTTBaR1VYSFhRUSIsImp0aSI6Ijc5ZGI2MDEyZmY2NWNkMTZjZDQ1YTAyYzY3MDE1ZTZlODFlYWVlZjcxMWNhZjFmMzNhNjlmNGQ3ZTU0Y2RkNzEzMDZiMmZmNmJhMzA4MDkxIiwiaWF0IjoxNzc4Mzc2NTAyLjE5NTE1MiwibmJmIjoxNzc4Mzc2NTAyLjE5NTE1NSwiZXhwIjoxNzc4Mzc3MTAyLjE5NDkyLCJzdWIiOiIiLCJzY29wZXMiOlsid3JpdGUiXX0.JDx93Qu9nZHH9Fd6Rk7PwLnAa1J0ldcbtXZhA9_2YL6c1TJKekvHmbOVZ5cZ4DygXyhNc_Lq4nIFUwiNYE8DJDPdekT8FeoueVvEWdV2SirdkeheATFDgLfdV-T-rD40GExKptL7B48mdBZ8_zVoSgCP37tiymJf4zknrgaZZ1UGqNfZVb0JL6UtIK7U1Ec2nYYcXIDB1C1Uwa-OxZ8l9777DOF0c2Z1vk4yHEYfxv80DwXGn_1O719ZpRkh_jZqfpsCml1YJf1aC5mPdInzB6i6O-rQ-tz0KDwzC_vPDKlNCmaKtafAIIW1zEI4lIwn-1qxXy0n8rJrHUZYpqqsyQ"
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
1778376502
REQUEST_TIME_FLOAT
1778376502.213
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"