Update listing
PUT /v2/marketplace/{marketplaceId}/listing/{listingId}
Update an existing listing by ID.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The ID of the marketplace
Example
123e4567-e89b-12d3-a456-426614174000
The ID of the listing
Example
123e4567-e89b-12d3-a456-426614174000
Header Parameters
Section titled “Header Parameters ”API Key
API Secret
Request Body required
Section titled “Request Body required ”object
The title of the listing
Digital Art Collection
The description of the listing
A collection of unique digital artworks
Array of asset IDs
[ "asset-1", "asset-2", "asset-3"]
The state of the listing
listed
The status of the listing
active
The unique ID for the payment
123e4567-e89b-12d3-a456-426614174000
The asset signing wallet ID
wallet-123
The user ID
123e4567-e89b-12d3-a456-426614174000
Accepted payment methods
object
The provider paymethod ID
paymethod-123
The amount
100.00
The fiat currency
USD
The contract deployment ID
contract-123
Receiver accounts
object
The receiver account ID
account-123
The paymethod ID
paymethod-123
The unique ID for the listing
123e4567-e89b-12d3-a456-426614174000
Responses
Section titled “ Responses ”The resource has been successfully updated.
object
The title of the listing
Digital Art Collection
The description of the listing
A collection of unique digital artworks
Array of asset IDs
[ "asset-1", "asset-2", "asset-3"]
The state of the listing
listed
The status of the listing
active
The unique ID for the payment
123e4567-e89b-12d3-a456-426614174000
The asset signing wallet ID
wallet-123
The user ID
123e4567-e89b-12d3-a456-426614174000
The organisation ID
123e4567-e89b-12d3-a456-426614174000
The creation date
2024-01-01T00:00:00.000Z
The last update date
2024-01-01T00:00:00.000Z
Accepted payment methods
object
The provider paymethod ID
paymethod-123
The amount
100.00
The fiat currency
USD
The contract deployment ID
contract-123
Receiver accounts
object
The receiver account ID
account-123
The paymethod ID
paymethod-123
The ID of the marketplace
123e4567-e89b-12d3-a456-426614174000
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error