Skip to main content

PartyDetails

Used to return the details of a party. Possible party types in MvnifestAI are Persons, Companies, and Integrations.

union PartyDetails = ApiClientDetails | CompanyDetails | IntegrationDetails | PersonDetails

Possible types

PartyDetails.ApiClientDetails object

PartyDetails.CompanyDetails object

Details of a company

PartyDetails.IntegrationDetails object

Integration details for connecting third-party services to your brand.

Integrations enable data synchronization between external platforms (such as e-commerce stores, marketplaces, or shipping carriers) and your brand's operations.

Each integration includes:

  • Connection credentials (API keys, tokens, secrets)
  • Platform-specific configuration settings
  • Current connection status
  • Optional managed setup where our team handles configuration

For managed integrations, use the collab_status field to track the collaboration process between you and our support team.

PartyDetails.PersonDetails object

Details of a person

Member Of

Party object