2022-09-01 — Add placed_at to Subscription
Adds a new placed_at
field to the Subscription entity of the Subscriptions API.
The placed_at
field can be used to track original subscription creation times. This is particularly helpful for brands migrating from legacy subscription apps.
Details on the new placed_at
field:
placed_at
can be updated through the API to any valid datetime in the format2001-10-27T00:00:00Z
.- Migrations to Subscriptions V2 now support the
placed_at
field. - Existing subscriptions will have a value of
null
as of this release. Future work is planned to backfill null values. - New subscriptions from checkout will get a null
placed_at
. Future work is planned to assign a value from checkout.