Download Variant
Testing
POST
/store/products/{id}/variant/download
BosOnline/Product
Catatan: Perubahan url, Perubahan method POST, Penambahan parameter type dan Penambahan response 400.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/store/products/ESB-004/variant/download?category=name&keyword=&type=xlsx&start=0&limit=10'
Response Response Example
503 - Exception
{
"message": "Service temporarily unavailable. Please try again later."
}
Request
Path Params
id
string
required
Example:
ESB-004
Query Params
category
string
optional
Example:
name
keyword
string
optional
type
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:35:04