Download Inventory
Testing
POST
/store/products/{id}/inventory/download
Catatan: Perubahn url, Penambahan parameter type: xlsx, Perubahan response menjadi binary dan Perubahn method POST.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/store/products/ESB-005/inventory/download?category=name&keyword=&file=xlsx&start=0&limit=10'
Response Response Example
200 - Success
[]
Request
Path Params
id
string
required
Example:
ESB-005
Query Params
category
string
optional
Example:
name
keyword
string
optional
file
string
required
Example:
xlsx
start
string
optional
Default:
0
Example:
0
limit
string
optional
Default:
10
Example:
10
Responses
Modified at 2025-06-20 02:34:44