A valid request URL is required to generate request examples{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"currency": "<string>",
"product": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"uuid": "<string>",
"id": 123,
"name": "<string>",
"nameEn": "<string>",
"localCenter": "https://example.com/",
"hasSubscription": true,
"hasOneTimePayment": true,
"cycleDay": 123,
"cycleMonth": 123,
"cycleHasProratio": true,
"proratioMinMonthsEnabler": 123,
"description": "<string>",
"descriptionEn": "<string>",
"logo": "<string>",
"isFee": true,
"isDonation": true,
"settings": {
"tenantLogo": true,
"showTitle": true,
"colorSelection": null,
"colorButton": null,
"disableSubscribe": false,
"commentSection": true,
"newestAndTopDonationSection": true,
"requireFullAddress": false,
"disableRegister": false,
"lightThemeOnly": false,
"isThankYouSingular": false
},
"descriptionInternal": "<string>",
"cycleRecurrences": 123,
"event": "https://example.com/",
"startingDate": "2023-11-07T05:31:56Z",
"type": "<string>",
"displayOnProfile": true,
"productPriceVariations": [
"https://example.com/"
],
"metaGraphImage": "<string>",
"heroVideoUrl": "<string>",
"thankYouMessage": "<string>",
"descriptionDe": "<string>"
},
"price": 123,
"name": "<string>",
"isArchived": true,
"isSubscription": true,
"isRestricted": "<string>",
"isDefault": true,
"fullDescription": "<string>",
"displayNameOnPaymentPage": true,
"overwriteMonthPeriod": 123,
"isLifetime": true,
"isHidden": true,
"productPriceVariationValues": [
"https://example.com/"
],
"isBundle": true,
"isBundleMember": true,
"validFrom": "2023-11-07T05:31:56Z",
"validTo": "2023-11-07T05:31:56Z",
"previousVersion": null,
"monthPeriod": 123
}Updates a product price and syncs changes to Stripe. The price amount cannot be changed if payments already exist for this price tier. The tenant default fee price cannot be set as hidden (admin-assignable only). Lifetime membership prices automatically set the overwrite month period. Creates a Stripe price if the product has a Stripe ID but the price does not. Requires FINANCIAL_TENANT or FINANCIAL_LOCAL permission.
A valid request URL is required to generate request examples{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"currency": "<string>",
"product": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"uuid": "<string>",
"id": 123,
"name": "<string>",
"nameEn": "<string>",
"localCenter": "https://example.com/",
"hasSubscription": true,
"hasOneTimePayment": true,
"cycleDay": 123,
"cycleMonth": 123,
"cycleHasProratio": true,
"proratioMinMonthsEnabler": 123,
"description": "<string>",
"descriptionEn": "<string>",
"logo": "<string>",
"isFee": true,
"isDonation": true,
"settings": {
"tenantLogo": true,
"showTitle": true,
"colorSelection": null,
"colorButton": null,
"disableSubscribe": false,
"commentSection": true,
"newestAndTopDonationSection": true,
"requireFullAddress": false,
"disableRegister": false,
"lightThemeOnly": false,
"isThankYouSingular": false
},
"descriptionInternal": "<string>",
"cycleRecurrences": 123,
"event": "https://example.com/",
"startingDate": "2023-11-07T05:31:56Z",
"type": "<string>",
"displayOnProfile": true,
"productPriceVariations": [
"https://example.com/"
],
"metaGraphImage": "<string>",
"heroVideoUrl": "<string>",
"thankYouMessage": "<string>",
"descriptionDe": "<string>"
},
"price": 123,
"name": "<string>",
"isArchived": true,
"isSubscription": true,
"isRestricted": "<string>",
"isDefault": true,
"fullDescription": "<string>",
"displayNameOnPaymentPage": true,
"overwriteMonthPeriod": 123,
"isLifetime": true,
"isHidden": true,
"productPriceVariationValues": [
"https://example.com/"
],
"isBundle": true,
"isBundleMember": true,
"validFrom": "2023-11-07T05:31:56Z",
"validTo": "2023-11-07T05:31:56Z",
"previousVersion": null,
"monthPeriod": 123
}ProductPrice identifier
The updated ProductPrice resource
"https://example.com/"
ProductPrice resource updated
Show child attributes