{ "opencollection": "1.0.0", "info": { "name": "Mailchimp Marketing Abuse Product API", "version": "3.0.55" }, "items": [ { "info": { "name": "Product", "type": "folder" }, "items": [ { "info": { "name": "Mailchimp List Campaign Product Activity", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/reports/:campaign_id/ecommerce-product-activity", "params": [ { "name": "fields", "value": "example_value", "type": "query", "description": "A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation." }, { "name": "exclude_fields", "value": "example_value", "type": "query", "description": "A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation." }, { "name": "count", "value": "example_value", "type": "query", "description": "The number of records to return. Default value is 10. Maximum value is 1000" }, { "name": "offset", "value": "example_value", "type": "query", "description": "Used for [pagination](https://mailchimp.com/developer/marketing/docs/methods-parameters/#pagination), this it the number of records from a collection to skip. Default value is 0." }, { "name": "campaign_id", "value": "500123", "type": "path", "description": "The unique id for the campaign." }, { "name": "sort_field", "value": "example_value", "type": "query", "description": "Returns files sorted by the specified field." } ] }, "docs": "Get breakdown of product activity for a campaign" }, { "info": { "name": "Mailchimp List Facebook Ecommerce Report", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/reporting/facebook-ads/:outreach_id/ecommerce-product-activity", "params": [ { "name": "fields", "value": "example_value", "type": "query", "description": "A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation." }, { "name": "exclude_fields", "value": "example_value", "type": "query", "description": "A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation." }, { "name": "count", "value": "example_value", "type": "query", "description": "The number of records to return. Default value is 10. Maximum value is 1000" }, { "name": "offset", "value": "example_value", "type": "query", "description": "Used for [pagination](https://mailchimp.com/developer/marketing/docs/methods-parameters/#pagination), this it the number of records from a collection to skip. Default value is 0." }, { "name": "outreach_id", "value": "500123", "type": "path", "description": "The outreach id." }, { "name": "sort_field", "value": "example_value", "type": "query", "description": "Returns files sorted by the specified field." } ] }, "docs": "Get breakdown of product activity for an outreach." } ] } ], "bundled": true }