ImportEcommercePages
Once you've received an import initialization request you can send batches of items to HubSpot via this Import Paged Endpoint.
Input
| Name | Type | Description |
| AppId | String | The app ID in which the property is or will be imported. |
| ImportStartedAt | Datetime | The time the customer requested the import. |
| ObjectType | String | The type of the object that is being created, updated or deleted.
The allowed values are CONTACT, DEAL, PRODUCT, LINE_ITEM. |
| PageNumber | String | A numeric page number that identifies this page of data. Must be unique within this import. |
| IntegratorObjectId | String | The ID, in your system, of the object that is being created, updated, or deleted. |
| PropertyAggregate | String | This is a map of your property names to the values for this object. These are the values that we will sync into corresponding HubSpot object. |
Result Set Columns
| Name | Type | Description |
| Success | String | A boolean value indicating if the sync message was sent successfully. |