| Field Name | Data Type | Description | Nested Field |
|---|---|---|---|
| _id | objectId | Unique Identifier of the document | 0 |
| po_id | string | Unique identifier for po | 0 |
| po_number | string | Field for po number | 0 |
| business_entity_id | string | Unique identifier for business entity | 0 |
| business_entity_name | string | Name of business entity | 0 |
| partner_id | string | Unique identifier for partner | 0 |
| partner_name | string | Name of partner | 0 |
| type | string | Field for type | 0 |
| status | string | Current status of status | 0 |
| order_date | datetime | Timestamp for when order date was created/updated | 0 |
| expected_delivery | datetime | Field for expected delivery | 0 |
| total_amount | float | Field for total amount | 0 |
| tax_amount | float | Field for tax amount | 0 |
| shipping_amount | float | Field for shipping amount | 0 |
| grand_total | float | Field for grand total | 0 |
| items | array_of_objects | Field for items | 10 |
| items.item_id | string | Unique identifier for item | 0 |
| items.variant_id | string | Unique identifier for variant | 0 |
| items.product_id | string | Unique identifier for product | 0 |
| items.product_name | string | Name of product | 0 |
| items.sku | string | Field for sku | 0 |
| items.quantity | integer | Quantity of items | 0 |
| items.unit_price | integer | Price information for unit | 0 |
| items.total_price | integer | Price information for total | 0 |
| items.received_quantity | integer | Quantity of received | 0 |
| items.notes | string | Field for notes | 0 |
| payment_terms | string | Field for payment terms | 0 |
| shipping_method | string | Field for shipping method | 0 |
| notes | string | Field for notes | 0 |
| created_by | string | Timestamp for when created by was created/updated | 0 |
| approved_by | string | Field for approved by | 0 |
| approved_date | datetime | Timestamp for when approved date was created/updated | 0 |
| is_active | boolean | Field for is active | 0 |
| created_at | datetime | Timestamp when the record was created | 0 |
| updated_at | datetime | Timestamp when the record was updated | 0 |
| destination_location | object | Object containing destination location details | 2 |
| destination_location.location_id | string | Unique identifier for location | 0 |
| destination_location.name | string | Name of location | 0 |
Example
Example