From fac449b34344fe71cf756e68037232065ca293d0 Mon Sep 17 00:00:00 2001 From: Keith Baxter Date: Thu, 11 Sep 2025 10:03:24 -0400 Subject: [PATCH] Update API spec --- spec/marketing.json | 60 ++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 57 insertions(+), 3 deletions(-) diff --git a/spec/marketing.json b/spec/marketing.json index 296d0ba..6beb535 100644 --- a/spec/marketing.json +++ b/spec/marketing.json @@ -839,7 +839,7 @@ }, "swagger": "2.0", "info": { - "version": "3.0.89", + "version": "3.0.90", "title": "Mailchimp Marketing API", "contact": { "name": "Mailchimp API Support", @@ -2381,7 +2381,7 @@ }, "/audiences/{audience_id}/contacts": { "get": { - "summary": "A collection of Audience Contacts", + "summary": "Get Contacts", "description": "Get a list of omni-channel contacts for a given audience.", "operationId": "getAudienceContactList", "parameters": [ @@ -101008,6 +101008,12 @@ "description": "A string that uniquely identifies the campaign associated with an order.", "example": "839488a60b" }, + "cart_id": { + "type": "string", + "title": "Cart ID", + "description": "A cart id that the order was placed for.", + "example": "cart-123" + }, "landing_site": { "type": "string", "title": "Landing Site", @@ -111749,6 +111755,12 @@ "description": "A string that uniquely identifies the campaign associated with an order.", "example": "839488a60b" }, + "cart_id": { + "type": "string", + "title": "Cart ID", + "description": "A cart id that the order was placed for.", + "example": "cart-123" + }, "landing_site": { "type": "string", "title": "Landing Site", @@ -112494,6 +112506,12 @@ "description": "A string that uniquely identifies the campaign for an order.", "example": "839488a60b" }, + "cart_id": { + "type": "string", + "title": "Cart ID", + "description": "A cart id that the order was placed for.", + "example": "cart-123" + }, "landing_site": { "type": "string", "title": "Landing Site", @@ -113218,6 +113236,12 @@ "description": "A string that uniquely identifies the campaign associated with an order.", "example": "839488a60b" }, + "cart_id": { + "type": "string", + "title": "Cart ID", + "description": "A cart id that the order was placed for.", + "example": "cart-123" + }, "landing_site": { "type": "string", "title": "Landing Site", @@ -114020,6 +114044,12 @@ "description": "A string that uniquely identifies the campaign associated with an order.", "example": "839488a60b" }, + "cart_id": { + "type": "string", + "title": "Cart ID", + "description": "A cart id that the order was placed for.", + "example": "cart-123" + }, "landing_site": { "type": "string", "title": "Landing Site", @@ -114707,6 +114737,12 @@ "description": "A string that uniquely identifies the campaign for an order.", "example": "839488a60b" }, + "cart_id": { + "type": "string", + "title": "Cart ID", + "description": "A cart id that the order was placed for.", + "example": "cart-123" + }, "landing_site": { "type": "string", "title": "Landing Site", @@ -115423,6 +115459,12 @@ "description": "A string that uniquely identifies the campaign associated with an order.", "example": "839488a60b" }, + "cart_id": { + "type": "string", + "title": "Cart ID", + "description": "A cart id that the order was placed for.", + "example": "cart-123" + }, "landing_site": { "type": "string", "title": "Landing Site", @@ -116089,6 +116131,12 @@ "description": "A string that uniquely identifies the campaign associated with an order.", "example": "839488a60b" }, + "cart_id": { + "type": "string", + "title": "Cart ID", + "description": "A cart id that the order was placed for.", + "example": "cart-123" + }, "landing_site": { "type": "string", "title": "Landing Site", @@ -116642,6 +116690,12 @@ "description": "A string that uniquely identifies the campaign associated with an order.", "example": "839488a60b" }, + "cart_id": { + "type": "string", + "title": "Cart ID", + "description": "A cart id that the order was placed for.", + "example": "cart-123" + }, "landing_site": { "type": "string", "title": "Landing Site", @@ -142307,4 +142361,4 @@ "description": "Learn more with the full Mailchimp API documentation.", "url": "https://mailchimp.com/developer/marketing/" } -} +} \ No newline at end of file