# GET /external/api/orders **GET /external/api/orders** ## Servers - Test environment: http://test.api.fygi.store (Test environment) - Demo environment: https://demo.api.fygi.store (Demo environment) - Production environment: https://api.fygi.store (Production environment) ## Authentication methods - Authorization key ## Parameters ### Query parameters - **after** (string(date-time)) - **storeId** (string(uuid)) - **before** (string(date-time)) - **PageNumber** (integer(int32)) - **PageSize** (integer(int32)) ## Responses ### 200 Success #### Headers - **X-Pagination** () meta-data #### Body: application/json (array[object]) - **id** (string(uuid)) - **number** (string | null) - **externalId** (string | null) - **orderReference** (string | null) - **createdAt** (string(date-time) | null) - **receiptSentAt** (string(date-time) | null) - **sum** (integer(int32)) - **taxSum** (integer(int32)) - **currencyCode** (string | null) - **storeId** (string(uuid)) - **customerId** (string(uuid)) - **vendingCode** (string | null) - **externalStoreId** (string | null) - **orderLines** (array[object] | null) - **orderLineRelations** (array[object] | null) - **transactions** (array[object] | null) - **shipments** (array[object] | null) - **adjustmentType** (object) [Powered by Bump.sh](https://bump.sh)