Convert empty auction to draft
PUT/company/auction/draft-from-empty/:service_code
Converts an empty auction (without shipping data) into an editable draft. Useful for recovering auctions created accidentally without data.
Restrictions:
- Only applicable to completely empty auctions
- Cannot have associated bids
- Must belong to the authenticated company
Request
Responses
- 200
- 400
- 401
- 404
Draft created successfully
Invalid operation. Possible causes:
- Auction already has shipping data
- Has associated bids
Unauthorized (invalid or expired token)
Auction not found or does not belong to the company.