| Name | Type | Description | Notes |
|---|---|---|---|
| action | ActionEnum | On an upsert success, whether the record was inserted or updated | [optional] |
| errorCode | String | Error code on a failed record | [optional] |
| errorMessage | String | Human-readable detail on a failed record | [optional] |
| lineNumber | Long | Original NDJSON line number | [optional] |
| merchantRecordId | String | The merchant-supplied dedupe key for this record | [optional] |
| status | StatusEnum | Per-record verdict | [optional] |
| ucId | String | UltraCart-side id created on success or matched on duplicate | [optional] |
| Name | Value |
|---|---|
| INSERTED | "inserted" |
| UPDATED | "updated" |
| Name | Value |
|---|---|
| SUCCESS | "success" |
| FAILED | "failed" |
| DUPLICATE | "duplicate" |