Hello,
I need a way to get the Proposal Marketplace ID (shown in the GAM UI under Proposals->Setting) via the admanager API (v202302). Currently the Proposal.MarketplaceInfo includes the below fields:
"hasLocalVersionEdits": false,
"negotiationStatus": "ONLY_SELLER_ACCEPTED",
"isNewVersionFromBuyer": false,
"buyerAccountId": xxx,
"partnerClientId": "xxx",
"__hashCodeCalc": false
Is there some other way to get the Marketplace ID via the API, or plans to add it to the MarketplaceInfo response model?
Thanks,
Abbey