Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 77 additions & 8 deletions spec/marketing.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -113163,7 +113208,10 @@
"title": "Product Variants",
"description": "The list of product variants using the image.",
"items": {
"type": "string"
"type": [
"string",
"integer"
]
}
}
}
Expand Down Expand Up @@ -115386,7 +115434,10 @@
"title": "Product Variants",
"description": "The list of product variants using the image.",
"items": {
"type": "string"
"type": [
"string",
"integer"
]
}
}
}
Expand Down Expand Up @@ -118038,7 +118089,10 @@
"title": "Product Variants",
"description": "The list of product variants using the image.",
"items": {
"type": "string"
"type": [
"string",
"integer"
]
}
}
}
Expand Down Expand Up @@ -119477,7 +119531,10 @@
"title": "Product Variants",
"description": "The list of product variants using the image.",
"items": {
"type": "string"
"type": [
"string",
"integer"
]
}
}
}
Expand Down Expand Up @@ -120463,7 +120520,10 @@
"title": "Product Variants",
"description": "The list of product variants using the image.",
"items": {
"type": "string"
"type": [
"string",
"integer"
]
}
}
}
Expand Down Expand Up @@ -121035,7 +121095,10 @@
"title": "Product Variants",
"description": "The list of product variants using the image.",
"items": {
"type": "string"
"type": [
"string",
"integer"
]
}
}
}
Expand Down Expand Up @@ -123328,7 +123391,10 @@
"title": "Product Variants",
"description": "The list of product variants using the image.",
"items": {
"type": "string"
"type": [
"string",
"integer"
]
}
}
}
Expand Down Expand Up @@ -123721,7 +123787,10 @@
"title": "Product Variants",
"description": "The list of product variants using the image.",
"items": {
"type": "string"
"type": [
"string",
"integer"
]
}
}
}
Expand Down