{"section":"tutorials","requestedLocale":"en","requestedSlug":"finding-a-sku-id","locale":"en","slug":"finding-a-sku-id","path":"docs/en/tutorials/catalog/products-and-skus/finding-a-sku-id.md","branch":"main","content":"On VTEX, the SKU (Stock Keeping Unit) corresponds to the physical inventory of each product and to the most specific level for handling product variations. For example, if the product is a T-shirt, the SKU could be a white size S T-shirt. With the SKU ID, you can [edit the SKU](/en/docs/tutorials/adding-or-editing-skus) or perform other actions.\n\nTo find a SKU ID, follow the steps below:\n\n1. In the VTEX Admin, go to **Catalog > Products and SKUs**, or type [Products and SKUs](/en/docs/tutorials/products-and-skus) in the search bar at the top of the page.\n2. To display the[ SKUs added to the product](/en/docs/tutorials/adding-or-editing-skus), click the arrow next to the product name.\n3. Find the numeric sequence that precedes the SKU name, which is the ID.\n\nIn the example below, the product \"Corebiz t-shirt\" is associated with the SKU \"corebiz t-shirt black\", whose ID is `310119261`:\n\n![finding_sku_id_EN](https://cdn.statically.io/gh/vtexdocs/help-center-content/refs/heads/main/docs/en/tutorials/catalog/products-and-skus/finding-a-sku-id_1.png)\n\n## Identifying a SKU ID via URL\n\nWhen you click a SKU and open its [edit page](/en/docs/tutorials/adding-or-editing-skus), the URL on your browser is displayed as follows: \n\n`https://{accountName}.myvtex.com/catalog-products/product/{productID}/sku/{skuID}`.\n\nThe number at the end of the URL is the SKU ID.\n\n> ℹ️ To find SKU IDs via the **Catalog API**, use the [List all SKU IDs](https://developers.vtex.com/docs/api-reference/catalog-api#get-/api/catalog_system/pvt/sku/stockkeepingunitids) endpoint."}