{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-guides/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"MCP Tool Reference (Partner)"},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"mcp-tool-reference-partner","__idx":0},"children":["MCP Tool Reference (Partner)"]},{"$$mdtype":"Tag","name":"style","attributes":{},"children":["\n/* Tool names are long identifiers; without this the Tool column breaks them\n   mid-name across several lines. */\ntable td:first-child code {\n  white-space: nowrap;\n}\ntable td:first-child {\n  width: 1%;\n}\n"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Tools available to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["partner accounts"]},". Every tool here mirrors the equivalent Partner REST API endpoint (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner-v1"]},") and is named with a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_"]}," prefix. For merchant accounts see the ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/mcp-tools"},"children":["Tool Reference (Merchant)"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Access"]}," indicates the minimum permission required:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Read"]}," — any read-capable partner role (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["marketplace_partner:read"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["single_merchant_partner:read"]}," scope for M2M keys)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Write"]}," — a write-capable partner role (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["marketplace_partner:write"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["single_merchant_partner:write"]}," scope for M2M keys)"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Both partner types — ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["marketplace"]}," and ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["single-merchant"]}," — get the same tools. What differs is data ownership: under marketplace, buyers belong to the partner and share one credit line across sub-merchants; under single-merchant, each sub-merchant owns its own buyers and credit lines. This changes how ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["merchant_id"]}," behaves on some tools, noted below. See the ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/partner-api-integration"},"children":["Partner API Integration guide"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["list_resolve_accounts"]}," returns a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_type"]}," of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["marketplace"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["single_merchant"]}," on the account — call it first to know which rules apply."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"general","__idx":1},"children":["General"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["These tools are shared with merchant accounts and are not ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_"]},"-prefixed."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Tool"},"children":["Tool"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Access"},"children":["Access"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["list_resolve_accounts"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["List the Resolve accounts available to the authenticated login. Call this first when a login has access to multiple accounts."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["search"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Semantic search over Resolve's published help articles — ask \"how does X work in Resolve\"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["create_temp_file"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Mint a presigned S3 upload URL for a file (e.g. an invoice PDF) so it can be attached to an invoice without passing the file through the LLM. ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Not available in ChatGPT or Codex — see note below."]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["list_temp_files"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["List previously uploaded temp files and mint fresh download URLs. ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Not available in ChatGPT or Codex — see note below."]}]}]}]}]}]},{"$$mdtype":"Tag","name":"blockquote","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["File handling in ChatGPT and Codex:"]}," these clients attach files directly to the conversation instead of using the temp-file tools. Tool parameters that expect a file URL (such as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["merchant_invoice_url"]}," on ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_create_invoice"]},") accept the conversation attachment directly, and the MCP server resolves it for the Resolve API. The temp-file tools are hidden for these connections."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"sub-merchants","__idx":2},"children":["Sub-merchants"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The merchants beneath your partner account. These endpoints have no merchant-API equivalent."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Tool"},"children":["Tool"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Access"},"children":["Access"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_list_merchants"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["List the sub-merchants under the partner account."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_get_merchant"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Fetch a single sub-merchant by ID."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_create_merchant"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Create a new sub-merchant under the partner account."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_update_merchant"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Update a sub-merchant's details."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"customers","__idx":3},"children":["Customers"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Tool"},"children":["Tool"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Access"},"children":["Access"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_list_customers"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["List customers across your sub-merchants, with exact-match filters on ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["business_name"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["email"]},", and more."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_get_customer"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Fetch a single customer, including credit status and available credit."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_create_customer"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Create a new customer (buyer). ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Single-merchant partners must pass ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["merchant_id"]}]}," for the owning sub-merchant; ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["marketplace partners must omit it"]}," — the customer belongs to the partner."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_update_customer"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Update a customer's details."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_request_credit_check"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Submit a customer for credit underwriting."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_enroll_customer"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Enroll an approved customer in net terms."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"invoices","__idx":4},"children":["Invoices"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Tool"},"children":["Tool"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Access"},"children":["Access"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_list_invoices"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["List invoices across your sub-merchants, with filters on number, PO number, customer, balance, and status."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_get_invoice"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Fetch a single invoice."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_create_invoice"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Create an invoice for a customer. ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["merchant_id"]}," is required"]}," — the sub-merchant the invoice belongs to."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_update_invoice"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Update an invoice (e.g. set ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["terms"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["advance_requested"]}," before sending)."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_send_invoice"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Send the invoice to the customer."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_capture_invoice"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Capture an authorized invoice."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_void_invoice"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Void a sent invoice."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_cancel_invoice"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Cancel an invoice."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_delete_invoice"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Delete a draft (unsent) invoice."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_delete_invoices"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Delete several draft invoices in one call."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"orders","__idx":5},"children":["Orders"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Partner API keys hold no order write permissions, so only reads are available."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Tool"},"children":["Tool"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Access"},"children":["Access"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_list_orders"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["List orders."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_get_order"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Fetch a single order."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"charges","__idx":6},"children":["Charges"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Partner API keys hold no charge write permissions, so only reads are available."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Tool"},"children":["Tool"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Access"},"children":["Access"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_list_charges"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["List charges."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_get_charge"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Fetch a single charge."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"shipments","__idx":7},"children":["Shipments"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Tool"},"children":["Tool"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Access"},"children":["Access"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_list_shipments"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["List shipments."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_get_shipment"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Fetch a single shipment."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_create_shipment"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Add a shipment (tracking number, courier, fulfillment method) to an invoice."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_update_shipment"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Update a shipment."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_delete_shipment"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Delete a shipment."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_sync_shipment_tracking"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Pull real-time tracking status from the courier."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_get_shipment_signed_upload_url"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Mint a signed URL for uploading proof-of-delivery files, required for non-shipping-provider fulfillment methods."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"payments--payouts","__idx":8},"children":["Payments & Payouts"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Tool"},"children":["Tool"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Access"},"children":["Access"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_list_payments"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["List payments received from customers."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_get_payment"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Fetch a single payment, including which invoices it applied to."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_create_payment"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Record a payment against an invoice."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_list_payouts"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["List payouts from Resolve."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_get_payout"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Fetch a single payout."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_list_payout_transactions"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["List individual transactions within payouts."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_get_payout_transaction"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Fetch a single payout transaction."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"credit-notes","__idx":9},"children":["Credit Notes"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Tool"},"children":["Tool"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Access"},"children":["Access"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_list_credit_notes"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["List credit notes."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_get_credit_note"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Fetch a single credit note."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_create_credit_note"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Issue a credit note against a sent invoice."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_void_credit_note"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Void a credit note."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"webhooks","__idx":10},"children":["Webhooks"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Tool"},"children":["Tool"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Access"},"children":["Access"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_list_webhooks"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Read"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["List webhook endpoints and their subscribed events."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_upsert_webhook"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Create or update a webhook endpoint and its subscribed events."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["partner_delete_webhook"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Write"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Delete a webhook endpoint."]}]}]}]}]}]},"headings":[{"value":"MCP Tool Reference (Partner)","id":"mcp-tool-reference-partner","depth":1},{"value":"General","id":"general","depth":2},{"value":"Sub-merchants","id":"sub-merchants","depth":2},{"value":"Customers","id":"customers","depth":2},{"value":"Invoices","id":"invoices","depth":2},{"value":"Orders","id":"orders","depth":2},{"value":"Charges","id":"charges","depth":2},{"value":"Shipments","id":"shipments","depth":2},{"value":"Payments & Payouts","id":"payments--payouts","depth":2},{"value":"Credit Notes","id":"credit-notes","depth":2},{"value":"Webhooks","id":"webhooks","depth":2}],"frontmatter":{"seo":{"title":"MCP Tool Reference (Partner)"}},"lastModified":"2026-08-05T18:28:53.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/guides/mcp-tools-partner","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}