Update SubscriberAsk AIpatch https://api.postscript.io/api/v2/subscribers/{id}Updates data for a given subscriber.Path ParamsidstringrequiredID of the subscriber you'd like to update.Body ParamsemailstringEmail address for the subscriber. Note: when updating an email address, we will only update it if none previously existed on the subscriber or we haven't linked a Shopify customer to them yet. We also can only link a Shopify customer if they already exist, not retrospectively.tagsarray of stringsTags you would like to add to the subscriber. Note: tags are additive, so whatever you include here will be added to the existing tags on a subscriber.tagsADD stringpropertiesjsonDefaults to {"key": "value"}Custom properties as key/value pairs. Values can be: strings, integers, string arrays, or ISO 8601 date(time). Subscribers can have up to 50 custom properties. If properties is unset or null, it will be ignored.{"key": "value"}HeadersX-Postscript-Shop-TokenstringShop API Token. Required for partners. This header should be used only by partners. Shops should include their API token in the Authorization header.Responses 200200 400400Updated 7 months ago