v1

latestOpenAPI 3.0.1MIT2026-07-2638658.5 KB
Product

Update Product V2

Update an existing product information (Step 2 - Optional)

put/v2/product

Request body

product_idstring required

Product ID from creation step

namestring

Updated product name

descriptionstring

Updated description

target_audiencestring

Updated target audience

Example request

{
  "product_id": "NTQ0MTkzNjg"
}

Response

Success

codeinteger required

Business status code:

  • 0 - Success
  • 10104 - Record not found
  • 10105 - Invalid API key
  • 18020 - Insufficient credit
  • 18025 - No permission to call APIs
  • 40000 - Parameter error
  • 50000 - System error
msgstring required

Response message

Example response

{
  "msg": "Success"
}