Order line statuses
exports.ProcessingOrders.PurchaseStatuses
| Column | Type | Description | Example |
|---|---|---|---|
| internalId | string | Status Internal identifier | 8e9695e5-7890-11ec-aba9-005056010ebd |
| name | string | Order item status name (Delivered / In cart, etc.) | InCart |
| externalId | string | Status external identifier | InCart |
| categorySystemName | string | Order status category name (In cart / Paid, etc.) | InCart |
| _isDeleted | bool (nullable) | Indication that the status has been deleted | True |
| _rowversion_ts | datetime | Timestamp when data became available for export | 2024-10-15 10:00:00.000 |
Updated 5 months ago

