Get product by sku

GET {{baseUrl}}/products/getproductbysku/:sku

Get product by sku. If you have product option sku, you can use this sku in this service too.
Service urls:
http://yourdomain.com/api/rest_admin/products/getproductbysku/{sku}
OR
http://yourdomain.com/index.php?route=rest/product_admin/getproductbysku&sku={sku}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"success":"\u003cinteger\u003e","error":["\u003cstring\u003e","\u003cstring\u003e"],"data":"\u003cobject\u003e"}