Skip to main content
Deprecated in V4: Products have been consolidated into the Item model. Items now support variants for different product configurations.
In V4, the separate Products model has been merged into Items. Items now include a variants array that allows you to represent different product configurations (sizes, colors, billing periods, etc.) with their own SKUs and pricing.

Migration Guide

Previous V3 Approach

GET /v3/payments/products

New V4 Approach

GET /v4/payments/items

Key Changes

V3 Products FieldV4 Items Field
product_idplatform_id
namename
descriptiondescription
statusstatus
-variants
-sku
-price
See the Item overview for the complete V4 schema.