v1

latestOpenAPI 3.0.12026-07-22204678550.0 KB
Campaign

/2026-01/marketing-solutions/marketplace-performance-outcomes/sellers/{sellerId}

Return details for the selected seller. For example,

{
    "id" : "123456"
    "sellerName": "HBogart",
}
get/2026-01/marketing-solutions/marketplace-performance-outcomes/sellers/{sellerId}

Path parameters

sellerIdstring required

Id of the seller.

Response

Success

idstring

Unique seller identifier

sellerNamestring

Display name of the seller (merchant)

Example response

{
  "id": "10656107",
  "sellerName": "AutoShop NYC"
}