platform-agentexchange-partner-offers-configure

Configure TransactableMarketplacePrivateOfferSettings to enable or disable partner offers.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/padjei/SF_Agents --skill platform-agentexchange-partner-offers-configure-padjei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: platform-agentexchange-partner-offers-configure
Source: https://github.com/padjei/SF_Agents/tree/main/.claude/skills/platform-agentexchange-partner-offers-configure
Command: npx skills add https://github.com/padjei/SF_Agents --skill platform-agentexchange-partner-offers-configure-padjei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables or disables the org preference for receiving partner offers from the Transactable Marketplace, simplifying org configuration.

Core Features & Use Cases

  • Toggle Partner Offer Reception: Easily enable or disable partner offer reception in the org.
  • metadata Configuration: Automates metadata settings changes through the TransactableMarketplacePrivateOfferSettings API type.
  • Use Case: Ideal for org admins who need to quickly adjust partner offer preferences for their org.

Quick Start

Enable partner offers for the org by using the skill: /enable-platform-agentexchange-partner-offers-configure --target-org myorg --desired-state true.

Frequently Asked Questions about platform-agentexchange-partner-offers-configure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enable partner offers from the Salesforce Transactable Marketplace in my org?

You can enable partner offer reception by running the Skill with the desired-state parameter set to true, which configures the TransactableMarketplacePrivateOfferSettings Metadata API type for your target org.

What is the TransactableMarketplacePrivateOfferSettings metadata type used for?

This metadata type controls org-level preferences for the Transactable Marketplace, specifically toggling whether your org can receive partner offers without directly managing the offers or listings themselves.

How do I disable Transactable Marketplace private offers for my Salesforce org?

You can disable Transactable Marketplace private offers by running the Skill with the desired-state parameter set to false, which updates the TransactableMarketplacePrivateOfferSettings org preference via the Metadata API.

Can I manage actual marketplace listings using this org preference configuration?

No, this Skill is strictly for managing the org preference to control whether your org can receive partner offers. It does not handle managing the actual offers or marketplace listings.

Do I need to manually configure Metadata API settings to change my marketplace preferences?

No, this Skill automates the metadata settings changes for you. It handles the TransactableMarketplacePrivateOfferSettings Metadata API configuration directly, simplifying the admin configuration process.