GET api/v1/offers/bulk-template
Download the bulk upload template file.
i. Request Parameters
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| productType | string | Yes | Product type: "currency", "items", or "accounts". |
| fileType | string | Yes | File type to download: "template", "serverlist", "currencytypelist" (for currency), "itemlist" (for items), or "emaildomains" (for accounts). |
ii. Response
Returns an Excel file (.xlsx) based on the productType and fileType parameters.
Error Response
{
"code": 10002,
"message": "ProductType parameter error",
"requestId": "550e8400-e29b-41d4-a716-446655440000"
}Common Error Codes
| Parameter | Type | Description |
|---|---|---|
| code | int | Error code. 40001 (Seller level insufficient), 10002 (Invalid parameter). |
| message | string | Detailed error message explaining what went wrong. |
| requestId | string | Unique identifier for the request, used for tracking. |
Notes
- The bulk offer tool is only available to sellers with appropriate permissions.