SELLER_ORG_REQUEST
This table holds the details of the approval record.
Column Descriptions:
Name | Type | Description |
---|---|---|
APPROVAL_ID | INT4 NOT NULL | Reference to the unique identifier for the approval record |
ORGANIZATION_NAME | TEXT | Name of the seller organization |
STORE_ID | INT4 NOT NULL | Store Id of the e-site against which the seller organization request is created |
STORE_IDENTIFIER | TEXT | Identifier of the store against which the seller organization request is created. |
SUBMITTER_EMAIL | VARCHAR(50) | Email of the submitted who created the seller organization request from store |
ORGANIZATION_ADDRESS | JSONB |
Street address of the organization. The structure of jsonb :
|
ADMINISTRATORS | JSONB |
List of administrators who would manage the seller
organization. Structure of jsonb :
|
DESCRIPTIONS | JSONB |
List of language translated descriptions for the seller
organization. Structure of jsonb :
|
MARKETPLACES | JSONB |
List of marketplaces mapped for the seller organization.
Structure of jsonb :
|
CATEGORIES | JSONB |
List of catalog filter Ids applicable for the seller
organization. Structure of jsonb:
|
CREATED_TIME | TIMESTAMP | Time when the seller organization request record is created. |
UPDATED_TIME | TIMESTAMP | Time when the seller organization request record is updated. (Seller organization request details are updated). |
Indexes:
Name | Column Names | Type |
---|---|---|
SELLER_ORG_REQUEST_PKEY | APPROVAL_ID | Primary Key |
Constrained by parent tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
---|---|---|---|---|
SELLER_ORG_REQUEST_APPROVAL_ID_FKEY | APPROVAL_ID | APPROVAL | APPROVAL_ID | Simple |