# List SKUs 📦 **GET /skus/{segment_key}** Returns the list of SKUs available to your corporation for a given segment, or for all segments at once (leave segment_key empty in that case) Only product id information is provided by this endpoint. Full information is available through the *Fetch product information* endpoint ## Servers - https://api.ppe-analytics.com/api/v1: https://api.ppe-analytics.com/api/v1 () ## Authentication methods - Api key ## Parameters #### Path parameters - **segment_key** (string) The segment key of the SKUs, as returned by list products endpoint. Leave empty for all segments #### Query parameters - **sku_type** (string) Set to the sku type key for which you want to get SKU list. It can be useful if you handle several SKU types in your corporation, but you want information on a different SKU type which is not the default one ## Responses ### 200: Successfully returned SKUs with their product ids #### Body Parameters: application/json (object) - **status** (string) - **result** (object) ### 404: Unknown segment key #### Body Parameters: application/json (object) - **status** (string) - **message** (string) ### 403: Unauthorized segment #### Body Parameters: application/json (object) - **status** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)