# Get all products **GET /products** Get all my products This endpoint is used for all data manipulation with products - creating, updating, removing and also for updating specific values of stocks, prices and mapping to each of the marketplaces ## Servers - Production API endpoint - live use only: api.services.omnicado.com/api/v2 (Production API endpoint - live use only) - Development API endpoint - used for testing: api.dev.services.omnicado.com/api/v2 (Development API endpoint - used for testing) ## Authentication methods - Omnicado token based scheme ## Parameters ### Query parameters - **limit** (integer(int32)) How many items to return at one time (max 100) ## Responses ### 200 all products are returned with default page limit of 1000 items #### Body: application/json (array[object]) - **id** (integer(int64)) - **itemgroupId** (string) - **createdAt** (string(date-time)) - **updatedAt** (string(date-time)) - **currency** (string) ISO currency code - **countryOfOrigin** (string) - **taricCode** (string) - **remoteId** (string) - **ean** (string) - **brand** (string) - **isActive** (boolean) - **isAvailable** (boolean) - **vat** (number(float)) - **dataSource** (object) - **price** (object) - **images** (array[object]) - **categories** (array[object]) - **parameters** (array[object]) - **translations** (array[object]) - **stock** (array[object]) ### 204 If none products are loaded onto platform - 204 No Content is returned ### 403 If your account is not allowed to access this endpoint you will receive 403 Forbidden in reply [Powered by Bump.sh](https://bump.sh)