Skip to main content

Update product

Update product

Header Parameters
  • x-api-key string required
Request Body
  • status string

    Collection status [DRAFT, DEPLOYED].

  • clientId uuid required

    Client ID

  • collectionId uuid required

    Collection ID

  • name string

    Product name.

  • description string

    Product description.

  • network string

    Blockchain network [mainnet, testnet].

  • paymentType string

    Payment method [crypto, fiat].

  • createdBy string

    Product created by.

  • imageUrl string

    NFT's S3 URL.

  • tokenUri string

    Products pinata ipfs URL.

  • chain string

    Blockchain [eth, polygon etc.]

  • copies integer

    Number of copies of each NFT.

Responses


{
"message": "Product updated successfully"
}