OrderMetaData
Type | Table |
---|---|
OrderMetaData | gdata_order_tax |
Order metadata refers to any supplementary information related to the order that does not fit into the standard data fields. This could include special instructions from the customer, promotional codes used, or any other relevant extra details.
Column Name | Data Type | Description |
---|---|---|
id | varchar(255) NOT NULL | Unique identifier for the metadata entry. |
tags | varchar(255) | Additional tags or labels related to the metadata entry. |
key | varchar(255) | The name or identifier of the metadata. Useful for categorizing and retrieving metadata. |
value | varchar(255) | The actual data or value associated with the given key. |
order_id | varchar(255) | Reference to the unique identifier for the order this metadata entry is associated with. |
Updated about 1 year ago