Orders

Orders are created when a customer completes the checkout process.

Each order is given a unique Order ID.

Order ID

Order ID's are non-sequential as they use the default WordPress ID approach. The order ID is constructed using a number of data elements.

{ORDER TYPE} - { USER ID } - { POST ID } - { DATE }

Last updated