# Get info about product by product SKU **GET /V1/products/{sku}** Get info about product by product SKU ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Path parameters - **sku** (string) ### Query parameters - **editMode** (boolean) - **storeId** (integer) - **forceReload** (boolean) ## Responses ### 200 200 Success. #### Body: (object) - **id** (integer) Id - **sku** (string) Sku - **name** (string) Name - **attribute_set_id** (integer) Attribute set id - **price** (number) Price - **status** (integer) Status - **visibility** (integer) Visibility - **type_id** (string) Type id - **created_at** (string) Created date - **updated_at** (string) Updated date - **weight** (number) Weight - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Catalog\Api\Data\ProductInterface - **product_links** (array[object]) - **options** (array[object]) - **media_gallery_entries** (array[object]) - **tier_prices** (array[object]) - **custom_attributes** (array[object]) Interface for custom attribute value. ### 400 400 Bad Request #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)