Endpoint ini digunakan untuk download inventory. Catatan: Perubahn url, Penambahan parameter type: xlsx, Perubahan response menjadi binary dan Perubahn method POST.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Query Params
Responses
🟢200Success
application/octet-stream
Body
🔴503Service Unavailable
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/store/products/ESB-005/inventory/download?category=name&keyword=&file=xlsx' \
--header'Authorization: Bearer <token>'