What's new?
We added created_at and updated_at fields to product and price entities. You can use this to see when products and prices were created or last updated. It's automatically updated by Paddle.
How it works
Most entities in the Paddle API have created_at and updated_at field against them. They return an RFC 3339 datetime string.
Previously, products had an created_at field, but didn't include updated_at. Prices didn't include created_at or updated_at.
We added created_at and updated_at fields to product and price entities, making product and price entities consistent with other entities in the Paddle API.
Next steps
This change is available in version 1 of the Paddle API.
It's a non-breaking change, meaning it doesn't impact existing integrations.
You can list products and prices using the API to see the new fields.
Summary of changes
| Entity | Field | Change | Type |
|---|---|---|---|
| Product | updated_at | + Added | Field |
| Price | created_at | + Added | Field |
| Price | updated_at | + Added | Field |