POST

List Plans By Item Identifier


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Returns plans associated with the provided item identifier that are available for purchase.

The item is matched on all three itemIdentifier fields exactly, combined with AND. An omitted field matches the empty value rather than matching all values.

Each returned plan contains only the pricing variants available for purchase. A variant is excluded when the target date is in the past, falls outside the plan's duration, falls outside the plan's start date limits, or when the plan's purchase limits are already reached for the member. Plans with no remaining variant are excluded from the response, as are benefits whose credit price cannot cover count items.

A plan appears once per matching benefit, so the same plan may be returned more than once with different benefitInfo.

Only plans that are public and not archived are considered.

Permission Scopes
Read Pricing Plans
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/pricing-plan-benefits/v3/plan-benefits/list-plans-by-item-identifier

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?