| Field Name | Data Type | Description | Nested Fields |
|---|---|---|---|
| _id | string | Unique identifier for each document within collection | 0 |
| price_id | string | Unique identifier for price | 0 |
| pricebook | object | Price information for pricebook | 2 |
| pricebook.id | string | Unique identifier for id | 0 |
| pricebook.name | string | Name of specific pricebook. | 0 |
| variant_id | string | Unique identifier for variant | 0 |
| business_entity_id | string | Unique identifier for business entity | 0 |
| status | string | Current status of specific item/variant price. | 0 |
| price_type | string | Price information for price type | 0 |
| currency | string | Field for currency | 0 |
| amount | integer | Field for amount | 0 |
| priority | integer | Field for priority | 0 |
| customer_segments | array_of_objects | Field for customer segments | 2 |
| customer_segments.id | string | Unique identifier for id | 0 |
| customer_segments.name | string | Type of customer. | 0 |
| min_quantity | integer | Quantity of min | 0 |
| max_quantity | integer | Quantity of max | 0 |
| start_date | datetime | Timestamp for when start date was created/updated | 0 |
| end_date | string | Timestamp for when end date was created/updated | 0 |
| created_at | string | Timestamp when the record was created | 0 |
| updated_at | string | Timestamp when the record was updated | 0 |
Example
Example