Endpoint
GET/auto_pricing
Description
Get auto pricing queue values for user
Output
JSON hash of current auto pricing queue values in the following format:
{ user: <username>,
request_time: <request_time>,
command: <command>,
status: <status>,
work_status: <work_status>,
completed_time: <completed_time>,
}
Endpoint
POST/auto_pricing/<command>
Description
Start auto pricing with the given command (required).
command can be:
- process (just pull repricing data for manual repricing)
- autoprocess (run auto repricing based on your repricing script)
- autoprocesstest (run auto repricing based on your script but don’t actually change the prices).
Output
OK
Endpoint
DELETE/auto_pricing
Description
Cancel current auto pricing
Output
OK
Comments