# F2F Multi-use Listings These endpoints are no longer supported. We do not recommend using these endpoints. ## Create a new multi-use, face-to-face listing for the logged-in user (deprecated) - [POST /p2p/me/multi_use_listings/create](https://docs.trustap.com/apis/openapi/f2f-multi-use-listings/createp2pmultiuselistingwithdetails.md): Multi-use listings can be used to create transactions. 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 /p2p/multi_use_listings/{listingId}](https://docs.trustap.com/apis/openapi/f2f-multi-use-listings/deletep2pmultiuselisting.md) ## Get a listing by its ID (deprecated) - [GET /p2p/multi_use_listings/{listingId}](https://docs.trustap.com/apis/openapi/f2f-multi-use-listings/getp2pmultiuselisting.md) ## Patch listing properties (deprecated) - [PATCH /p2p/multi_use_listings/{listingId}](https://docs.trustap.com/apis/openapi/f2f-multi-use-listings/patchp2pmultiuselisting.md) ## Create a transaction from this listing (deprecated) - [POST /p2p/multi_use_listings/{listingId}/create_transaction](https://docs.trustap.com/apis/openapi/f2f-multi-use-listings/createtransactionfromp2pmultiuselisting.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. Offline access is allowed for this endpoint when the user has granted the scope to the client that is performing the request. ## Disable this listing (deprecated) - [POST /p2p/multi_use_listings/{listingId}/disable](https://docs.trustap.com/apis/openapi/f2f-multi-use-listings/disablep2pmultiuselisting.md): Calling on a disabled listing will return a response. Offline access is allowed for this endpoint when the user has granted the scope to the client that is performing the request. ## Enable this listing (deprecated) - [POST /p2p/multi_use_listings/{listingId}/enable](https://docs.trustap.com/apis/openapi/f2f-multi-use-listings/enablep2pmultiuselisting.md): Offline access is allowed for this endpoint when the user has granted the scope to the client that is performing the request. ## Set pricing for this listing (deprecated) - [POST /p2p/multi_use_listings/{listingId}/set_deposit_pricing](https://docs.trustap.com/apis/openapi/f2f-multi-use-listings/setp2pmultiuselistingpricing.md): Offline access is allowed for this endpoint when the user has granted the scope to the client that is performing the request. ## Set the description for this listing (deprecated) - [POST /p2p/multi_use_listings/{listingId}/set_description](https://docs.trustap.com/apis/openapi/f2f-multi-use-listings/setp2pmultiuselistingdescription.md): Offline access is allowed for this endpoint when the user has granted the scope to the client that is performing the request. ## Set skip remainder for this listing (deprecated) - [POST /p2p/multi_use_listings/{listingId}/set_skip_remainder](https://docs.trustap.com/apis/openapi/f2f-multi-use-listings/setp2pmultiuselistingskipremainder.md): Offline access is allowed for this endpoint when the user has granted the scope to the client that is performing the request.