Mengambil detail lengkap satu produk berdasarkan SKU termasuk semua informasi seperti deskripsi, gambar, dan varian. Proses ini digunakan pada menu product detail dan pengambilan data produk detail saat dilakukan proses edit produk detail Catatan: Perubahan url, Penambahan response 404
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Responses
🟢200OK
application/json
Body
🔴503Service Unavailable
🟠404Record not found
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/store/products/dummy' \
--header'Authorization: Bearer <token>'