From db9b1b454e510c1226702e512853ec8792cc3677 Mon Sep 17 00:00:00 2001 From: Nate Ranson Date: Thu, 23 Apr 2026 12:48:20 -0400 Subject: [PATCH] Weekly deploy 4/23/26 --- spec/marketing.json | 85 ++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 77 insertions(+), 8 deletions(-) diff --git a/spec/marketing.json b/spec/marketing.json index 9ae62d6..9f8c4b5 100644 --- a/spec/marketing.json +++ b/spec/marketing.json @@ -25294,6 +25294,14 @@ "description": "Return the `resend_shortcut_eligibility` field in the response, which tells you if the campaign is eligible for the various Campaign Resend Shortcuts offered.", "required": false, "type": "boolean" + }, + { + "name": "include_resend_shortcut_usage", + "x-title": "Include Resend Shortcut Usage", + "in": "query", + "description": "Return the `resend_shortcut_usage` field in the response. This includes information about campaigns related by a shortcut.", + "required": false, + "type": "boolean" } ], "responses": { @@ -59740,6 +59748,30 @@ "required": false, "description": "Restrict results a type of interest group", "type": "string" + }, + { + "name": "sort_field", + "x-title": "Sort By Field", + "description": "Returns interest categories sorted by the specified field. Defaults to display_order.", + "in": "query", + "required": false, + "type": "string", + "enum": [ + "name", + "display_order" + ] + }, + { + "name": "sort_dir", + "x-title": "Sort Direction", + "description": "Determines the order direction for sorted results.", + "in": "query", + "required": false, + "type": "string", + "enum": [ + "ASC", + "DESC" + ] } ], "responses": { @@ -61808,6 +61840,19 @@ "description": "Restrict results to segments update before the set time. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00.", "required": false, "type": "string" + }, + { + "name": "exclude_type", + "x-title": "Exclude Segment Type", + "in": "query", + "description": "Exclude results based on segment type. For example, use `exclude_type=static` to exclude tags from the response.", + "required": false, + "type": "string", + "enum": [ + "saved", + "static", + "fuzzy" + ] } ], "responses": { @@ -113163,7 +113208,10 @@ "title": "Product Variants", "description": "The list of product variants using the image.", "items": { - "type": "string" + "type": [ + "string", + "integer" + ] } } } @@ -115386,7 +115434,10 @@ "title": "Product Variants", "description": "The list of product variants using the image.", "items": { - "type": "string" + "type": [ + "string", + "integer" + ] } } } @@ -118038,7 +118089,10 @@ "title": "Product Variants", "description": "The list of product variants using the image.", "items": { - "type": "string" + "type": [ + "string", + "integer" + ] } } } @@ -119477,7 +119531,10 @@ "title": "Product Variants", "description": "The list of product variants using the image.", "items": { - "type": "string" + "type": [ + "string", + "integer" + ] } } } @@ -120463,7 +120520,10 @@ "title": "Product Variants", "description": "The list of product variants using the image.", "items": { - "type": "string" + "type": [ + "string", + "integer" + ] } } } @@ -121035,7 +121095,10 @@ "title": "Product Variants", "description": "The list of product variants using the image.", "items": { - "type": "string" + "type": [ + "string", + "integer" + ] } } } @@ -123328,7 +123391,10 @@ "title": "Product Variants", "description": "The list of product variants using the image.", "items": { - "type": "string" + "type": [ + "string", + "integer" + ] } } } @@ -123721,7 +123787,10 @@ "title": "Product Variants", "description": "The list of product variants using the image.", "items": { - "type": "string" + "type": [ + "string", + "integer" + ] } } }