A request to import external accounting product properties in HubSpot

Hierarchy

  • SyncProductsRequest

Constructors

Properties

accountId: string

The ID of the account in the external accounting system. This is the value that will be passed as accountId for all outbound calls for the user from HubSpot to the external accounting system.

products: UpdatedProduct[]

A list of products to be imported.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

Generated using TypeDoc