Publish/Unpublish Listing Feature
The Publish/Unpublish listing feature allows users to update the status of a listing on the platform.
+ Sends data to the catchall API
+ Updates the "Broadcast" column with "Yes"
+ Sends data to the catchall API
+ Updates the "Broadcast" column with "No"
To publish or unpublish a listing, the following API calls are made:
The API returns a response in the following format:
```json
{
"status": "listing updated.",
"code": "success",
"timestamp": "YYYY-MM-DDTHH:MM:SSZ",
"details": {
...
}
}
```
Note: The actual response may vary depending on the specific listing and API request.