Update Product
Update details of an existing product.
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Path Parameters
The unique product ID.
"prod_123"
Body
Product display name.
"Enterprise SaaS Plan"
A description of the product.
"Unlock premium API integration, custom webhooks, dedicated server bandwidth, and priority 24/7 business-critical support tiers."
Price value.
99
Product pricing currency.
USD, SGD, INR, AUD, BRL, CAD, DKK, EUR, NOK, GBP, SEK, CHF, HKD, HUF, JPY, MXN, MYR, PLN, CZK, NZD, AED, COP, RON, THB, BGN, IDR, DOP, PHP, TRY, KRW, TWD, VND, PKR, CLP, UYU, ARS, ZAR, DZD, TND, MAD, KES, KWD, JOD, ALL, XCD, AMD, BSD, BHD, BOB, BAM, KHR, CRC, XOF, EGP, ETB, GMD, GHS, GTQ, GYD, ILS, JMD, MOP, MGA, MUR, MDL, MNT, NAD, NGN, MKD, OMR, PYG, PEN, QAR, RWF, SAR, RSD, LKR, TZS, TTD, UZS, RUB, CNY "USD"
URL of the product cover image.
"https://assets.solifyn.com/images/products/saas-enterprise.png"
Tax classification.
digital_products, saas, physical_products, service "saas"
Percentage or flat rate discount.
0
Whether to automatically issue license keys upon successful orders.
false
Whether the purchase includes downloadable files.
false
Whether tax is included in the base price.
false
Maximum concurrent activated instances allowed per license key.
null
Brand id for the product, if not provided will default to primary brand.
"brd_4e29285b8sdf34ff51e07d4"
Billing period in days (for Subscription products).
30
Trial duration in days.
7
Subscription expiration duration in days.
Custom billing descriptor.
"SOLIFYN*SAAS"
Allow pay-what-you-want pricing.
false
Developer key-value metadata pairs.
{
"internal_id": "12345",
"campaign": "summer_sale"
}Form field configurations to gather during checkout.
[
{
"id": "57aa2241-eae4-43dc-b9ae-36069b84b2da",
"name": "Discord Username",
"order": 0,
"required": true,
"field_type": "text",
"placeholder": "e.g. your_discord#1234"
},
{
"id": "c86da32a-a967-457c-815b-c3440294d70b",
"name": "Company Name",
"order": 1,
"required": false,
"field_type": "text",
"placeholder": "e.g. Acme Corp (Optional)"
}
]Initial stock quantity limit.
100
Whether the product is publicly visible.
true
Whether the product is free of charge.
false
Product addons configurations.
Response
Product updated successfully.
Response message indicating the outcome of the action.
"Product archived successfully"