Magento 2 Rest API to get product details by Product SKU

Magento 2 Rest API to  get product details by Product SKU

Magento 2 rest API to get product details by product SKU. You need to replace https://store.com with your store URL.

URL: https://store.com/rest/V1/products/testsku

ENDPOINT :  /rest/V1/products/SKU

METHOD : GET

HEADERS : Content-Type application/json

Authorization : Bearer

PARAMETERS : None

PAYLOAD: None

Response JOSN:

{

    "id"744,

    "sku""testsku",

    "name""Test Product",

    "attribute_set_id"4,

    "price"0.5,

    "status"1,

    "visibility"4,

    "type_id""simple",

    "created_at""2020-09-10 08:17:14",

    "updated_at""2021-01-08 06:01:13",

    "weight"5,

    "extension_attributes": {

        "website_ids": [

            1,

            10

        ],

        "category_links": [

            {

                "position"0,

                "category_id""2"

            },

            {

                "position"0,

                "category_id""3"

            }

        ],

        "stock_item": {

            "item_id"3007,

            "product_id"120,

            "stock_id"1,

            "qty"1000,

            "is_in_stock"true,

            "is_qty_decimal"false,

            "show_default_notification_message"false,

            "use_config_min_qty"true,

            "min_qty"0,

            "use_config_min_sale_qty"1,

            "min_sale_qty"1,

            "use_config_max_sale_qty"true,

            "max_sale_qty"1000,

            "use_config_backorders"true,

            "backorders"0,

            "use_config_notify_stock_qty"true,

            "notify_stock_qty"1,

            "use_config_qty_increments"true,

            "qty_increments"0,

            "use_config_enable_qty_inc"true,

            "enable_qty_increments"false,

            "use_config_manage_stock"true,

            "manage_stock"true,

            "low_stock_date"null,

            "is_decimal_divided"false,

            "stock_status_changed_auto"0

        }

    },

    "product_links": [ ],

    "options": [ ],

    "media_gallery_entries": [ ],

    "tier_prices": [ ],

    "custom_attributes": [

        {

            "attribute_code""url_key",

            "value""product-test"

        },

        {

            "attribute_code""gift_message_available",

            "value""2"

        }

    ]

}

1   0
Eecrets Magento
profile inserts 23rd April 2024

Our company is dedicated to providing the best and Carbide Turning Inserts newest designer products at a fraction of the cost.There are many different Korloy Inserts types and sizes of the turning Inserts price product, by age, class, the choice of differentiated, efficient manner, etc.

Write a comment ...
Post comment
Cancel
profile 22nd March 2024

waffle game is a game you can play whenever you want right in the browser. The rules of the game are very simple: You just need to use the given characters. Change them so that they link together to make meaningful words.

Write a comment ...
Post comment
Cancel
profile Nguyen 8th March 2024

Please let me know more information. Because I think this article still lacks a lot. Here I have some linked websites for further referenceReadmore: sunwin

Website: https://sunwincl.com/
Email: sunwinclcom@gmail.com
Phone: 0358212323
Hastag: #sunwin #sunwincl #sunwinclcom #trangchusunwwin
Địa chỉ: 128 Phan Văn Trị, Phường 12, Bình Thạnh, Thành Phố Hồ Chí Minh

Write a comment ...
Post comment
Cancel
profile 30th January 2024

Como jugador devoto de 4 Fotos 1 Palabra, admiro el equilibrio del juego entre diversión y desafíos mentales. Desde rompecabezas simples hasta complejos, es un sueño para los amantes de los rompecabezas como yo. Cuando llego a un nivel difícil, confío en https://4fotos1palabra.me: ¡es un salvavidas en esas situaciones difíciles!

Write a comment ...
Post comment
Cancel
profile Shalamar Hospital 23rd January 2024

Shalamar Hospital is your destination for expert audiology services. Our  audiologist  are equipped with advanced knowledge and technology to address all your hearing concerns, providing the care you deserve.

Write a comment ...
Post comment
Cancel
profile OSH 23rd January 2024

Osh University stands as the epitome of excellence, acclaimed as the best university for mbbs in world. Immerse yourself in a transformative learning environment where cutting-edge education meets a commitment to shaping the future leaders of medicine.

Write a comment ...
Post comment
Cancel
profile Jewel Galore 23rd January 2024

 Explore the charm of traditional elegance with Jewel Galore's jhumka earrings . Our collection pays homage to the timeless beauty of Indian jewelry, offering a stunning range of designs.

Write a comment ...
Post comment
Cancel
profile Rudolph 18th December 2023

It thrills me to find this page. I must express my gratitude for taking the time to read this especially wonderful piece of writing! I absolutely enjoyed every bit of it, and I've bookmarked your page to view any pumpkin panic updates.

Write a comment ...
Post comment
Cancel
profile 8th December 2023

Elevate your expertise with Osh University's  post graduate courses . Engage in meaningful research and advanced coursework, guided by a distinguished faculty. Osh is your gateway to a future of innovation and leadership in your chosen discipline.

Write a comment ...
Post comment
Cancel
profile 8th December 2023

Shalamar Hospital is your go-to destination for dermatological care. Our skilled  skin specialist  offer a wide range of services, ensuring your skin's health.

Write a comment ...
Post comment
Cancel
profile larry 5th September 2023

This product identification method is extremely good. That's how people will easily recognize  geometry dash bloodbath. That promotes good products to be introduced to users.

Write a comment ...
Post comment
Cancel
profile Jamesato 4th September 2023

A debt of gratitude is in order for giving late reports with respect to the worry, I anticipate read more. Zwembad tuin

Write a comment ...
Post comment
Cancel
profile Jamesato 4th September 2023

A great website with interesting and unique material what else would you need. Airco installateur

Write a comment ...
Post comment
Cancel
profile Jamesato 4th September 2023

Wonderful blog post. This is absolute magic from you! I have never seen a more wonderful post than this one. You've really made my day today with this. I hope you keep this up! Zwembad bouwen tuin

Write a comment ...
Post comment
Cancel
profile Jamesato 4th September 2023

A debt of gratitude is in order for giving late reports with respect to the worry, I anticipate read more. Airconditioning

Write a comment ...
Post comment
Cancel

Related Post

11th March 2021

Magento 2 Rest API to get product details by SKU with selected fields

According to our requirement sometimes we need only particular fields of products.  Below is the API which will fetch product details by SKU....

read more reply

11th March 2021

Magento 2 Rest API to get all products

In Magento 2 we can get the list of products with the rest API with an admin token. You need to replace store.com with your store URL.....

read more reply

12th September 2020

Magento2 Get Admin Token Rest API

Magento2 Get Admin Token Rest API....

read more reply

Please rotate your device

We don't support landscape mode on your device. Please rotate to portrait mode for the best view of our site