# GET /external/api/products **GET /external/api/products** ## 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 - **modifiedAfter** (string(date-time)) - **storeId** (string) - **PageNumber** (integer(int32)) - **PageSize** (integer(int32)) ## Responses ### 200 Success #### Body: application/json (array[object]) - **id** (string | null) - **name** (string | null) - **description** (string | null) - **handle** (string | null) - **vendor** (string | null) - **active** (boolean) - **isWeight** (boolean) - **isVending** (boolean) - **isShoppingBag** (boolean) - **isBehindCounter** (boolean) - **isImported** (boolean) - **isNotDiscountable** (boolean) - **sortIndex** (integer(int32) | null) - **modifiedAt** (string(date-time)) - **images** (array[object] | null) - **dimensions** (array[object] | null) [Powered by Bump.sh](https://bump.sh)