Skip to main content
POST
Move a market

Authorizations

x-api-key
string
header
required

Pass a static API key for every request, provided by your customer support.

Path Parameters

marketId
integer
required

ID of the market to move.

Required range: x > 0

Body

application/json
oldCollectionId
integer
required

ID of the current collection where the market is located.

Required range: x > 0
newCollectionId
integer
required

ID of the target collection where the market will be moved.

Required range: x > 0

Response

Move a market in collection response

success
boolean
required

Indicates whether the move operation was successful.

message
string
required

Optional message providing additional information about the move operation.