# Online Multi-use Listings These endpoints are no longer supported. We do not recommend using these endpoints. ## Create a new multi-use listing for the logged-in user (deprecated) - [POST /me/multi_use_listings/create](https://docs.trustap.com/apis/openapi/online-multi-use-listings/basic.createmultiuselisting.md): Multi-use listings are disabled once payment has been submitted for a transaction created from it. Offline access is allowed for this endpoint when the user has granted the scope to the client that is performing the request. ## Delete this listing (deprecated) - [DELETE /multi_use_listings/{listing_id}](https://docs.trustap.com/apis/openapi/online-multi-use-listings/basic.deletemultiuselisting.md) ## Get a listing by its ID (deprecated) - [GET /multi_use_listings/{listing_id}](https://docs.trustap.com/apis/openapi/online-multi-use-listings/basic.getmultiuselisting.md) ## Patch listing properties (deprecated) - [PATCH /multi_use_listings/{listing_id}](https://docs.trustap.com/apis/openapi/online-multi-use-listings/basic.updatemultiuselisting.md) ## Create a transaction from this listing (deprecated) - [POST /multi_use_listings/{listing_id}/create_transaction](https://docs.trustap.com/apis/openapi/online-multi-use-listings/basic.createtransactionfrommultiuselisting.md): Calling with no parameters will create a new transaction with the details provided by the listing. The optional parameter can be passed to create a transaction for a multiple of the original listing. In this case, the and for the new transaction will also need to be passed. As an example, consider a listing for a chair with a price of . If a user wants to buy 10 of these in a single transaction then the charge for the total can be retrieved using (note the addition of the optional quantity parameter at the end). This will return a of and an associated . These new values must then be passed to with , which will create a new transaction with the new pricing information. The new transaction will also include a field, which doesn't have a functional effect on the transaction, but is included for informational purposes. Note that this functionality is not available for single-use listings, from which only singular transactions may be created. ## Create a transaction from this listing (deprecated) - [POST /multi_use_listings/{listing_id}/create_transaction_with_guest_buyer](https://docs.trustap.com/apis/openapi/online-multi-use-listings/basic.createtransactionwithguestbuyerfrommultiuselisting.md) ## Disable this listing (deprecated) - [POST /multi_use_listings/{listing_id}/disable](https://docs.trustap.com/apis/openapi/online-multi-use-listings/basic.disablemultiuselisting.md): Calling on a disabled listing will return a response. ## Enable this listing (deprecated) - [POST /multi_use_listings/{listing_id}/enable](https://docs.trustap.com/apis/openapi/online-multi-use-listings/basic.enablemultiuselisting.md) ## Set description for this listing (deprecated) - [POST /multi_use_listings/{listing_id}/set_description](https://docs.trustap.com/apis/openapi/online-multi-use-listings/basic.setmultiuselistingdescription.md) ## Set pricing for this listing (deprecated) - [POST /multi_use_listings/{listing_id}/set_pricing](https://docs.trustap.com/apis/openapi/online-multi-use-listings/basic.setmultiuselistingpricing.md)