Bugfix and change in behavior for updateListing endpoint
- Fixed an issue where digital, draft, and made-to-order listings created via the API previously could not be updated to
active
using theupdateListing
endpoint. - The updateListing endpoint will now throw a
400
when updating a digital, draft, and non-made-to-order listing missing an associated downloadable file with the following response:"error": "This digital listing cannot be activated. Please upload a file or associate an existing file to download with this listing."