No content to show
User Activity
I've also noticed that when updating the metafield the customer's `updated_at` is not changed and only the metafield's `updated_at` is. This behavior seems to be different that it was previously. Product webhooks have both the product `updated_at` an...
03-31-2023
Just tested and confirm that the `updated_at` timestamps are correctly updated when only changing tags.
03-30-2023
It seems roundabout to only check for this header on `customer/update` webhooks. Is there any plan to fix the updated_at timestamps?
03-07-2023
On `customers/update` webhooks, the `updated_at` field does not update when only the tags on the customer have been updated. To replicate: Subscribe to `customers/create` and `customers/update` webhooks via RESTCreate a new customerNote the `updated_...