Function /check/seller/auction/price/set
Function invocation
https://json.aftermarket.pl/check/seller/auction/price/set
Function description
Cost of change auction prices.
Input parameters
This function takes the following input parameters:
| Parameter | Type | Required | Default value | Description |
|---|---|---|---|---|
| auctionId | integer | YES | Auction identifier | |
| priceStart | float | "1" | Auction start price | |
| priceMinimum | float | 0 | Auction minimum price (if 0 then minimum price will be disabled) | |
| priceBuyNow | float | 0 | Auction Buy it Now price (if 0 then Buy it Now price will be disabled) | |
| useCode | boolean | false | Use bonus code |
Return value
Cost result (structure with the following fields):
| Field name | Type | Description |
|---|---|---|
| cost | float | Cost in main currency |
| currency | string | Main currency |