merchant/discount/edit
POST
/open/merchant/discount/edit
Name | Type | Description | |
---|---|---|---|
api_key | string(required) | Your API-key | |
marketplace_user_id | number(required) | marketplace_user_id | |
user_id | number(optional) | User Id | |
name | string(optional) | Discount Name | |
user_type | number(optional) | 2 : for admin, 3 : for merchant | |
value | number(optional) | Value Min(0) Value Max(100) | |
description | string(optional) | Discount Description | |
start_date | string(optional) | Discount Start date | |
end_date | string(optional) | Discount End Date | |
is_delete | number(optional) | Discount Validity | |
is_activate | number(optional) | Discount Validity | |
add_on_discount | number(optional) | Add On Discount |
Request
Body Params application/json
Request samples
Responses
Modified at 2024-04-17 07:11:33