See when products and prices were created and updated
Products and prices now return created and updated dates, making them consistent with other entities in the Paddle API.
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.
Summary of changes
This is a summary of the changes to fields in the Paddle API and webhooks:
Field | Change |
---|---|
product.updated_at | New field |
price.created_at | New field |
price.updated_at | New field |
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.