Model woocommerce_orders


Permissions

User GroupCreate?Read?Update?Delete?
adminxxxx
ownerxxxx
userx
all

Fields

NameTypeLinkMaps ToDefaultIndexed?Unique?Required?
__vNumber
_deletedBooleanfalsex
_idObjectID[Function]
_owner_idObjectIDUser_ownerx
_updated_by_idObjectIDUser_updated_byx
createdAtDate
customer_idNumberx
customer_ip_addressString
customer_user_agentString
date_completedDate
date_createdDate
date_modifiedDate
date_paidDate
idNumberx
order_keyString
payment_methodString
product_nameString
productsArray of Mixed[Function]
totalNumber
updatedAtDate

Field Details

__v

{
  "path": "__v",
  "instance": "Number",
  "options": {},
  "validators": []
}

_deleted

{
  "path": "_deleted",
  "instance": "Boolean",
  "options": {
    "default": false,
    "index": true
  },
  "validators": [],
  "defaultValue": false
}

_id

{
  "path": "_id",
  "instance": "ObjectID",
  "options": {
    "auto": true,
    "type": "ObjectId"
  },
  "validators": [],
  "defaultValue": "[Function]"
}

_owner_id

{
  "path": "_owner_id",
  "instance": "ObjectID",
  "options": {
    "link": "User",
    "map_to": "_owner",
    "index": true
  },
  "validators": []
}

_updated_by_id

{
  "path": "_updated_by_id",
  "instance": "ObjectID",
  "options": {
    "link": "User",
    "map_to": "_updated_by",
    "index": true
  },
  "validators": []
}

createdAt

{
  "path": "createdAt",
  "instance": "Date",
  "options": {
    "immutable": true
  },
  "validators": []
}

customer_id

{
  "path": "customer_id",
  "instance": "Number",
  "options": {
    "index": true
  },
  "validators": []
}

customer_ip_address

{
  "path": "customer_ip_address",
  "instance": "String",
  "options": {},
  "validators": []
}

customer_user_agent

{
  "path": "customer_user_agent",
  "instance": "String",
  "options": {},
  "validators": []
}

date_completed

{
  "path": "date_completed",
  "instance": "Date",
  "options": {},
  "validators": []
}

date_created

{
  "path": "date_created",
  "instance": "Date",
  "options": {},
  "validators": []
}

date_modified

{
  "path": "date_modified",
  "instance": "Date",
  "options": {},
  "validators": []
}

date_paid

{
  "path": "date_paid",
  "instance": "Date",
  "options": {},
  "validators": []
}

id

{
  "path": "id",
  "instance": "Number",
  "options": {
    "index": true
  },
  "validators": []
}

order_key

{
  "path": "order_key",
  "instance": "String",
  "options": {},
  "validators": []
}

payment_method

{
  "path": "payment_method",
  "instance": "String",
  "options": {},
  "validators": []
}

product_name

{
  "path": "product_name",
  "instance": "String",
  "options": {},
  "validators": []
}

products

{
  "path": "products",
  "instance": "Array",
  "options": {
    "type": [
      null
    ]
  },
  "validators": [],
  "defaultValue": "[Function]",
  "arrayType": "Mixed"
}

total

{
  "path": "total",
  "instance": "Number",
  "options": {},
  "validators": []
}

updatedAt

{
  "path": "updatedAt",
  "instance": "Date",
  "options": {},
  "validators": []
}