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
}Creates a new price tier for a product and syncs it to Stripe if a connected Stripe account exists. For event products, validates that ticket dates fall within the event timeframe. For fee products, supports version chaining via previousVersion field, which automatically sets validTo on the previous version. For bundle prices, auto-creates a hidden zero-price variant for bundle members. 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
}The new ProductPrice resource
"https://example.com/"
ProductPrice resource created
Show child attributes