🟤PUT - Listing

Updates a product listing

PUT /api/listing

This endpoint allows you to update the price of a specific product listing and, if no price parameter is passed, it will archive that listing

Query Parameters

Name
Type
Description

listing_id*

string

Must be greater than 0

price

string

Must be greater than 0 and less than 99999

Last updated