pinterest_ get_ billing_ and_ orders
Read billing profiles/invoices, invoice download URLs, order lines, ads-credit discounts, and SSIO account/order status.
Read billing profiles/invoices, invoice download URLs, order lines, ads-credit discounts, and SSIO account/order status. Financial data is returned only when the token has account access.
- Source
- Pinterest Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ pinterest-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Optional | |
mode | string | Required | One of: BILLING_PROFILES, BILLING_INVOICES, BILLING_, ORDER_LINES, ORDER_LINE, ADS_, SSIO_ACCOUNT, SSIO_, SSIO_ORDER_LINES. |
entityId | string | Optional | Invoice ID, order-line ID, or Pinterest order ID depending on mode. |
pageSize | integer | Optional | Default: 100. |
bookmark | string | Optional | |
query | object | Optional | Additional documented query parameters for the selected fixed GET endpoint. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "pinterest_get_billing_and_orders",
"args": {
"mode": "BILLING_PROFILES"
}
}
}