Name
|
Type
|
Description
|
MPCATULD_ID |
BIGINT NOT NULL |
Generated primary key for upload request |
DESCRIPTION |
VARCHAR(128) |
Short description of the upload request |
UPLOADTYPE |
VARCHAR(32) NOT NULL |
The type of the upload request, value could be ProductImport or
InventoryImport |
CMFWKSPC_ID |
BIGINT |
The referenced workspace id |
CMFTASKGRP_ID |
BIGINT |
The referenced workspace task group id |
CMFTASK_ID |
BIGINT |
The referenced workspace task id |
ORGENTITY_ID |
BITINT NOT NULL |
Marketplace seller organization id |
USERS_ID |
BIGINT NOT NULL |
The identifier of the user who initiated the upload request
|
STOREENT_ID |
INTEGER NOT NULL |
The identifier of the store associated with the upload request
|
STATUS |
INTEGER NOT NULL |
Indicates the status of the Task Group. The possible values are:
- 0=inactive
- 1=working
- 2=ready for approval
- 3=approved
- 4=ready to commit
- 5=complete
- 6=canceled
- 7=commit failed
- 8=commit in progress
- 9=committed
- 10=ready to publish
- 11=publish in progress
- 12=published
- 13=publish failed
- 14=canceled by seller
- 15=rejected
|
CREATIONTIME |
TIMESTAMP NOT NULL |
The initial creation date and time of the upload request |
OPTCOUNTER |
SMALLINT NOT NULL |
The optimistic concurrency control counter for the table. Every
time there is an update to the table, the counter is incremented.
|